/****************************************
 * Allgemein
 ****************************************/

body {
  background: #a5d6ff;
  min-width: 900px;
  color: #000000;
  margin: 0;
  padding: 0;
  font-size: 100.01%;
  font-family: arial, helvetica, verdana, sans-serif ;
  text-align: center;
} 

img {
  border: none;
}

a {
  text-decoration: none;
  color: #990099;
}

a, input, img, textarea {
  text-decoration: none;
  border: none;
  outline: none;
  font-family: arial, helvetica, verdana, sans-serif ;
}

textarea {
  font-size: 0.95em;
}

p, form {
  margin: 0;
  padding: 3px 12px;
}



/****************************************
 * Header
 ****************************************/

#header {
  position: relative;
  width: 100%;
  height: 206px;
  min-width: 900px;
  background: url(../images/header_bg.gif) repeat-x bottom center;
}

h1 {
  position: relative;
  top: 0;
  left: 0;
  background: url(../images/header.gif) no-repeat center;
  margin: 0;
  padding: 0;
  height: 206px;
  font-size: 0.8em;
}

#blog {
  position: relative;
  top: 0;
  left: -350px;
  margin: 0;
  padding: 0;
  width: 136px;
  height: 109px;
  }

/****************************************
 * Inhalt - Allgemein
 ****************************************/

.headline {
  position: relative;
  top: 0;
  left: 9px;
  z-index: 2;
  margin: 0;
  padding: 0;
}

.subhead, .subhead_l {
  position: relative;
  top: 19px;
  left: 2px;
  z-index: 2;
  padding: 0;
  margin: 0;
  margin-top: 90px;
}

.clear {
  clear: both;
}

#content_galerie, #content_stef, #content_impr {
  margin: 0 auto;
  padding: 90px 0;
  width: 900px;
  text-align: left;
  font-size: 0.8em;
}


/****************************************
 * Inhalt - About me & Kontakt
 ****************************************/

#left_stef, #left_impr {
  position: relative;
  top: -30px;
  left: 0;
  z-index: 1;
  border: 7px solid #65beea;
  -moz-border-radius: 15px;
  -khtml-border-radius: 15px;
  width: 560px;
  margin: 0;
  padding: 35px 20px 15px 20px;
  float: left;
  text-align: justify;
  background: #ffffff;
}

#right_stef, #right_impr {
  position: relative;
  top: 2px;
  left: 0;
  z-index: 1;
  border-top: 7px solid #65beea;
  margin: 0 0 0 612px;
  padding: 10px 0 0 0;
  text-align: justify;
}

#content_stef {
  padding-top: 70px;
  background: url(../images/stefunie.gif) no-repeat top center;
}

#content_impr {
  background: url(../images/flasche.gif) no-repeat top right;
}

iframe {
  border: none;
}


/****************************************
 * Inhalt - Galerie
 ****************************************/

#content_galerie {
  background: url(../images/fische.gif) no-repeat top left;
  padding: 90px 0 10px 0;
}

#left_galerie {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  margin: 80px 0 0 0;
  float: left;
  text-align: justify;
  width: 275px; 
}

#galerie_description {
  border-top: 7px solid #a5d6ff;
  padding: 13px 15px 10px 13px;
}

#slider {
  visibility: hidden;
  position: relative;
  top: -30px;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: 7px solid #a5d6ff;
  -moz-border-radius: 15px;
  -khtml-border-radius: 15px;
}

#slider ul, #slider li{
  margin:0;
  padding:0;
  list-style:none;
}

#slider li{ 
  width: 600px;
  height: 400px;
  overflow: hidden; 
}	

/* image replacement */
.graphic, #prevBtn, #nextBtn{
  margin:0;
  padding:0;
  display:block;
  overflow:hidden;
  text-indent:-8000px;
}

#prevBtn, #nextBtn{ 
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: 255px;
  top: -300px;
  z-index: 2;
}	

#nextBtn{ 
  left: 870px;
  top: -340px;
}
														
#prevBtn a, #nextBtn a{  
  display:block;
  width:40px;
  height:40px;
  background:url(../images/btn_prev.png) no-repeat 0 0;	
}	

#nextBtn a{ 
  background:url(../images/btn_next.png) no-repeat 0 0;	
}												




/****************************************
 * Kontaktformular
 ****************************************/
	
input, textarea {
	width: 250px;
	background: #d2ebff;
        border: solid 1px #a5d6ff;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
}

.error {
	background: #cc66cc;
	border-color: #990099;
}

.success {
	display:none;
}

.nachricht {
	width: 500px;
}

.test {
       width: 30px;
       text-align: center;
}

.fisch {
	width: 87px;
        border: none;
}

.loading {
        position:relative;
        top:-10px;
}


/****************************************
 * Wellen
 ****************************************/

.wave_light, .wave_dark {
  position: relative;
  width: 100%;
  min-width: 900px;
  margin: 0;
  padding: 0;
  padding-top: 32px;
}

.wave_light {
  background: #a5d6ff url(../images/wave_light.gif) repeat-x top center;
  }

.wave_dark {
  background: #65beea url(../images/wave_dark.gif) repeat-x top center;
}