html {
  margin:0;
  padding:10px;
}
body {
  text-align:center;
  background-image:url(./images/background.gif);
  font-family:Verdana;
  font-size:x-small;
  font-weight:bold;
  padding:0;
  margin:0;
  height:100%;
}
#gesamt {
  width:900px;
  height:540px;
  border:1px solid #000000;
  margin:0px auto;
  background-color:#CACACA;
  padding:0px;
}
#gesamt h1 {
  display:none;
}
#gesamt h3 {
  display:none;
}
#oben-links {
  float:left;
  width:30px;
  height:14px;
  background-image:url(./images/image_01.gif);
}
#oben-mitte {
  float:left;
  width:330px;
  height:14px;
  background-image:url(./images/image_02.gif);
}
#oben-rechts {
  float:right;
  height:14px;
  width:540px;
  background-image:url(./images/image_03.gif);
  background-repeat:repeat-x;
}
#mitte-links {
  float:left;
  width:30px;
  height:40px;
  background-image:url(./images/image_04.gif);
}
#mitte-mitte {
  float:left;
  width:330px;
  height:40px;
  background-image:url(./images/image_05.gif);
  text-align:left;
  color:#ffffff;
  font-size:28px;
}
#mitte-rechts {
  float:right;
  height:40px;
  width:540px;
  background-image:url(./images/image_06.gif);
  background-repeat:repeat-x;
}
#unten-links {
  float:left;
  width:30px;
  height:486px;
  background-image:url(./images/image_07.gif);
}
#unten-mitte {
  float:left;
  width:330px;
  height:486px;
  text-align:left;
  background-image:url(./images/image_08.gif);
}
#unten-rechts {
  float:right;
  height:486px;
  width:540px;
  background-image:url(./images/image_09.gif);
  background-repeat:repeat-x;
  text-align:right;
  font-size:x-small;
}
#inhalt {
  text-align:left;
  font-size:small;
  font-weight:normal;
  height:475px;
  max-height:475px;
  width:525px;
  max-width:535px;
  margin-top:5px;
  margin-right:5px;
  padding-right:10px;
  overflow:auto;
}
#bottom {
  border:1px solid #000000;
  margin:3px auto 0px;
  width:900px;
  background-color:#CACACA;
  padding:2px 0px;
  text-align:right;
}
#thumb {
  border:1px solid #000000;
  margin:5px;
}
#image {
  border:1px solid #000000;
  margin:15px;
}
#kulturregion {
  position:relative;
  top:422px;
  left:185px;
  display:block;
  width:122px;
  border:0px;
  height:58px;
}

/* Formulare */

#form-text {
  width:250px;
  height:14px;
  background-color:#CACACA;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
}

#form-textarea {
  width:250px;
  height:100px;
  background-color:#CACACA;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
}
#form-button {
  border:1px solid #000000;
  background-color:#CACACA;
}

/* Links */
a:link {
  color:#000000;
}
a:visited {
  color:#000000;
}
a:active {
  color:#000000;
}

a:hover {
  color:#000000;
}

/* HTML Elemente */

span {
  display:none;
}


#inhalt b {
  padding:0px;
  margin:0px;
  font-weight:bold;
  font-size:small;
}

#inhalt h1 {
  display:block;
  padding:0px;
  padding-bottom:10px;
  margin:0px;
  font-weight:bold;
  font-size:small;
  text-decoration:underline;
}

#inhalt h2 {
  padding:0px;
  padding-bottom:10px;
  margin:0px;
  font-weight:bold;
  font-size:small;
}

#inhalt hr {
  height:1px;
  width:90%;
  border-right:0px;
  border-left:0px;
  border-top:0px;
  border-bottom:1px solid #000000;
  margin:10px auto;
  padding:0px;
}

/* Navigation */

ul {
   margin:0px;
   padding:0px;
}
#navigation li {
  float:left;
  display:block;
  padding-right:4px;
}
#startseite {
  display: block;
  width: 92px;
  height:40px;
  background: url("./images/link_01_startseite.gif") 0 0 no-repeat;
}
#startseite:hover {
  background-position: -92px 0;
}
#dieidee {
  display: block;
  width: 68px;
  height:40px;
  background: url("./images/link_02_dieidee.gif") 0 0 no-repeat;
}
#dieidee:hover {
  background-position: -68px 0;
}
#infoszumpark {
  display: block;
  width: 134px;
  height:40px;
  background: url("./images/link_03_infoszumpark.gif") 0 0 no-repeat;
}
#infoszumpark:hover {
  background-position: -134px 0;
}
#termine {
 display: block;
 width: 70px;
 height:40px;
 background: url("./images/link_04_termine.gif") 0 0 no-repeat;
}
#termine:hover {
 background-position: -70px 0;
}
#anmeldung {
 display: block;
 width: 95px;
 height:40px;
 background: url("./images/link_05_anmeldung.gif") 0 0 no-repeat;
}
#anmeldung:hover {
 background-position: -95px 0;
}
#links {
 display: block;
 width: 52px;
 height:40px;
 background: url("./images/link_06_links.gif") 0 0 no-repeat;
}
#links:hover {
 background-position: -52px 0;
}
