/* Stylesheet für die internetseite von mgv */

body
 {
  color: white; /* Schriftfarbe */
  background-color: #336666; /* Hintergrundfarbe */
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  }
  

#wrapper
 {
  color: black; /* Schriftfarbe */
  background-color: #339999; /* Hintergrundfarbe */
  }  
  
/* h1 { font-size: 150%; } */
/* h2 { font-size: 130%; } */


/* Anfang Navibereich */

#kopfzeile
 {
  padding: 10px 20px 10px 20px /* Abstand */
  }

h2
{
  }
b
 {
  font-weight: 800;
  }

#navibereich {
  line-height: 1.5em; /* Zeilenabstand */

  }


#navibereich li 
{
  padding-top: 10px;
  padding-left: 10px;
  display: inline;
  list-style-type: none;
  }


#navibereich a 
{
  color: black; 
  text-decoration: none;

  }

#navibereich a:active 
{
  color: blue; text-decoration: none;
  font-weight: bold;
}

#navibereich a:hover, a:focus
 {
  color: blue; text-decoration: none;
  font-weight: bold;
  background-color: #fff;
  padding: 5px;
  }






/* Anfang Textbereich */

#textbereich 
{ 
  color: black; /* Schriftfarbe */ 
  background-color: #33CCCC; /* Hintergrundfarbe */
   }
  
#textbereich a:link 
{ 
  color: blue; /* Schriftfarbe */ 
 /* background-color: white; Hintergrundfarbe */
 text-decoration: underline;
  }
  
#textbereich a:hover, a:focus 
{ 
  color: red; /* Schriftfarbe */ 
 }
  
#textbereich
 { 
  padding: 10px 20px 10px 20px /* Abstand */ 
  }  

#textbereich ul
{
  line-height: 2em; /* Zeilenabstand */
  }

/* Anfang address */

address
 {
  text-align: center; /* zentrieren */
  line-height: 2em; /* Zeilenabstand */
  }
  
impressum
{
 color: red;
 }
 
table 
{
  border-collapse: seperate;
  border-spacing: 10px
  }
  
td
{
  /* border: solid black */
 }


biographie 
{
  line-height: 2.0em; /* Zeilenabstand */
  }


/* Abstände allgemein */

div 
{
  padding-right: 10px;
  padding-left: 20px;
  } 
  
  
#fusszeile 
{
  padding: 10px 20px 10px 20px /* Abstand */
  }
  
#fusszeile a:link 
{ 
  color: blue; /* Schriftfarbe */ 
 /* background-color: white; Hintergrundfarbe */
 text-decoration: underline;
  }

#fusszeile a:hover, a:focus 
{ 
  color: red; /* Schriftfarbe */ 
 }



#logo
{
  text-align: center;
  border: 0px solid;
  background-color: #339999; /* Hintergrundfarbe */
  padding: 20px
  }
  
#logoklein
{
  position: absolute;
  right: 30px
}

#bilder
{  
  padding: 10px
}