body {
  background-color:#ffffff;  
  background-image:url(img/bg.jpg);
  background-repeat:repeat-x;
  font-family:Verdana;
  margin:20px 0px 20px 0px;
}

#wrap {
  position:relative;
  width:960px;
  height:100px;
  background-color:#fdfce9;
  margin: 0 auto;
  width: 937px;
  height:auto;
  text-align: left;
  border: 1px solid #000000;
}

#head {
  position:relative;
  background-image:url(img/head.jpg);
  background-repeat:no-repeat;
  width:937px;
  height:100px;
}

#menu1 {
  position:relative;
  background-image:url(img/bgmenu.jpg);
  background-repeat:repeat-y;
  width:922px;
  height:24px;
  color:#ffffff;
  font-size:13px;
  font-weight:bold;
  padding-top:6px;
  padding-left:15px;
}


#menu2 {
  position:relative;
  background-color:#fdfce9;
  width:937px;
  height:24px;
  color:#173c18;
  font-size:13px;
  border-bottom:1px solid #000000;
  font-weight:bold;
  padding-top:6px;
}

#menu2hold {
  position:absolute;
  right:15px;
}

#menu3 {
  position:relative;
  width:185px;
  float:left;
  color:#173c18;
  font-size:13px;
  font-weight:bold;
  line-height:20px;
  padding-top:20px;
  padding-left:15px;
}

#inhalt {
  position:relative;
  width:537px;
  float:left;
  padding-top:20px;
  font-size:12px;
  color:#000000;
}

#bilder {
  position:relative;
  width:200px;
  float:left;
  padding-top:0px;
  text-align:right;
}

#fuss {
  position:relative;
  clear:left;
  height:24px;
  font-size:13px;
  color:#173c18;
  font-weight:bold;
  padding-left:15px;
  padding-right:15px;
  padding-top:6px;
}

#menu1 li {
  float: left;
  list-style-type:none;
  padding-right:15px;
}
#menu1 ul {
  margin:0px;
  padding:0px;
}
#menu2 li {
  float: left;
  list-style-type:none;
  padding-left:2px;
}
#menu2 ul {
  margin:0px;
  padding:0px;
}

#menu3 li {
  list-style-type:none;
}

#menu3 ul {
  margin:0px;
  padding:0px;
}

#fuss li {
  float: left;
  list-style-type:none;
  padding-right:15px;
}
#fuss ul {
  margin:0px;
  padding:0px;
}

#menu1 a:link, #menu1 a:active, #menu1 a:visited {
  text-decoration:none;
  color:#ffffff;
}

#menu1 a:hover {
  text-decoration:underline;
  color:#ffffff;
}

#menu2 a:link, #menu2 a:active, #menu2 a:visited, #menu3 a:link, #menu3 a:active, #menu3 a:visited, #fuss a:link, #fuss a:active, #fuss a:visited {
  text-decoration:none;
  color:#173c18;
}

#menu2 a:hover, #menu3 a:hover, #fuss a:hover {
  text-decoration:underline;
  color:#173c18;
}

#inhalt a:link, #inhalt a:active, #inhalt a:visited {
  text-decoration:underline;
  color:#000000;
}

#inhalt a:hover {
  text-decoration:none;
  color:#000000;
}

p {
  margin:3px 0px 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin:3px 0px 10px 0px;
  font-size:12px;
}

.kurznewsHeadline {
	font-weight: bold;
}
