body {
/*    color: #4343cf;
/*    color: #ab3636;  */ 
    background: #f4f4f4 url(Bilder/bg.jpg) top center repeat-y;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; 
    padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
    }

    a:link {
    color: #4343cf;
    text-decoration: none;
    }

    img {
    border-style: none;
    }
	
    form br { /* Alle Zeilenumbrüche in Formularen auswählen */
    clear: left; /* das floating der labels und inputs aufheben */
    }

    * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
    }
    
    div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
  	padding: 0;
    position: relative;
    top: 10px;
    }

    html>body div#Seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
    }

    h1 {
    font-size: 1.5em;
    margin: 0; 
    padding: 0.3em;
    text-align: center;
    height: 1px; 
    border-bottom: 1px solid silver;
	  }
	  
	  div#Seite h1 a {
    position: relative; 
    top: -27px; 
    left: 0px; 
    text-decoration: none; 
    color: #9e9eaf; 
    font-size: 100%;	  
    }    

	  div#Seite h2 {
    font-size: 1.5em;
    margin: 0; 
    padding: 0.3em;
    text-align: center;
    height: 1px; 
    }    

    h4 {
    border-bottom: 1px solid silver;
	  }

    ul#Navigation {
    font-size: 0.83em;
    float: left; 
    width: 110px;
    height: 400px;
    margin: 0 0 1.2em; 
    padding: 0;
    }
    ul#Navigation li {
    list-style: none;
    margin: 0; 
    padding: 0.5em;
    }
    ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
    }
    ul#Navigation a:link {
    color: #4343cf; 
    text-decoration: none;	
    background-color: #9b9bba;
    }
    ul#Navigation a:visited {
    color: #4343cf;
    text-decoration: none;	
    background-color: #9b9bba;
    }
    ul#Navigation a:hover {
    color: black; 
    background-color: #eee;
    }
    ul#Navigation a:active {
    color: black;
    background-color: gray;
    }
    ul#Navigation div#Aktuell {
    font-size: 1em;
    display: block;
    padding: 0.2em;
    font-weight: bold;
    color: #4343cf;
    background-color: #d2d3e0;
    }

    div#Inhalt {
    margin: 0 0 1em 120px;
    padding: 0 1em;
    height: 470px;
    width: 640px;
    }
    div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    text-align: center;
    }
    div#Inhalt h3 {
    font-size: 0.8em;
    margin: 0.2em 0;
    text-align: center;
    }
    div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
    }
    
    p#Nav {
    text-align: center;
	  color: #4343cf;
    }
    p#Nav a {
    font-size: 1.1em;
    text-decoration: none;	
    }
    p#Nav1 {
    text-align: center;
    color: #4343cf;
    }
    p#Nav1 a {
    font-size: 1.1em;
    text-decoration: none;	
    }

    ul#vertical {
    position: relative;
    top: -50px;
    left: 400px;
    width: 80px;
    padding: 0;
    margin: 0 auto; 
    font-size: 3.2em;
    list-style-type: none; 
    }
    ul#vertical li {
    font-style: normal; 
    display: block; 
    text-align: center; 
    color: #CCC;
    }

    input { /* Alle Labels UND Formularelemente auswählen */
    display: block;
    float: left;
    width: 100px; /* Breite.*/
	  margin: 5px;
    }
    input#Button,input#Button2 {
    color: #4343cf; 
    background-color: #aeadbd;
    border: 1px solid;
    border-top-color: #4343cf;
    border-left-color: #4343cf;
    border-right-color: #18185c;
    border-bottom-color: #18185c;
    }
    
    div#Fusszeile {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    }
    div#Fusszeile p {
    clear: both;
    font-size: 0.83em;
    margin: 0 auto; 
    padding: 0.1em;
    text-align: center;
    border-top: 1px solid silver;
    background-color: #9e9eaf;
    width: 826px;
    }
    
    div#last {
    clear: both;
    margin: 0px;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    background-color: #dddddd;
    padding: 2px 2px 2px 5px;
    position: fixed;
    bottom: -2px;
    right: 0px;
    }    
    div#last a img {
    border-width: 0px; 
    vertical-align:middle;
    width: 85px; 
    height: 20px; 
    }
