/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #069;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;

}


/* Container  */

#container {
	width: 95%;
	max-width:1200px;
	min-width:750px;
	margin: 10px auto;
	background-color:#FFFFFF;
}



/* Kopf  */

#kopf {
	height: 110px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#logo {
	float:right;
	padding-top:45px;
	padding-right:10px;
	color:#069;
	font-size:10pt;
	text-align:left;
}


#titel {
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 60px;
}


.hintergrund_elternforum {
background-image: url(../../images/kopf_newbrand_elternforum.gif)
}


/* Navigation */

	#navi {
		padding: 10px;
		font-size: 0.9em;
		text-align: left;
	}

	#navi a {
		color: #069;
		text-decoration: none; 
	}
	
	#navi a.rot
	{
		color: #f30;
		font-weight: bold;
	}
	
	
	#navi img {
		margin: 2px 2px 0 8px;
		}

#mainnav {
	margin-top: 20px;
	float: left;
	width: 15%;
	padding-left: 5px;
	text-align:left;
}

#mainnav a {
	width: 120px;
	display: block;
	text-decoration: none;
	font-size: 0.95em;
	font-weight:bold;
	color: #fff;
	padding: 2px 0 2px 5px;
	border-top:2px solid #fff;
}

#mainnav a.dunkel {
	background-color:#339966;
}

#mainnav a.hell {
	background-color:#66cdaa;
}

#mainnav a.blau {
	background-color:#9cf;
}

#mainnav a:active, #mainnav a:hover {
	color: #fff;
	font-weight: bolder;
}



.blaulink {
	border:1px solid #ff3300;
	padding:3px;
	margin:8px 3px;
	width:85%;
	color:#069;
	font-size:0.85em;
}

.blaulink h3 {
	font-weight:bold;
	font-size:1.1em;
}

.blaulink a, .blaulink a:hover, .blaulink a:active, .blaulink a:visited {
	display: inline;
	font-weight:normal;
	padding: 0;
	border:none;
	color:#069;
	text-decoration:underline;
}

/* Inhalt */

#content {
	float: right;
	width: 83%;
	background-color: #FFFFFF;
	text-align:left;
}    

#inhalt {
	width: 100%;
}

	div.mitte {
	position:relative;
	width: 90%;
	margin: 10px 0;
	background: #f0f8ff;
	padding: 5px;
	border: 1px solid #f60;
	}
	
	div.mittetext {
	position:relative;
	background: #ffffff;
	margin-bottom: 5px;
	padding: 3px;
	}
	
	div.mittebild {
	background: #ffffff;
	float: left;
	width: 150px;
	height: 190px;
	margin: 3px 10px 3px 5px;   
	font-size: 0.8em;
	text-align: center;
	}   
	   
	div.mittebild img {
	margin: 10px;
	}
   
	div.mittetext ul {
		list-style-type: none;
		margin: 0;  
	}
	
	div.mittetext ul li {
		clear: both;
		margin: 10px;
	}  
	
	                         
    
	*.spaltelinks 
	{ 
		position:relative;
		padding:5px; 
		text-align:right; 
		width:45%; 
		float:left; 
	}
	
	*.spalterechts 
	{ 
		position:relative;
		padding:5px; 
		text-align:left; 
		width:45%; 
		float:left; 
	}
	
	*.teaser
	{
		width: 25%;
		float: right;
		margin: 10px;
		padding: 5px;
		background-color: #f0f8ff;
		border: 1px solid #ff3300;
	}
	
	*.teaser p
	{
		background-color: #ffffff;
		margin: 3px;
		padding: 5px;		
	}
	
	.teaser a
	{
		color: #069;
	}
	
	.teaser_blau
	{
		color:#006699;
		font-weight:bold;
	}



/* Text */

#inhalt p {
	line-height:130%;
	margin: 5px 10px 10px 10px;
}

#inhalt h1 {
	font-size: 1.2em;
	font-weight: bold;
	color:#006699;
	margin: 15px 10px 10px 10px;
}

#inhalt h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #396;
	margin: 15px 10px 10px 10px;
}

#inhalt h3 {
	font-size: 1em;
	font-weight: bold;
	color: #006699;
	margin: 15px 10px 5px 10px;
}

#inhalt h4 {
	font-size: 1em;
	font-weight: nomal;
	color: #ff6600;
	margin: 15px 10px 0 10px;
}


#inhalt ol, #inhalt ul {
	margin: 10px 15px;
	padding-left: 15px;
}


/* Fuss und Sonstiges */

#fuss {
	text-align: center;
	padding: 5px;
}

.fuss_elternservice {
	background-image: url(../../images/fuss_elternservice.gif);
	background-repeat:no-repeat;
}

.rechts {
	position:relative;
	float: right;
	margin: 15px;
}

.links {
	float: left;
	margin: 15px;
}

.breadcrumbs {
 	display:none;
}

a.marker1, .marker1 {
	color: #006699;
	font-weight: bold;
}

a.marker2, .marker2 {
	color: #ff6600;
	font-weight: bold;
}

/*elternservice*/.lila, a.lila, a.lila:hover, a.lila:active, a.lila:visited {color:#339966;}

	.invis
	{
		display: none;
	}
	
	.klein
	{
		font-size: 0.8em;
	}
	
	.blau
	{
		color: #069;
	}
	
	.rot
	{
		color: #f30;
	}
	
	.rot a
	{
		color: #f30;
		font-weight: bold;
	}

	.clear
	{
		clear: both;
	}

hr 	{
	background-color:#f30; /* Mozilla 1.4 */
	color:#f30; /* IE 6 */
	border: #f30; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige n&ouml;tig, in Mozilla für die einheitliche H&ouml;he */
	width:95%;
	text-align:center;
}