body {
    color: #fff; 
	background-color: #ABADAD;
    font-size: 100.01%;
    font-family: Arial, sans-serif;
    margin: 0; padding: 2.2em 0;
	line-height: 16px;
    text-align: center;  /* Zentrierung im Internet Explorer */
	
  	}
  
  html>body div#Seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
    }
			  
	div#Seite li
	{ padding:1px; background: url(images/listdot_blau.gif) 3px no-repeat;}

	div#Seite li a:link, li a:visited, li a:active
	{ background-color: inherit; text-decoration:none; color:#304ea8;}

	div#Seite li a:hover
	{ background-color: inherit; text-decoration: none; color:#ABADAD;}
	
  div#Seite {
  	background-color:#fff;
  	text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 750px;
    padding: 0 0em;
    border: 0px ridge silver;
	height: 520px;
	}		
   div#Seite p {
    font-size: 0.8em;
    margin: 0em 0;
	color:#6f6f6f;
	padding-top: 0px; 
	line-height: 16px;
	text-align:justify;
    }
  div#Seite h1 {
    font-size: 0.8em;
    margin: 0em 0;
	color:#304ea8;
	font-weight: normal;
	padding-top: 0px; 
	line-height: 16px;   
	}
	
  div#Seite h2 {
    font-size: 0.8em;
	font-weight: normal;
    margin: 0em 0;
	color:#6f6f6f;
	padding-top: 8px;
	line-height: 16px;	
	}	
  div#Seite h3 {
    font-size: 0.8em;
	font-weight: normal;
    margin: 0em 0;
	color:#6f6f6f;
	padding-top: 8px;
	line-height: 5px;	
	}  
    div#Seite blockquote {
  	font-size:0.8em;
  	color:#6f6f6f;
  	padding-left: 10px;
	line-height: 16px;
  	}  
  div#Seite a:link {
  	font-size:0.8em;
  	color: #304ea8;
  	font-weight: normal;
  	text-decoration:none;
	line-height: 16px;
  	}
  div#Seite a:hover {
  	font-size:0.8em;
 	color: #6f6f6f;
  	font-weight: normal;
 	text-decoration:none;
	line-height: 16px;
  	}
  div#Seite a:active {
  	font-size:0.8em;
  	color: #304ea8;
  	font-weight: normal;
  	text-decoration:none;  
	line-height: 16px;
  	}
  div#Seite a:visited {
  	font-size:0.8em;
  	color: #304ea8;
  	font-weight:normal;
  	text-decoration: none; 
	line-height: 16px; 
  	}