/* CSS Document */

body { background-color:#EFEFEF }

#logo { position:relative; top:0px; left:0px; width:800px; height:150px; z-index:0; background-color: white;}

#navi { position:relative; top:0px;left:0px; width:800px; height:75px; z-index:0; background-color: green;}

#content_home { position:relative; top:0px; left:0px; width:100%; z-index:0; background-color: #FEE3BC; }
#content_schule { position:relative; top:0px; left:0px; width:100%; z-index:0; background-color: #A6FBBE; }
#content_tagesschule { position:relative; top:0px; left:0px; width:100%; z-index:0; background-color: #C0D9F1; }
#content_infos { position:relative; top:0px; left:0px; width:100%; z-index:0; background-color: #FEE3BC; }
#content_kontakte { position:relative; top:0px; left:0px; width:100%; z-index:0; background-color: #E2CEEC; }

#footer { z-index:0; }

h1, h2, h3, h4, h5, p, body, div { font-family:Arial, Helvetica, sans-serif;}

p, body, div, td, tr {font-size: 10pt; padding-left:0px; color:black}




/* titel startseite, impressum; gross */
h1  { font-size:20pt;
		color:#555555;
		text-align:center; 
		margin-top:15px;}
		
/* link in text normal */	
h2 {font-size: 10pt; 
	font-style:oblique;
	 font-weight:normal;
	padding-left:0px;}

h2 a:link {  color:black; text-decoration:none;}
h2 a:hover {  color:black; text-decoration:underline;}
h2 a:visited { color:black; text-decoration:none;}
		


/* titel in text normal */	
h3 {font-size: 10pt; 
	font: bold;
	padding-left:0px;}
	
	
/* text in footer */	
h4 {font-size: 8pt;  color: #999999;}

h4 a:link { color:#999999; text-decoration:none;}
h4 a:hover {  color:#999999; text-decoration:underline;}
h4 a:visited { color:#999999; text-decoration:none;}
		


/* titel navi weiss */	
h5 { font-size:9pt;
		color:white;
		text-align:left;}
			
h5 a:link { color:white; text-decoration:none;}
h5 a:hover {  color:white; text-decoration:underline;}
h5 a:visited { color:white; text-decoration:none;}






