body, html {
  margin: 0;
  padding:0;
  height: 100%;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

body {
  background: url(media/left_bg.gif) repeat-y #fff;
}

#wappen {
  position: absolute;
  width: 570px;
  height: 137px;
  background: url(media/wappen.gif) no-repeat;
}

#main {
  display: table;
  width: 100%;
  background: url(media/header_bg.gif) repeat-x;

}

#serviceicons {
  position: relative;
  margin-top: 15px;
  margin-left: 574px;
  height: 1.313em; /*21px;*/
  overflow: hidden;
}

#serviceicons a {
  background: none !important;
}


.icon, #serviceicons input {
  margin-left: 6px;
  border: none;
}

#tpl_outer{
    position: relative;
    top: 21px;
    margin-left: 184px;   /* Farbe rechte Splate */
  }

#tpl_inner{
   position: relative;
   display: table;
   width: 100%;
 }


#tpl_links {
 position: absolute;
 padding-top: 50px;
 width: 184px;
 margin-left: -184px;
 float: left;
 overflow: hidden;
 float: none;
 clear: both;
}

#tpl_content{
  position: relative;
  margin: 0px;
  height: 100%;
}

#breadcrumb {
   font-size: 0.688em; /*11px;*/
   line-height: 1.818em; /*20px;*/
   border-bottom: 1px solid #89867C;
   margin: 0px 10px 15px 10px;
	}

#tpl_content_inner{
  padding: 0px 10px;
}

@media print {
  body, #main  { background: none; }
  #wappen, #tpl_links, #serviceicons, #mnav { display: none;}
  #tpl_outer{ position: static; margin-left: 0px;}
  #tpl_inner{ position: static; display: block; width: auto; }
}



