@charset "utf-8";
/* CSS Document */

body {
	margin-top:0;
	padding-top:0;
	background-color:#005ea6;
	background-position:center; 
	background-image:url(../img/hg3.jpg);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
}



img, div { behavior: url(styles/iepngfix.htc) }

html { 
		height: 100%; 
		margin-bottom: 1px;
		min-height:100%; 
} 


h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#005ba1;
	display:inline;
	text-transform:uppercase;
}


h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#005ba1;
	margin-bottom:10px;
}



hr {
	/*background-image:url(../img/line_hg.png);*/
	background-repeat:repeat-x;
	height:1px;
	background-color:none;
	border:0;
	width:100%;
	margin-top:15px;
	margin-bottom:20px;
	/*display:none;*/
	}


.eingabe_error {
	color: #FFFFFF;
	border: 1px solid #d2d0bb;
	background-color: #9a0300;
}


input { 
	border: 1px #005ba1 solid;
	margin: 0;
	padding:2px;
	color:#005ba1;
	background-image:url(../img/input_hg.jpg);
	background-repeat:repeat-x;
	font-size:11px;
	 } 
	 
select {
	border: 1px #005ba1 solid;
	margin: 0;
	padding:2px;
	color:#005ba1;
	background-image:url(../img/input_hg.jpg);
	background-repeat:repeat-x;
}

textarea { 
	border: 1px #005ba1 solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0;
	padding:2px;
	color:#005ba1;
	background-image:url(../img/textarea_hg.jpg);
	background-repeat:repeat-x;
}

.submit { 
	background-image:url(../img/input_hg.jpg);
	background-repeat:repeat-x;
	border:1px solid #005ba1; 
	color:#005ba1; }
	 
form { margin:0;
	   padding:0;
	   }




#gesamt {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 650px;
	width: 1000px;
	top:50%;
	left:50%;
	position:absolute;
	margin-left: -500px;
	margin-top: -325px;
	text-decoration:none;
	background-position:center; 
	background-image:url(../img/hg_start.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#gesamt2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 650px;
	width: 1000px;
	top:50%;
	left:50%;
	position:absolute;
	margin-left: -500px;
	margin-top: -325px;
	text-decoration:none;
	background-position:center; 
	background-image:url(../img/hg_ws.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}


#menu_1 {
	float:left;
	display:inline;
	width:800px;
	height:30px;
	margin-top: 55px;
	margin-left: 170px;
}


#menu_1 li a {
text-transform:uppercase;
letter-spacing:1px;
}

#menu_2 li a {
text-transform:uppercase;
letter-spacing:1px;
}


#menu_2 {
	float:left;
	display:inline;
	width:800px;
	height:30px;
	margin-top: 17px;
	margin-left: 108px;
}


.menupunkt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#ffffff;
	text-decoration:none;
}

.menupunkt a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#ffffff;
	text-decoration:none;
}

.menupunkt a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#dddddd;
	text-decoration:none;
}




li.hauptmenupunkt_gesamt {
float:left;
display:inline;
height:18px;
margin-left:80px;
}


li.hauptmenupunkt_gesamt_2 {
float:left;
display:inline;
height:18px;
margin-left:50px;
}



















.button {
	float:left;
	background-image:url(../img/button_hg.png);
	background-repeat:no-repeat;
	width:120px;
	height:23px;
	margin-left:4px;
	display:inline;
}

.button_text a {
	float:left;
	width:100px;
	margin-left:10px;
	margin-top:4px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#005ba1;
	text-decoration:none;
	display:inline;
}

.button_text a:hover {
	float:left;
	width:100px;
	margin-left:10px;
	margin-top:4px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#005ba1;
	text-decoration:none;
}



#content {
	float:left;
	width: 785px;
	height: 435px;
	overflow:auto;
	background-image:url(../img/content_hg2.png);
	background-repeat:repeat-y;
	}


