* {
  margin: 0px;
  padding: 0px;
  outline: solid 0px;
}


body {
  font-family: "Lucida Sans", "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  background-color: #e6e2b9;
  background-image: url(../img/background.jpg);
  background-repeat: repeat-x;
}

#page {
  width: 960px;
  text-align: left;
  margin: 0px auto;
}

#head {
  height: 266px;
  background-position: top center;
  background-image: url(../img/wolken.jpg);
  background-repeat: repeat-x;
}

#gras {
  position: absolute;
  margin-top: 196px;
  z-index: 9;
}

.karte {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  height: 266px;
  cursor: pointer;
}

#karte1div {
  margin-left: 210px;
  z-index: 2;
}

#karte2div {
  margin-left: 395px;
  z-index: 5;
}

#karte3div {
  margin-left: 540px;
  z-index: 4;
}

#karte4div {
  margin-left: 680px;
  z-index: 3;
}

#karte1 {
  margin-top: 260px;  
}

#karte2 {
  margin-top: 260px;  
}

#karte3 {
  margin-top: 260px;  
}

#karte4 {
  margin-top: 300px;  
}

#menu {
  position: relative;
  background-position: top center;
  background-image: url(../img/menu-bg.png);
  background-repeat: no-repeat;
  margin-top: 30px;
  height: 64px;
  z-index: 10;
}

#menu ul li {
  float:left;
  list-style-type: none;
}

#contentcontainer {
  float:left;
  background-position: top center;
  background-image: url(../img/bg-content.jpg);
  background-repeat: no-repeat;
  margin-top: -29px;
  clear: both;
}

#contentleft {
  width: 320px;
  float:left;
  min-height: 600px;
}

#leftinnercontent {
  padding-left: 20px;
  padding-right: 20px;
}

#contentright {
  float:left;
  width: 640px;
}

#contentright-content {
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  background-image: url(../img/content-right-middle.png);
  width: 580px;
}

#tab1 {
  clear: both;
  float: left;
  width: 270px;
  padding-right: 20px;
  min-height: 5px;
}

#tab2 {
  float: left;
  width: 290px;
}

#footer {
  clear: both;
  background-image: url(../img/background-footer.jpg);
  background-repeat: repeat-x;
  height: 80px;
}

#footercontainer {
  width: 960px;
  text-align: left;
  margin: 0px auto;
  padding-top: 15px;
}

#footercontainer p {
  font-size: 11px;
  color: #fff;
  margin-left: 20px;
}


#footerleft {
  font-size: 11px;
  float: left;
  width: 300px;
  margin-top: 20px;
  margin-left: 20px;
  line-height: 170%;
}

#footercontainer a {
  font-size: 11px;
  line-height: 170%;
  color: #fff;
}


#footercenter {
  float: left;
  width: 300px;
  margin-top: 20px;
  font-size: 11px;
  color: #fff;
  line-height: 170%;
  margin-left: 20px;
}

#footercenter a {
  font-size: 11px;
  line-height: 170%;
  color: #fff;
}

#footerright {
  float: left;
  width: 300px;
  margin-top: 20px;
  font-size: 11px;
  color: #fff;
  line-height: 170%;
  margin-left: 20px;
}

#footerright a {
  font-size: 11px;
  line-height: 170%;
  color: #fff;
}

.schmuckleiste {
  clear:both;
  display: block;
  background-image: url(../img/schmuckleiste.png);
  background-repeat: repeat-x;
  height: 21px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.schmuckleiste-270 {
  clear:both;
  display: block;
  background-image: url(../img/schmuckleiste-slim-270px.png);
  background-repeat: repeat-x;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.schmuckleiste-580 {
  clear:both;
  display: block;
  background-image: url(../img/schmuckleiste-slim-580px.png);
  background-repeat: repeat-x;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.column {
  width:80px;
  float:left;
  margin-right:2px;
}

#column1, #column5 {
  width:70px;
}

#column3 {
  width:85px;
}

#column4 {
  width:100px;
}

h1 {
  font-family: "Georgia", Times, serif;
  font-weight: bold;
  font-style: italic;
  color: #996633;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
}

h2 {
  font-family: "Georgia", Times, serif;
  font-weight: bold;
  font-style: italic;
  color: #72612D;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 5px;
}

