body, html {
	margin: 0;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #303c49;
}
* html {
	overflow-x: hidden;
}
.float_left {
	float: left;	
}
.float_right {
	float: right;	
}
.clear_both {
	clear: both;	
} 



#container {
	height: 100%;
	width: 840px;
	margin:0px auto;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
}
#logo {
	background: #fff url(../img/vww_logo.gif) no-repeat;
	background-position: 47px 15px;
	height: 125px;
}
#logo span {
	display: none;
}
#topnav_container {
	float: right;
	padding: 0;
	width: 626px;
	text-align: left;
}
#topnav_container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topnav_container li {
	float: left;
	font-weight: bold;
	font-size: 1em;
}
#topnav_container a {
	padding: 0 11px 5px 11px;
	line-height: 25px;
	text-decoration: none;
	color: #253a81;
	
}
#topnav_container a:hover{
	background-image: url(../img/link_hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #779ac1;
}
#topnav_container a.active {
	background-image: url(../img/link_hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #779ac1;
}

#picture {
	float: right;
	width: 636px;
	height: 190px;
}

#footer_container{
position: relative;
z-index:0;	/*z index unter dem des Inhaltes, damit dieser in den Vordergund kommt.*/
clear:both; 
height:70px; 
top: -83px; /*Nach oben schieben um Bildlänge - footerhöhe (153 - 70) */
}

* html #footer_container{ /*Da der IE6 negative Werte falsch interpretiert, muss die änderung vor ihm versteckt werden.*/
top: 0px; /*Nach oben schieben um Bildlänge - footerhöhe (153 - 70) */
}

.footer {
	height:28px;	/*height + padding = Bildhöhe. Padding um den Footer Text an die richtige Stelle zu rücken*/
	padding-top:125px;
	background-position:0pt;
	background-repeat:no-repeat;
}

.eins {
  background-image: url(../img/bottom_01.jpg);
}
.zwei {
  background-image: url(../img/bottom_02.jpg);
}
.drei {
  background-image: url(../img/bottom_03.jpg);
}
.vier {
  background-image: url(../img/bottom_04.jpg);
}
.fuenf {
  background-image: url(../img/bottom_05.jpg);
}
.sechs {
  background-image: url(../img/bottom_06.jpg);
}
.footer span {
  display: block;
  text-align: center;
  margin: auto;
  border-top: 1px solid #253a81;
  padding-top: 5px;
  width: 200px;
}
.footer a {
  color: #253a81;
  text-decoration: none;
}
.footer a:hover {
  color: #253a81;
  text-decoration: underline;
}

.nav_container {
  float: left;
  background-image: url(../img/gradient.gif);
  background-color: #90b7d4;
  background-repeat: repeat-x;
  width: 184px;
  padding: 45px 5px 20px 15px;
  height: 240px;
}
.nav_container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav_container li a {
  display: block;
  height: 23px;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.nav_container li a:hover {
  text-decoration: underline;
}
.nav_container a.active {
  font-weight: bold;
}

.nav_container li.sub span {
  display: block;
  height: 23px;
  margin-top: 5px;
  color: #fff;
  font-style: oblique;
  text-decoration: none;
 }
.nav_container li.sub a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  padding-left: 10px;
  background-image: url(../img/sub.gif);
  background-repeat: no-repeat;
  
}

#content{
	position: relative;
	z-index:1; /*z index über dem des footers, damit content in den Vordergund kommt.*/
	float: right;
	width: 606px;
	padding: 20px 5px 0 20px;
	min-height: 400px;
}
.baukasten {
  margin-left: -20px;
}
* html .baukasten {
  margin-right: -10px;
}
*+html .baukasten {
  margin-left: -18px;
}
