/*
     Titelleiste
*/
#top
{
   width:100%;
   margin:0;
   padding:0;

}
/*
     Navigationsleiste
*/
#navigator
{
  font-family:"Courier New",Courier,mono;
  font-size:0.9em;
  text-transform:uppercase;
  text-align:left;

  color:#f03;
  background-color:#ddd;

  width:100%;
  padding:1px;
  margin:2px 0 0px 0 ;

  border:none;
  border-top:3px solid #f03;
}
/*
  Menu
*/

#menu
{
   font-family:"Courier New",Courier,mono;
   font-size:1.1em;
   font-weight:bold;
   text-align:left;
   width:100%;
   color: #fff;
   background-color:#F03;
   margin:0px 0;
   padding:2px;
   border:none;
}
#menu a
{
  color:#00f;
  font-family:"Courier New",Courier,mono;
}
#inhalt
{

     width:100%;
     margin:10px 0 15px 0;
/*     border:none;*/
}

#rechts
{
   width:10%;
   font-size:0.8em;
   padding:0 2px 0 2px;
   margin:0;
   background-color:#eee

}

#links
{
   width:10%;
   font-size:0.8em;
   padding:0 2px 0 2px;
   margin:0;
   background-color:#eee

}
/*
    Rubriken
*/

.rubriken
{
   width:100%;
   font-size:0.9em;
   text-align:center;


   padding:2px;
   margin:0;
   background-color:#eee;
   color:#000;
   border-bottom:3px solid #F03;

}
.rubriken a
{
  font-family:"Courier New",Courier,mono;
  font-weight:normal;
}

/*
        Fußzeile
*/

#bottom
{
  padding:5px 0;
  margin:10px 0;
  font-size:0.8em;
  text-align:center;
  width:100%;

}


.klein
{
     font-size: 0.7em;
}
.kapitaelchen
{
  font-size:2em;
  font-weight: 800;
  margin:0;
  padding:0;
}
.first
{
  font-family:"Courier New",Courier,mono;
  font-size:6ex;
  font-weight: 900;
  margin:2px;
  padding:0;
  line-height:0.8em;
}