html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; 
}

body {
  font-family:  Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

#main {
  display: table;
  padding: 0;
  border: 0;
  margin: 0;
  width: 100%;
  min-width: 100%;
  height: 100%; 
}

@media not tty { 
  #main { display: block; } 
}

#main_inner {
  border-left: 33px solid #005093; 
  height: 100%; 
}

#main_inner_border {
  border-left: 153px solid #E2E5F4; 
  height: 100%; 
}


#header {
  position: relative;
  border-left: 19px solid #005093; 
  background: url(media/bg_top.gif) repeat-x #fff;
  margin-left: -186px; 
  min-height: 128px;
  height: auto !important;
  height: 128px; 
}

#width_holder {
  position: relative;
  width: 955px;
  height: 0px !important;
  height: 1px;
  margin-top: 0px !important; 
  margin-top: -1px;
  overflow: hidden;  
}

#headerbild {
  float: left;
  height: 80px;
  overflow: hidden;  
}

#logo_celle {
  position: relative;
  float: right;
  height: 80px;
  overflow: hidden;  
  left: -65px;
}

#mnav_spacer {
  height: 14px;
  clear: both;  
  overflow: hidden;
}

#linie_schwarz {
  position: relative;
  height: 1px;
  background: #000;
  left: -33px; 
  overflow: hidden; 
}

#mnav_spacer_2 {
  height: 6px;
  clear: both;  
  overflow: hidden;
}


#mnav_balken {
  height: 23px;
  clear: both;  
}

#flaggen {
  float: left;
  width: 153px;
}

.flagge_img {
  margin-top: 7px;
  margin-left: 11px;
  border: none;  
}

#mnav {
  position: relative;
  float: left;  
}

#stadtplan {
  position: relative;
  float: left;
  top: 5px; 
  left: 33px; 
}

#stadtplan a {
  color: #000;
  text-decoration: none;  
}


.icon_stadtplan {
 float: left;
 margin-top: 4px;
 margin-right: 5px;
 border: none; 
}

#suche {
  float: right; 
  margin-right: 10px; 
}

.suchfeld {
  width: 136px;
  border: 1px solid #254E9B;
  float: left; 
  margin-right: 5px; 
}

.suchbutton {
  background: #254E9B;
  border: 1px solid #fff;
  color: #fff;  
  width: 55px;
  font-size: 10px;
  height: 20px;
}

#content{ 
  position: relative; 
  min-width: 100%;
  width: 100%;
  margin: 0px;
  padding-right: 0px;
}

#links {
  position: relative; 
  margin-left: -186px;
  width: 186px;
  overflow: hidden;
  float: left;  
}

#snav {
  border-top: 1px solid #fff;
  margin-top: 14px;
}

#snav_bottom {
  height: 16px !important;
  height: 19px;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #fff;
  background: #ADB4CF;
}

#content_main {
  position: relative;
  width: auto !important;
  width: 100%;
  overflow: hidden !important;
  padding: 10px 10px 0px 10px;  
}






