html, body {
    height: 100%;
    margin:0;
    padding: 0;
}


body {
  background: url("media/start_bg_main.gif") repeat-x #30337F;
  text-align: center;
  min-width: 49.375em;
}

#start_main {
    position: relative;
    width: 52.500em; /*840px;*/
    margin: 0px auto;
    text-align: left;
    height: auto;
}

#start_header {
	width: 52.000em; /*832px;*/
   height: 117px; /*7.313em;*/
   margin-top: 19px;
}

#wappen {
  background: url(media/start_bg_wappen.gif) repeat-y;
  width: 8.875em; /*142px;*/
  height: 6.000em; /*96px;*/
  float: left;
}

#start_suche_container {
  display: inline;
  float: left;
  text-align: center;
  margin-left: 7.938em; /*127px;*/
}

#start_suchfeld {
   margin-top: 33px;
	float: left;
}

.suchfeld {
 border: none;
 font-size: 80%;
 width:10.000em; /*120px;*/
}

.suchbutton {
  position: relative;
}

.suchlabel {
	font-size: 80%;
	font-weight: normal;
	color: #fff;
}


#start_seitenoptionen {
	float: left;
	margin-top: 33px;
   width: 8.688em; /*139px;*/
}

#seitenoptionen input {
  margin-top: 3px;
  margin-left: 5px;
}

#start_logo { float: right; }

.hnav_block {
	float: left;
	width: 12.625em; /*200px;*/
   margin-right: 0.500em; /*8px;*/
}

.hnavpunkt {
	width: 14.286em; /*200px;*/
   line-height: 1.357em; /*19px;*/
	background: url(/media/start_bg_hmen.gif) repeat-y #FFFF00;
   font-size: 0.875em;
   color: #30337F;
   font-weight: bold;
   text-align: center;
}
.hnavpunkt a, .hnavpunkt a:hover, .hnavpunkt a:link, .hnavpunkt a:active, .hnavpunkt a:visited { color:#30337F; background:none; }

.snavpunkt {
	height: 25.000em; /*400px;*/
	background: #FFF7BF;
}


.clear {
  clear: both;
  line-height: 0px;
  height: 0px;
  overflow: hidden;
}


.linie_weiss {
  height: 1px;
  line-height: 1px;
  background: #fff;
  overflow: hidden;
}


.mnav {
  display: block;
  padding-left: 110px;
  height: 19px;
  width: auto;
  text-align: left;
}

.mnav_item {
  position: relative;
  display: block;
  margin: 0px 10px;
  float: left;
}



.mnav_item .text3 {
   font-weight: bold;
}

.mnav_item a,
.mnav_item a:link,
.mnav_item a:visited,
.mnav_item a:hover,
.mnav_item a:active {
  display: block;
  height: 19px;
  padding: 1px 10px 0px 10px;
  white-space: nowrap;
  color: #30337F;
  background: none;
  font-size: 85%;
}

#content {
	position: relative;
  margin-left: 10.375em;
  width: auto;
  z-index:3;
  min-height:100%;
  height: auto;
  padding-left: 1px;
  padding-right: 1px;
}

#ikiss_content {
	margin: 10px;
	width: 100%;
	overflow: hidden;
}



.balken_gelb {
  text-align: center;
  height: 19px;
  background: url(media/balken_gelb.gif) repeat-x;
}


#suche_outer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 40.25em;
	height: 51px;
	overflow: hidden;
}

#suche_inner {
	position: absolute;
	right: 0;
	bottom: 0px;
}

#zusatzinfo {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top:20px;
	}

.sprungziel {
  position:absolute;
  top:-5000px;
  left:-5000px;
  z-index:5;
}

div.sprungziel a:focus,
div.sprungziel a:hover,
div.sprungziel a:active {
  display:block;
	position: absolute;
  top: 5000px;
  left: 5000px;
  white-space: nowrap;
  padding-left:22px;
  padding-right:0.2em;
  text-decoration: none;
  font-weight: bold;
	color:#FFFFFF;
  white-space: nowrap;
  background: #BB1819;
  border:1px solid #888888;
}





@media print {

  body, html { padding: 0px; margin: 0px;  height: auto; background: #fff; }
  body { width: 17cm; }
  #main { height: auto; width: auto; margin: auto; }
  #header, #links { display: none; }
  #main, #content, #ikiss_content { border: none; padding: 0; margin: 0px; overflow: visible; }
  img.content_bg_image { display: none; }
  #content { border: none; margin: 0; }


}










