/****************************
*  Autor: Barbara Drischel  *
*****************************/
html{
 width: 100%;
 height: auto;
 }

body{
 text-align: center;
 margin: 5px 5%;
 font: 10pt normal DejaVu Sans, Arial, Helvetica, sans-serif;
 color: silver;
 /*background-image: url(../img/h-background.jpg);*/
 background-color: rgb(0,0,0);
 }

/* Rahmen um den Inhalt damit dieser sich mitteln läßt*/
.frame{
 display: inline-block;
 width:800px;
 color: rgb(0,0,0);
 margin: 0px auto;
 padding: 0px;
 text-align: center;
 border: 3px double rgb(250,200,50);
 /*background-image: url(../img/hinten.jpg);*/
 background-color: rgb(255,255,255);
 }

.logo{
 display: inline-block;
 float: left;
 width: 94px;
 height: 80px;
 background-color: white;
 margin: 0;
 }

.banner{
 display: block;
 width: auto;
 height: 80px;
 background-color: rgb(0,0,0);
 margin: 0;
 padding: 0;
 text-align: left;
 }

.content{
 /*min-height: 500px;*/
 overflow: hidden;
 padding: 2px 20px 0px;
 color: rgb(0,0,0);/* rgb(250,250,150);*/
 text-align: left;
 background-image: url(../img/h-background.jpg);
 /*background-color: rgb(200,100,50);*/
 /*border: 1px dotted rgb(250,220,150);*/
  }

/* Fußzeile unterer Abschluss*/
.foot{
 display: block;
 height: 30px;
 background-image: url(../img/head-r.jpg);
 text-align: center;
 margin: 1px auto;
 padding: 0;
 border-top: 1px solid rgb(50,50,50);
 /*border: 1px solid green;*/
 }

/* Andy's Counter sichtbar*/
.andy, .andy a, .andy a:hover{
 background-color: transparent;
 background-image: none;
 margin: 0;
 padding: 0;
 float: left;
 color: rgb(50,50,50);
 }
