/* BODY*/

body {
    background-color: #333333;
    font-size: 100%;
    font-family: Arial; 
    font-weight: normal;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

/* Seite */
#Seite {    
  background: url(images/background.jpg);
  background-repeat:no-repeat;
  background-color:#cccccc;
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: auto;      /* standardkonforme horizontale Zentrierung */
  width: 800px;
  min-height:600px;
  border: 2px ridge silver;
 }
/* KOPF */ 
 
#Kopf{
   width:800px;
   padding: 15em 0em 0em 0em; 
   margin: auto;           /*top, right, bottom, left */
   border-bottom: 1px solid silver;   
  }

/* NAVIGATION */

#Navigation1 {
   font-size: 0.9em;
   text-align: left;
   margin:0em 0em 1em 2em;  /*top, right, bottom, left */
  }
  
#Navigation1 a {
   padding: 0.4em 2.5em;
   font-weight: normal; background-color: #333333;
  }
#Navigation1 a:link {
   text-decoration: none;
   color: white;
  }
#Navigation1 a:visited {
   text-decoration: none;
   color: white;
  }
#Navigation1 a:hover {
   text-decoration: none;
   color: black; background-color: #cccccc;
  }
#Navigation1 a:active {
   text-decoration: none;
   color: white;
  }

#Navigation2 {

   font-size: 0.9em;
   text-align: left;
   margin: 0em 0em 1em 143px;		/*top, right, bottom, left */
  }
  
#Navigation2 a {
   padding: 0.3em 2em;
   font-weight: normal; background-color: #cccccc;
  }
#Navigation2 a:link {
   text-decoration: none;
   color: black;
  }
#Navigation2 a:visited {
   text-decoration: none;
   color: black;
  }
#Navigation2 a:hover {
   text-decoration: none;
   color: white; background-color: #333333;
  }
#Navigation2 a:active {
   text-decoration: none;
   color: black;
  }


/* INHALT */

#Inhalt {
   width:730px;
   padding: 2em 2em 2em 2em;		/*top, right, bottom, left */
   font-weight: normal;
   word-wrap:break-word;			/*Umbruch wird bei zu langem wort automatisch eingeleitet*/
  }
  
#Inhalt h1 {
   font-size: 1.6em;
   margin: 0.2em 0;
  }
#Inhalt h2 {
   font-size: 1.2em;
   margin: 0.2em 0;
  }
#Inhalt h3 {
   font-size: 1.1em;
   font-weight: normal;
   margin: 0.5em 0;
  }
   
#Inhalt ul{
   font-size: 0.9em;
  }
#Inhalt p {
   font-size: 0.9em;
   font-weight: normal;
   margin: 1em 0;
   align="justify";
  }


#Inhalt a:link {
   color: #ff0000;
  }
#Inhalt a:visited {
  color: #ff0000;
  }
#Inhalt a:hover {
   color: #990000;
  }
#Inhalt a:active {
   color: white;
  }

#Bild{
	margin: 3em 3em 3em 3em;
	text-align: center;
	}

