/* cascading style sheet (fifthdimension.de) */

* {
  padding: 0;
  margin: 0;
  border: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: sans-serif, helvetica, verdana, arial;
  margin: 0 auto;
  text-align: center;
  background-image: url('img/bg.png');
  background-repeat: repeat-x;
}

#container {
  width: 712px; 
  height: 80%;
  margin: 0 auto;
}

#header {
  width: 680px;
  height: 20%;
  border-style: solid;
  border-width: 0px 16px;
  border-color: #ffb000;
  background-color: #ffffca;
  background-image: url('img/headerbg.png');
  background-repeat: repeat-y;
}

#mainbox {
  height: 446px;
  background-color: #ffffca;
  border-style: solid;
  border-width: 0px 16px 16px 16px;
  border-color: #ffb000; 
}

#links {
  width: 200px;
  float: left;
  margin: 5px 0px 10px 10px;
}

#menubox {
  width: 180px;
  border-style: solid;
  border-color: white;
  border-width: 6px 8px 6px 8px;
}

.menu {
  height: 12px;
  border-style: solid;
  border-color: white;
  border-width: 2px 0px;
  font-weight: bold;
  font-size: 12px;
  padding-top: 12px;
  padding-bottom: 16px;
}

.menu a {
  color: white;
  text-decoration: none;
}

.menu a:hover {
  color: #ffffc0;
}

#rechts {
  float: right;
  width: 460px;
  margin: 5px 10px 10px 0px;
}

#text {
  height: 240px;
  overflow: auto;
  color: white;
  font-size: 12px;
  text-align: justify;  
  padding: 10px;
  background-color: #fbc03e; 
  border: solid 8px white;
}
