a:link, a:visited, a:active, a:hover, a:focus {
  font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
  color:#ffbb00;
  font-weight:normal;
  text-decoration:none;
  outline:none;
  }
h2 {/* Überschrift */
   font-size:10pt;
   font-weight:normal;
   }
h3 {/* Datum */
   font-size:7pt;
   font-weight:normal;
   color:gray;
  }

html {
  background-image:url(../images/navi/back.png);
  background-repeat:repeat;
  background-attachment:fixed;
  }

/* div */
#top {
  margin: 0 auto;
  width:800px;
  }
#logo {
  position:relative;
  text-align:left;
  top:15px;
  width:150px;
  padding-left:10px;
  float:left;
  z-index:1;
  }
#navi {
  position:relative;
  text-align:right;
  top:10px;
  width:500px;
  padding-right:10px;
  font-size:9pt;
  float:right;
  z-index:1;
  }
#content {
  position:relative;
  top:35px;
  width:800px;
  margin: 0 auto;
  border:2px solid #000000;
  border-radius:15px;
  padding-top:80px;
  padding-bottom:25px;
  padding-right:25px;
  padding-left:25px;
  min-height:450px;
  background-color:#333333;
  color:#cccccc;
  font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:8pt;
  }
#enl {
  position:absolute;
  bottom:15px;
  right:15px;
  font-size:7pt;
  }
#bottom {
  position:absolute;
  bottom:15px;
  left:25px;
  text-align:left;
  font-size:7pt;
  color:#6F6F6F;
  }

/*erguss+blog*/
#box{
  position:absolute;
  z-index:1;
  left:35%;
  /*bottom:-30px;*/
  top:15px;
  width:30%;
  height:15px;
  text-align:right;
  }
#vorigerpfeil{
  font-size:9pt;
  text-align:left;
  height:1px;/*zeigt leeres DIV an*/
  width:33%;
  float:left;
  }
#ansichtumschalten{
  font-size:7pt;
  text-align:center;
  width:32%;
  float:left;
  }
#naechsterpfeil{
  font-size:9pt;
  text-align:right;
  width:33%;  height:15px;
  float:left;
  }
.spruchtext{
  position:relative;
  font-size:8pt;
  color:#cccccc;
  text-align:left;
  }

/*
border:1px solid #ffbb00;
*/
