html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100.01%;
	color: #333;
	background-color: #e6f0e6;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height:100.01%; 
	/* height:100.01% um Scrollbalken auch bei kurzen Seiten zu erzwingen*/
}
h1 {
	font-size: 108%;
	color: #363;
}
h2{
	font-size: 108%;
	color: #666;
}
h3{
	font-size:89%;
	color:#666;
}
/* Tabelle wird im Kontaktformular verwendet, sonst nirgends */
table{
	width:90%;
}
th{
 	text-align: left;
	font-weight: lighter;
	font-size: 80%;
	padding:3px;
	vertical-align: top;
 }
td{
	font-size: 80%;
	padding:3px;
	vertical-align: top;
}

p{
	font-size: 80%;
}
/*Akronyme und Abkuerzungen werden sonst gestrichelt unterlegt */
acronym{
	border:none;
}
abbr{
	border:none;
}

/*Listenformatierung
Sitemap - Navigation ist mit Listen aufgebaut, die Listenpunkte werden dort ausgeblendet*/
ul{
	font-size: 80%;
}
#sitemap{
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	font-size: 90%;
}
#sitemap ul{
 	list-style-type: none;
 }

#sitemap li{
 	border-bottom: 1px dotted #999;
	padding: 2px 0px;
 }
/* voice-family etc: Hack für IE 5 */
#sitemap ul ul li{
 margin-left: 0px;
font-size:100.1%;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 6px;
 }
 html>body #sitemap ul ul li{
 	margin-left: 6px;
 }
 
 /* für Formular */
 fieldset{
	border:0px solid #fff;
 }
 legend{
 	font-weight: bold;
	color:#666;
 }
 .formtext{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #696;
	color:#363;
	background-color: #eff5ef;
}
.button{ 
	background-color:  #eff5ef;
	color:#363;
	font-size: 90%; 
	border:1px solid #696;
}

/*normale Navigation*/
a:link{
	color:#a40f29;	
	text-decoration: none;
}
a:visited{
	color:#a40f29;
	text-decoration: none;
}
a:hover{
	color:#363;
	text-decoration:none;
}
a:active{
	color:#363;
	background-color: #e6f0e6;
}
.aktlink{
	color:#363;
}

/* Fusszeilen - Navigation */
#fusszeile a{
	font-weight:lighter;
}
#fusszeile a:link{
	color:#a35e50;
}
#fusszeile a:visited{
	color:#a35e50;
}
#fusszeile a:hover{
	color:#363;
}
#fusszeile a:active{
	color:#363;
}

/* gesamte Breite */
#breite{
	width:800px;
	text-align: left;
	margin-top: 40px;
	margin-left:auto;
	margin-right: auto;
	background-color: #fff;
}
/* Kopfzeile mit Logo*/
#oben{
	height:67px;
	width:100%;
	background-image: url(../images/logo.gif);
	background-position: top right;
	background-repeat: no-repeat;
  background-color: #eff5ef;
     border-top: 1px solid  #add6ad;
    border-bottom: 1px solid  #289E65;
	 vertical-align: middle;
}

/* Navigationsleiste */
#navileiste{
	width: 100%;
	height: 26px;
	margin-top: 10px;
	color: #999;
	font-size: 84%; 
	background-color: #dceddc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #a40f29;
}

/* Content */
#mitte{
	border-bottom: 1px solid #dceddc;
	width: auto;
}
#links{
	float:left;
	width:310px;
	margin: 30px 0px 4px 0px;
}
#rechts{
	float:right;
	width:480px;
	margin: 30px 0px 4px 0px;
}
.umbruch{
	clear:both;
}
.inhalt{
	padding:3px 10px 3px 20px;
}
.inhalt2{
	padding:0px 30px 20px 20px;
}
/* Fusszeile, eigene Linkformatierung s.o.*/
#fusszeile{
	width:100%;
	font-size: 76%;
	color:#696;
	background-color: #eff5ef;
	margin-top: 10px;
	border-top: 1px solid #a35e50;	
	border-bottom: 1px solid #c4e1c4;	
}


