* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

img {
	border:0;
}

body {
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:68.5%;
	color:#000;
	text-align:center; /* Horizontale Zentrierung für IE <7 Win im Quirks */
	background-image:url(images/bg_g.jpg); 
	background-repeat:no-repeat; 
	background-position:center;
}

#abstand { 
	width:1px;
	height:50%;
	background-color:#fff;
	margin-bottom:-290px; /* Hälfte der Höhe des Containers */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* bringt Container vor Abstand */
	text-align:left;
	height:580px;
	width:900px;
	clear:left;
	z-index:1;
	background-image:url(images/bg.jpg); 
	background-repeat:no-repeat; 
	background-position:center;
	border:1px solid #fff;
	overflow:auto;
}

#content {
	position:relative;
	float:left;
	margin:38px 0 35px 35px;
	height:468px;
	width:613px;
	background-image:url(images/bg_cont.jpg); 
	background-repeat:no-repeat; 
	background-position:bottom right; 
	padding:17px;
	overflow:auto;
	display:inline;
}

#usp {
	position:absolute;
	bottom:20px;
	right:20px;
	font-size:1.1em;
	color:#005B94;
	font-weight:bold;
	color:#02286B;
}

#navi {
	position:relative;
	margin-left:40px;
	float:left;
	background-color:#fff;
	height:542px;
	width:153px;
	background-image:url(images/bg_nav.jpg); 
	background-repeat:no-repeat; 
	background-position:bottom right;
	display:inline;
}

#logo {
	text-align:center;
	margin-top:40px;
	margin-right:10px;
}

#adress {
	clear:both;
	position:absolute;
	bottom:30px;
	left:16px;
	font-size:0.8em;
	display:block;
}

#autos {
	position:absolute;
	top:62px;
	right:10px;
}

#verkehr {
	position:absolute;
	top:270px;
	left:0;
}

h1 {
	font-size:1.5em;
	color:#02286B;
	float:left;
}

h2 {
	font-size:1.3em;
	color:#02286B;
	float:left;
}

h3 {
	font-size:1.1em;
	color:#005B94;
}

ul {
	padding:0;
	width:150px;
	list-style:none;
	float:left;
	margin-top:20px;	
	margin-left:5px;	
}

* html ul {
	margin-left: 0 !important;
}

ul li {
	margin-top:10px;
	margin-left:10px;
	width:105px;
}

ul li a {
	display:block;
	padding-left:5px;
	padding-bottom:5px;
	text-decoration:none;
	color:#000;
	font-size:1.1em;
	margin-left:0;
	border-bottom:1px solid #A5A5A5;
	font-weight:normal;
}	

ul li a:hover {
	color:#00276F;
	background-image:url(images/line_red.gif);
	background-repeat:no-repeat;
	background-position:center right;
}

a {
	color:yellow; 
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}

#text1 {
	float:left;
	width:261px;
	margin-top:40px;
	font-size:0.9em;
}

#text2 {
	float:right;
	width:255px;
	margin-top:230px;
	margin-right:15px;
	font-size:0.9em;
}

* html #text2 {
	margin-right:7px !important;
}

#pos{
	margin:0 0 0 15px; 
}

.virtual {
	border:0; 
	margin:0 0 0 15px !important; 
	padding:0; 
	color: #147EDB; 
	font-size: 6pt; 
	font-weight: normal;
}