
/* CSS Document */
a {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 11px;
	margin-top: 3px;

}
a:hover {
	color: #FF0000;
}

body {
	background-color: #CCCCCC;
	margin:0px 0px; 
	padding:0px; 
	text-align:center;
	overflow: hidden;
}

#logo {
	position: relative;
	width:705px;
	height:72px;
	z-index:1;
	margin : 7px auto; 
	text-align: left;
}

#rahmen_blau {
	position: relative;
	width:970px;
	height:420px;
	z-index:1;
	background-color: #004e72;
	border : 1px solid black;
	margin : 45px auto;
	text-align: left;
}

#navi {
	position: relative;
	width:910px;
	height:10px;
	z-index:1;
	margin : 450px auto; 
	text-align: left;
}

#content {
	position: relative;
	width:750px;
	height:500px;
	z-index:1;
	background-color: #FFFFFF;
	border : 3px solid #666666;
	margin : -510px auto;
	text-align: center;
	}
