body {
  margin: 0px;
  padding: 18px 0px 0px 0px;
  color: #FF9F00;
  background:url(images/bodybg.jpg) repeat-x;
  background-color: #CEC8B8;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10pt;
}

p {
  margin: 8px 4px 4px 4px;
}

table {
  color: #000000;
  background-color: #FFFFFF;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10pt;
}

td,tr {
  font-family: verdana,arial,helvetica,sans-serif;
  color: #000000;
  background-color: #FFFFFF;
}

#top {
  background:url(images/top.jpg);
}

#navitop {
  background:url(images/navitop.jpg);
}

.headernavi {
  color: #A9A28F;
  background-color: inherit;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  font-style: italic;
  padding-left: 46px;
  font-size: 12pt;
  font-weight: bold;
  }

#headergrafik {
  background:url(images/headergrafik.jpg);
  width: 866px;
}

.headertext {
  padding: 20px 0px 0px 45px;
  font-size: 20pt;
  color: #ffffff;
  background-color: inherit;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  font-style: italic;
}


#mainbg {
  background:url(images/mainbg.jpg);
  width: 866px;
}

#haupttext {
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  padding: 5px 35px 5px 35px;
  text-align: justify;
  font-size: 12pt;
}

#unten {
  color: #384A6B;
  background:url(images/navibottom.jpg) no-repeat;
  background-color: #CEC8B8;
  font-family: "Century Gothic",sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  padding: 5px 0px 0px 0px;
}

h1 {
  background-color: inherit;
  color: #3B5175;
  font-family: "Century Gothic",verdana,arial,helvetica,sans-serif;
  font-size: 18pt;
  font-style: italic;
  text-align: center;
  margin: 0px;
}

h2 {
  color: #444B16;
  background-color: inherit;
  font-family: "Century Gothic",verdana,arial,helvetica,sans-serif;
  font-size: 14pt;
  text-align: left;
  padding-left: 16px;
  text-decoration: underline;
  letter-spacing: 2px;
}

h3 {
  color: #A9A28F;
  background-color: inherit;
  font-family: "Century Gothic",verdana,arial,helvetica,sans-serif;
  font-size: 14pt;
  font-style: italic;
  padding-left: 5px;
}

h4 {
  color: #ffffff;
  background-color: #384A6B;
  font-family: "Century Gothic",verdana,arial,helvetica,sans-serif;
  font-size: 14pt;
  font-weight: bold;
  padding-left: 5px;
}

h5 {
  color: #000000;
  background-color: inherit;
  font-family: "Century Gothic",verdana,arial,helvetica,sans-serif;
  font-size: 14pt;
  font-weight: bold;
  padding-left: 5px;
}

a:link, a:visited, a:active {
  color: #384A6B;
  background-color: inherit;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  background-color: #384A6B;
  text-decoration: none;
}

/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */

.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12pt;
font-weight: bold;
width:125px;
padding:5px 1px;
color:#3B5175;
background:#DED8C6;
text-decoration:none;
margin: 0;
text-align:center;
border-left: 1px solid #CFCFCF;
border-right: 1px solid #CFCFCF;
border-bottom: 1px solid #CFCFCF;
}
/* style the links hover */
.menu :hover{
color:#44444;
background:#CEC8B8;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:125px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}