* { margin:0; padding:0;}

body {
	background: #bbbbbb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;

}

#pagecontainer {
	margin: auto;
	width: 920px;
	text-align: left;
}

#page {
	background: #032c58;
	width: 900px;
	padding: 10px;
}

#headercontainer {
	position: relative;
}
#logo {
	left: 840px;
	top: 0;
	position: absolute;
	z-index: 2;
}
#header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#headershadow {
	width: 835px;
	height: 220px;
	background: url(../images/header_shadow.png) left top no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#crossoverteam {
	width: 608px;
	height: 54px;
	background: url(../images/cross_over_team.png);
	position: absolute;
	left: 10px;
	top: 215px;
}
#slogan {
	width: 341px;
	height: 24px;
	background: url(../images/slogan.png) left top no-repeat;
	position: absolute;
	left:505px;
	top:270px;
	z-index: 3;
}

#headernav {
	margin-top: 90px;
}
#headernav a {
	font-weight: bold;
	text-decoration: none;
	margin-right: 15px;
	font-size: 16px;
	font-variant:small-caps;
	padding-bottom: 2px;
}

#headernav .passive{
	color: #fe7800;
	border-bottom: 3px solid #fe7800;
}

#headernav a.passive:hover{
	color: #ffffff;
	border-bottom: 3px solid #ffffff;
}

#headernav .active {
	color: #ffffff;
	border-bottom: 3px solid #ffffff;
}

#main {
	overflow: hidden;
	width:1010px;
	margin-top:-10px;
}

#middle {
	background: #FFFFFF;
	margin:40px 0 0;
	padding:5px;
	width:765px;
	overflow:hidden;
}
#seite {
	float: right;
	background: #032c58;
	width: 200px;
	border:5px solid #bbbbbb;
	padding:2px 7px;
	margin-bottom:20px;
}

#seite a {
	text-decoration: none;
	color: #032C58;
}

#seite ul {
	list-style: none;
}
#seite ul li a {
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	display: block;
	margin:6px 0;
	padding:0 0 0 4px;
}

#seite ul li.passive a {
	color: #fe7800;
	border-left:4px solid #fe7800;
}

#seite ul li.active a{
	color: #ffffff;
	border-left:4px solid #ffffff;
}

#seite ul li.passive a:hover{
	color: #ffffff;
	border-left:4px solid #ffffff;
}

#footer {
	text-align: center;
	margin-top: 2px;
	font-size: 10px;
	color: #333333;
	clear:both;
}
#footer a {
	text-decoration: none;
	color:#333333;
}



* html #middle {
	margin-right: 197px;
	width: 687px;
}
* html #logo {
	left: 825px;
}
* html #header {
	left: -10px;

* html #headershadow {
	left: -10px;
}
* html #crossoverteam {
	left: -5px;

}
* html #slogan {
	left: 545px;
}

