/* ALLGEMEIN */

html,body {
	margin: 0;
	margin-top: 2px;
	padding: 0;
	overflow: visible;
	background-color:#000000f;
	font-family: Segoe Print, Century Gothic, Verdana , Tahoma;
	color: #FFFFFF;
	font-size: 12px;
	
}

a:link, a:visited, a:active   {
	font-weight: bold;
	font-style: normal;	
	color: #999999;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	font-weight: bold;
	font-style: normal;
	color: #FF9900;
	text-decoration: none;
	font-size: 12px;
}

.Ueberschrift1 {
	font-family: Segoe Print, Century Gothic, Verdana , Tahoma;
	color: #FF9900;
	font-size: 14pt ;
	font-weight: bold;

}

/* DIV BOXEN */

div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div#bodybox {
	height: 100%;
	width: 920px;
	margin-left: -460px;
	left: 50%;
	background-color:#000000f;
	overflow: no;
	position: absolute;
	z-index: 5;
} 


div#contentbox {
	width: 863px;
	top: 160px;
	left: 65px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	position: absolute;
	z-index: 10;
	height: 403px;
	overflow: auto;
}

div#indexlinksbox {
	width: 665px;
	height: 50px;
	top: 125px;
	left: 41px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	position: absolute;
	z-index: 15;
	height: 50px;
	overflow: no;
}

div#indexunten {
	width: 875px;
	height: 50px;
	top: 565px;
	left: 00px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	position: absolute;
	z-index: 15;
	height: 33px;
	overflow: no;
}

