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

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

#top, #bottom{
  position:relative;
}

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

#bottom{

  padding:34px 0 0 0;
  background:url(../images/bottom.gif) 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;
  min-height:700px;
}

* html #content{
	height: 700px;
}

#head, #rumpf, div.kopf{
  padding:3px;
  position:relative;
  width:860px;
  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:860px;
  margin-top:0;
  border-width:0 1px 1px 1px;
}

#rumpf{
  background:url(../images/menuHg.gif) 1px 1px repeat-y;
  padding-bottom:0px;
}

#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.gif) left top repeat-x;
}

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

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

#mininavi a{
  display:block;
  float:left;
  margin:0 0 0 13px;
  color:#FFFFFF;
  text-decoration:underline;
}

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

#eo{
  bottom:-6px;
}

#eu{
  top:-6px;
}

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

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

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

#menu a, #menu span, #flinks li.gs{
  display:block;
  font-size:12px;
  line-height:13px;
  color: #FFFFFF;
  text-decoration:none;
  padding:0 0 0 28px;
  margin-top:12px;
  background:url(../images/menuDot.gif) 14px 1px no-repeat;
}

#flinks{
  /*background:url(../images/flinks.gif) 15px -3px no-repeat;*/
  margin:0;
  padding:0;
  color:#FFFFFF;
  width:180px;
  list-style:none;
}

#flinks li{
  background:url(../images/adDot.gif) 14px 2px no-repeat;
  margin:0;
  padding:0 0 0 28px;
  font-size:12px;
  float:left;
  clear:left;
  width:180px;
}

#flinks a{
  background:none;
  margin:0;
  padding:0;
}

/* ########### Text ############# */
h1, h1 a, h2{
  clear:both;
  font-size:14px;
  line-height:16px;
  color:#641822;
  margin:0;
  padding:0;
}

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

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

p{
  margin:0 0 12px 0;
}

a{
  color:#641822;
  text-decoration:none;
}

a img{
  border:0;
}

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

#content a{
  font-weight:bold;
  border-bottom:1px solid #641822;
}

#content h1 a{
  border:0;
}