/* CSS Document */

body {
scrollbar-arrow-color: #000066; /* dunkelblau*/
scrollbar-face-color: #993400; /* weiss*/
scrollbar-highlight-color: #993400; /* grün*/
scrollbar-3dlight-color: #FF9900; /* orange*/
scrollbar-shadow-color: #FF0000; /* rot*/
scrollbar-darkshadow-color: #000000; /* schwarz*/
scrollbar-track-color: #993400; /* hellblau*/
}


.text{
        color: #FFFFFF;
        font-family: Arial;
        font-size: 12px;}

.text_klein{
        color: #FFFFFF;
        font-family: Arial;
        font-size: 10px;}

.title{
        color: #FFFFFF;
        font-family: Arial;
        font-size: 12px;
		font-weight: bold;}
		
.title_big{
        color: #CCCCCC;
        font-family: Arial;
        font-size: 18px;
		font-weight: bold;}		
		
.border {
	   border: 1px solid #333333;}
	   
.button{
       font-family: Arial;
       font-size: 11px;
       border: 1px solid #333333;
       background-color: #000000;
       color: #FFFFFF;}	
	  
.link {
	color : #FFFFFF;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 12px;
	font-weight: bold;
	font-family : Arial;	
	text-decoration: none;}

.link a {
	color : #FFFFFF ;
	text-decoration: none;}

.link a:hover {
	color : #555555;
	text-decoration: none;}




 







	