body {
    color: black;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 0 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
    background: silver;    
  }
  
  
 div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 99%;
        background: url(wappen_relief.jpg);
    border: thin ridge red;
        padding: 0 5px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;    
  }

  pre {
  font-size: 16px;
  font-weight: bold;
  }
    
  h1 {
  font-size: 150%;
  }
   
  h2 {
   	font-size: 130%;
  }

  h3 {
  font-size: 110%;
  }
  
  h4 {
  font-size: 90%;
  }
  
  
  
 div#Orientierungsleiste {
 font-size: 90%;
 text-align: left;
 padding-left: 10px;
 background: silver;
 -moz-border-radius: 7px;
 -webkit-border-radius: 7px;
 border-radius: 7px;
 }
 
 div#Titeltext {
 font-size: 150%;
   	padding: 1.5% 1.5% 1.5% 60px;
   	text-align: center;
   	background: green url(wappen_klein.jpg) no-repeat 1%;
   	border-bottom: 4px solid silver;
   	-moz-border-radius: 15px;
   	-webkit-border-radius: 15px;
   	border-radius: 15px;

 }
 div#Trennleiste {
 width: 100%
 height: 8px;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 background-color: green;
 }
 div#Zentrieren {
  text-align: center;

 }


/* Navigationsleiste */

nav {
    width: 100%;
}
nav ul {
    padding: 0px;
    margin: 0px;
    
    box-shadow: 2px 2px 2px #dfdfdf;
    -moz-box-shadow: 2px 2px 2px #dfdfdf;
    -webkit-box-shadow: 2px 2px 2px #dfdfdf;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
    nav ul,nav ul li{
    background-color: green;
}
    nav ul li {
    list-style: none;
    float:left;
}
nav ul li a {
    text-decoration: none;
    
    display: block;
    color: #333;
    padding: 7px 34px 7px 34px;
}
nav ul li:hover > ul {
    visibility: visible;
}
nav ul li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
    padding:0px;
}
nav ul li ul li{
    float: none;
}
nav ul li ul li a:hover{
    color: #333;
}

nav ul li {
list-style: none;
    float:left;
    border-right: 1px solid #dfdfdf;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
nav ul li a {
    text-decoration: none;
    display: block;
    color: #333;
    padding: 7px 34px 7px 34px;
 
    -webkit-transition: background 0.3s ease-out 0s;
    -moz-transition: background 0.3s ease-out 0s;
    -o-transition: background 0.3s ease-out 0s;
    transition: background 0.3s ease-out 0s;
}


nav ul li:hover > a {
    color: #FAFAFA;
}
nav ul li ul li a {
    color: #FAFAFA;
}
nav ul li ul li a:hover{
    color: #333;
    background-color: #FAFAFA !important;
}
 

  
/* Einzelbilder */
  
#grid {
display: table;
width: 100%
}
figure {
display: table-cell;
padding: 0 4px;
margin: 0 auto;
text-align: center
}

