
/* Stylesheet für die Homepage-Entwurf06 Druckversion */

* {padding: 0; margin: 0;}

body{
	color:black;/*Schriftfarbe*/
	background-color:#D0D2F0; /*Hintergrundfarbe*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small; /*Schriftgröße*/
	}
	
	/*=================================================
	 1. DIV-Bereiche
	 ================================================*/
	
#wrapper{
		color: black;
		background-color: white;
		width: 720px; /* breite des Inhaltsbereichs */
		margin-top: 10px;
		margin-right: auto; /* Abstand rechts automatisch */
		margin-bottom: 10px;
		margin-left: auto; /* Abstand links automatisch */
		}

#kopfbereich
		{color:#FFFFFF;
		background-color:#000066;
		padding-top: 10px;
		padding-right: 20px;
		padding-bottom: 0;
		padding-left: 20px;
		
				}

/*verschachtelter Selektor:nur die Grafik im Kopfbereich*/

			#kopfbereich img {
							background-color:white;
							padding: 5px;
							border: 5px solid #FF00CC;
							
				}
			
			#kopfbereich p {
							padding: 5px 0 5px 125px;
							margin-bottom: 0; /* war 1em */
							
						}




#navigationsbereich {
		text-align: right; /* rechtsbündig */
		color: black;
		background-color: #000066;
		background-position: top left;
			padding-top: 5px;
			padding-right: 10px;
			padding-bottom: 4px;
			padding-left: 10px; 
			
		
		border-bottom: 1px solid #FF00CC;
		

		display: none;
		
			}
			
			#navigationsbereich ul{
									
									margin-bottom: 0; /* war 1em */
								}

			#navigationsbereich li {
									display: inline; /* li nebeneinander darstellen */
									list-style-type: none; /* ohne Aufzählungspunkte */
									margin: 0 ; /* war vorher 10px für rechts */
									
									
				}
				
			#navigationsbereich a {
									color: #FF00CC;
									background-color:#0066FF;
									padding: 4px 8px 4px 8px;
									border:1px solid #FF00CC;
									
								}
			#navigationsbereich a:active {
									
								}
								
			#navigationsbereich a:hover, /* mit Komma */ 
			#startseite #navi01 a, /* mit Komma */  
			 #kontaktseire #navi02 a /* ohne Komma */{ text-decoration: none; /* Unterstreichung aus */
								  color: black;
								  background-color: white;
								  padding-bottom: 5px; /* ein Pixel mehr als oben */
								  border-bottom: none; /* untere Rahmenlinie aus */
					}
#textbereich {
			
		padding-top: 20px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 20px;
			}
			
	 
#fussbereich {
			padding: 20px;
			padding-top: 10px; /* Innenabstand oben, unterhalb cer Linie */
			border-top: 1px solid #A9122A; /* Rahmenlinie oben */
			margin-top: 20px; /* Aussenabstand oben, oberhalb der Linie */
		}
		
		
/*===========================================================
	2. Allgemeine HTML-Elemente
	======================================================*/		

		
		
h1 {font-size: 180%; }
h2 {font-size: 130%;
	margin-bottom: 1em;	
}

address {
		text-align: center; /*zentrieren*/
		font-size:80%; /*etwas kleiner*/
		font-style: normal; /* normale Schrift, nicht kursiv */
		letter-spacing: 2px; /* Abstand zwischen den Buchstaben */
		line-height: 1.5em; /* Zeilenabstand */
		}

a {text-decoration:none; outline: none;}

a:link { color: #d90000;}
a:visited { color: #00CC00; }

a:hover, a:focus {text-decoration: underline; }
a:active { color; background-color: #d90000;}

.skiplink { display: none; }


p, ul {
		margin-top: 0 ;
		margin-right: 0;
		margin-bottom: 1em; /*Abstand nach unten*/
		margin-left: 0;
	}
ul ul {
		margin: 0 ;
	}

li {
	margin-top: 0 ;
	margin-right: 0 ;
	margin-bottom: 0 ;
	margin-left: 1em; /* Abstand von links */
	}

		


