img {
  border-style:none;
}

body {
  background-image:url(icons/back.gif);
  background-repeat:repeat-x;
  background-color:#FFFFFF;
  margin: 0;
  margin-bottom:20px;
}

.content {
  width:970px;
  position:relative;
  margin-top: 20px;
  margin-bottom:20px;
  left:50%;
  background-color:#CD9933;
  margin-left:-485px;
}

.top {
  border-collapse: collapse;
  background-image:url(icons/top.gif);
  width:970px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: top left;
}

.navigation-top {
  text-align:right;
  margin-right:20px;
}

.left {
  float:left;
  WIDTH: 120px;
  white-space:nowrap;
}

.left img { 
  vertical-align:top; /* dass die icons links alle direkt untereinanderhängen */ 
}

.right img {
  margin: 5px;
}

.right {
  margin-left:120px;
  WIDTH: 830px;
  MIN-HEIGHT: 600px;
  BACKGROUND-COLOR:#FEDD69;
  padding:10px
}


.bottom {
  background-image:url(icons/bottom.gif);
  width:970px;
  HEIGHT: 35px;
  background-repeat: no-repeat;
  background-position: top left;
}


.anchor {
  text-align:center;
}

h1 {
  text-align:center;
  color:#95690A;
  font-size:x-large;
}

h2 {
  text-align:center;
  color:#95690A;
  font-size:large;
}

ul {
  text-align:left;
}

hr {
  color:#CD9933;
  background-color:#CD9933;
  height:3px;
  margin-left:20px;
  margin-right:20px;
}