@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(images/bgheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*line-height: 14px; */
}

#scroller {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  overflow:auto;
  z-index:2;
 }
* html #scroller {
padding: 0px 0px 15px 0px;
}

#container {
    background-image: url(images/midheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 400px;
	width: 860px;
	min-width:910px;
	margin: 0 auto;
	padding: 0px;
	/*position: absolute;
    left: 50%;
    width: 910px;
    margin-left: -505px;*/
	/*border: 1px solid #FF0000;*/
}

html>body #container {
  width:910px;
} 

#topmenu {
	float: left; 
	padding: 0px 10px 0 30px;/**/
	margin-top: 125px;
	width: 650px;
	text-align:center;
}

#topmenu a, #topmenu a:visited, #topmenu a:hover {
	padding: 2px 4px 2px 4px;/**/
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	border:none;
}

#topmenu a:hover {
	color:#000000;
	background-color:#FFFFFF;
}

#bottommenu {
	float: left; 

	width: 99%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;	
}

#vwlogo { 
	float: right;
	/**/margin-top: 5px;
	margin-right: -15px;
	padding: 0px;
	background-image: url(images/vw_logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:179px;
	height:169px;
	/*border: 1px solid #FF00FF;*/
}

#vwlogo span {
	display: none;
}

html>body #vwlogo {
  margin-right: 35px;
} 

#content {
	clear: both;
	width: 860px;
	padding: 5px 30px 5px 30px;
	height: inherit;
	/*margin-bottom: 180px;*/
	border: 0px solid #FF00FF;
}

#columnleft {
	width: 49%;
	float: left;

}

#columnright {
	width: 49%;
	float: right;
}

.contentbox {
	clear:both;
	width: 400px;
	position:relative;
	margin-bottom:15px;
	/*border: 1px solid #FF00FF;*/
}

.contentboxfull {
	clear:both;
	position:relative;
	margin-bottom:15px;
	/*border: 1px solid #FF00FF;*/
}

.contentbox h1, .contentboxfull h1 {
	display: block;
	margin: 0px;
	font-size:24px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;

}
.contentbox .text, .contentboxfull .text {
	diplay: block;
	border-top: 2px solid #FFFFFF;
	background-image: url(images/bar.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top:7px;
	z-index:3;
}

.contentbox .text table {
	padding: 7px 0px 5px 0px;
}

.contentbox .text table td {
	padding:2px;
}

th {
	text-align:left;
	padding:2px;
}

.text p, .text div {
	padding: 0px 0px 5px 0px;
	line-height: 18px; 
}

.text p img {
	border: 2px solid #FFFFFF;
	vertical-align: middle;
	z-index:4;
}

.imageBorder {
	border: 2px solid #FFFFFF;
	vertical-align: middle;
	z-index:4;
}


#footer {
  position:fixed; 
  bottom:0; 
  left:0;
  width:100%; 
  height:118px; 
  overflow:hidden;
  text-align:center;
  z-index: 5;
  /*border:1px solid #ff0000;*/
  }
* html #footer {height:108px;}

#pushup {
	clear:both;
  height:178px;
  }
* html #pushup {height:0px;}

/**/

.text a, .text a:visited, .text a:hover {
	color: #CC9966;
	text-decoration:none;
	border-bottom:1px dotted #C96;
}

.text a:hover {
	color:#CCCCCC;
	border-bottom:1px solid #CCC;
}

.text a, .text a:visited, .text a:hover {
	color: #CC9966;
	text-decoration:none;
	
}

.text a:hover {
	color:#CCCCCC;
	
}

a img, a:visited img, a:hover img {
	text-decoration:none;
	border: 2px solid #FFFFFF;
	vertical-align: middle;
	z-index:4;
}

/*#footer {
  position:absolute; 
  bottom:0; 
  left:0;
  width:100%; 
  height:120px; 
  overflow:auto; 
  text-align:center; 
  background:#73a2bd;
  border-top:5px solid #53829d;
  }
* html #footer {height:120px;}*/





