/* --- ALLGEMEIN --- */
body, table, td {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}
body {
  background-color: #EEA94E;
  background-image: url(../images/fond.jpg);
  scrolling: auto;
  overflow: hidden;
}
div {
  font-family: Verdana, Arial;
  font-size: 11px;
}

/* --- INHALTE --- */
#paper {
  background-color: #ffffff;
  text-align:left;
  margin: 0px;
  padding: 10px;
  width: 720px;
}
#kopf {
  background: url(../images/kopf.jpg) no-repeat;
  width:720px;
  height:181px;
  display:block;
  background-color:#000;
}
#seite1 {
  display:block;
}
.layer {
  position:relative;
  margin:0px;
  width:720px;
  height:auto !important; height:222px;
  min-height:222px;
  display:none;
}
.layer .box {
  padding: 10px;
}
img.block {
  margin: 0 0 10px 10px;
  border: 1px solid #666666;
}
.textbox {
  margin: 8px 100px 0 136px;
  text-align: left;
}

/* --- SEITENFARBEN */
#seite1 {
  background-color: #FFCC66;
}
#seite2 {
  background-color: #FFCC66;
}
#seite3 {
  background-color: #FFCC66;
}
#seite4 {
  background-color: #FFCC66;
}

/* --- MENU und LINKS --- */
#menuleiste {
  position: relative;
  width: 720px;
  text-align:left;
}
#menuleiste div {
  position: relative;
  background-color: #ffffff;
  color: #666666;
  height: 20px;
  width: 100%;
  border-bottom:1px solid #000;
  margin-top:5px;
}
#menuleiste span {
  padding-right:15px;
  cursor: hand;
  cursor: pointer;
}
#menuleiste span, a {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
#menuleiste span:hover, a:hover {
  text-decoration: underline;
}
#menu2 .mail {
  position: absolute;
  top:0;
  right:0;
}

/* --- INFO --- */
.author, a.active, a.author:visited, a.author:active {
  font-weight: normal;
  font-size: 9px;
  color: #ffffff;
}
#authors {
  position:absolute;
  bottom:10px;
  left:10px;
  font-size: 9px;
  color: #ffffff;
}