/* 
    W M   R e i s e d i e n s t  
    
    Farben
    
    hellgrüner Hintergrund (Gästebuch)  #E6F4DD
    
    dunkelgrün aus Footerverlauf        #008F3F
        

*/


body {
  padding: 0;
  margin: 0;
  font-family: arial, sans-serif;
  font-size: 10pt;
  color: black;
  background: #008F3F url(i/body-bg-2.jpg) repeat-y;
}

a img {
  border: none;
}

a {
	text-decoration: underline;
	color: darkgreen;
}



/* -- Struktur -- */

#header {
  height: 235px;
  margin: 0;
}

#spalte123 {
  background: #DEF2D9; 
  width: 100%;
  margin: 0;
}

#spalte12 {
  width: 520px;
  min-height: 390px;
  padding: 0 255px 40px 225px;
  background: white url(i/spalte123-bg.jpg) top right repeat-y;
  /* float: left; */
}

html>body #spalte12 {
  width: 520px;
  padding: 0 255px 40px 225px;
}

#spalte2 {
  width: 155px;
  float: right;
  padding: 40px 5px 0 80px; 
  margin-right: -125px;
  font-size: 9pt;
}

html>body #spalte2 {
  width: 155px;
  padding: 25px 15px 0 80px; 
  margin-right: -250px;
}

#bilderalbum {
  width: 120px;
  float: left;
  margin-left: -85px;
  padding: 16px 0 0 0;
  background: white;
}


html>body #bilderalbum {
  width: 120px;
  margin: 0 35px 20px -155px;
  background: white;
}



#footer {
  clear: both;
  height: 0px;
}


#footer #gollombeck {
  width: 319px;
  height: 183px;
  position: relative;
  top: -183px;
  left: 500px;
  text-indent: -999em;
  margin-bottom: -170px;
}

html>body #footer #gollombeck {
  margin-bottom: 0px;
}



/* -- Gästebuch -- */

.gbTable {
  border:1px solid #008F3F;
}

.gbHead {
  background: #E6F4DD;
}

.gbComment {

}

.gbFooterLeft {

}

.gbFooterRight {
  text-align: right;
}

.gbError {
  font-weight: bold;
  color: red;
}



.gbTeaser {
  margin-left: 20px;
}

.gbDate {
  font-weight: bold;
}

#gbButton {
  width: 140px;
  margin: 0 auto 2ex auto;
  line-height: 180%;
  text-align: center;
  font-weight: bold;
  color: white; 
  background: #008F3F;
}

#gbButton a {
  color: white;
  text-decoration: none;
}


#gbFooter {
  margin-bottom: 150px;
  height: 1px;
}




#spalte12 h1 {
  height: 32px;
  background-repeat: no-repeat;
  text-indent: -999em;
  padding-top: 0;
  margin-top: 0;
}

#spalte12 h2 {
  font-size: 20pt;
  color: darkgreen;
}

#spalte12 h3 {
  font-size: 11pt;
  color: darkgreen;
}

a#impressumLink {
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}
