html, body, div, span, p, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, tr, td, form, input, textarea, button{
  font-family: Arial, Helvetica, Verdana;
  font-size: 10pt;
  margin: 0px;
  padding: 0px;
}
a{
  color: #676632;
  text-decoration: none;
}
body{
  background: url("back.gif");
}
table{
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}
hr{
  border: none;
  height: 1px;
  border-top: 1px solid #ccc;
}
p{
  padding-bottom: 10px;
}

/*
 * Container
 */
#wrap{
  background: url("back_wrap.png");
  position: relative;
  margin: 0 auto;
  width: 792px;
  z-index: 10;
}
#banner{
  background: url("back_banner.png");
  height: 220px;
  width: 780px;
  margin: 0px 6px;
  position: absolute;
}
#banner2{
  background: url("banner_kater.jpg");
  height: 220px;
  width: 780px;
  margin: 0px 6px;
}
#menu{
  float: left;
  margin: 10px 0px 0px 6px;
  width: 210px;  
  z-index: 1000;
}
#content{
  float: right;
  margin-top: 10px;
  margin-right: 40px;
  padding-bottom: 20px;
  position: relative;
  width: 510px;
  z-index: 1000;
}
#back{
  background: url("back_content.png") right bottom no-repeat;
  bottom: 5px;
  height: 310px;
  position: absolute;
  right: 16px;
  width: 380px;
  z-index: 100;
}
#bottom{
  background: url("back_bottom.png");
  margin: 0 auto;
  width: 792px;
  height: 17px;
}
#footer{
  color: #aaa;
  font-size: 8pt;
  margin: 0 auto;
  text-align: center;
  width: 792px;
}

/*
 *Menü
 */
#menu ul{
  list-style-type: none;
  margin-left: 15px;
  margin-bottom: 20px;
}
#menu li{  
  border: 1px solid #eee;
  margin-right:2px;
}
#menu li.aktuell{
  background: #fff;
  border: 1px solid #ccc;
  border-right: none;
  margin: 0px;
}
#menu a{
  color: #000;
  line-height: 30px;
  margin-left: 5px;
  text-decoration: none;
  padding-left: 20px;
}
#menu a:hover{
  background: url("pfote2.png") left center no-repeat;
}
#menu li.aktuell a{
  background: url("pfote.png") left center no-repeat;
}
#menu .box{
  margin: 0 auto;
  width: 190px;
}
#menu .box h3{
  background: url("back_boxtop.png") top left no-repeat;
  padding: 10px 0px 0px 15px;
  width: 190px;
}
#menu .box div{
  background: url("back_box.png") bottom left no-repeat;
  padding: 6px 14px 10px 14px; 
}
#menu .box div,
#menu .box div td{
  font-size: 8pt;
}
/*
 * Content
 */
#content h3{
  font-family: Garamond, Georgia, Serif;
  font-size: 14pt; 
  margin-bottom: 20px;
}
#content .box{
  padding: 0px 10px 10px 10px;
}
#content .box h4{
  font-family: Garamond, Georgia, Serif;
  font-size: 12pt;
  margin: 5px -10px 5px -10px;
}
#content .bildbox h4{
  font-family: Garamond, Georgia, Serif;
  font-size: 12pt;
  margin-bottom: 4px; 
}
#content .bildbox img.left{
  float: left;
  margin: 4px 10px 10px 0px;
}
#content .bildbox img.right{
  float: right;
  margin: 4px 0px 10px 10px;
}
#content .bildbox_center{
  text-align: center;
  margin-bottom: 10px;
}
#content ul{
  line-height: 13pt;
  padding: 0px 0px 10px 30px;
}


#footer a{
  color: #aaa;
  text-decoration: none;
}
.clear{
  clear: both;
}
.noshow{
  display: none;
}
.small{
  font-size: 8pt;
}
.gray{
  color: #888;
}
