body 	{
		color: black;
		margin: 0;
		padding: 0;
		background-color: rgb(207,226,255);
		font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
		text-align: center;
		}
		
h1 		{
		font-size: 1.5em;
		color: #006eb4;
		}
		
h2 		{
		font-size: 1.2em;
		color: red;
		}	
		
p 		{
		font-size: 0.8 em;
		}

a		{
		color: black;
		text-decoration: underline;
		}
		
img  	{
		border: none;
		}

#root 	{
		width: 930px;
		margin: 0 auto;
		text-align: left;
		}
		
#ueberschrift {
    display: block;
    }
    
#ueberschrift h1{
    font-size: 30px;
    }
    
#ueberschrift p{
    font-size: 20px;
    }
		
#kopf {
    display: none;
		}
		
#inhalt_oben {
    display: none;
		}
		
#inhalt_mitte {
		background-color: white;
		}
		
#inhalt_unten {
    display: none;
		}

#menue	{
    display: none;
		}
		
#inhalt {
		height: auto !important;
    width: 850px; 
		}
		
#inhalt img{
    display: none
		}
		
div#inhalt h1 {
		font-size: 30px;
	  color: #006eb4;		
		}

div#inhalt h2 {
		font-size: 25px;
		margin-bottom: 1em;
		}
		
div#inhalt h3		{
		color: #006eb4;
		font-size: 20px;
		font-weight: bold;
		margin-top: 2.5em;
		}
		
div#inhalt ul {
    list-style-type: none;
		}  
    
div#inhalt li {
		font-size: 20px;
		}	
				
div#inhalt p 		{
		font-weight: 100;
		font-size: 20px; 
		}
		
div#inhalt a {
		text-decoration: none;
		color: #006eb4;
		}		
		
div#inhalt table th, div#inhalt table td {
		text-align: center;
		font-size: 20px;
		border-bottom: 0.1em solid #006eb4;	
		padding: 0.3em 0;
			}
	
div#inhalt .tl {
		text-align: left;		
			}	
			
div#inhalt .tm {
    font-size: 20px;
    min-width: 12em;
		text-align: left;	
    border: none;	
			}	
		
div#inhalt input, div#inhalt textarea, div#inhalt select {
		font-size: 20px;
    width: 30em;
		background-color: rgb(207,226,255);
		border: 0.2em inset white;
		}

#fuss 	{
    display: none;
		}
		

		
		

