/*----GLOBAL RESET----*/
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%;
	font-family: Arial;
}
/*----STRUKTUR----*/
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	line-height: 14px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0;
	margin: 0px;
	text-align: center;
	background-image: url(../images/index/HVLK/HVLK_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
/* Commonly used to style page titles. */
h1 {
	font-family: Arial;
	font-size: 1.3em;
	color: #003B6E;
	text-decoration: none;
	font-weight: bolder;
}
/* Commonly used to style section titles. */
h2 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 1.4em;
	font-weight: bolder;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
/* Sets the style for the h3 header. */
h3 {
	color: #548FB8;
	font-family: Arial;
	font-size: 1em;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
/* Sets the style for the h4 header. */
h4 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 1.4em;
	font-weight: bolder;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
/* Sets the style for the h5 header. */
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-decoration: underline;
	padding-top: 20px;
}
/* Sets the style for the h6 header. */
h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 980px;
	overflow: hidden;
}
#outerWrapper #topNavigation {
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 980px;
	height: 50px;
}
#outerWrapper #topNavigation #topnav {
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 980px;
}
#outerWrapper #header {
	width: 990px;
	overflow: hidden;
	visibility: visible;
	float: left;
}
#outerWrapper #header #gesellschaft {
	width: 880px;
	height: 65px;
	float: left;
	visibility: visible;
	overflow: hidden;
}
#outerWrapper #header #wai {
	overflow: hidden;
	visibility: visible;
	height: 60px;
	width: 40px;
	float: left;
	background-image: url(../images/index/HVLK/HVLK_headstreifen_weiss_m_F_Land.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#outerWrapper #header #land1 {
	overflow: hidden;
	visibility: visible;
	height: 50px;
	width: 25px;
	float: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/index/HVLK/HVLK_headstreifen_weiss_m_F_Land.jpg);
	background-repeat: no-repeat;
}
#outerWrapper #header #land2 {
	overflow: hidden;
	visibility: visible;
	height: 50px;
	width: 25px;
	float: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/index/HVLK/HVLK_headstreifen_weiss_m_F_Land.jpg);
	background-repeat: no-repeat;
}

#outerWrapper #header #picture {
	width: 980px;
	visibility: visible;
	float: left;
	height: 335px;
	background-color: #FFFFFF;
}
/*---##### CONTENT index 4col #####---*/
#outerWrapper #contentWrapper {
	padding: 0px;
	width: 980px;
	margin: 0px;
	text-align: left;
	background-color: #FFFFFF;
	display: block;
	float: left;
}
#outerWrapper #contentWrapper #buttons1 {
	width: 980px;
	background-image: url(../images/index/HVLK/HVLK_gesellschaften.jpg);
	background-repeat: no-repeat;
	height: 110px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#outerWrapper #contentWrapper #buttons2 {
	width: 980px;
	background-image: url(../images/index/HVLK/HVLK_schmale_Buttons.jpg);
	background-repeat: no-repeat;
	height: 80px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#outerWrapper #contentWrapper #buttons3 {
	width: 980px;
	display: block;
	height: 70px;
}
.block_980 {
	width: 960px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
	margin: 0px;
}
.block_980_smal {
	width: 960px;
	text-align: left;
}
/*---Button1--Boxen---*/
/*---Row 1---*/
#box1_1 {
	width: 235px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#box1_2 {
	width: 160px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#box1_3 {
	width: 155px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#box1_4 {
	width: 160px;
	float: left;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#box1_5 {
	width: 160px;
	float: left;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*---Row 2---*/
#box1_N {
	width: 100px;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}
#box1_RN {
	width: 140px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#box1_A {
	width: 160px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#box1_R {
	width: 155px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#box1_S {
	width: 160px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#box1_G {
	width: 155px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
/*---Button2--Boxen---*/
/*---Row 1---*/
#box2_Not1 {
	padding: 0px;
	width: 275px;
	float: left;
	margin: 0px;
	height: 40px;
}
#box2_MDZ {
	width: 160px;
	float: left;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#box2_News {
	width: 160px;
	float: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}
#box2_BA_N {
	width: 300px;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/*---Row 2---*/
#box2_Not2 {
	padding: 0px;
	width: 275px;
	float: left;
	margin: 0px;
	height: 40px;
}
#box2_SHG {
	width: 160px;
	float: left;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#box2_Anfahrt {
	width: 160px;
	float: left;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	padding: 0px;
}
#box2_BA_RN {
	width: 300px;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/*---Button3--Boxen---*/
