body,td,th {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333333;
}
body {
        background: url(bg_body.gif) repeat-x #787878;
        margin: 10px;
}
table, td, tr, tbody {
        border: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        vertical-align: top;
        text-align: left;
}
.center {
        margin: 5px auto;
        width: 780px;
        border: 1px solid #eee;
        background-color: #CC99CC;
        background-image: url(hgb-heide.jpg);
        background-repeat: repeat-x;
}
a:link, a:visited, a:active {
        color: #333366;
        text-decoration: underline;
}
a:hover {
        color: #666699;
        text-decoration: underline;
}
form {
        margin: 0;
}
.header {
        color: #FFFFFF;
        height: 96px;
        font-size: 20px;
        font-weight: bold;
        border-bottom: 4px solid #CC0066;
}
.header .logo {
        float: left;
        height: 100px;
        width: 150px;
        border-left: 10px solid #CC0066;
        background-image: url(SONNE-Heide.gif);
        background-repeat: no-repeat;
        background-position: 0px 8px;
  
}
.header .title {
        font-size: 18px;
        color: #777;
        margin: 45px 20px 0px 0px;
        font-weight: bolder;
        float: right;
  
}
.header .title img 
{
  position: relative;
  top: 7px;
  height:20px;
}

.linie {
  width: 780px;
  border-top: 1px solid #fff;
}
/* menu */
.menu {
  float: left;
}
.menu ul, .menu li {
        list-style-type: none;
        display: block;
        margin: 0;
  padding: 0;
  background-color: #fff;
  border-top-width: 2px;
        border-right-width: 1px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        border-top-style: solid;
        border-right-style: groove;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #CCCCCC;
        border-right-color: #CCCCCC;
        border-bottom-color: #666666;
        border-left-color: #CC0066;  
}
.menu ul {
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  margin-bottom: 15px;
}
.menu * ul {
  padding:0; 
  margin-bottom: 0px;
  border: none;
}
a.menu_default:link, a.menu_current:link,
a.menu_default:visited, a.menu_current:visited,
a.menu_default:active, a.menu_current:active
 {
  display: block;
  padding: 2px 7px;
  background-color: #fff;
  width: 155px;
  border-bottom: 1px solid #aaa;
  text-decoration: none;
}
a.menu_default:hover,a.menu_current:hover {
  background-color: #cc0066;
  color: #fff;
  width: 155px;
  text-decoration: none;
}
.menu_current {
        font-weight: bold;
  background-color: #cc0066;
}
/* zweite menu-ebene */
.menu ul ul li a:link,
.menu ul ul li a:visited,
.menu ul ul li a:active{
  background-color: #2222222;
  margin-bottom: 0px;
  padding-left: 20px;
  width: 140px;
  font-size: 11px;
  font-weight: normal;
}
.menu ul ul li a:hover{
  background-color: #cc0066;
    padding-left: 20px;
      width: 140px;
  font-weight: normal;
  margin-bottom: 0px;
}
.menu ul ul ul {
  border-top:  1px solid black;
  border-bottom: 1px solid black;
}

.menu ul ul ul li a{
color: #444;
}
/* ende 2te menu-ebene*/
/* ende menu */
.content_wrapper {
  float: left;
    margin: 0px 0px 0px 5px;
}
.content {
  line-height: 150%;
        background-color: #fff;
  border: 1px solid #aaa;
  padding: 5px 5px 5px 5px;
  min-height: 400px;
  width: 580px;
        vertical-align: top;
        margin-bottom: 10px;
}
.footer {
        background-color: #CC0066;
        text-align: center;
        font-size: 10px;
        color: #fff;
        height: 15px;
        clear: both;
        background-image: url(footer.jpg);
}
/*titles*/
.menu_title {
        padding: 2px 7px;
        border-top: 1px solid #AAA;
        border-right: 1px solid #AAA;
        background-color: #666666;
        color: #FFFFFF;
        font-weight: bold;
}
.suche_title {
        padding: 2px 7px;
        border-top: 1px solid #AAA;
        border-right: 1px solid #AAA;
        background-color: #666666;
        color: #FFFFFF;
        font-weight: bold;
}
.content_title {
        /*      width: 580px;  
  float: left;   */
  margin: 0px;
        padding: 2px 5px 2px 5px;
        border: 1px solid #AAA;
        border-bottom: none;
        background-color: #666666;
        color: #FFFFFF;
        font-weight: bold;
}
/*ende titles*/
.suche {
  border: 1px solid #aaa;
  background-color: #fff;
}
.suche input {
  border: 1px solid #aaa;
  margin: 5px;
  width: 150px;
  color: #c00;
}
.suche input.submit {
        background-color: #666666;
        color: #FFFFFF;
}

/* Elemente */
h1 {
font-size: 16px;
margin: 10px 0px 4px 0px;
}
h2 {
font-size: 14px;
margin: 5px 0px 3px 0px;
}
h3 {
margin: 5px 0px 3px 0px;
}

/* Ende Elemente */

/* gaestebuch */

.gbneuereintrag {
   
}

.gbeintrag {
  border: 1px solid #aaa;
  margin-bottom: 5px;
}
.gbtitel {
  color: #c00;
  font-weight: bold;
  padding: 0px 7px 3px 7px;
}
div.gbtitel {
  background-color: #FFE250;
  height: 20px;
}
.gbdaten {
  float: left;
}
.gbdaten img {
  position: relative;
  top: 4px;
} 
.gbdatum {
  position: relative;
  top: 4px;
  float: right;
}
.gbinhalt {
  clear: both;
    background-color: #fff;
    padding: 5px;
}

/* ende gaestebuch */


/* bilder rechts */

.bilder_rechts {
  float: left;
}
.bilder_rechts img {
  border: 1px solid #aaa;
  margin: 0px 0px 5px 5px;
}
.nofloat {
  clear: both;
}

