html, body {
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 100.01%;
background-color:#DADBDF;
text-align: center; /* fuer IE */
}
* {
margin: 0;
padding: 0;
}

hr{
clear:both;
margin: 25px 60px 5px 60px;

}
#wrapper {
background-image: url("layout/Lay_mitte.jpg");
background-repeat:repeat-y;
margin: 0 auto;
width: 800px;
text-align: left;
}

#header {
background-repeat:no-repeat;
color: #fff;
padding: 10px 50px  0 20px;
height: 170px;
text-align:right;
}
#header h1 { display:none;}
#header img {margin:0; padding:0;}

/* Hauptmenue */
#hauptmenue {
width:729px;
/*background-color: #666;*/
color: #000;
padding:0 0 3px 0;
margin-left:35px;
margin-top:0;
border-bottom:1px dotted #000;

}
#hauptmenue ul {
list-style-type: none;
margin: 0px 0px 0px 20px;
}
#hauptmenue ul li {
display: inline;
}
#hauptmenue ul li a {
text-decoration: none;
font-size: 83%;
padding: 2px 10px 3px 10px;
color: #000;
border-right: 1px solid #fff;

}
#hauptmenue ul li a:hover {
color: #c00;
}

#hauptmenue #active{
text-decoration: none;
font-size: 83%;
padding: 3px 10px 3px 10px;
margin-left:0;
color: #c00;
font-weight:bold;
}

/* Content-Bereich */

#nav {
float:left;
width: 150px;
padding: 30px 0 0 40px;
font-size: 80%;
line-height: 130%;
}

#navlist
{
padding-left: 0px;
margin-left: 0;
border-bottom: 1px dotted gray;
width: 150px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 5px 0 5px 20px;
border-top: 1px dotted gray;
}

#navlist li a { text-decoration: none;
color: #333;
 }
 
#navlist ul li a:hover {
color: #cc0000;
font-weight:bold;
font-size:95%;
}

#content {
color: #000;
padding: 0px 0px 10px 0px;
margin:0 0 0 150px;
min-height:450px;
}

#content .liste {
background-color: transparent;
color: #000;
}
#content .liste ul {
list-style-position: outside;
list-style-type: circle;
padding: 0px 0px 0px 20px;
}

#content p, #content li, #content td{
	font-size: 80%;
	line-height: 130%;
	margin: 10px 55px 10px 0;
}

#content h1, #content h2, #content table{
margin: 25px 0px 5px 60px;
}
#content td {
	font-size: 80%;
	margin:0;
	padding:4px;
}
#content h1 {
font-size: 140%;
letter-spacing: 1pt;
background-color: transparent;
color: #990000;
}
#content h2 {
background-color: transparent;
color: #900;
font-size: 110%;
}

#content a {
text-decoration: none;
border-bottom: 1px solid #B79348;
background-color: transparent;
color: #900;
font-weight: bold;
}
#content a:visited {
background-color: transparent;
color: #450000;
}
#content a:hover {
background-color: transparent;
color: #f00;
}
#content a:active {
background-color: transparent;
color: #900;
}
#content a:focus {
background-color: transparent;
color: #900;
}

#content ul {
	margin:0 0 0px 1px;
	padding:2px 0 2px 13px;
}

#content li {
	list-style: none;
	text-align:left;
	padding: 0 0 0 17px;
	margin:0 55px 2px 55px;
	font-style:italic;
	background-image:  url("layout/quattro.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

.klein {
	font-size: 11px;
	color: #990000;
}


.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -10px 6px 6px -10px;
  padding: 6px;
  }

.img-shadow {
background:  url("layout/shadowAlpha.png") no-repeat bottom right !important;
background:  url("layout/shadow.gif") no-repeat bottom right;
margin: 10px 10px 10px 10px !important;
margin: 10px 0 0 5px;
}

.rechts {
float: right;
margin-left: 17px;
margin-right: -10px;
}
 
.links {
clear:both;
float: left;
margin-right: 27px;
margin-left: -10px;
}



/* Footer */
#footer {
background-image: url("layout/Lay_fuss.jpg");
background-repeat:no-repeat;
color: #000;
height: 20px;
padding: 0px 0px 0px 0px;

}
#footer p {
font-size: 75%;
text-align: center;
}



.inputtext {
	color: #000000;
	text-decoration: none;
	background-color: #efefef;
	padding: 2px;
	height: 20px;
	width: 100%;
	border: 1px solid #CCCCCC;
}
.inputtextarea {
	color: #000000;
	text-decoration: none;
	background-color: #efefef;
	padding: 2px;
	height: 150px;
	width: 100%;
	border: 1px solid #CCCCCC;
}
.inputbutton {
	color: #000000;
	text-decoration: none;
	background-color: #EEE6DC;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.farbig {color: #333333;}

