* {margin: 0; padding: 0}

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	background: #666666;
	}
	
#site {
	background: url(images/bg_site.jpg) no-repeat center top;
	width: 1001px;
	height: 785px;
	margin: 20px auto;
	text-align: left;
	border: 1px solid #371305;
	}
	
#wrapper {
	padding: 34px 0 0 20px;
	}
	
#imagebild {
	width: 396px;
	height: 625px;
	float: left;
	}
#imagebild a img {
	display: block;
	border: 0;
	}
#content {
	width: 520px;
	padding-left: 4px;
	float: left;
	color: #ffffff;
	zoom:1;
	}
	
#inhalt {
	height: 570px;
	float: left;
	}
	
#inhalt h1 {
	font-size: 26px; 
	font-family: "Times New Roman", Times, serif;
	padding: 5px 0 5px 20px;
	margin: 0 0 0.6em 0;
	background: url(images/pfeil.gif) center left no-repeat;
	border-bottom: 1px dotted #ffffff;
	}

#inhalt h2 {
	font-size: 16px; 
	margin-bottom: 0.6em;
	}

#inhalt h3 {
	font-size: 14px; 
	margin-bottom: 0.6em;
	}

#inhalt h4 {
	font-size: 12px; 
	margin-bottom: 0.6em;
	}

#inhalt p {
	margin-bottom: 1em;
	}

#inhalt ul {
	margin-bottom: 1em;
	margin-left: 15px;
	}
	
#bilder {
	text-align: center;
	padding-top: 20px;
	}
	
#bilder img {
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	margin: 0 30px;
	}

/*Scrolldownmenu*/

#menu {
	padding: 36px 0 20px 0;
	}

#navi {
	margin-left: 0;
	float: left;
	list-style-type: none;
	}
	
#navi li.ebene1 {
	float: left;
	position: relative;
	}

#navi li.ebene1 a {
	display: block;
	float: left;
	text-decoration: underline;
	padding: 0 13px;
	border-left: 1px solid;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	}

#navi li.ebene1 a.first {
	border-left: none;
	padding-left: 0;
	}

#navi li.ebene1 ul {
	display:none;
	}

#navi li.ebene1:hover ul {
	width: 100%;
	list-style-type: none;
	text-align: center;
	display: block;
	position: absolute;
	top: 100%;
	padding: 5px 0 0 0;
	z-index: 1000;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	opacity: .70;
	filter:Alpha(opacity=70, finishopacity=70, style=2)
	}

#navi li.ebene2 {
	float: none;
	text-align: center;
	padding: 0 5px 5px 5px;
	background-image: none;
	}


#navi li.ebene2 a {
	display: block;
	border: none;
	float: none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 5px;
	color: #000000;
	}

#navi li.ebene2 a:hover {
	background: #cccccc; 
	text-decoration: underline;
	}


#sub_1 {left: 0;}


/*End Scrolldownmenu*/

#footer {
	clear: both;
	color: #ffffff;
	padding: 0 80px 0 30px;
	}
	
#footer p a {
	color: #ffffff;
	}	

#footer p.left {
	padding-top: 80px;
	float: left;
	width: 250px;
	}
	
#footer p.right {
	padding-top: 80px;
	float: right;
	width: 250px;
	text-align:right;
	}
