
  body {
    color: white; 
    background-color: black;    
    font-size: 100.01%;
    font-family: Verdana, Tahoma, Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;
    
    
  }



.top_0  { margin-top : 0; }
.top_05 { margin-top : 0.5em; }
.top_1  { margin-top : 1em }
.top_2  { margin-top : 2em; }
.top_3  { margin-top : 5em; }
.top_5  { margin-top : 4em; }
.top_7  { margin-top : 5em; }
.top_10  { margin-top : 10em; }


/* KOPFZEILE */

#Header{
height: 100px;
/*border: 1px dashed orange*/;
}


/* HAUPTMENU */

#MainMenu{
height: 2em;
width : 100%;
}

#MainMenu li{
float : left;
margin : 0 10px 0 10px;
padding : 0px;
list-style: none;
}

  #MainMenu li a:link {
    color: white; background-color: transparent;
  }
  #MainMenu li a:visited {
    color: #666; background-color:  transparent;
  }
  #MainMenu li a:hover {
    color: white; background-color: transparent;
  }
  #MainMenu li a:active {
    color: #808080; background-color: transparent;    
  }



/* NAVIGATION */

  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 13em;
    margin: 0; padding: 0;
    /*border: 6px dashed orange*/;
    
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
    background-color: transparent;
    
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
    background-color: transparent;
  }
  ul#Navigation a:link {
    color: white; background-color: transparent;
  }
  ul#Navigation a:visited {
    color: #666; background-color:  transparent;
  }
  ul#Navigation a:hover {
    color: white; background-color: transparent;
  }
  ul#Navigation a:active {
    color: #808080; background-color: transparent;
  }



/* INHALT */
  
  div#Inhalt {    
   
    padding: 0 1em;
    float : left;
    width : 75%;
    font: verdana;
    /*border: 1px dashed orange*/;    
  }
  
  
  div#ScrollImage
  {
    margin: 0 0 0 0;
    padding: 0 0;  
    height: 440px;
    background-image: url(gfx/murall.jpg);
    background-color: black;
    background-repeat: no-repeat;
    
  }
  
  div#Inhalt h1 {
    font-size: 1.5em;
    margin: 0 0 0.5em;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }

  div#Inhalt h6 {
    font-size: 0.8em;
    font-weight : normal;    
    margin: 0.2em 0;
  }
  
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }


/* Picture Presentation*/
div.picturePresentation{margin-bottom: 5em;}
div.picturePresentation div.description{margin: 0.2em 0;} 
div.picturePresentation div.description span{font-size: 0.8em; font-weight: normal;}
div.picturePresentation div.description span.seperator{padding: 0px 0.3em; }

div.picturePresentation div.picture{}
div.picturePresentation div.picture img{}
   



