body {
    background: #dcf7f4;
    padding: 20px 0;
    margin: 0;
    font-family: "Trebuchet MS", Arial, Verdana, Helvetica, Tahoma, sans-serif;
    color: #000000;
    font-size: 13px;
}

#overall {
    width: 900px;
    margin: 0 auto;
    background: #fffddf;
}

#header {
    position: relative;
    width: 900px;
    height: 255px;
    background: url("../images/header_bg.jpg") repeat-x;
    margin: 0 0 20px 0;
}

#logo {
    width: 185px;
    height: 209px;
    position: absolute;
    bottom: 28px;
    left: 8px;
}

#header_img {
    position: absolute;
    right: 12px;
    bottom: 0;
    width: 693px;
    height: 236px;
    background: url("../upload/header/header01.jpg") no-repeat;
}

#sidebar {
    width: 183px;
    float: left;
    padding: 0 0 20px 20px;
}

ul#naviMain {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#naviMain li {
    padding: 0 0 0 17px;
    background: url("../images/bullet.gif") no-repeat 0 5px;
}

ul#naviMain li:hover, ul#naviMain li.active {
    background: url("../images/bullet_h.gif") no-repeat 0 5px;
}

ul#naviMain li a {
    color: #2db3a4;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

ul#naviMain li ul {
    list-style-type: none;
    padding: 3px 0 3px 20px;
    margin: 0;
}

ul#naviMain li ul li {
    background: url("../images/bullet_subnav.gif") no-repeat 0 5px;
    padding: 0 0 0 7px; 
}

ul#naviMain li ul li:hover, ul#naviMain li ul li.active  {
    background: url("../images/bullet_subnav_h.gif") no-repeat 0 5px;
}

ul#naviMain li ul li a {
    font-size: 14px;
}

ul#naviMain li ul li ul {
    list-style-type: none;
    padding: 3px 0 3px 20px;
    margin: 0;
}

ul#naviMain li ul li ul li a {
    font-weight: normal;

}

#content {
    float: right;
    width: 661px;
    padding: 0 20px 20px 0;
}

#footer {
    background: url("../images/footer_bg.gif") repeat-x;
    padding: 20px 10px 10px 10px;
    text-align: center;
}

.clear {
    clear: both;
}

a {
    font-weight: bold;
    color: #808080;
    text-decoration: none;
}

a:hover {
    color: #FFA500;
}

b {
    color: #FFA500;
}

.bild {
   border: 4px solid #78C5A1;
}

h2 {
   color: #78C5A1;
   font-size: 15;
   font-weight: bold;
   text-transform: uppercase;
}

hr {
    background-color: #78C5A1; /* Farbe für Opera und Firefox */
    color: #78C5A1; /* Farbe für Internet Explorer (IE) */
    border: 0;
    height: 1px;
    margin: 25px 0;
}

big {
    color: #78C5A1;font-size: 15;font-weight: bolder;
}

h4 {
    font-weight: bolder;color: gray;
}

h5 {
    color: gray;
}	

.trenner{
   font-size: 0pt;
   display: block;
   height: 20px;
   background: url("../images/trenner.gif") no-repeat 50%;
   margin: 15px 0;
}

#kontakt_sidebar {
   width: 321px;
   float: right;
}

ul.nobullet, li.nobullet {
   list-style-type: none;
}