

/* Style Datei mit allen Formatangaben*/

Body {
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	font-family:Arial,sans-serif; 
	font-size:12px;
}

/* Klassen mit vordeninierten Farben (im Dokument z.B mit */
/* <Body class="hintergrund-farbig-normal"> einbinden */

.hintergrund-farbig-sehrhell	{background-color:#DFFFAF;}
.hintergrund-farbig-hell	{background-color:#;}
.hintergrund-farbig-normal	{background-color:#BFDF8F;}
.hintergrund-farbig-dunkel	{background-color:#;}
.hintergrund-farbig-sehrdunkel	{background-color:#7F9F4F;}
.hintergrund-bild		{background-image:url(./icons/wallpaper1.jpg)}
.hintergrund-bild-firma		{background-image:url(./schloss.jpg)}



/* generelle Font-Auswahl */
/* h1,h2,h3,h4,p,ul,ol,li,i  */
h1 { font-size:18px; margin-bottom:6px; }
h2 { font-size:16px; margin-bottom:4px; }
h3 { font-size:14px; margin-botton:2px; }
h4 { font-size:12px; }
p,ul,ol,li,i { font-size:12px; }


p {text-indent : 0.0cm; }

/* Links farbig markieren und unterstreichen */
a:link { color:#AA5522; text-decoration:underline; }
/* besuchten Link wie oben normaler Link */
a:visited { color:#AA5522; text-decoration:underline; }
/* aktiver (angeklickter) Link wie oben */
a:active { color:#AA5522; text-decoration:underline; }
/* ein von der Maus beruehrter Link farbig markieren */
a:hover { background-color:#9FBF6F; text-decoration:none; }


div.links-einruecken5prozent  { margin-left:5%; }
div.links-einruecken10prozent { margin-left:10%; }
div.links-einruecken15prozent { margin-left:15%; }
div.links-einruecken20prozent { margin-left:20%; }
div.links-einruecken25prozent { margin-left:25%; }
div.links-einruecken30prozent { margin-left:30%; }
div.links-einruecken35prozent { margin-left:35%; }
div.links-einruecken40prozent { margin-left:40%; }

div.rechts-einruecken5prozent  { margin-right:5%; }
div.rechts-einruecken10prozent { margin-right:10%; }
div.rechts-einruecken15prozent { margin-right:15%; }
div.rechts-einruecken20prozent { margin-right:20%; }
div.rechts-einruecken25prozent { margin-right:25%; }
div.rechts-einruecken30prozent { margin-right:30%; }
div.rechts-einruecken35prozent { margin-right:35%; }
div.rechts-einruecken40prozent { margin-right:40%; }



/* Styles fuer das Menue */
/* Menuepunkt */
#menue-style ul {
	margin-top		: 0cm;
	margin-bottom		: 0cm;
	margin-left		: 0pt;
	margin-right		: 0pt;
	padding-top		: 0cm;
	padding-bottom		: 0cm;
	padding-left		: 10pt;
	padding-right		: 0pt;
	border			: none;
	border-top		: 0px solid #000000;
	border-bottom		: 0px solid #000000;
	border-right		: 0px solid #000000;
	border-left		: 0px solid #000000;
	list-style		: none;
	width			: 100%;
/*	font-size		: 0.9EM;  */
	font-weight		: normal;
        background-color	: #DFFFAF;
}


/* Menuepunkt ohne Link */
/* Eintraege one Link sollen etwas grau sein */
#menue-style ul li {
	color			: #505050;
}

/* Menuepunkt mit Link */
/* schwarzer Text ohne Schnickschnack */
#menue-style ul li a {
	color			: #000000; 
        text-transform: none;
	text-decoration: none;
	/* nicht nur Text sonden ganze Zeile behandeln */
/*	display: block; */
}

/* Menuepunkt mit Link waehrend Mauskontakt */
#menue-style ul li a:hover {
	background-color: #9FBF6F;
}

/* Menuepunkt mit Tabualtortaste o. ae. markiert */
#menue-style ul li a:focus {
	background-color: #BFDF8F;
}

/* Menuepunkt mit Link waehrend des Klickens */
#menue-style ul li a:active {
	background-color: #9FBF6F;
}

