body {
text-align: center;
background-color:#FFFFFF     /* Zentrierung für den IE */
}

.seite {
margin: 0 auto;     /* Zentrierung für andere Browser */
width: 700px;       /* spezifische Breite dieses Container; benötigen alle Browser */
text-align: left;     /* Text-Ausrichtung zurück nach links-bündig */
}

.tabelle {
background-color:#FFFFFF 
}
.contentarea {
 	max-width:602px;
	overflow:auto;
}
.content {
	font-family: verdana;
	color: #000000;
	font-size: 12px;
	margin: top;
	margin: left;
	overflow:auto;	
	max-width:602px;
}

.content a {
   text-decoration: none;
   color: #1903EF;
}

.content a:hover {   
   text-decoration: underline;
   color: #000000;
}

.content h4 {
    font-family: verdana;
    font-size: 36px
}
	
.content td { 
      vertical-align: top;
      font-family: Verdana;
      font-size: 12px;
      COLOR: #000000;
}
 
.content ul {
	margin-bottom:0;
	margin-top:0;
	margin-left: 17;
	font-family: verdana;
	color:#000000;
	font-size: 12px;
} 

.dpunkte { 
	font-family: verdana;
	color: #1903EF;
	font-size: 12px;
	font-weight: bold; 	
}

.dpunkte a {
   text-decoration: none;
   color: #1903EF;
}

.dpunkte a:hover {   
   text-decoration: underline;
   color: #000000;
}

.cr {
	font-family: verdana;
	color: #1903EF;
	font-size: 11px;
	font-weight: bold; 	
}

.cr a {
   text-decoration: underline;
   color: #1903EF;
}

.cr a:hover {   
   text-decoration: none;
   color: #000000;
}

.mailform { 
	font-family: verdana;
	color: #000000;
	font-size: 12px;	
}

hr {margin:0;}


