html, body {
	width: 100%;
  	height: 100%;
  	margin: 0;
  	padding: 0;
}

body { text-align: center; }

img { padding:0; }
a img { border: 0; }

#container { width:61.250em;/*980px;*/	text-align:left; margin:0px auto; }

/*********************************** HEADER **************************************/

#head {
	height: 7.500em; /*120px;*/
	background: url(/media/bg_head.gif) top repeat-x #e6e6e6;
	border-bottom:1px solid #a3aab0;
   padding: 0.625em;/*10px;*/
}
*html #head { height: 8.750em; /*140px;*/ }

#wappen { float: left; width: 11.875em;/*190px;*/ }
#wappen img { width:11.875em;/*190px;*/ height:7.500em;/*120px;*/ }

#headfoto { float:left; width:36.250em;/*580px;*/ }
#headfoto img { width:36.250em;/*580px;*/ height:7.500em;/*120px;*/ }

#logo_innerstebad { float:left; width:11.875em;/*190px;*/ }
#logo_innerstebad img { width:11.875em;/*190px;*/ height:5.875em;/*94px;*/ }

/********************************************************************************/

#breadcrumb {
	line-height: 1.500em;/*15px;*/
   font-size: 0.750em;/*12px;*/
   line-height: 2.000em;/*24px;*/
   background: url(/media/bg_breadcrumb.gif) top repeat-x #b9bec3;
   border-top: 1px solid #FFF;
   border-bottom: 1px solid #a3aab0;
   padding-left:16.667em;/*200px;*/
   margin-bottom: 1.667em;/*20px;*/
}

#breadcrumb a, #breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited { color:#000; text-decoration:underline; }
#breadcrumb a:hover { text-decoration:none; color:#000; }


#outer { border-left: 12.500em solid #e6e6e6;/*200px;*/ border-right: 12.500em solid #e6e6e6;/*200px;*/ }
#inner { margin: 0px; width: 100%; }


/*********************************** LINKS *************************************/

#links { float:left; position:relative; width:12.500em;/*200px;*/ margin-left:-12.500em;/*-200px;*/ }
#navigation { position:relative;}

#adresse { font-size:0.750em;/*12px;*/ padding-left:0.833em;/*10px;*/ margin-top:3.333em;/*40px;*/ }

/*******************************************************************************/

/************************************ MAIN *************************************/

#main {float:left; position:relative; width: 100%; }
*html #main { margin-right:-3px; }


#content {
   position: relative;
   font-size: 0.750em;/*12px;*/
   margin: 0px;
   padding: 0em 0.833em;/*0px 10px;*/
}

/*******************************************************************************/

/*********************************** RECHTS ************************************/

#rechts { float:right; position:relative; width:12.500em;/*200px;*/ margin-right:-12.500em;/*-200px;*/ }

#optionen { font-size:0.750em;/*12px;*/ background:url(/media/bg_optionen.gif) top repeat-x #e6e6e6; padding:0.833em;/*10px;*/ }

#suche { text-align: center; padding-bottom: 0.625em;/*10px;*/ }

#schrift { line-height:2.083em;/*25px;*/ border-top:1px solid #FFF; }

#rechts_inner { font-size:0.750em;/*12px;*/ border-top:0.833em solid #FFF;/*10px*/ padding:0.833em;/*10px;*/ }

/*******************************************************************************/


#footer {
	clear: both;
   font-size:0.750em;/*12px;*/
   text-align: right;
   border-top: 1px solid #a3aab0;
   padding-top:0.417em;/*5px;*/
   margin:0em 0.833em;/*0px 10px;*/
}
#footer a, #footer a:link, #footer a:active, #footer a:visited { color:#282828; }
#footer a:hover { color:#61666B; }

.quicknav { margin-right: 3px; }
.icons { margin-left:3px; }

.drucken { float:right; display:block; line-height:1.667em;/*20px;*/ background:url(/media/icon_drucken.gif) no-repeat; padding-left:21px; padding-right:1.667em;/*20px;*/ }
.seitenanfang { float:right; display:block; line-height:1.667em;/*20px;*/ background:url(/media/icon_seitenanfang.gif) no-repeat; padding-left:17px; }

/************************  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:none; }
	#head, #breadcrumb, #subnav, #rechts, #footer { display: none; }
   #content { margin-left:0px; width: 17cm; }
   #outer { border-left: none; border-right:none; }
}