td { color: #4B4B4B; font-size: 11px; font-family: Verdana, Arial, Helvetica, SunSans-Regular }




BODY { scrollbar-base-color:white; scrollbar-track-color:none; scrollbar-face-color:#ffffff; scrollbar-highlight-color:black; scrollbar-3d-light-color:; scrollbar-dark-shadow-color:white; scrollbar-shadow-color:grey; scrollbar-arrow-color:dimgrey}



.text { 
	font-family: Verdana, Arial, Helvetica, SunSans-Regular; 
	font-size: 11px; 
	color: #333333; 
	letter-spacing:normal;
	}
	
.textKlein { 
	font-family:arial; 
	font-size: 10px; 
	line-height:11px;
	color: #999999; 
	letter-spacing:normal;
	}

/*- old .textInfobox -*/	
.textSerif_dunkel { 
	font-family: Courier New, Courier, mono; 
	font-size: 11px; 
	line-height:12px; 
	color: #000000; 
	letter-spacing:normal;
	}
	
.textSerif_hell { 
	font-family: Courier New, Courier, mono; 
	font-size: 11px; 
	line-height:12px; 
	color: #cccccc; 
	letter-spacing:normal;}

.textSerif_bold { 
	font-family: Courier New, Courier, mono; 
	font-size: 12px; 
	font-weight: bold
	line-height:12px; 
	color: #cccccc; 
	letter-spacing:1px;}

.textSmall {
	font-size: 10px;
	line-height:11px;
	letter-spacing:normal;
	font-family: arial;
	color: #999999;
}

.texttitel_red { 
	font-family: Verdana, Arial, Helvetica, SunSans-Regular; 
	font-size: 11px; 
	line-height:15px; 
	color: #e80803;
	letter-spacing:normal;
	}


.textBlue {
	font-size: 9px;
	line-height:11px;
	letter-spacing:1px;
	font-family: arial;
	color: #0099ff;
}

.textBlack {
	font-size: 9px;
	line-height:11px;
	letter-spacing:normal;
	font-family: arial;
	color: #000000;
}



.Nav {
	font-size: 9px;
	font-family: arial;
	color: #777777;
	width:130px;
}

.underline {
	font-size: 9px;
	font-family: arial;
	color: #3399ff;
	text-decoration:underline;
}

a {
	font-size: 10px;
	font-weight: regular;
	font-family: arial;
	text-decoration: none;
	color: #3399ff;
}

a:hover {
	text-decoration: none;
	background-color:#3399ff;
	color: #000000;
}

a:active {
	text-decoration: none;
	background-color:#3399ff;
	color: #000000;
}



/* -------------- FORMS -------------- */
/* forms: some doubled definitions because of problems with Netscape 4.7 */	
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
fieldset {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px;
}






/* input fields  */
input    { font-size: 11px; font-family: verdana, arial, helvetica, sans-serif; color: #000000; background-color: #FFFFFF; border: 1px solid #D3E4EB;  }
select   { font-size: 11px; font-family: verdana, arial, helvetica, sans-serif;color: #000000; background-color: #D3E4EB; border-style: none; }
textarea { font-size: 11px; font-family: verdana, arial, helvetica, sans-serif;color: #333333; background: #D3E4EB; }

/* submit buttons */
.button-submit { font-weight:bold; color: #FF0000; background: #FFFFF; border: 1px solid #000000; }
.input-neutral { font-weight:bold; color: #000000; background-color: #FFFFFF; border: none; }