﻿* {
  margin: 0;
  padding: 0;
}

html {
	overflow-y:scroll;
}

div {
	text-align: left;
}

html, body {
	height: 100%;
	background-image: url('img/bg.gif');
	background-color: black;
	background-repeat:repeat;
	text-align:center;
	font-size: 12px;
    color: #000000;
}

table, tr, td{
	border:0px solid;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
	cellpadding:0;
	cellspacing:0;
	vertical-align:top;
	font-size: 12px;
    color: #000000;
}

/* DIV-Boxen */

div#site {
	position: relative;
	margin: 0px auto;
	width: 900px;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	background-image: url('img/oav_middle.gif');
	background-color: black;
	background-repeat:repeat-y;
}

div#navigation {
	position: absolute;
	top: 188px;
	left:7px;
	height: auto;
	width: 133px;
	z-index:1;
}

div#navigation-top {
	background-image: url('img/oav_26.gif');
	background-repeat:no-repeat;
	width:133px;
	height:12px;
}

div#navigation-middle {
	background-image: url('img/oav_27.gif');
	background-color: black;
	background-repeat:repeat-y;
	width:133px;
	height:auto;
	padding-top:2px;
	padding-bottom:2px;
}

* html div#navigation-middle {
	margin-top:-3px;
   }


div#navigation-bottom {
	background-image: url('img/oav_28.gif');
	background-color: black;
	background-repeat:no-repeat;
	width:133px;
	height:14px;
	margin-bottom:10px;
}

div#navigation ul {
	list-style-type:none;
	width:133px;
	height:auto;
	padding-left:9px;
	margin:0px;
}

div#navigation li a{
	background-image: url('img/oav_29.gif');
	display:block;
	height:17px;
	width:118px;
	margin-top:3px;
	padding-left:5px;
	border:1px solid #000000;
	background-color: black;
	background-repeat:repeat-y;
}

* html div#navigation li a{
	width:125px;
}


div#navigation li a:hover{
	background-image: url('img/oav_29.gif');
	display:block;
	height:17px;
	width:118px;
	margin-top:3px;
	padding-left:5px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	background-color: black;
	background-repeat:repeat-y;
}

* html div#navigation li a:hover{
	width:125px;
}

div#top {
	position: absolute;
	top: 0px;
	height: 257px;
	width: 900px;
}

div#content {
  padding-top:340px;
  padding-left:350;
/*  padding-bottom:95px; */
  padding-bottom:150px;
  width:520;
  height:auto;
}

* html div#content{
  width:870;
}

div#bottom {
	position: absolute;
	bottom: 0px;
	width: 900px;
	height: 92px;
	background: #000000;
}

div#banner {
	position: absolute;
	bottom: 30px;
	left:360px;
}

.box_left_head{
	width: 171px;
	height:16px;
	background-color: black;
	background-repeat:no-repeat;
	margin-left:5px;
}

.box_left{
	width: 159px;
	height:auto;
	background-image: url('img/bg.gif');
	background-color: white;
	background-repeat:repeat;
	border:1px solid #000000;
	margin-left:5px;
	margin-bottom:20px;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
}

* html .box_left{
	width: 171px;
}

h1{
	font-family: Verdana;
	font-size:18px;
	font-weight:bold;
	color:#232323;
	margin:10px 0px 5px 0px;
	line-height:110%;
}

h1 a{
	font-family: Verdana;
	font-size:18px;
	font-weight:bold;
	color:#232323;
	text-decoration:none;
}

