html, body {
	height:100%;
	margin:0px;
	padding:0px;
	font-family: Verdana, sans-serif;
}

body {
	text-align:center;
}

#outerScrollDiv {
	overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
}

.distance { 
	width:1px;
	height:50%;
	margin-bottom:-300px;
	float:left;
}

.container {
	margin:0px auto;
	position:relative;
	text-align:center;
	height:600px;
	width:100%;
	clear:left;
	padding:0px 0px 0px 0px;
}

.innerContainer {
	margin:0px auto;
	top: 0px;
	position:relative;
	width:955px;
	text-align:left;
}

.sub_menue {
	position:relative;
	top:83px;
	left:405px;
	width:492px;
	height:41px;
	border: 1px solid #500000;
	
	color:#500000;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
}

.menue {
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	
	width:955px;
	height:50px;
}

.active {
	color: #500000;
	text-decoration: none;
	font-size: inherit;
}
.active:hover {
	color: #500000;
}

.inactive {
	color: #A77F7F;
	text-decoration: none;
	font-size: inherit;
}
.inactive:hover {
	color: #A77F7F;
}

.text {
	color:#FFFFFF;
	font-size: 12px;
}
.headline {
	font-size: 16px;
}
.large_headline {
	font-size: 26px;
}

a {
	color:#C00000;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color:#FFFFFF;
}