/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07.08.2014, 12:45:46
    Author     : Vmax
*/

#navibereich li {
  display: inline;            /* Listenelemente nebeneinander */
  list-style-type: none;      /* Aufzählungszeichen entfernen */
  margin: 0px auto;
}
#navibereich {
  background-color: #767676;        /* Hintergrundfarbe für die Navigation */
  padding: 3px auto;                   /* Innenabstand: oben/unten 4px, li/re 0 */
  border-top: 3px solid #767676;    /* Rahmenlinie oben */
  border-bottom: 3px solid #767676; /* Rahmenlinie unten */
  margin: 0px ;                      /* Keinen Außenabstand */
}
#navibereich a {
  color: #f8f8f8;                  
  text-decoration: none;         /* Unterstreichung entfernen */ 
  padding: 4px 10px; 
  text-align: center;
  font-size:  130%;
  font-family: Helvetica;
}
#logo {
    width: 100%;
    margin: 0px auto;
    padding: 0px auto;
    
}
#wrapper {
  max-width: 1000px;
    margin: 0 auto;  
    
}

#text {
    font-family: Helvetica;
}
#footer {
    width: 100%;
    margin: 40px auto;
}
#bild {
    width: 100%;
    margin: 20px auto;
}
#impressum {
    color: #f8f8f8;                  
  text-decoration: none;         /* Unterstreichung entfernen */ 
  float: right;
  margin: 20px auto;
}
#flagge {
    
    float: right;
    
}