h3 {
  font-family: "Georgia", Times, serif;
  font-style: italic;
  color: #333;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 5px;
}

h4 {
  font-family: 'Lucida Sans', sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 5px;
}

div#contentright-content p a {
  text-decoration: none;
  border-bottom: 1px solid #b59a49;
  color: #3e3109;
  padding: 1px;
}

div#contentright-content p a:hover {
  text-decoration: none;
  border-bottom: 1px solid #a88f44;
  color: #000;
  background-color: #fff5d0;
}


#tab1link {
  text-decoration: none;
  border-bottom: 0;
}

#tab2link {
  
}

#tab3link {
  
}

strong {
  color: #111;
}

address {
  line-height: 160%;
  margin-bottom: 15px;
  color: #59483b;
  font-style: normal;
  margin:0;
  padding:0;
}

p.bodytext {
  line-height: 160%;
  margin-bottom: 15px;
  color: #59483b;
}

blockquote {
  margin: 13px;
  background-color: #fbf3dd;
  padding: 8px;
  padding-bottom: 2px;
}

blockquote p {
  margin-bottom: 2px;
}

#tab1 ul, #tab2 ul, .csc-textpic-text ul {
  margin-left: 30px;
  color: #43362c;
  line-height: 150%;
  margin-bottom: 10px;
}

#tabs ul {
  margin-left: 0;
  line-height: 100%;
}

#smartbox a {
  text-decoration: none;
  border-bottom: 1px solid #b59a49;
  color: #3e3109;
  line-height: 150%;
  padding: 1px;
}

#smartbox a:hover {
  text-decoration: none;
  border-bottom: 1px solid #a88f44;
  color: #000;
  background-color: #fff5d0;
}

#smartbox {
  width: 280px;
}


div#smartbox p.bodytext {
  color: #000;
  margin-bottom: 5px;
}

.csc-textpic-caption {
  padding-top:15px;
  margin-bottom:15px;
  color: #a88f44;
  font-size: 11px;
  font-style: italic;
}

/* POWERMAIL */

.tx-powermail-pi1 {
  margin-top: 20px;
}

#powermaildiv_uid1 {
  margin-top: 10px;
}

fieldset {
  border: 0;
}

form {
  line-height: 160%;
  margin-bottom: 15px;
  color: #59483b;
}

legend {
  font-family: "Georgia", Times, serif;
  font-weight: bold;
  font-style: italic;
  color: #72612D;
  font-size: 16px;
  margin-bottom: 5px;
}

label {
  width: 100px;
  display:block;
}

.tx_powermail_pi1_fieldwrap_html {
  padding-top: 6px;
  padding-bottom: 3px;
  display: block;
}


/* ERLEBNISTAGEBUCH */

.ds_erlebnistagebuch-eintrag {
  margin-top:10px;
  margin-bottom:10px;
}

.ds_erlebnistagebuch-head {
  background-image: url("../img/erlebnistagebuch_top.jpg");
  background-repeat: no-repeat;
  height:30px;
}

.ds_erlebnistagebuch-content {
  background-image: url("../img/erlebnistagebuch_middle.jpg");
  background-repeat: repeat-y;
}

.ds_erlebnistagebuch-footer {
  background-image: url("../img/erlebnistagebuch_bottom.jpg");
  background-repeat: no-repeat;
  height: 75px;
}


.ds_erlebnistagebuch-images {
  margin-left: 20px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.ds_erlebnistagebuch-image {
  border: 1px solid #c3d9e4;
}

.ds_erlebnistagebuch-text {
  margin-left: 25px;
  margin-right: 200px;
}

.ds_erlebnistagebuch-name {
  font-weight: bold;
  color: #837d61;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 2px !important;
}

.ds_erlebnistagebuch-email {
  color: #a49e85;
  padding-bottom: 2px !important;
}

.ds_erlebnistagebuch-comment {
  font-style: normal;
  color: #55513e;
  padding-bottom: 2px !important;
}

input.tagebuch_submit, .submit-input {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  background: #996632;
  border: 1px outset #dfcba9;
  padding: 4px;
}

label {
  display: inline;
  width: 120px;
}

.powermail_text {
}

.tx_powermail_pi1_fieldwrap_html {
  vertical-align:top;
}