body
{
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	background-image: url(../img/bg.gif);
}

body, a {
	color: #FFFFFF;
	font: 14px Arial, Helvetica, sans-serif;
}

#outerPage {
	background-color: #000033;
	color: #FFFFFF;
	width: 990px;
	height: 574px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -495px;
	margin-top: -287px;
	overflow: hidden;

	
}

#innerPage {
	border: 1px solid White;
	width: 970px;
	height: 554px;
	
	position: absolute;
	top: 9px;
	left:9px;
}

div.menue a {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-left: 15px;
	text-decoration: none;
}

div.menue .over {
	color: #CCCCCC;
}

div.menue .active {
	color: #FFFFFF;
}

#header {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 952px;
	height:110px;
}

#mainMenue {
	position: absolute;
	right: 0px;
	top: 94px;
}

#footer {
	position: absolute;
	left:9px;
	bottom: 4px;
	
	width: 952px;
}

#bottomLeftMenue {
	position: absolute;
	left:-15px;
	bottom: 0px;
}

#bottomRightMenue {
	position: absolute;
	right:0px;
	bottom: 0px;
}

#content {
	border: 1px solid White;
	
	position: absolute;
	top: 125px;
	left: 9px;
	
	width: 639px;
	height: 400px;
	
	background-image: url(../img/kreis.jpg);
}

#contentFrame {
	border: 0px none #000033;
	
	position: absolute;
	top: 9px;
	left: 9px;
	
	width: 621px;
	height: 382px;
	
	background-color: #000033;
}
#extra {
	border: 1px solid White;
	
	position: absolute;
	top: 125px;
	right: 9px;
	
	width: 300px;
	height: 400px;
	
	
	overflow: auto;
}

#extra div,#extra img {
	position: absolute;
	top: 9px;
	left:9px;
}
