/* Cascading Style Sheet */
body {
  background: #FFFFE0;
  margin: 0;
  padding: 0;
  font: lighter 90% sans-serif;
}

b{
  font-size: 110%;
}

em{
  color: red;
}

#maincontainer{
  background: #FFFFFF;
  width: 900px;/*Width of main container*/
  margin: 0 auto;/*Center container on page*/
}

#topsection{
  background: #EAEAEA;
  height:95px;
/*Height of top section*/
}

#topsection h1{
  margin: 0;
  text-align: center;
  color: #0000FF;
  padding-top: 5px;
}

#linkerBereich {
  position: absolute;
  top: 130px;
  left: 300px;
  width: 80px;
  padding: 10px;
  margin: 0px;
  border: none;
}

#mittlererBereich {
  position: absolute;
  top: 130px;
  left: 510px;
  width: 180px;
  padding: 10px;
  margin: 0px;
  border: none;
}

#rechterBereich {
  position: absolute;
  top: 130px;
  left: 800px;
  width: 180px;
  padding: 10px;
  margin: 0px;
  border: none;
}

#linksMitte {
  position: absolute;
  top: 370px;
  left: 350px;
  width: 400px;
  padding: 10px;
  margin: 0px;
  border: none;
}

#rechtsMitte {
  position: absolute;
  top: 370px;
  left: 610px;
  width: 400px;
  padding: 10px;
  margin: 0px;
  border: none;
}

#untenMitte {
  position: absolute;
  top: 620px;
  left: 350px;
  width: 500px;
  padding: 10px;
  margin: 0px;
  border: none;
}

#footer{
  clear: left;
  width: 100%;
  background: #EAEAEA;
  color: #0000FF;
  text-align: center;
  padding: 4px 0;
}

#footer a{
  color: #FFFF80;
}

.innertube{
  margin: 8px;/*Margins for inner DIV inside each column (to provide padding) margin-top: 0;*/
}

.afm{
  font-weight: bold;
  padding: 6px 0;
  margin: 0;
  width: 100%;
  background: #EAEAEA;
  text-align: center;/*set value to "right" for example to align menu to the right of page*/
}

.afm li{
  list-style: none;
  display: inline;
}

.afm li a{
  padding: 3px 0.5em;
  text-decoration: none;
  color: black;
  background: #EAEAEA;
  border: 2px solid #EAEAEA;
}

.afm li a:hover{
  color: black;
  background: #00FFFF;
  border: outset;
}

html > body .afm li a:active{/* Apply mousedown effect only to NON IE browsers */
  border: inset;
}