html,body {
	background-color: white;
	font-size: 11px;
	color: #006020;
	font-family: Verdana, Arial, "Nimbus Sans L", Helvetica, sans-serif;
	font-weight: normal;
	margin:0px;
	padding:0px;
	background-color:#e0e0e0;
}

td,div,input {
	font-size: 11px;
	color: #006020;
	font-family: Verdana, Arial, "Nimbus Sans L", Helvetica, sans-serif;
}

a:link, a:visited, a:active{
	color: #006020;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: red;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	background-color:#909090;
	color:#e0e0e0;
	padding:7px;
	text-align:center;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

.content{
	position:relative;
	border:1px solid #006020;
	padding: 10px;
	top:0px;
	width:700px;
	overflow:hidden;
	text-align:justify;
	background-color:white;
	min-height:350px;
}

.maindiv {	
	margin:0px auto;
	text-align:center;
	width:720px;
}

#copyright {
	width:720px;
	text-align:right;
	padding-top:15px;
	padding-bottom:15px;
}

.nav {
	padding: 10px;
	position:relative;
	top:0px;
	left:0px;
	width:700px;
	height:100px;
	overflow:hidden;
	text-align:left;
}

#logo1 {
	position:absolute;
	text-align:left;
	background:url(zeichen_330_autobahn_80.gif);
	top:10px;
	left:0px;
	width:80px;
	height:80px;
	overflow:hidden;
}

#logo2 {
	position:absolute;
	text-align:left;
	background:url(zeichen_282_kein_tempolimit_80.gif);
	top:10px;
	left:640px;
	width:80px;
	height:80px;
	overflow:hidden;
}

#logotext {
	position:absolute;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:black;
	font-family: Verdana, Arial, "Nimbus Sans L", Helvetica, sans-serif;
	top:20px;
	left:0px;
	height:70px;
	width:720px;
	overflow:hidden;
}

#menu1 { 
	position:absolute;
	text-align:center;
	top:85px;
	left:0px;
	width:720px;
	height:15px;
	overflow:hidden;
}

a:link { color: blue; }
a:visited { color:blue; }
a:active { color:blue; }
a:hover { color:red; }

