/* css document */
/* Stylesheet Prosoil, Stand: Februar 2007, www.hghanl.com*/
@media all {
/* Generelles */
html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: verdana, arial, helvetica, sans-serif;

  }
body {
	margin: 30px 0 10px 0;
	padding: 0;
	height: auto;
	line-height: 150%;
  background-color: #fff;
	}
img {
	border: none;
  }
 
/* Seitenaufbau*/

#subnav {
  position: relative;
  height: 18px;
  left: 50%;
	width: 800px;
  margin-left: -400px;
  padding: 0 0 3px 0;
  font-size: 60%;
  text-align: right;
}
#wrapper {
	position: absolute;
	left: 50%;
	width: 800px;
  margin-left: -400px;
	color: #000;
	padding: 0;
	border: solid 1px #e9e6e6;
  background-color: #fff;
}

#header {
 	position: relative;
	width: 788px;
	height: 130px;
  margin: 5px 5px 0px 5px;
  font-size: 100%;
  }

#navcontainer {
  position: relative;
	width: 788px;
	height: 30px;
  margin: 5px 5px 0 5px;
  padding: 0;
  overflow: hidden;
	font-size: 100%;
  background-image: url(../pics/bg_navi.gif);
list-style: none;
  text-align: center;
 /* border: 1px solid #e9e6e6;*/
	border-top: 1px solid #e9e6e6;
  border-left: 1px solid #e9e6e6;
  border-right: 1px solid #e9e6e6;
  }

#nav a:active {
 text-decoration: underline; color: #000;
	}

#nav a:hover {
  background-position: 0 -30px;
}

#nav a:active {
	background-position: 0 -60px;

	}
	
/* Navigation Ende */

#box {
  width: 800px;
  background: #fff;
  }

#content {
	position: relative;
	float: left;
	width: 620px;
	height: 100%;
	margin: 5px 5px 5px 5px;
	border: 1px solid #e9e6e6;
  }
#content li {
  font: 80% verdana, sans-serif;
	line-height: 150%;
	}
#content h2 {
	margin: 30px 25px 10px 25px;
	padding: 2px 0 2px 0px;
	font: normal 85% verdana, sans-serif;
  color: #000066;
	border-bottom: 1px solid #e9e6e6;
}
#content h3 {
	margin: 7px 0px 5px 35px;
	padding: 2px 35px 2px 0px;
	font: 80% verdana, sans-serif;
	line-height: 150%;
	text-align: justify;
  }
#content h4 {
	margin: 0px 30px 0px 30px;
	padding: 2px 10px 2px 10px;
	font: 100% verdana, sans-serif;
	line-height: 150%;
	background-color: #F0F0F0;
  }
#content h5 {
	margin: 0px 30px 15px 30px;
	padding: 1px 1px 1px 1px;
	font: 70% verdana, sans-serif;
	line-height: 150%;
	text-align: right;
	background-color: transparent;
	}	
#content h6 {
	margin: 10px 30px 15px 30px;
	padding: 1px 30px 1px 1px;
	font: 80% verdana, sans-serif;
	line-height: 150%;
	text-align: justify;
	background-color: transparent;
}		
#sidebar {
   margin: 5px 5px 0 0;
   position: relative;
   float: right;
   width: 160px;
   background: #fff;
   border: 1px solid #e9e6e6;
  }
   
#sidebar h1 {
	margin: 0px 15px 0 10px;
  padding: 10px 0px 5px 0px;
	line-height: 90%;
	color: #000;
	font: normal 80% verdana, sans-serif;
		border-bottom: 1px solid #e9e6e6;
}
	
#sidebar h2{
  margin: 0 0px 5px 0;
  padding: 3px 30px 0px 10px;
	line-height: 130%;
	color: #000;
	font: normal 10px verdana, sans-serif;
	text-align: left;
}
#sidebar h3 {
	padding: 0 15px 0 15px;
	line-height: 50%;
	color: #000;
	font: normal 12px verdana, sans-serif;
	text-align: left;
}
#slideshow {
  position: relative;
	float: left;
	width: 625px;
	height: 100%;
	margin: 0 0 0 0;
	background-color: #fff;
}

#slideshow h1 {
	margin: 40px 30px 10px 30px;
	padding: 2px 0 2px 0px;
	font: bold 100% verdana, sans-serif;
  color: #000066;
	border-bottom: 1px solid #000066;
}

#slideshow h2 {
  margin: 70px 150px 0 173px;
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-left: solid 1px black;
  border-bottom: solid 1px black;
  background-color: #fff;
}

#slideshow h3 {
	padding: 0 15px 0 30px;
	line-height: 50%;
	color: #000;
	font: normal 80% verdana, sans-serif;
	text-align: left;
	}
	
#footer {
  width: 788px;
	height: auto;
	margin: 0 5px 5px 5px;
  overflow: hidden;
	clear:both;
  border: 1px solid #e9e6e6;
  background-color: #fff;
  background-image: url(../pics/bg_footer.gif);
  background-repeat: no-repeat;
 }
#footer h4{
	padding: 20px 0 0px 0px;
	font: 80% verdana, sans-serif;
	color: #000;
	text-align: center;
  }
#footer h5{
	padding: 10px 0 0px 0px;
	font: 10px verdana, sans-serif;
	color: #000;
	text-align: center;
	line-height: 5%;
  }

/* Linx */

a:hover {
	text-decoration: underline;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #525252;
}

a:link {text-decoration: none; color: #000;
	}
	
/*classes*/

.clearing {
  height: 0;
  width: 100%;
  clear: both;
}

.dick {
	font: bold 100% verdana, sans-serif;
}
.selected {
 text-decoration: underline; color: #000;
}
.akut {
	font: bold 100% verdana, sans-serif;
	color: #FF0000;
}
}
