#kopftab {
  width:100%; 
  position:relative;  
  position:relative;
  border: 2px outset grey;
  background-color:#ddffdd;
  width:100%;
}
#kopf  {
  background-image: url(../fotos/kopf/burg.png);
  background-attachment: fixed;
  background-position:250px 16px;
  background-repeat: no-repeat;
}
#kopfmitte  {
   text-align:left;
   vertical-align:top;
   width:100%;
}
#kopfmitte h1  {
   text-align:left;
   color: #030;
   font-size:160%;
   font-family:cursive;
   margin:0.2em 0.5em 0em 20px;
}
#name2, #aktuell  {
   margin: 0em 0em 0em 25px;
}
#aktuell  {
   color:red;
}
#name2  {
   color:maroon;
   font-size:90%;
}
#box925  {
   float:right;
   margin: 0.2em 0.6em 0em 0.2em;
}
#box925 a {
   text-decoration:none;
   padding: 0.3em 0.6em;
   display:block;
   text-align:center;
   font-weight:bold;
   font-size: 90%;
}
#box925 a:link, #box925 a:visited, #box925 a:active {
   color: black;
   background-color: #eee;
   border: 4px solid maroon;
}
#box925 a:hover, #box925 a:focus {
   padding: 0.3em 0.6em;
   color: black;
   background-color: #fff;
   border: 4px inset red;
}
