* {
margin: 0;
padding: 0;
}

body 
{
 font-family:Verdana;
 font-size:12px;
 background-image:url(hintergrund-schiefer.gif);
 background-color:#e0e1e3;
 text-align:center;
}

span.s-normal-11 { font-family: Verdana; font-size: 11px; color: #000000}
span.s-normal-12 { font-family: Verdana; font-size: 12px; color: #000000}
span.s-blau-fett { font-family: Verdana; font-size: 12px; color: #3366CC; font-weight: bold }
span.s-blau-16-fett { font-family: Verdana; font-size: 16px; color: #3366CC; font-weight: bold }
.s-blau-Überschrift { font-family: Verdana; font-size: 16px; color: #3366CC; font-weight: bold; margin-top: 10px;}
span.s-fett  { font-family: Verdana; font-size: 12px; font-weight: bold }
span.font-family { font-family: Verdana; font-size: 14px; font-weight: bold }
span.s-16-fett { font-family: Verdana; font-size: 16px; font-weight: bold }
.s-weiss     { color: #FFFFFF; font-family: Verdana; font-size: 10px }
span.s-weiss-fett     { color: #FFFFFF; font-family: Verdana; font-size: 12px; font-weight: bold }
span.s-weiss-klein     { color: #FFFFFF; font-family: Verdana; font-size: 10px;}
span.s-weiss     { color: #FFFFFF; font-family: Verdana; font-size: 10px }
h1 {font-size:18px;color:#000000;margin-bottom:0px;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}

table {
margin: 5px auto; 
}

hr           {color:#bdbec6;  width:450px;  text-align:center;}
span.hr2           {color:#BDBEC6;  width:150px;  text-align:center}

a:link, a:visited, a:active
{ 
  font-weight:normal;
  color:#FFFFFF;
  font-size:12px;
  font-weight:bold;
}

a:hover
{ 
  color:#3366CC;background-color:#efeff7
}

a:link.menu, a:visited.menu, a:active.menu
{ 
  color:#eeeeee;
 background-color:#737994;
 font-weight:bold;
 text-decoration:none;
}

a:hover.menu
{ 
  color:#ffffff;
 background-color:#3366CC;
}

a.menu {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background-color:#737994;
 text-align:center;
 font-weight:bold;
 color:#eeeeee;
 text-decoration:none;
 } 
 
#seite {
position: relative;
margin: 10px auto; 
width:800px;
background-color:#bdbec6;
border:1px solid #000000;
}

#hahn {
height: 300px;
width: 200px;
}

#banner {
display: block;
height:110px;
background-image: url(bild-banner.jpg);
border-bottom:1px solid #000;
}

#banner2 {
height:15px;
padding: 5px;
background-color:#3366CC;
border-bottom:1px solid #000;
z-index: 5;
}

#inhalt {
background-color:#bdbec6;
}

#left {
width:128px;
float:left;
}

#right {
background-color:#bdbec6;
width:120px;
float:left;
}

#fuss {
position: relative;
margin: 10px auto; 
height:20px;
width:800px;
text-align:center;
background-color:#7b7d8e;
border-bottom:1px solid #000;
}

#seite p.fuss {
background-color:#7b7d8e;
padding: 2px 5px 2px 5px;
margin: 0 0 0 0;
height:20px;
border-top:1px solid #000;
}

.menuebild{
margin:10px 0px 0px 0px;
}

.menutitle{
color:#16CBE4;
font-weight:bold;
text-align:center;
margin:2px;
}

.menucontainer {
border:1px solid #000;
background-color:#7b7d8e;
width:105px;
margin:10px;
}

.menucontainer2 {
border:1px solid #000;
background-color:#3366CC;
width:105px;
margin:10px;
}

#content {
border:1px solid #efeff7;
background-image:url(hintergrund-hahn.gif); 
background-repeat:repeat-y;
background-position: 181px;
background-attachment:fixed; padding:0px;
background-color:#efeff7;
width: 520px;
padding:0px 10px 10px 10px;
float:left;
}

/* die naechsten 2 anweisungen sorgen dafuer, dass floatende elemente eingeschlossen werden */

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { 
height: 1%; 
}


.linkbutton  {
               font-family: verdana, arial, helvetica, sans-serif;
               color: #FFFFFF;
               background-color: #3366CC;
               text-decoration: none;
               padding:0 10px 0 10px;
             }
:hover.linkbutton
             {
             color: #000000;
             background-color: #efeff7;
             text-decoration: none;
             padding:0 10px 0 10px;
             }