html, body {
	width: 100%;
  	height: 100%;
  	margin: 0;
  	padding: 0;
}

#main {
	height: 100%;
	width: 62.500em; /*1000px;*/
}

#head {
	height: 9.188em; /*147px;*/
   width: 62.500em;
}

#logo {
	float: left;
   width: 19.063em; /*305px;*/
   height: 6.750em; /*108px;*/
}

#headbild {
	display: inline;
	float: left;
   width: 40.625em; /*650px;*/
   height: 6.750em; /*108px;*/
   margin-left: 2.812em; /*45px;*/
}

#head_grau {
	clear: left;
	height: 2.438em; /*39px;*/
   width: 100%;
	background: #E0E0E0;
}

#head_leer {
	width: 7.500em;
   border-bottom:1px solid #FFF;
}

#head_farbe {
	clear: left;
   width: 62.500em; /*1000px;*/
}

#quicknavi {
	position: relative;
	height: 1.375em; /*22px;*/
   width: 7.500em; /*120px;*/
   line-height: 1.500em;
   padding-top: 2px;
   border-top: 1px solid #FFF;
   /*border-bottom: 1px solid #FFF;*/
   top: 2px;
}

*html #quicknavi { height: 1.625em; /*26px;*/; }

#mainnav {
	float: left;
   height: 1.563em; /*25px;*/
   width: 55.000em; /*880px;*/
   border-top: 1px solid #FFF;
   /*border-bottom: 1px solid #FFF;*/
   margin-top: 2px;
}
*html #mainnav { height: 1.625em; /*26px;*/ }

#links {
	display: inline;
	float: left;
	width: 13.750em; /*220px;*/
   margin-left: 0.625em; /*10px;*/
}

#optionen {
	height: 5.188em; /*83px;*/
   width: 12.375em; /*198px;*/
   border: 1px solid #C2C2C2;
   background: #F5F5F5;
   margin-top: 10px;
}
*html #optionen { height: 5.313em; /*85px;*/ width: 12.500em; /*200px;*/ }

#schrift { margin: 0.250em 0em 0em 0.563em; }
*html #schrift { margin-left: 0.438em; }

#sprache { margin: 0.500em 0em 0em 0.563em; }

#suche { margin: 0.563em 0em 0em 0.563em; }
*html #suche { margin-top: 0.500em; }

.boxtitle {
	height: 1.667em; /*20px;*/
   width: 100%;
   font-size: 75%;
   font-weight: bold;
   text-align: center;
   line-height: 1.583em; /*19px;*/
   color: #FFF;
   background: #8C8C8C;
   border-bottom: 1px solid #3C3C3C;
   /*margin-bottom: 10px;*/
}

#buergerservice {
	width: 12.375em; /*198px;*/
   background: #F5F5F5;
   border: 1px solid #C2C2C2;
   margin-top: 10px;
}
*html #buergerservice { width:12.500em; /*200px;*/ }

.icons { margin-right: 3px; }
.quicknav { margin-right: 6px; }


#content {
	display: inline;
	float: left;
   width: 48.125em; /*770px;*/
   margin: 0.625em 0em 0em 0.625em;
}

#breadcrumb {
	height: 2.500em; /*25px;*/
	font-size: 65%;
}

#content_inner {
	font-size: 75%;
	margin-bottom: 10px;
}

#footer {
	font-size: 65%;
   color: #969696;
   line-height: 1.500em;
   border-top: 1px solid #969696;
}

#footer a { color:#969696; text-decoration:none; }

/************************  DRUCKAUSGABE  *************************/

@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; }*/
	#head, #links, #breadcrumb, #footer { display: none; }
   #content { margin-left:0px; width: 17cm; }
}