html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: url(media/bg_links.gif) repeat-y #FEF7E4;
}


#main {
  display: table;
  padding: 0;
  border: 0;
  margin: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
}

@media not tty {
  #main { display: block; }
}

#main_inner {
  height: 100%;
}

#main_inner_border {
  margin-left: 144px;
  height: 100%;
}


#header {
  position: relative;
  background: url(media/bg_top.gif) repeat-x #FDF3DD;
  margin-left: -144px;
  min-height: 117px;
  height: auto !important;
  height: 117px;
}

#width_holder {
  position: relative;
  width: 990px;
  height: 0px !important;
  height: 1px;
  background: #f00;
  margin-top: 0px !important;
  top: -1px;
  overflow: hidden;
}

#headerbild {
  float: left;
  height: 80px;
  overflow: hidden;
}

#animation {
  position: absolute;
  left: 195px;
  top: 2px;
  width: 665px;
  height: 71px;
  overflow: hidden;
}


#logo_altenkirchen {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 117px;
  width: 189px;
  overflow: hidden;
}

#mnav_balken {
  position: absolute;
  bottom: 3px;
  left: 185px;
  height: 18px;
  clear: both;
}


#mnav {
  position: relative;
  float: left;
}

#suche {
  float: right;
  margin-right: 10px;
}

.suchfeld {
  width: 113px;
  margin-left: 12px;
}

.suchbutton {
 float: right;
 margin-top: 3px;
 margin-right: 8px;
}

.logo_bottom {
  position: relative;
  top: 50px;
  left: 10px;
}

.logo_ikiss {
  position: relative;
  top: 80px;
  left: 40px;
}


#content{
  position: relative;
	width:67.545em;/*743px;*/
  /*min-width: 100%;*/
  /*width: 100%;*/
  margin: 0px;
  padding-right: 0px;
}

#links {
  position: relative;
  margin-left: -144px;
  width: 141px;
  height: 462px;
  overflow: hidden;
  background: url(media/bg_links_main.gif) no-repeat;
  float: left;
}

#subnav {
  height: 35px;
  background: #FEF7E4;
  border-bottom: 1px solid #66615A;
  padding: 0px 40px;
}


#snav {

}


#content_main {
  position: relative;
  width: auto !important;
  width: 740px;
  overflow: hidden;
  /*height: 100%;*/
  padding: 10px 10px 20px 10px;
}


/************************  DRUCKAUSGABE  *************************/

@media print {
	body, html { height: auto; }
	body { width:16cm; background:none; text-align:left; }
	#main, #content { position:static !important; height:auto !important; width:16cm; padding:0; margin:0; border-left:0; }
	#main_inner_border { margin-left:0px; }
	#header, #links, #subnav, #SFm, .sfm { display:none !important; }
	#content_main { width:16cm; padding:0px; }
	table, td { border-spacing:0px; }
	}