body{
	background: #c6dbca;
	font-family: Arial, "Arial", Sans, serif;
	font-size: 14px;
	color: #000000;
	margin: auto 0;
}

/*ÜBERSCHRIFTEN*/
h1{
	margin-left: 30px;
	position: absolute;
	font-size: 40px; 
	color: #000000;
}

h2{ 
	margin-left: 30px;
	padding-top: 5px;
}

h3{
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	color: black;
}
h3 a:link, h3 a:visited{
	color: black;
}

h4{
	font-weight: normal;
	font-family: "Arial Black";
}

#container{
	width: 1000px;
	background: #ffffff;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}


#header{
	width: 1000px;
	height: 80px;
	background-image: url('images/header1.jpg');
	margin: auto;
}
#header_margin{
	height: 20px;
}



/*INHALT*/
#content{
	width: 960px;
	min-height: 800px;
	background: #ffffff;
	margin: auto;
}

.images_klein{
	width: 136px;
	margin-top: 10px;
}

#index_table{
	margin-top: 30px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	
}
#index_table a:link, #index_table a:visited{
	color: #faebed;
}
#index_table a:hover, #index_table a:focus, #index_table a:active{
	color: #a01113;
}



/*navi CONTAINER*/
#navi{
	background: url('images/navi.jpg');
	width: 200px;
	height: 500px;
	float: right;
	vertical-align: top;
}

/*NAVIGATION inhalt*/
#navi_title{
	background-image: url('images/navi_title.jpg');
	width: 180px;
	height:30px;
	margin: auto;
	margin-top: 30px;
}

.navi_list ul{
	margin-left: -30px;
}

.navi_list li{
	display: inline;
}

.navi_list a:link, .navi_list a:visited{
	display: block;
	width: 180px;;
	height: 20px;
	margin-bottom: 1px;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	color: #991115;
	font-size: 14px;
	background: #f6d1d3;
	padding-top: 5px;
	border-bottom: 1px dotted #000000;
}
.navi_list a:hover, .navi_list a:active, .navi_list a:focus{
	background: #f1a0a9;
	color: #000000;
}
#activated{
	background: #f1a0a9;
	color: #000000;
} 


#einbett_text{
	font-size: 10px;
}
#navi_separator{
	height: 20px;
	background: #ffffff;
	float: right;
	width: 200px;
}

/*INFO CONTAINER*/
#info{
	background: url('images/info.jpg');
	width: 200px;
	height: 270px;
	float: right;
	position: absolute;
}

/*INFO inhalt*/
#info_title{
	background-image: url('images/navi_title.jpg');
	width: 180px;
	height:30px;
	margin: auto;
	margin-top: 30px;
}

#info_text{
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
	margin-top: 15px;
	width: 160px;
	height: 150px;
	text-decoration: none;
	text-align: justify;
	color: #991115;
	font-size: 14px;
	background: #f6d1d3;
	border: 1px dotted #000000;
}

#frame{
	position:absolute;
	top:0px;
	left:0px;
	width: 200px; 
	height: 270px;
	border: 0;
}
#frame_div{
	position: relative;
	clear: both;
}

.einbetten{
	font-family: "Arial Black"
}

/*TEXTFELD inhalt*/
#text_field_middle{
	background: #faebed;
	width: 720px;
	margin: auto;
	font-family: "Arial";
	line-height: 1.5;
	font-size: 14px;
	text-align: justify;
	min-height: 500px;
}
#ueberschrift2{
	height: 40px;
	width: 720px;
	margin: auto;
	background: url('images/text_header.jpg');
}

/*textfeld CONTAINER*/
#text_field{
	background: #faebed;
	width: 740px;
	float: left;
	margin: auto;
	margin-left: 10px;
}
/*textfeld BORDERS*/
#text_field_top{
	background: url('images/text_margin_top.jpg');
	width: 740px;
	height: 10px;
	margin: auto;
}
#text_field_bottom{
	background: url('images/text_margin_bottom.jpg');
	height: 10px;
	margin: auto;
}
.image{
	width: 718px;
	height: 518px;
	margin: auto;
}





/*FUSSZEILE*/
#footer{
	width: 1000px;
	height: 20px;
	background-image: url('images/footer.jpg');
	margin: auto;
}

#bottom_margin{
	background: #c6dbca;
	text-align: center;
	font-size: 11px;
	text-decoration: underline;
	padding-top: 5px;
}




	a:link { font-weight:bold; color: #6e3738; text-decoration:underline; }
	a:visited { font-weight:bold; color: #6e3738; text-decoration:underline; }
	a:focus { font-weight:bold; color:black; text-decoration:underline; }
	a:hover { font-weight:bold; color:#b53941; text-decoration:underline; }
	a:active { font-weight:bold; color:black; text-decoration:underline; }