#box3_1 {
	width: 200px;
	float: left;
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	height: 70px;
}
#box3_2 {
	width: 690px;
	float: left;
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: right;
	height: 70px;
}
/*----LINK grey----*/
a.link_grey {
	color: #666666;
	text-decoration: none;
}
a.link_grey:link {
	text-decoration: none;
}
a.link_grey:visited {
	text-decoration: none;
}
a.link_grey:hover {
	text-decoration: underline;
	color: #666666;
}
a.link_grey:active {
}
/*----LINK white----*/
a.link_white {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 0px;
}
a.link_white:link {
	text-decoration: none;
}
a.link_white:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.link_white:hover {
	text-decoration: underline;
}
a.link_white:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.8em;
}
/* FOOTER */
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	border-top: 1px solid #CCCCCC;
	height: 45px;
	width: 980px;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#box-copy {
	width: 300px;
	float: left;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	height: 30px;
}
#outerWrapper #footer #footernav {
	height: 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 320px;
	float: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#outerWrapper #footerflex {
	background-color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 400px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#outerWrapper #footerflex #w3c {
	width: 200px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
}
/*----social----*/
#social {
	background-color: #FFFFFF;
	width: 300px;
	margin: 0px;
	float: left;
	text-align: right;
	padding: 0px;
	display: block;
}

#social-sn {
	background-color: #FFFFFF;
	width: 700px;
	margin: 0px;
	float: right;
	text-align: right;
	padding: 0px;
}

/*----footerflex boxen----*/
.footerflex_left {
	background-color: #FFFFFF;
	width: 145px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
}
.footerflex_right {
	background-color: #FFFFFF;
	width: 145px;
	margin: 0px;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}

/*----LINK-FOOT-W3C----*/
.link_w3c {
	text-decoration: none;
	border: 0px none #FFFFFF;
}
/*----FORMATE----*/
.footer {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/*-aktuell---CONTENT-FORMATE-TEXT----*/
.text_headline {
	color: #2C60AE;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
.text_contentbox {
	color: #666666;
	text-decoration: none;
	font-size: 1.1em;
	font-style: normal;
	line-height: 1.2em;
}
.text_content_border {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial;
	text-align: justify;
	display: block;
	margin: 10px 10px 10px 10px;
	padding: 0px;
}
.text_content {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial;
	text-align: justify;
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
/*--- NAVIGATION nav1(head) + nav2(side) ----*/
/* main nav1(head) */
 #navi1 ul 
 {
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
 }
 #navi1 li 
 {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
 }
 #navi1 a 
 {
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	list-style-type: none;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
	display: inline;
	white-space: nowrap;
 }
 #navi1 a:link 
 {
	color: #FFFFFF;
 }
 #navi1 a:visited 
 {
	color: #FFFFFF;
 } 
 #navi1 a:hover 
 {
	color: #00FF00;
	text-decoration: underline;
 }
 #navi1 a:active 
 {
	color: #FFFFFF;
 }

/* actives element */
 #navi1 a.current 
 {
	display: block;
	width: 120px;
	font-weight: bolder;
	border-top: #FF0000;
	border-right: #FF0000;
	border-bottom: #FF0000;
	border-left: #FF0000;
 } 
 #navi1 a.current:link 
 {
	color:#333333;
	background-color: #0033FF;
 }
 #navi1 a.current:visited 
 {
	color:#333333;
 }
 #navi1 a.current:hover 
 {
	background: #990000;
	color: #FFFFFF;
 }
 #navi1 a.current:active 
 {
	background: #99CC33;
 }
 
 /* clear hebt float auf (vererbung ende) */
.clr{ clear:left; } 

/*--- Navigation foot (class) ---*/
a.footnav {
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	text-align: right;
	line-height: normal;
	display: inline;
	width: 125px;
	vertical-align: text-bottom;
	color: #666666;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	height: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
a.footnav:link {
	text-decoration: none;
}
a.footnav:visited {
	text-decoration: none;
}
a.footnav:hover {
	color: #2C60AE;
	text-decoration: none;
	font-weight: normal;
}
a.footnav:active {
	font-weight: bold;
}
a.footnav_left {
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	line-height: normal;
	display: inline;
	width: 55px;
	vertical-align: text-bottom;
	color: #666666;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
	height: 12px;
	padding-top: 0%;
	padding-right: 10px;
	padding-bottom: 0%;
	padding-left: 10px;
}
a.footnav_left:link {
	text-decoration: none;
}
a.footnav_left:visited {
	text-decoration: none;
}
a.footnav_left:hover {
	color: #00528F;
	text-decoration: none;
	font-weight: normal;
}
a.footnav_left:active {
	font-weight: bold;
}
a.footnav_right {
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	line-height: normal;
	display: inline;
	width: 55px;
	vertical-align: text-bottom;
	color: #666666;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
	height: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	padding-top: 0%;
	padding-right: 10px;
	padding-bottom: 0%;
	padding-left: 10px;
}
a.footnav_right:link {
	text-decoration: none;
}
a.footnav_left:visited {
	text-decoration: none;
}
a.footnav_right:hover {
	color: #00528F;
	text-decoration: none;
	font-weight: normal;
}
a.footnav_right:active {
	font-weight: bold;
}
