@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
	width: 1000px;
	margin: 0 auto;
}

body {
/*	background-image:url(bilder/Muster.jpg);*/
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #616161;
	background-color:#e8dfcb;
}

img {
	border:none;
}
	

/* ----------zentrierte Seite-------------- */

div#oberseite {
	position:absolute;
	left:50%;
	top:50%;
	height:600px;
	width:1000px;
	background-image:url(bilder/hintergrund.jpg);
	margin-top:-300px;
	margin-left:-500px;
} 

div#menue_oben {
	width: 910px;
	height: 18px;
	float:left;
	margin-left:45px;
	margin-top:140px;
}


/*----------- Inhaltseiten -----------*/

div#inhalt {
	width: 908px;
	height:413px;
	margin-top:158px;
	margin-left:46px;
	background-color:#FFFFFF;

}

div#fuss {
	width:899px;
	height:17px;
	margin-left:55px;
	padding-top: 3px;
}

div#clear {
	clear:both;
	width: 1000px;
	height: 10px;
}


/*-----------Men&#x00FC; Setup-------------*/

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
}

#nav a{
display:block;
padding:0px 0px;
border:0px solid #ffffff;
color:#3d3c3f;
text-decoration:none;
background-color:#E6E6E6;
}

#nav a:hover{
background-color:#ffffff;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:140px;
top:18px;
background-color:#d3cdb7;
padding-left:10px;
opacity:0.8; /* CSS3 (Neuere Browser außer Internet Explorer) */
filter:alpha(opacity=80); /* Internet Explorer 4-7 */
-moz-opacity:0.8; /* Gecko (&#x00C4;ltere Mozilla-Browser) */
-khtml-opacity:0.8; /* Alte Versionen von Konqueror oder Safari */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* Internet Explorer 8 */
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#nav li ul a{
width:140px;
height:auto;
float:left;
padding-left:10px;
margin-left:-10px;
}

#nav ul ul{
top:auto;
opacity:1.0; /* CSS3 (Neuere Browser außer Internet Explorer) */
filter:alpha(opacity=100); /* Internet Explorer 4-7 */
-moz-opacity:1.0; /* Gecko (&#x00C4;ltere Mozilla-Browser) */
-khtml-opacity:1.0; /* Alte Versionen von Konqueror oder Safari */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Internet Explorer 8 */
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
}	

#nav li ul ul {
left:140px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}


/* ----------Links-------------- */


a:link, a:visited, a:hover, a:active {
	color:#5E573B;
	text-decoration:underline;
}

/* ----------Tabelle-------------- */

table {
	border:0px;
}


/* ----------Schrift-------------- */

h1 {
	font-size:16px;
	font-weight:normal;
	color: #616161;
	margin-bottom:5px;
}

h2 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}

h3 {
	font-size:11px;
	font-weight:normal;
}

h4 {
	color:#880c00;
	font-weight:normal;
}

h5 {
	font-size:14px;
	font-weight:normal;
}

h6 {
	font-size:10px;
	font-weight:normal;
	color: #616161;
	margin:5px;
}


li.aufzaehlung {
	list-style-type:disc;
}

.zentriert {
	display: block;
	margin:10px auto 10px auto;
}

.rechtsbuendig {
	text-align:right;
}

