

/* 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;
		color:#000000;
}

body.daten	{background-image:url(../images/blauer-hintergrund.gif);
		/* background-repeat: repeat; */
		background-repeat: no-repeat;
		/* background-attachment:fixed; */
		background-attachment:scroll;
}


.hintergrund-weiss		{background-color:rgb(255,255,255);}
.hintergrund-farbig-sehrhell	{background-color:rgb(200,220,250);}
.hintergrund-farbig-hell	{background-color:rgb();}
.hintergrund-farbig-normal	{background-color:rgb(180,200,240);}
.hintergrund-farbig-dunkel	{background-color:rgb();}
.hintergrund-farbig-sehrdunkel	{background-color:rgb(127,159, 79);}



/* 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:rgb(175,195,235); 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;
}


/* Menuepunkt ohne Link */
/* Eintraege ohne Link sollen etwas grau sein */
#menue-style ul li {
	color			: rgb( 80, 80, 80);
}

/* 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: rgb(180,200,240);
}

/* Menuepunkt mit Tabualtortaste o. ae. markiert */
#menue-style ul li a:focus {
	background-color: rgb(200,220,250);
}

/* Menuepunkt mit Link waehrend des Klickens */
#menue-style ul li a:active {
	background-color: rgb(180,200,240);
}


/* Definition zum Einbinden von Bildern. Mit */ 
/*    <span class="bild-im-text-mit-unterschrift" */
/*          style="float:left/right/center;"> */ 
/*    <img src="..."> Bildunterschrift </span> 
/* einleiten und ein paar Absaetze spaeter das flooaten */
/* unbedingt mit */
/*    <div style="clear:left/right/center"></span> */
/* das floaten beenden!!! */
span.bild-im-text-mit-unterschrift {
	text-align:		center; 
	margin-right:		10px; 
	margin-bottom:		8px;
	border:			solid 1px black;
	font-size:		10px;
}