h1 a:hover{
	font-family: Verdana;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

h2{
	font-family: Verdana;
	font-size:14px;
	font-weight:bold;
	color:#232323;
	margin:10px 0px 5px 0px;
	line-height:110%;
}

h2 a{
	font-family: Verdana;
	font-size:14px;
	font-weight:bold;
	color:#232323;
	text-decoration:none;
}

h2 a:hover{
	font-family: Verdana;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

a{
	font-size:12px;
	color: #232323;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a img{
	border-style:none;
}

input {
	border:1px solid #3d3d3d;
	background-color:#4e4e4e;
	color: #8a8a8a;
	font-size:12px;
	margin:2px;
	padding:2px;
}

input[type=text] {
	border:1px solid #3d3d3d;
	background-color:#4e4e4e;
	color: #8a8a8a;
	font-size:12px;
	width:100%;
	margin:2px;
	padding:2px;
}

input[type=password] {
	border:1px solid #3d3d3d;
	background-color:#4e4e4e;
	color: #8a8a8a;
	font-size:12px;
	width:100%;
	margin:2px;
	padding:2px;
}

input[type=submit] {
	border:1px solid #4e4e4e;
	background-color:#3d3d3d;
	color: #8a8a8a;
	font-size:12px;
	margin:2px;
}

input[type=button] {
	border:1px solid #4e4e4e;
	background-color:#3d3d3d;
	color: #8a8a8a;
	font-size:12px;
	margin:2px;
}

input[type=checkbox] {
	border:1px solid #3d3d3d;
	background-color:#4e4e4e;
	color: #8a8a8a;
	font-size:12px;
	margin:2px;
	padding:2px;
}

input[type=file] {
	border:1px solid #000000;
	color:#000;
	background-color:#f5f5f5;
	font-size:12px;
	width:100%;
	margin:2px;
	padding:2px;
}

select {
	border:1px solid #000000;
	border:1px solid #3d3d3d;
	background-color:#4e4e4e;
	color: #8a8a8a;
	font-size:12px;
	margin:2px;
}

textarea {
	border:1px solid #3d3d3d;
	background-color:#4e4e4e;
	color: #8a8a8a;
	font-size:12px;
	width:100%;
	margin:2px;
	padding:2px;
}

ul, ol {
  margin: 5px 0px 5px 20px;
}







#img_spacer{
	background-image: url('img/spacer.gif');
	background-color: black;
	background-repeat:no-repeat;
}

#img_1{
	height:190px;
	width: 168px;
	background-image: url('img/oav_01.gif');
	background-color: black;
	background-repeat:no-repeat;
}

#img_2{
	height:78px;
	width: 533px;
	background-image: url('img/oav_02.gif');
	background-color: black;
	background-repeat:no-repeat;
}

#img_3{
	height:143px;
	width: 306px;
	background-image: url('img/oav_03.gif');
	background-color: black;
	background-repeat:no-repeat;
}

#img_4{
	height:19px;
	width: 227px;
	background-image: url('img/oav_04.gif');
	background-color: black;
	background-repeat:no-repeat;
}

#img_5{
	height:124px;
	width: 15px;
	background-image: url('img/oav_05.gif');
	background-color: black;
	background-repeat:no-repeat;
}

#img_6{
	height: 124px;
	width: 135px;
	background-image: url('img/oav_06.png');
	background-color: black;
	background-repeat:no-repeat;
}

#img_7{
	height: 124px;
	width: 76px;
	background-image: url('img/oav_07.gif');
	background-color: black;
	background-repeat:no-repeat;
}

#img_8{
	height: 144px;
	width: 142px;
	background-image: url('img/oav_08.gif');
	background-color: black;
	background-repeat:no-repeat;
}

#img_9{
	height: 55px;
	width: 226px;
	background-image: url('img/oav_09.gif');
	background-color: black;
	background-repeat:no-repeat;
}

#img_10{
	height: 24px;
	width: 532px;
	background-image: url('img/oav_10.gif');
	background-color: black;
	background-repeat:no-repeat;
}

#img_11{
	height: 89px;
	width: 186px;
	background-image: url('img/oav_11.gif');
	background-color: black;
	background-repeat:no-repeat;
}

#img_12{
	height: 89px;
	width: 572px;
	background-image: url('img/oav_12.gif');
	background-repeat:no-repeat;
}

#img_13{
	min-height:100%;
	height: auto;
	width: 142px;
	background-image: url('img/oav_13.gif');
	background-color: black;
	background-repeat:repeat-y;
}


#img_15{
	min-height:100%;
	height: auto;
	width: 186px;
	background-image: url('img/oav_15.gif');
	background-color: black;
	background-repeat:repeat-y;
}

#img_16{
	min-height:100%;
	height: auto;
	width: 572px;
	background-image: url('img/oav_16.gif');
	background-color: black;
	background-repeat:repeat-y;
}

#img_18{
	height: 91px;
	width: 141px;
	background-image: url('img/oav_18.gif');
	background-color: black;
	background-repeat:no-repeat;
}

#img_19{
	height: 14px;
	width: 187px;
	background-image: url('img/oav_19.gif');
	background-color: black;
	background-repeat:no-repeat;
}

#img_20{
	height: 60px;
	width: 572px;
	background-image: url('img/oav_20.gif');
	background-color: black;
	background-repeat:no-repeat;
}

#img_21{
	height: 77px;
	width: 187px;
	background-image: url('img/oav_21.gif');
	background-color: black;
	background-repeat:no-repeat;
}

#img_22{
	height: 31px;
	width: 572px;
	background-image: url('img/oav_22.gif');
	background-color: black;
	background-repeat:no-repeat;
}

