#page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 800px;
	min-height: 600px;
	height: 600px;
	position:relative;
}

#header {
	height:180px;
	background-color:#FFFFFF;
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	z-index:1;
}

#teaser {
	position:absolute;
	top: 180px;
	left: 0px;
	width:800px;
	height:130px;
	background-image: url(../images/mainTeaser.jpg);
	z-index: 2;
}

#content {
	top:310px;
	left:0px;
	width:630px;
	text-align: left;
	font-family: Tahoma, Arial;
	line-height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	padding-left: 160px;
	padding-top: 10px;
	padding-right: 10px;
	background-image: url(../images/backgroundgif.gif);
	padding-bottom: 10px;
	z-index: 3;
	min-height:425px;
}
#content h1{
	font-size:16px;
	font-weight:bold;
}
#naviArea {
	position:absolute;
	top:320px;
	left:19px;
	width:121px;
	text-align: left;
	z-index: 4;
}

#logoBox {
	position:absolute;
	left:50px;
	top:70px;
	background-repeat: no-repeat;
	background-image: url(../images/OVVD_logo.gif);
	height: 100px;
	width: 90px;
}

#colorBox {
	position:absolute;
	top:0px;
	left:0px;
	height:60px;
	width:140px;
	background-color:#0BA047;
}
#headline {
	position:absolute;
	top:40px;
	left:160px;
	color:#0BA047;
	font-family:Tahoma, Arial;
	font-size:18px;
	font-weight:bold;
	height:20px;
	width:500px;
	text-align: left;
}
#quickNaviArea {
	position:absolute;
	top:10px;
	left:720px;
	font-family:Tahoma, Arial;
	font-size:20px;
	color: #000000;
	width: 70px;
	height: 20px;
	text-align: right;
}
#SearchArea {
	position:absolute;
	top:5px;
	left:519px;
	font-family:Tahoma, Arial;
	font-size:20px;
	color: #000000;
	width: 200px;
	height: 20px;
	text-align: right;
}
#SearchBox {
	color:#999999;
	border:1px solid #005825;
	width:90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 11px;
	margin-top: 0px;
}
body {
	background-color:#ADAFB2;
}

#teaserLine1 {
	position:absolute;
	height:130px;
	width:94px;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
	filter:alpha(opacity=50); /* IE */
	opacity: 0.50; /* Opera */
}
#teaserLine2 {
	position:absolute;
	height:130px;
	width:3px;
	top:0px;
	left:16px;
	background-color:#FFFFFF;
}
#teaserLine3 {
	position:absolute;
	height:130px;
	width:30px;
	top:0px;
	left:19px;
	background-color:#FFFFFF;
	filter:alpha(opacity=50); /* IE */
	opacity: 0.50; /* Opera */
}
.naviLayer01 {
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#FFFFFF;
	list-style-type: none;
	padding:4px;
	/*margin-left: -41px;*/
	
}
.naviLayer01_active{
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#FFFFFF;
	list-style-type: none;
	/*margin-left: -41px;*/
	padding:4px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:2px;
}
.naviLayer02 {
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#FFFFFF;
	list-style-type: none;
	margin-left: 15px;
	padding:4px 4px 4px 0px;
}
.naviLayer02_active {
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#FFFFFF;
	list-style-type: none;
	margin-left: 15px;
	padding:4px 4px 4px 0px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:2px;
}
.naviLayer03 {
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#FFFFFF;
	list-style-type: none;
	margin-left: 25px;
	padding:4px 4px 4px 0px;
}
.naviLayer03_active {
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#FFFFFF;
	list-style-type: none;
	margin-left: 25px;
	padding:4px 4px 4px 0px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:2px;
}
#naviArea a{
	text-decoration:none;
	color:#FFFFFF;
}
a {
	color:#FFFFFF;
}
.navi_ul{
	margin-left:0px;
	padding-left:0px;
}
#searchButton {
  width: 25px;
  height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  background: url(../images/Lupe.gif) no-repeat center top;
  cursor: hand; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