#inhalt_top {
	float:left;
	width: 785px;
	height: 15px;
	background-image:url(../img/inhalt_top2.png);
	background-repeat:no-repeat;
	}

#inhalt_bottom {
	float:left;
	width: 785px;
	height: 15px;
	background-image:url(../img/inhalt_bottom2.png);
	background-repeat:no-repeat;
	}



#content_left {
	float:left;
	width: 200px;
	height: 465px;
	margin-right: 15px;
	background-image:url(../img/content_hg_left_1.png);
	background-position:top left;
	background-repeat:no-repeat;
	}



#content2 {
	float:left;
	width: 940px;
	display:inline;
	height: 465px;
	margin-left: 0px;
}


#content3 {
	float:left;
	margin-top:150px;
	width: 940px;
	display:inline;
	height: 315px;
	margin-left: 0px;
	text-align:center;
	color:#FFF;
	font-size:12px;
}


#xtra_feld {
	float:left;
	margin-top:270px;
	margin-left: 470px;
	width: 30px;
	height: 60px;
	display:inline;
}



#footer {
	float:left;
	width:1000px;
	margin-top:50px;
}



.footertext1 {
	float:left;
	width:500px;
	margin-left:360px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5f8aab;
	height:20px;
	display:inline;
}



.footerlink {
	display:inline;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5f8aab;
	height:20px;
	text-decoration:none;
}


.footerlink a {
	display:inline;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5f8aab;
	height:20px;
	text-decoration:none;
}

.footerlink a:hover {
	display:inline;
	text-decoration:none;
	color:#5f8aab;
}

.textbeitrag {
	float:left;
	margin-top:20px;
	margin-left:15px;
	width:748px;
	height:auto;
	display:inline;
}


.box_gross {
	float:left;
	width:730px;
	height:auto;
	display:inline;
}


.box_gross_kopf {
	float:left;
	width:730px;
	height:15px;
	display:inline;
	background-image:url(../img/box_gross_kopf_hg.png);
	background-repeat:no-repeat;
}


.box_gross_inhalt {
	float:left;
	width:700px;
	height:auto;
	display:inline;
	margin-left:25px;
	margin-right:15px;
}



.box_gross_fuss {
	float:left;
	width:700px;
	height:15px;
	display:inline;
	background-image:url(../img/box_gross_fuss_hg.png);
	background-repeat:no-repeat;
}


.ueberschrift_main {
	float:left;
	width:500px;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:20px;
	display:inline;
}


.ueberschrift {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#005ba1;
	margin-bottom:10px;
	}

.fliesstext {
	clear:both;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	color:#005ba1;
	width:100%;
}

.fliesstext a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	color:#005ba1;
}

.fliesstext a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	color:#005ba1;
}


.textbild {
float:right;
border:1px #82b0da solid; 
margin-bottom:15px; 
margin-left:15px;
display:inline;
}

.textbild_klein {
	float:right;
border:1px #d6d6d6 solid; 
margin-bottom:10px; 
margin-left:10px;
	display:inline;
}

.pagetop {
	float:left;
	border-bottom:1px dotted #206793;
	margin-left: 20px;
	margin-top: 4px;
	width:670px;
	display:inline;
}

.pagebottom {
	float:left;
	border-top:1px dotted #206793;
	margin-left: 20px;
	margin-top: 14px;
	width:670px;
	display:inline;
}


.locator {
	float:left;
	width:470px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#206893;
	display:inline;
}

.locator a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#206893;
}

.locator a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#13435f;
}

.locator2 {
	float:left;
	width:470px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#206893;
	margin-top:5px;
}

.locator2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#206893;
}

.locator2 a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#13435f;
}



.pagenavi {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#206893;
	float:right;
	text-align:right;
	width:170px;
	height:20px;
}

.pagenavi a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#206893;
	text-decoration:none;
}

.pagenavi a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#13435f;
	text-decoration:none;
}


