orange { 
	color: #FF6619 
}
a {
	text-decoration:none;
	color:#535557;
	font-size:12px;
	font-weight: bold;
	font-family:Verdana;
}
a:active, a:hover, a.active {
	text-decoration:none;
	color:#f46619;
}
.headline {
	color: #F66619;
	font-size:13px;
	font-family:Verdana;
	font-weight: bold;

}
.text {
	color: #535557;
	font-size:12px;
	font-family:Verdana;

}
.small {
	color: #535557;
	font-size:8px;
	font-family:Verdana;

}
.headline2 {  font-family: Verdana; font-size: 12px; color: #535557}

ul li{
  	font-family: Verdana; 
	font-size: 12px; 
	color: #535557
	list-style: inside circle;
  }
  

ul .sub li {
    list-style: outside circle;
	color: #535557;
	font-size:10px;
	font-family:Verdana;
  }
.scrollen { 
   overflow: auto;          
   padding: 0px 10px 5px 0px;             
}
.scrollen2 { 

    overflow-x: hidden;

          
   padding: 0px 0px 0px 0px;             
}


