html, body {
  	width: 100%;
  	height: 100%;
  	margin: 0;
  	padding: 0;
  	background: #FFF;
}


#main {
  	display: table;
  	width: 100%;
  	min-width: 100%;
  	/*height: 100%;*/
}

#main_inner {
  	border-left: 14.375em solid #FFF;
  	height: 100%;
}


#header {
  	position: relative;
  	background: url(media/header.jpg) no-repeat #6685AA;
  	min-height: 95px;
  	height: auto !important;
  	height: 95px;
}

#mainnav {
	position: relative;
  	height: 2.000em; /* 24px; */
   min-height: 2.000em; /* 24px; */
  	line-height: 1.8em;
  	vertical-align: middle;
  	min-width: 100%;
  	width: 100%;
  	background: #003471;
  	color: #FFF;
  	border-top: 1px solid #FFF;
  	border-bottom: 15px solid #FFF;
}

*html #mainnav { height: 1.833em; /* 24px; */ }


#mainnav A:link        { color: white; text-decoration: none }
#mainnav A:visited     { color: white; text-decoration: none }
#mainnav A:active      { color: #BFCCDB; text-decoration: underline }
#mainnav A:hover       { color: #BFCCDB; text-decoration: none }
#mainnav { font-weight: bold; font-size: 0.750em; /*12px;*/ font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }

.mnav_ac { color: #BFCCDB; text-decoration: underline; }

#content{
  	position: relative;
  	width: 48.13em;
  	margin: 0px;
  	padding-right: 0px;
  	background: #FFF;
}

#links {
  	position: relative;
  	margin-left: -13.750em;
  	width: 13.750em;
  	overflow: hidden;
  	float: left;
}

#links_inner {
  	position: relative;
  	width: 12.5em;
  	left: 0.3125em;

}

#rechts {
   float: left;
   margin-left: 20px;
   font-size: 77%;
}

#icons {
  	position: relative;
  	margin-left: 49.375em; /* 790px; */
  	margin-top: 1px;
}

#suche {
	position: relative;
	height: 1.500em /* 24px; */
   min-height: 1.500em /* 24px; */
   min-width: 17.833em; /* 215px; */
   width: 17.833em; /* 215px; */
	background: #6685AA;
   border-left: 1px solid #FFF;
   margin-left: 65.417em; /* 785px; */
   padding: 0px;
}

*html #suche { margin-left: 65.167em;/*782px;*/ }

.quickicon {
  	margin-left: 7px;
  	margin-top: 20px;
  	border: 0;
}

#content_head {
	width: 100%;
   height:2.300em; /*23px;*/
   font-size: 80%; /*10px;*/
   background: #E6E6E6;
   margin-bottom:15px;
}

#breadcrumb {
	float: left;
	background: url(media/ecke_lo.gif) no-repeat top left;
   padding-left: 6px;
	line-height: 2.0;
   color: #003471;
}

#breadcrumb a { color: #003471; }
#breadcrumb a:hover { color: #6685AA; }

#drucken {
	float: right;
   background: url(media/ecke_ro_grau.gif) no-repeat top right;
   padding-right: 10px;
   padding-top: 1px;
}


@media print {

  body, html { height: auto; }
  body { width: 17cm; background: none; text-align: left; }
  #main { position: static; height: auto; width:  17cm; margin: 0; border-left:0; }
  #header, #mainnav, #content_head, #links { display: none; }
  #main_inner, #inhalt { border-left:0 !important; width:100%; }
  #ikiss_content { border: none; padding: 0; margin: 0px; overflow: visible; }
  #content { border: none; margin: 0; width: 100%; }
  /*a:after {content: " - Hyperlink: " attr(href);}*/



}
