/* 
CSS Document 
name: main.css
user: sf-wutachtal
author: Christiane Eibeck
*/

body {
  background-color:#fff;
  font: 12px verdana, sans-serif;
  color: #000;
  margin: 0; padding: 0;
  margin-bottom: 50px;
}

#holder{
  position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#title {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height:150px;
	margin-top: 10px;
	margin-right: 10px;
	background-image: url(h.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
#title h1{
  position: absolute;
  left: 220px; top: 50px;
  margin: 0;
  font: 2.4em verdana, serif;
  color: #fff;
  z-index: 1;
}
#title h2{
  position: absolute;
  left: 222px; top: 52px;
  margin: 0;
  font: 2.4em verdana, serif;
  color: #3E515E;
  z-index: 0;
}
#title h3{
  position: absolute;
  left: 220px; top: 80px;
  margin: 0;
  font: 1.4em verdana, serif;
  text-decoration: none;
  color: #fff;
  z-index: 1;
}
#title h4{
  position: absolute;
  left: 222px; top: 82px;
  margin: 0;
  font: 1.4em verdana, serif;
  text-decoration: none;
  color: #3E515E;
  z-index: 0;
}

#center{
	position: relative;
	width: auto;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
  background-image: url(m.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#menu{
	position: relative;
  width: 150px;
  height: auto;
  font: 1em verdana, sans-serif;
	padding-top: 50px;
	float: left;
}
#menu a{
  display:block;
  width: 150px;
  height: 30px;
	padding-top: 7px;
	padding-left: 5px;
  color:#ffffff;
  background-image: url(btnr.gif);
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
#menu a:visited{
  color:#ffffff;
  background-image: url(btnr.gif);
  text-decoration: none;
}
#menu a:hover{
  color:#000000;
  background-image: url(btnr_mo.gif);
  text-decoration: none;
}
#menu a:active{
  color:#000000;
  background-image: url(btnr_pr.gif);
  text-decoration: none;
}
#menu a:focus{
  color:#000000;
  background-image: url(btnr_mo.gif);
  text-decoration: none;
}

#menu a.sub{
  display:block;
  width: 150px;
  height: 10px;
	padding-top: 2px;
	padding-bottom:2px;
  color:#000000;
	font: 0.8em verdana, sans-serif;
	background-image: none;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
}
#menu a.sub:visited{
  color:#000000;
	font: 0.8em verdana, sans-serif;
	background-image: none;
  text-decoration: none;
}
#menu a.sub:hover{
  color:#000000;
	font: 0.8em verdana, sans-serif;
  background-color: #ded0cf;
	background-image: none;
  text-decoration: none;
}
#menu a.sub:active{
  color:#ffffff;
	font: 0.8em verdana, sans-serif;
	background-image: none;
  text-decoration: none;
}
#menu a.sub:focus{
  color:#000000;
	font: 0.8em verdana, sans-serif;
  background-color: #ded0cf;
	background-image: none;
  text-decoration: none;
}

#content{
	position: relative;
	width: auto;
  height: auto;
	background-color: #faf7f6;
	padding: 20px;
	margin-left: 160px;
	margin-right: 10px;
  text-align: left;
  font: 1em verdana, sans-serif;
}
#content h1{
  position: absolute;
  left: 0px; top: 5px;
  margin: 0;
  font: 2.4em verdana, serif;
  color: #404040;
  z-index: 1;
}
#content h2{
  position: absolute;
  left: 2px; top: 6px;
  margin: 0;
  font: 2.4em verdana, serif;
  color: #a0a0a0;
  z-index: 0;
}
#content h3{
  font: 1.6em verdana, serif;
  font-weight: bold;
  text-decoration: none;
}
#content h4{
  font: 1.2em verdana, serif;
  font-weight: bold;
  text-decoration: none;
}
#content a{ 
  color: #000; 
  font: 1.0em verdana, serif;
  font-weight: normal; 
  text-decoration: underline;
}
#content a:hover{ 
  color: #000; 
  background-color: #ded0cf;
  text-decoration: none;
}
#content p{
  font: 1.2em verdana, serif;
}
#content li{
	margin-left: -20px;
	margin-top: 5px;
	font: 1.2em verdana, serif;
}
#content li.sub{
	margin-left: -20px;
	margin-top: 1px;
	margin-bottom: 5px;
	font: 1.0em verdana, serif;
}

#content select{
	size: 1;
	width: 350px;
	font: 1.2em verdana, serif;
}
#content iframe{
	width: 90%;
	background-color: #faf7f6;
}

#footer{
	position: relative;
  height: 50px;
	width: auto;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(f.gif);
	background-repeat: repeat-x;
	background-position: left center;
	
}
#footer h2{
 font: 0.8em verdana, serif;
 color: #000;
 margin: 0 0 0 15px;
}
#footer a{ 
  color: #000; 
  font-weight: normal; 
  text-decoration: none;
}
#footer a:hover{ 
  color: #fff; 
  font-weight: normal; 
  text-decoration: none;
}



