body { margin: 0; }
body { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; font-size: 14px; }
form { display: inline; }
a { color: #fff; text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { color: #fff; }
h1 { margin: 0; font-size: 16px; }
h2 { margin: 0; font-size: 16px; }
#page {

  position: absolute;
  height: 800px;
  width: 800px;
  margin: -0px 0 0 -400px;
  top: 0%;
  left: 50%;
  overflow: none;
}

#header {

  height: 146px;
  width: 800px;
  background: url(Bilder/header.jpg) no-repeat left top;
}

#header h1 {

  color: #0029B4;
  text-decoration: black;
  font-size: 24px;
  padding-top: 29px;
  padding-left: 160px;
}

#navigation {

  width:800px;
  height:66px;
  padding-bottom: 50px;
  background-color: #91A3DF;
}

#navigation ul  {

  padding:0;
  margin:0;
  list-style-type: none;
}

#navigation ul li{

  float:left;
}

#navigation ul li a {

  display:block;
  color:#FFFFFF;
  font: bold 14px arial;
  text-decoration: none;
  width:150px;
  height:61px;
  padding-top:5px;
  padding-left:10px;
  background: url(Bilder/navi.gif);
}

a#link1:hover {

  background-image:url(Bilder/anavi1.gif);
}

a#link2:hover {

  background-image:url(Bilder/anavi2.gif);
}

a#link3:hover {

  background-image:url(Bilder/anavi3.gif);
}

a#link4:hover {

  background-image:url(Bilder/anavi4.gif);
}

a#link5:hover {

  background-image:url(Bilder/anavi5.gif);
}


#content {

  height: 451px;
  width: 800px;
  background-color: #91A3DF;
  overflow: auto;
  float: left;
}

#content p {

  color: #fff;
  font-size: 14px;
  padding-left: 10px;
}

#content h1 {

color: #0029B4;
font-size: 16px;
font-weight: bold;
padding-left: 10px;
}
#content h2 {

color: #0029B4;
font-size: 16px;
font-weight: bold;
padding-left: 10px;
}


#content a {

  font-size: 14px;

}

/*#content1 {

  height: 451px;
  width: 800px;
  background-color: #91A3DF;
  overflow: auto;
  float: left;
}*/

#content1 p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
}

#content1 h1 {

color: #0029B4;
font-size: 16px;
font-weight: bold;
padding-left: 10px;
}

#content1 h2 {

color: #0029B4;
font-size: 16px;
font-weight: bold;
padding-left: 10px;
}

#content1 a {

  font-size: 1spx;
  padding-left: 10px;
}

#bilder {

  padding-left: 75px;
}

/*#content_right {

  float:left;
  height: 451px;
  width: 200px;
  background-color: #91A3DF;
}

#content_right img {

  float: right;
  padding-right: 100px;
  padding-top: 39px;
}*/

#bilder img {

  border:0;
  padding-right: 20px;
  padding-bottom: 20px;
}


#fliesen {

  clear: both;
  height: 66px;
  width: 800px;
  background: url(Bilder/fliesen.jpg) no-repeat left top;
}

#footer {

  height: 65px;
  width: 800px;
  padding-top:2px;
  background-color: #0029B4;
}

#footer p {

  text-align: center;
  margin:0;
  color: #fff;
  font-size: 14px;  
}


