* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #dadada;
	background: #dadada url(images/bg_top.jpg) repeat-x top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 336px;
	background: url(images/head_bg.jpg) no-repeat top;
}

#head_up {
	height: 286px;
}
	#logo {
		float: left;
		margin: 27px 0 0 35px;
	}
	#logo img {
	  border: none;
	}

#topimage {
	float: right;
	padding-right: 85px;
	padding-top:  27px;
}

.spacer {
  clear: both;
}

/*
 ***************************************************** Inhalt
 */
 
h1 {
  font-weight: normal;
  color: #04706d;
  font-size: 26px;
  padding-bottom: 23px;
}

h2 {
  font-weight: normal;
  color: #04706d;
  font-size: 18px;
  padding-bottom: 23px;
}

h3 {
  font-weight: normal;
  color: #04706d;
  font-size: 16px;
  padding-bottom: 12px;
  padding-top: 20px;
}

.right {
  float: right;
}

.cpic {
  padding: 10px 15px 0 0;
  display: block;
  float: left;
}
.cpic_right {
  padding: 0 0 15px 15px;
  display: block;
  float:right;

}
a { text-decoration: none; color: #BD8214; }

a:hover { color: #DEAA49; }
 
#content { 
  background: url(images/inh_bg.jpg) repeat-y;
  padding: 40px 0 20px 0;
  font-size: 13px;
}

  #content p { padding: 12px 0 }
  
  #content ul {
    padding-bottom: 12px;
    padding-left: 16px;
  }
  
  #content li {
    padding: 7px 0 0 0;
  }
 
#main_cont {
   padding-left: 45px;
   width: 510px;
   float: left;
}
.content_schmal {width:340px;} 
#sidebar {
   padding-left: 51px;
   width: 270px;
   float: left;
}
  #sidebar h2 {    
    padding-top: 12px;
  }
  
  #sidebar ul, ul.cont_list {
    list-style: none;
    padding: 0;
  }
  
  #sidebar a, ul.cont_list a {
    color: #088d89;
  }
  
  #sidebar a:hover, ul.cont_list a:hover {
    color: #025553;
  }
  
a.dl_link {
  margin-bottom: 15px;
  display: block;
  float: left;
  clear: left;
}
  
.f_pdf {
  padding-left: 20px;
  background: url(images/pdf.png) no-repeat left;
}

.f_doc {
  padding-left: 20px;
  background: url(images/word.png) no-repeat left;
}

#footer {
  padding: 10px 45px;
  height: 41px;
  background: url(images/footer.jpg) no-repeat;
  color: #FFFFFF;
}

	#footer p {
		font-size: 11px;
	}
	
	#footer a {
		color: white;
		
	}

p.info_text {
	font-size: 11px;
}

#elternberichte p {
	padding-bottom: 70px;
	padding-top: 0;
	background: url(images/9.jpg) repeat-x bottom;
}

/*
 ***************************************************** Navigation
 */

#nav {
	display: block;
	height: 50px;	
	padding-left: 45px;
	position: relative;
}

#nav ul {
	float: left;
	list-style: none;
	display: block;
}

 #nav li a, #nav li {
 	float: left;
	display: block;
 }
 
 #nav li {
 	padding-right: 2em;
 	position: relative;
 }
 
#nav li a {
 	text-decoration: none;
	font-size: 13px;
	color: #fff;
}

#nav li a:hover, #nav li a.current { color: #EFE6AF; }

#nav ul li:hover ul.sub { display: block; }

/*
 ***************************************************** Subnavigation
 */

#nav ul.sub {
	display: none;
	position: absolute;
	top: 16px;
	left: 0;
	padding-top: 31px;
}


#nav ul.sub a {
  display: block;
  float: left;
  background-color: #0F7468;
  padding: 5px;
  width: 280px;
}


/*
 ***************************************************** Kontaktformular
 */

#contact label {
  display: block;
  padding-bottom: 12px;
}

#contact input {
  display: block;
  width: 256px;
}

#contact input[type="button"] {
  width: 100px;
}

/*
 ***************************************************** 16.11.2010
 */
 
#personal li{
	float:left;
	width: 50%;
	list-style-type:none;
	display:inline;
}
img {border:none;}
