body {
 margin: 0; 
 padding: 0;
 height: 100%;
 text-align:center;  
 font-family: Arial, Verdana, Helvetica, sans-serif;
 background: #FBF3E4 url(media/bg_main.gif) top center repeat-y; 
}

#main {
  position: relative;
  width: 996px;
  margin:0px auto;
  text-align: left;
  height: 610px;  
}

#content {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: visible;
}

#quicknav {
  position:absolute;
  left: 5px;
  top: 554px;
}

.quick_icon { 
  margin-bottom: 5px; 
  border: 0;
}

/*

#quicknav a,
#quicknav a:link,
#quicknav a:visited { 
  display: inline;
  border: 0;
  padding: auto;
  margin: auto;
}
*/



#mainnav {
  position:absolute;
  top: 115px;
  left: 0px;
  width: 1004px;
  height: 33px;
  overflow: hidden;
  background: url(media/bg_nav.gif) repeat-x;
}

#willkommen {
    position:absolute;
    left: 172px;
    top: 5px;
    color: #fff;
    font-size: 13px;
}

#stadtplan {
  position: relative; 
  top: 5px;
  left: 620px;  
  
}

#stadtplan a {
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;  
}


#suchfeld {
  position: absolute;
  left: 691px;
  top: 2px;
  width: 138px;
  height: 22px;
  border: 1px solid #333; 
  color: #949494; 
}

#but_suche {
  position: absolute;
  left: 829px;
  top: 2px;
}

.headline {
  font-size: 13px;
  color: #BA313B;
  font-weight: bold;
  background: #F6E6C6;   
}

.headline a,
.headline a:link,
.headline a:visited { 
  display: inline; 
  color: #BA313B; 
  margin: auto; 
  padding: auto; 
}


#block_nav {
  width: 146px;
  overflow: hidden:
  color: #fff;
  font-size: 11px;
  text-align: left;
  margin-left: 7px;  
}

#block_nav a, #block_nav a:link, #block_nav a:visited {
  display: block;
  margin-top: 5px;
  padding-bottom: 5px;
  width: 146px;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px dotted #fff; 
  overflow-x: hidden; 
}




/* Block Rathaus */


#block_rathaus {
  position: absolute;
  top: 167px;
  left: 172px;
  width: 164px;
}

#bild_rathaus {
 position: absolute;
 top: 20px;
 width: 164px;
 height: 104px;
 background: url(media/bild_rathaus.jpg) no-repeat; 
}

#nav_rathaus {
  position: absolute;
  top: 124px;
  width: 164px; 
  height: auto;
  background: url(media/bg_navblock.gif) repeat-y; 
  overflow: hidden;
}


/* Block Wirtschaft */

#block_wirtschaft {
  position: absolute;
  top: 167px;
  left: 346px;
  width: 164px;
}

#bild_wirtschaft {
 position: absolute;
 top: 20px;
 width: 164px;
 height: 104px;
 background: url(media/bild_wirtschaft.jpg) no-repeat; 
}


#nav_wirtschaft {
  position: absolute;
  top: 124px;
  width: 164px; 
  height: auto;
  background: url(media/bg_navblock.gif) repeat-y; 
  overflow: hidden;
  text-align: center;
}

/* Block Stadtleben */

#block_stadtleben {
  position: absolute;
  top: 167px;
  left: 519px;
  width: 164px;
}

#bild_stadtleben {
 position: absolute;
 top: 20px;
 width: 164px;
 height: 104px;
 background: url(media/bild_stadtleben.jpg) no-repeat; 
}


#nav_stadtleben {
  position: absolute;
  top: 124px;
  width: 164px; 
  height: auto;
  background: url(media/bg_navblock.gif) repeat-y; 
  overflow: hidden;
  text-align: center;
}

/* Block Tourismus */

#block_tourismus {
  position: absolute;
  top: 167px;
  left: 694px;
  width: 164px;
}

#bild_tourismus {
 position: absolute;
 top: 20px;
 width: 164px;
 height: 104px;
 background: url(media/bild_tourismus.jpg) no-repeat; 
}


#nav_tourismus {
  position: absolute;
  top: 124px;
  width: 164px; 
  height: auto;
  background: url(media/bg_navblock.gif) repeat-y; 
  overflow: hidden;
  text-align: center;
}




