/* general */
* {
	margin:0;
	padding:0;
}
:focus {
	outline: 0;
}
.containing-float { overflow: auto; }
/* für IE */
* html .containing-float { height: 1% }
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 30px;
	color: #014866;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	clear: both;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 3px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	line-height: 20px;
	color: #034F71;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin-top: 3px;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 18px;
	color: #333;
	font-weight: normal;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	line-height: normal;
	color: #000;
	font-weight: normal;
	font-style: normal;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 20px;
	color: #000;
	clear: both;
}
b {
	font-style: normal;
	font-weight: bold;
	color: #616161;
}

a {
	color: #416296;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #003E66;
}
body {
	background-repeat: repeat-x;
}

#Menu_Wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
}
#Menu {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
	height: 100px;
	background-color: #19525d;
	background-image: url(images/header_bg_neu.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
.clear {
	clear: both;
}


  .nav  {
	float : right;
	height : 100px;
	width : 600px;
	font-family: Verdana, Geneva, sans-serif;
}

.nav ul {
	display : inline-block;
	font-size : 1em;
	width : 100%;
}

.nav ul li {
	display : inline;
	margin-left : 15px;
	width : auto;
	float : right;
	height : 100%;
}

.nav ul li a {
	color : #8DB8A9;
	display : block;
	padding-top : 82px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}

.nav a:hover {
	color : #CEFFFF;
	background-image : url(images/link_bg.jpg);
	background-repeat : repeat-x;
	background-position : top;
} 
.nav a.class2 {
	color : #FFF;
}


#Head {
	height: 200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #D9E0E5;
	background-image: url(images/helblau.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#Head_Wrapper {
	height: 200px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/Logo.jpg);
	background-repeat: no-repeat;
}



#Head h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 30px;
	color: #014866;
	position: absolute;
	font-weight: bold;
	margin-top: 115px;
	font-style: normal;
	margin-left: 458px;
	text-align: right;
}
#Head h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #055AB5;
	position: absolute;
	font-weight: normal;
	font-style: normal;
	margin-left: 330px;
}

#Content {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: left;
	padding-bottom: 30px;
	background-image: url(images/page-bg.png);
	background-repeat: repeat-x;
	padding-top: 20px;
	background-color: #FBFBFB;
}
#Content_Wrapper {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	clear: both;
	background-repeat: repeat-y;
	padding: 20px;
}

#Col {
	height: auto;
	width: 247px;
	float: right;
	clear: both;
	background-color: #E5E5E5;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#Col_I {
	height: auto;
	width: 247px;
	float: right;
	clear: both;
	background-color: #E5E5E5;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/vlh_logo_impressum.png);
}



#Col_right {
	height: auto;
	width: 520px;
	float: left;
}
#Col_impressum {
	height: auto;
	width: 940px;
	margin-right: 20px;
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-top: 20px;
	background-image: url(images/col_BG.jpg);
	background-repeat: repeat-x;
}

#Col_impressum a {
	color: #034F71;
	text-decoration: none;
}


/* footer */
#footer {
	clear:both;
	height: 100px;
	position: relative;
	width: 100%;
	background-color: #333;
	background-image: url(images/footer_bg.jpg);
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #014866;
}
#footer a {
	color: #B5C0EA;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #E5E5E5;
}
#footer_wrap {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#FooterCol {
	height: 40px;
	width: 260px;
	float: left;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #999;
	padding-bottom: 30px;
	line-height: 17px;
	margin-top: 20px;
	margin-right: 10px;
	padding-top: 5px;
	background-image: url(images/footer-block-bottom.jpg);
	background-repeat: no-repeat;
}
#FooterCol_middle {
	height: 40px;
	width: 256px;
	float: left;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #999;
	padding-bottom: 30px;
	line-height: 17px;
	margin-top: 20px;
	background-color: #383838;
	background-image: url(images/footer-block-bottom.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
}
#FooterCol_right {
	height: 40px;
	width: 264px;
	float: right;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #999;
	padding-bottom: 30px;
	line-height: 17px;
	margin-top: 20px;
	background-color: #383838;
	background-image: url(images/footer-block-bottom.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
}


/* Mailform */
input:focus, select:focus, textarea:focus {
	outline:1px solid #ffff99;
	background-color:#F3F3F3;
	color:black;
	outline:0;
	border: 1px sollid #666;
} 
.mf-input {
border: 1px solid #D3D706;
background-color: #999;
margin-bottom: 10px;

}
.feedbackform{

}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
	width: 520px; /*width of form rows*/
	overflow: hidden;
	list-style-type: square;
	text-align: right;
	background-color: #D6E0E9;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 150px; /*width of label (left column)*/
	text-transform: none;
	margin-right: 15px; /*spacing with right column*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	text-align: left;
	margin-left: 20px;
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	float: left;
	margin-bottom: 5px;
	margin-left: 20px;
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
	width: 175px;

}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
	width: 400px;
	height: 150px;
}
div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
outline:0;
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 80px;
background: #e1dfe0;
outline:0;
}
