@charset "utf-8";
/* CSS Document */

* {
		margin:0;
		padding:0;
		}

html, body {
		height:100%;
		}

body {
	/*background-color:#17120A;*/
	/*background-color: #4F1700;*/
	background-color: #3D0000;
	/*background-image: url(../bilder/bg-schein.jpg);
	background-repeat:no-repeat;*/
	text-align:center; /* horizontal centering for IE Win quirks */
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #17120a;
	color: #17120a;
	font-size: 12px;
		}
		
a:focus { outline: none;}

#distance { 
		width:1px;
		height:50%;
		margin-bottom:-311px; /* half of container's height */
		float:left;
		}

#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:623px;
		width:953px;
		clear:left;
		}

#logo {
	width: 953px;
	text-align:right;
	}
		
#navi {
	position:relative;
	float:left;
	margin-right: 10px;
	height:500px;
	}

#navi a:link, #navi a:visited, #navi a:active {
	height:27px;
	width:155px;
	margin-bottom: 7px;
	/*padding-top:5px;*/
	display:block;
	background-image:url(../bilder/bg-button.gif);
	background-repeat:no-repeat;
	color: #ebe4ca;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    line-height: 27px;
	}

#navi a.aktiv {
	background-image: url(../bilder/bg-button-ov.gif);
	color: #17120a;
}

#navi a:hover {
	background-image:url(../bilder/bg-button-ov.gif);
	background-repeat:no-repeat;
	color: #17120a;

} 

.btaktiv {
	background-image:url(../bilder/bg-button-ov.gif);
	}

#navi #unternavi {
	margin-top: 0px;
	margin-bottom: 5px;
	text-align:center;
	
		}

#navi #unternavi a:link, #navi #unternavi a:visited, #navi #unternavi a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8f856d;
	line-height:16px;
	display:block;
	background-image:none;
	background-repeat:no-repeat;
	text-transform:uppercase;
	text-decoration:none;
	margin:0;
	padding:0;
	height: 20px;
	}

#navi #unternavi a:hover {
	background-image:none;
	font-weight:bold;
	color:#eae3c8;
} 

#navi #unternavi a.inaktiv {
	
}
#navi #unternavi a.aktiv {
	font-weight:bold !important;
	color:#eae3c8 !important;
	}

#skizze {
	position: absolute;
	bottom:0px;

}

#inhalt {
	float:right;
	/*border: #2e291e 1px solid;*/
	width: 786px;
	height: 498px;

}

#inhaltsbild {
	height: 498px;
	width: 470px;
	float:left;
	}
	
#content {
	background-image:url(../bilder/bg-content.gif);
	background-repeat:repeat-y;
	height: 498px;
	width: 316px;
	float:right;
	overflow:auto;
	}
	
#content p {
	margin: 0 15px 15px 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#17120a;
	line-height:18px;
	text-align: justify;
	}
	
#content p a:link, #content p a:visited, #content p a:active {
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
	}
	
#content p a:hover {
	color: #fa6341;
	}   
	
#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight: normal;
	margin: 10px 15px 20px 15px;
	color: #3D0000;
	/*line-height:80px;*/
    font-style: italic;
	}

#content h2, #content h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: normal;
	margin: 10px 15px 5px 15px;
	color: #3D0000;
	/*line-height:80px;*/
	font-style: italic;
	
	}

#fuss p {
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	/*color: #494333;*/
	color: #797055;
	line-height: 16px;
	margin:0;
	padding:0;	
}

#fuss a:link, #fuss a:visited, #fuss a:active {
	text-decoration:underline;
	color:#797055;
	}
	
#fuss a:hover {
	text-decoration:underline;
	color: #d3cfae;
	}
	
.textfeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 180px;
	border: 1px solid #ffb78b;
	padding: 3px;
}
#content ul {
	line-height: 18px;
	text-decoration: none;
	list-style-type: disc;
	padding-left: 40px;
	padding-bottom: 20px;
}
#content td {
	line-height: 16px;
	padding: 3px;
}
