
/* Navigation */

a {
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva; 
	font-size:11px;
	color:#333333;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva; 
	font-size:11px;
	color:#333333;
	text-decoration:underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size:11px;
	color: #999966;
	text-decoration:none;
}

a:visited {
/* muss leer sein, sonst sind die bereits besuchten Seiten nicht mehr unterstrichen */
}




a.linkbold {
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size:11px;
	color:#333333;
	text-decoration: underline;
	font-weight : bold;
}

a.linkbold:active {
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva; 
	font-size:11px;
	color:#000000;
	text-decoration:underline;
	font-weight : bold;
}

a.linkbold:hover {
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva; 
	font-size:11px;
	color: #000000;
	text-decoration: none;
	font-weight : bold;
}

a.linkbold:visited{
/* muss leer sein, sonst sind die bereits besuchten Seiten nicht mehr unterstrichen */
}

.linkbold {
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva; 
	font-size:11px;
	color:#333333;
	text-decoration:underline;
	font-weight : bold;
}


.imageborder {
  border-color: #b7b7b7;
}

.text{
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size:11px;
	color: #333333;
	text-decoration: none;
	font-weight : normal;
}
.textbold{
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size:11px;
	color: #333333;
	text-decoration: none;
	font-weight : bold;
}

.textboldcrossed{
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size:11px;
	color: #333333;
	text-decoration: line-through;
	font-weight : bold;
}

.specialheader{
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size:18px;
	color: #333333;
	text-decoration: none;
	font-weight : bold;
}





/* Formular */


.textfield{ font-family:arial,helvetica; margin-left:6px; margin-top:0px; margin-bottom:0pt; margin-right:6px; padding-bottom:1px;padding-top:0px;font-size:12px;}
		
		
		
.form	{
	scrollbar-base-color:#cccccc;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size: 10px;
	color: #000000;
	border: 1 solid #666666;
	text-decoration : none;
	background-color: #ffffff;
	cursor: hand;
}

.formspecial	{
	scrollbar-base-color:#cccccc;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size: 10px;
	color: #000000;
	border: 1 solid #666666;
	text-decoration : none;
	background-color: #ffffff;
	cursor: hand;
}


BODY  { 
		scrollbar-face-color: #D5D4D4;
        scrollbar-shadow-color: #000000;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-3dlight-color: #000000;
        scrollbar-darkshadow-color: #FFFFFF;
        scrollbar-track-color: #ffffff;
        scrollbar-arrow-color: #5A5A5A;
}
