/*
 * stylesheet
 *
 */


.menue {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #333333;
 font-weight: normal;
 font-size: 12px;
 text-decoration: none;
; text-transform: lowercase}

.menue:link {
 text-decoration: none;
}

.menue:visited {
 text-decoration: none;
}

.menue:active {
 color: #FF9933;
 text-decoration: none;
}

.menue:hover { 
 color: #FF9933; 
 text-decoration: none;
}


.menue_k {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
}

.menue_k:link {
 text-decoration: none;
}

.menue_k:visited {
 text-decoration: none;
}

.menue_k:active {
 color: #FF9933;
 text-decoration: none;
}

.menue_k:hover { 
 color: #FF9933; 
 text-decoration: none;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: normal;
	cursor: default;
	text-transform: none;

}

.text:link {  
 font-style: italic;
 text-decoration: none;
}

.text:active {  
 text-decoration: underline ; 
 color: #FF9933;
}

.text:visited {  
 text-decoration: none;
}

.text:hover {  
 color: #FF9933; 
 text-decoration: underline ;
}

.text_bkl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: normal;
	cursor: default;
	text-transform: lowercase;
}

.text_bkl:link {  
 text-decoration: none;
}

.text_bkl:active {  
 text-decoration: underline ; 
 color: #FF9933;
}

.text_bkl:visited {  
 text-decoration: none;
}

.text_bkl:hover {  
 color: #FF9933; 
 text-decoration: underline ;
}