.pagenavi2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#206893;
	float:right;
	text-align:right;
	width:170px;
	height:20px;
	margin-top:5px;
}

.pagenavi2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#206893;
	text-decoration:none;
}

.pagenavi2 a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#13435f;
	text-decoration:none;
}



.page_trenner {
	float:left;
	height:1px;
	width:755px;
	background-image:url(../img/line_h.jpg);
	background-repeat:no-repeat;
	margin-left:15px; 
	margin-top:10px; 
	margin-bottom:0px;
	display:inline;
}


.errortext {
color:#ff0000;
	font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}





.bewertungsbox {
	float:left;
	margin-top:25px;
	margin-left:12px;
	margin-bottom:20px;
	display:inline;
}


#bildwechsel {
	float:left;
	width:662px;
	height:162px;
	margin-top: 10px;
}


.submit_button_gross {
float:right;
padding:1px;
padding-left:7px;
padding-right:7px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
height:43px;
width:179px;
margin-right:20px;
margin-top:170px;
background:url(../img/button_content_gross_hg.png);
background-repeat:no-repeat;
border:0;
cursor: pointer;
}


.submit_button_gross2 {
float:left;
padding:1px;
padding-left:7px;
padding-right:7px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
height:43px;
width:179px;
margin-right:20px;
margin-top:170px;
background:url(../img/button_content_gross_hg.png);
background-repeat:no-repeat;
border:0;
cursor: pointer;
}











.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-15px;
	top:			25px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			0em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			0em; /* match ul width */
	top:			0;
}



.sf-menu li ul {
	background-image: url(../img/menu_dropdown_hg.png); 
	background-repeat:repeat-x;
	background-position:bottom;
	width:280px;
}



.sf-menu li ul li {
	height:20px;
	border-top: #CCCCCC 1px solid;
}



.sf-menu li ul li a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	display:inline;
	line-height:20px;
	padding-left:15px;
}


.sf-menu li ul li a:hover {
	color:#dddddd;
}


	
.sf-menu li li li {
	background:		#9AAEDB;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background-image:url(../img/menu_dropdown_shadow.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


.footer_submenu {
	height:10px;
	}












.sf-menu_2, .sf-menu_2 * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu_2 ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu_2 ul li {
	width:			100%;
}
.sf-menu_2 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu_2 li {
	float:			left;
	position:		relative;
}

.sf-menu_2 li:hover ul,
.sf-menu_2 li.sfHover ul {
	left:			-15px;
	top:			-83px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu_2 li:hover li ul,
ul.sf-menu_2 li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu_2 li li:hover ul,
ul.sf-menu_2 li li.sfHover ul {
	left:			0em; /* match ul width */
	top:			0;
}
ul.sf-menu_2 li li:hover li ul,
ul.sf-menu_2 li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu_2 li li li:hover ul,
ul.sf-menu_2 li li li.sfHover ul {
	left:			0em; /* match ul width */
	top:			0;
}



.sf-menu_2 li ul {
	background-image: url(../img/menu_dropdown_hg.png); 
	background-repeat:repeat-x;
	background-position:bottom;
	width:280px;
}



.sf-menu_2 li ul li {
	height:20px;
	border-top: #CCCCCC 1px solid;
}



.sf-menu_2 li ul li a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	display:inline;
	line-height:20px;
	padding-left:15px;
}


.sf-menu_2 li ul li a:hover {
	color:#dddddd;
}


	
.sf-menu_2 li li li {
	background:		#9AAEDB;
}

/*** arrows **/
.sf-menu_2 a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu_2 ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu_2 ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu_2 ul a:focus > .sf-sub-indicator,
.sf-menu_2 ul a:hover > .sf-sub-indicator,
.sf-menu_2 ul a:active > .sf-sub-indicator,
.sf-menu_2 ul li:hover > a > .sf-sub-indicator,
.sf-menu_2 ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
