
body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F3F3F3;
	}

#top {
	height: 80px;
	background-color: #333333;
	padding: 10px;
	background-image: url(../images/top.gif);
	}

#titel {
	text-align: left;
	font-size: 24px;
	font-weight: bold;	
	color: #FFFFFF;
	}

.li {
	width: 100px;
	height: 22px;
	text-align: center;
	color: #FFFFFF;
	padding: 1px;
	float:left;
	}
	
#center {
	text-align: center;
	margin-top: 10px;
	margin-left: -380px;
	position: absolute;
	left: 50%;
	width: 760px;
	visibility: visible;
	border: 1px solid #FFFFFF;
	background-color:#FFFFFF;
	width: 760px; 
	border: 1px; 
	border-color:#000000; 
	border-style:solid;
	}

#h_menu {
	margin: 0;
	padding: 0;
}

#h_menu li {
	list-style-type: none;
	float: left;
	width: 110px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0;
}

#h_menu li a {
	display: block;
	width: 100%;
	height: 100%;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#h_menu li a:hover {
	color:#FF9900;
	font-weight: bold;
	text-decoration: none;
}

#afb {
	text-align: center;
	background-image: url(../images/road.jpg);
	margin: 0;
	width: 760px;
	height: 100px;
}

.header_text {
	color: #CCCCCC;
	font-weight: bold;
}

.div1 {
	text-align: left;
	float: left;
	width: 340px;
	height: auto;
	margin: 5px;
	padding: 10px;
	border-right: 1px dotted #333333;
}

.div2 {
	text-align: left;
	float: left;
	width: 340px;
	height: auto;
	margin: 5px;
	padding: 10px;
	clear: right;
}

.div3 {
	text-align: left;
	float: left;
	width: 625px;
	margin: 5px;
	padding: 10px;
}

.div4 {
	text-align: left;
	float: left;
	width: 220px;
	margin: 5px;
	padding: 10px;
	border-right: 1px dotted #333333;
}

.div5 {
	text-align: left;
	float: left;
	width: 220px;
	margin: 5px;
	padding: 10px;
}
.footer {
	border-top: 1px dotted #333333;
	background-color: #F3F3F3;
	margin: 0;
	padding: 0;
	width: 760px;
	float:left;
	text-align: center;
}

a.bold_orange:visited { 
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

a.bold_orange:active { 
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

a.bold_orange:hover { 
	color:#FF9900;
	font-weight: bold;
	text-decoration: none;
}

a.bold_orange:link { 
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}