body {  
  background-color: #f6c404;
  font-size:101%;
  height: 100%;
}

a:link { color:#287c13; font-weight:bold; }
a:visited { color:#316624; font-weight:bold; }
a:hover { text-decoration:none; background-color:#fff0cb; font-weight:bold; }
a:active { color:#bf1a22; background-color:#fff7e4; font-weight:bold; }
a:focus { text-decoration:none; background-color:#ffffff; font-weight:bold; }

div.fondo1 { 
      font-size: 8em;
      color:  #f4cc3a;
      position: static;
      vertical-align: bottom;
      margin-left: -30px;
      margin-top: 1.2em;
      padding: 0px;
      font-family: Times, "Times New Roman", serif;
      }

div.fondo2 { 
      font-size: 3em;
      color:   #fff0cb;
      vertical-align: bottom;
      position: relative;
      top: -1.4em;
      left: 60px;
      font-family: Times, "Times New Roman", serif;      
      }

.nurneto { display:none; }
img { border:0px; }

p.sitelogo { 
  text-align: right;
  float: right; 
  margin-right: 10px; 
  border: 0px; 
  width: 60px; 
  margin-top:0px;
 }

.menubutton {
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
 }

.menubutton a {
  margin:0px;
  background-color:#f6c404;
  padding-left:6px;
  padding-right:6px;
  padding-top:2px;
  padding-bottom:5px;  
  border-top-color:#ffe68c;
  border-top-width:1px;
  border-top-style:solid;
  border-left-color:#ffe68c;
  border-left-width:1px;
  border-left-style:solid;
  border-right-color:#5e523a;
  border-right-width:1px;        
  border-right-style:solid;
  border-bottom-color:#5e523a;
  border-bottom-style:solid;
  border-bottom-width:1px;
  text-decoration: none;
  /* font-size: 80%;*/
 }

.menubutton a:hover {
  border-top: solid 1px #5e523a;
  border-right: solid 1px #fef5e2;
  border-bottom: solid 1px #fef5e2;
  border-left: solid 1px #5e523a;
  background-color: #f6ce39;
 }

.aktuellbutton {
  margin:0px;
  padding: 5px;
  background-color:#f6c404;
  padding-left:6px;
  padding-right:6px;
  padding-top:2px;
  padding-bottom:5px;  
  border-bottom-color:#ffe68c;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-right-color:#ffe68c;
  border-right-width:1px;
  border-right-style:solid;
  border-left-color:#5e523a;
  border-left-width:1px;        
  border-left-style:solid;
  border-top-color:#5e523a;
  border-top-style:solid;
  border-top-width:1px;
  text-decoration: none;
  font-weight:bold;   
  /*      font-size: 80%;*/
 }

.texto { 
      background-color: #f6c404;
      padding: 10px;
      font-size: 1em;
      color: #567459;
      vertical-align: bottom;
      position: absolute;
      width: 16em;
      }
      .texto img { float: right; margin-right: 10px; border: 0px; width: 50px; margin-top:0px;}
      .texto p { display: block; margin-top: 4px; padding:0px; font-family: Arial, sans-serif; font-size: 86%;}
