html, body {
	height:100%;
	margin: 0;
}
	
body {
	background-color: #333333;
	color: #333333;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #999999;
	text-decoration: none;
	line-height: 19px;
}

a:hover {
	color: #666666;
}

h1 {
	font-size: 18px;
	color: #999999;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	padding-top: 3px;
}

.orange {
	color: #ee8800;
}

#distance { 
	width:10px;
	height:50%;
	margin-bottom:-300px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	background-image: url(../images/box_ground.gif);
	text-align:left;
	height:600px;
	width:960px;
	clear:left;
}

#container_distance {
	height:25px;
	width:950px;
}

#container_box {
	height:544px;
	width:950px;
	background-color: #666666;
	border: 3px solid;
	border-color: #FFFFFF;
}

#index_left {
	width: 507px;
	height: 544px;
	float: left;
	color: #A4A4A4;
}

#index_left a {
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#index_left a:hover {
	color: #FFA200;
}

.index_titel {
	color: #FFFFFF;
}

#index_logo {
	width: 470px;
	height: 146px;
	float: left;
	background-image: url(../images/logo_index.gif);
	background-repeat: no-repeat;
	background-position: 40px 100%;
	padding-top: 49px;
	text-align: right;
	line-height: 18px;
}

#index_text {
	width: 445px;
	height: 220px;
	float: left;
	padding-top: 104px;
	padding-left: 45px;
	line-height: 18px;
}

#index_picture {
	width: 408px;
	height: 544px;
	float: left;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#picture_line1 {
	height: 83px;
	float: left;
	width: 950px;
}

#picture_line2 {
	width: 950px;
	height: 296px;
	float: left;
}

#navbox_logo {
	width: 171px;
	height: 77px;
	float: left;
}

#navbox_text {
	background-color: #FFFFFF;
	width: 757px;
	height: 62px;
	padding: 15px 15px 0 7px;
	float: left;
}

#navbox_slogan {
	background-color: #FFFFFF;
	width: 900px;
	height: 51px;
	padding: 26px 15px 0 30px;
	float: left;
}

ul, li {
	list-style-type: none;
}

#nav {
	width: 163px;
	margin-top: 8px;
	margin-left: 17px;
}

.nav a {
	text-align: left;
	padding: 10px 0px 0px 5px;
	display: block;
	color: #FFF8DF;
	text-decoration: none;
}
.nav a:hover {
	color: #333333;
}
.navactive ul a {
	color: #FFF8DF;
	font-size: 11px;
	font-weight: normal;
	margin: 1px 0px 0px 15px;
	height: 15px;
}

.navactive a {
	display: block;
	padding: 10px 0px 0px 5px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.navactive ul a:hover {
	color: #333333;
}

#unavactive a {
	color: #333333;
	padding: 1px 0px 0px 15px;
}

#content_box {
	width: 769px;
	height: 430px;
	float: left;
	margin-left: 1px;
	background-color: #FFF8DF;
	overflow: auto;
}

#content_left_box {
	width: 519px;
	height: 430px;
	float: left;
	margin-left: 1px;
	background-color: #FFF8DF;
	overflow: auto;
}

#content_right_box_darkred {
	width: 249px;
	height: 430px;
	float: left;
	margin-left: 1px;
	background-color: #FED5AF;
}

#content_right_box_brightblue {
	width: 249px;
	height: 430px;
	float: left;
	margin-left: 1px;
	background-color: #D6E9FC;
}

#content_right_box_brightgreen {
	width: 249px;
	height: 430px;
	float: left;
	margin-left: 1px;
	background-color: #CFF295;
}

.content {
	margin: 15px 15px 10px 20px;
}

.leer {
	display: none;
}

.blue {
	color: #000099;
	line-height: 20px;
	font-weight: bold;
}

.black {
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}


.titel  {
	color: #333333;
	font-weight: bold;
	line-height: 20px;
}

.internlink {
	color: #000099;
}

.internlink a {
	color: #000099;
	text-decoration: none;
}  

.internlink a:hover {
	color: #CC0000;
} 
