html, body{
	margin: 0;
	padding: 0;
	font-family:Verdana;
	font-size:12px;
}

html{
  background-image:url(../images/hg.png);
}

#top, #bottom{
  position:relative;
}

#top{
  height:92px;
  background:url(../images/top.png) left bottom repeat-x;
}

#bottom{

  padding:34px 0 0 0;
  background:url(../images/bottom.png) left top repeat-x;
}

#page{
  position:relative;
  /*background:url(../images/left.png) left top repeat-y;*/
  background-color: #FFF;
}

#content{
  margin:0 0 0 185px;
  padding:24px 30px;
}

#head, #rumpf, div.kopf{
  padding:3px;
  position:relative;
  width:850px;
  left:50%;
  margin:20px 0 0 -425px;
  border:1px solid #BABABA;
  border-width:1px 1px 0;
}

div.kopf{
  padding:0;
  border:0;
}

#head{
  padding:0 3px 3px 3px;
  width:850px;
  margin-top:0;
  border-width:0 1px 1px 1px;
}

#rumpf{
  background:url(../images/menuHg.png) 1px 1px repeat-y;
  padding:0 0 20px 0;
  overflow:hidden;
}

#head h1, #head h1 img{
  margin:0;
  padding:0;
  height:200px;
}

div.balken{
  position:relative;
  height:24px;
  width:100%;
}

#top div.balken{
  margin-bottom:20px;
  background:url(../images/streifenO.png) left top repeat-x;
}

#bottom div.balken{
  background:url(../images/StreifenU.png) left bottom repeat-x;
}

#mininavi{
  position:absolute;
  right:-8px;
  top:3px;
  text-align:right;
}

#mininavi a{
  display:block;
  float:left;
  margin:0 0 0 10px;
  color:#FFF;
  background:url(../images/topDot.png) 0px 3px no-repeat;
  padding-left:12px;
}

#eo, #eu{
  position:absolute;
  margin:0;
  left:0px;
}

#eo{
  bottom:-6px;
}

#eu{
  top:-6px;
}

/* ########## Menü ########### */

#menu{
  float:left;
  width:184px;
  border-top:3px solid #FFF;
}

#menu img{
  margin:0 0 0 4px;
  border-bottom:3px solid #FFF;
}

#menu a, #menu span{
  display:block;
  font-size:11px;
  line-height:13px;
  color:#FFF;
  text-decoration:none;
  padding:0 0 0 28px;
  margin-top:12px;
  background:url(../images/menuDot.png) 14px 2px no-repeat;
  font-size:13px;
  font-weight:bold;
}

#menu a.submenu{
  margin-left:12px;
  font-size:13px;
  font-weight:normal;
}

#flinks{
  /*background:url(../images/flinks.png) 4px 0px no-repeat;*/
  padding:0;
  margin:12px 0 0 0;
  list-style:none;
}

#flinks li, #flinks a{
  margin:0;
  padding:0 0 0 27px;
  font-size:11px;
  color:#FFF;
}

#menu #flinks li a{
  display:inline;
  float:none;
  background:none;
  margin:0;
  padding:0;
  font-weight:normal;
  font-size:12px;
}

#menu #flinks li{
  background:url(../images/adDot.png) 14px 2px no-repeat;
}

/* ########### Text ############# */
h1, h1 a, h2{
  margin:12px 0 0 0;
  font-size:14px;
  line-height:22px;
  color:#a5582e;
  background-color:none;
}

h1 a{
  padding:0;
  background:none;
}

h2{
  background:none;
  padding:0;
  background-image:none;
}

p, li{
  color:#010101;
}

p{
  margin:0 0 12px 0;
}

a img{
  border:0;
}

#content img{
  margin:0 0px 6px 6px;
}

#content a{
  color:#a5582e;
  text-decoration:underline;
  background:url(../images/linkDot.png) 0px 3px no-repeat;
  padding-left:12px;
  border:0;
}

#content h1 a{
  background:none;
  padding:0;
}

#content h1 a{
  border:0;
}

/* 3 Bereiche für die Startseite */
#bereiche{
  margin-top:16px;
}

#bereiche div{
  float:left;
  padding:0 0 40px;
  width:190px;
  background-position:0px 0px;
  background-repeat:repeat-y;
  border-right:16px solid #fff;
  position:relative;
}

#bereiche h1{
  margin:16px 13px 0 17px;
  font-size:12px;
  color:#000;
  line-height:16px;
  font-weight:normal;
  min-height:50px;
}

* html #bereiche h1{
  height:50px;
}

#bereiche p{
  margin-top:16px;
}

#bereiche img{
  float:none;
  margin:0;
}

#bereiche a img{
  margin:0;
}

#bereiche div.buero a, #bereiche div.laden a, #bereiche div.wohnen a{
  margin:0;
  padding:0;
  background:none;
  text-decoration:none;
  color:#000;
  font-size:12px;
}


#bereiche div.oben a.pfeil{
  margin:0;
  padding:0;
  background:none;
  position:absolute;
  bottom:-2px;
  left:0px;
  background:#fff;
}

#bereiche .laden{
  background-image:url(../images/hg_laden.png);
}

#bereiche .wohnen{
  background-image:url(../images/hg_wohnen.png);
}

#bereiche .buero{
  background-image:url(../images/hg_buero.png);
  border-right:0;
}