@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #59595a;
	
	text-align: center;
		
	margin: 0px;
	padding: 0px;
}

#content_all{
	width: 1000px;
	margin: auto;
	
	text-align: left;
	
	background-image: url(/fileadmin/pics/design/img/body.jpg);
	background-repeat: no-repeat;
}

#top{
	width: 1000px;
	height: 173px;
	
	background-image: url(/fileadmin/pics/design/img/head.jpg);
	background-repeat: no-repeat;
}

#navi_top{
	position: absolute;
	width: 350px;
	text-align: right;
	
	margin-top: 90px;
	margin-left: 600px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bdbdbd;
	z-index: 1;
}

#navi_top a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bdbdbd;
	
	text-decoration: none;
}

#pagetitle{
	position: absolute;
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70px;
	color: #c8c7c7;
	font-style: italic;
	
	margin-top: 71px;
	margin-left: 450px;

	filter:alpha(opacity=40); 
	-moz-opacity:0.4;
	opacity:0.4;
	text-align: right;
}

#navi{
	position: absolute;
	width: 800px;
	margin-top: 118px;
	margin-left: 150px;
	
	text-align: right;
	z-index: 1;
}

.navi_elemente{
	margin-left: 30px;
}

.navi_elemente a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	color: #ffffff;
	text-decoration: none;
}

.navi_elemente a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	color: #000000;
	text-decoration: none;
}


.navi_elemente_active{
	margin-left: 30px;
}


.navi_elemente_active a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	color: #000000;
	text-decoration: none;
}


#flash{
	position: absolute;
	width: 427px;
	height: 592px;

}

#content_umfassung{
	width: 1000px;
	text-align: left;
}

#content{
	width: 586px;
	
	margin-left: 414px;
	
	background-image: url(/fileadmin/pics/design/img/content.jpg);
	background-repeat: repeat-y;
	border: 0px solid red;
}

#content_main{
	background-image: url(/fileadmin/pics/design/img/content_main.jpg);
	background-repeat: no-repeat;
	
	padding-left: 30px;
	padding-right: 30px;
}

#content_main h1{
	padding: 0px;
	margin: 0px;
	color: #9e774c;
}

#inhalt{
	padding-top: 30px;
}

#inhalt bold{
	color: #9e774c;
}

#inhalt strong{
	color: #9e774c;
}

#footer{
	width: 1000px;
	height: 50px;
	clear: both;
	
	background-image: url(/fileadmin/pics/design/img/footer.jpg);
	background-repeat: no-repeat;
}

#footer_inhalt{
	position: absolute;
	margin-top: 30px;
	margin-left: 550px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cfcfcf;
}

#footer_inhalt a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cfcfcf;
}

a{
	color: #9d7549;
	text-decoration: none;
}
