

A {
    text-decoration: none ;
    color: #666666;
}

A:hover {
    color: #4896e2;
}

h3 {
   color: #006633;
}

img {
  border: 0px;
}


body {
  background-color: #FFFFFF;
  color: #666666;
  font: normal 13px Arial;
}

#container {
  width: 800px;
  height: auto;
  margin: auto;
  position: center;
}


#head {
  margin:auto;
  position: center;
  width: 800px;
  height: 255px;
  float: left;
}

#nav {
  margin-top: 10px;
  width: 200px;
  height: 250px;
  font: 2.5em Edwardian Script ITC ;
  color: #4896e2 ;
  float: left;
  background-image: url(../img/nav_bg.png);
}

#nav a {
  font: 30px Edwardian Script ITC ;
  color: #4896e2 ;
}

#nav a:hover {
  font: 30px Edwardian Script ITC ;
  color: #666666;
}

#content {
  margin-top: 30px;
  width: 600px;
  height: auto;
  float: right;
}


#bottom {
  margin:auto;
  position: center;
  height: 44px;
  width: 800px;
  color: #999999;
  font:  0.9em  Arial;
}

.nav_klein {
  font: 0.8em Edwardian Script ITC ;
  color: #4896e2 ;
}

.nav_klein a {
  font: 0.2em Edwardian Script ITC ;
  color: #4896e2 ;
}

.nav_klein a:hover {
  font: 0.2em Edwardian Script ITC ;
  color: #666666 ;
}

.start {
  background-image:  url(../img/b1.png);
  background-repeat:  no-repeat;
  background-position:  right bottom;
}

.zingst {
  background-image:  url(../img/b2.png);
  background-repeat:  no-repeat;
  background-position:  right bottom;
}

