/* ------------------------------- standards */ 

h1 { font-size: 18pt; font-weight: bold; font-family: Arial, Helvetica, sans-serif}
h2 { font-size: 16pt; font-weight: bold; font-family: Arial, Helvetica, sans-serif}
h2.title { font-size: 16pt; font-weight: bold; font-family: Arial, Helvetica, sans-serif}
h3 { font-size: 14pt; font-weight: bold; font-family: Arial, Helvetica, sans-serif}

td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

b { font-weight: bold; }


#a { font-family: Arial, Helvetica, sans-serif; color: #000099; text-decoration: underline;}
#a:active { color: #000099}
#a:hover {  color: #000000;}
#a:link {  color: #000099}
#a:visited {  color: #000099}

Body {
	background-color: white;
	color: black;
	font-size: 10pt;
	 font-family: Arial, Helvetica, sans-serif
	}
	
p {  font-family: Arial, Helvetica, sans-serif}



/* ------------------------------- classes */ 

body.topNavi {
	background-color: #CCCCCC;
}


.suchen { 
	color: #666666;
	font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
	font-weight: bold;
}

.tdcol1 { background-color: #eeeeee; font-family: Arial, Helvetica, sans-serif ;font-size: 10pt;}
.tdcol2 { background-color: #dddddd; font-family: Arial, Helvetica, sans-serif ;font-size: 10pt;}

.tdcol1Small { background-color: #eeeeee; font-family: Arial, Helvetica, sans-serif ;font-size: 8pt;}
.tdcol2Small { background-color: #dddddd; font-family: Arial, Helvetica, sans-serif ;font-size: 8pt;}

.th,a.th, a.th:visited { 
	background-color: #999999; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	color:white; 
	font-weight: bold;
}

