/*  Stilvorlage */

body   { padding: 0px; margin: 0px;
         background-color: #393050;
         color: #88a;
       }

h1,h2,h3 {color: #810 }
hr {border:solid #810 2px;height:6px; }
img{border: 0px;}

.seite, #papier { background-color: #f4f5f6;
         margin: 40px;
         padding: 90px; 
        }

.prefix {color: #ccc;}
#aufmacher { font-weight: bold;} 

#aufmacher:first-letter {font-size: xx-large; 
                         color: red;}



#Einleitung {
}
.clear {clear:both;}
.footer {font-size: xx-small; text-align: center;}


#menu
{ height: 28px;
  width: 1876px;

         font-family: "Courier New", Arial;
         font-size: small; font-weight: light;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 21px;
  text-decoration: none; 
  padding: 3px 19px 2px 19px;
  text-transform: uppercase;
} 
#links, #footer, #menu, #menu li a
{ background: #FFF url(graf/menu.png);
  color: #DBD7D1;
  border-color: #D7D7D7;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #DBD7D1;
}
#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FFF url(graf/orange_menu.png);
  color: #70695A;
} 
