/* CSS Document */
html {
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#main {
	position:absolute; 
	left:50%;
	top:12%;
	margin-left:-250px; 
	background-color:#fff; 
	width:500px; 
	height:468px;
}

#logo {
	border:1px solid #cccccc;
	border-bottom:3px solid #f9b500;
	text-align:right;
	height:25px;
	width:454px;
	padding:22px;
}

#trailer {
	padding-top:4px;
	padding-bottom:4px;
}

#navi {
	border:1px solid #cccccc;
	height:86px;
	width:498px;
	text-align:center;
	color:#999999;
	font-weight:bold;
	background-image:url(../images/pfeil.gif);
	background-repeat:no-repeat;
	background-position:170px 55px;
}

form {
	padding-top:10px;
}

#navi select {
	color:#666666;
}


#navi a:link {
	color:#003389;
	text-decoration:none;	
}

#navi a:visited {
	color:#003389;
	text-decoration:none;
}

#navi a:hover {
	color:#99B5D7;
	text-decoration:none;
}

