	/* scrollbar - nicht alle Browser */

body {
	background-color: #051B4D;
	margin-top: 25px; 
    scrollbar-base-color:#051B4D;
    scrollbar-3dlight-color:#CCCCCC;
    scrollbar-arrow-color:#FF9933;
    scrollbar-darkshadow-color:#051B4D;
    scrollbar-face-color:#051B4D;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-shadow-color:#CCCCCC;
    scrollbar-track-color:#051B4D; 
}

	/* Text */
	
.text0 {  
	font-family: Helvetica,  Arial, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: normal;
	color: #CCCCCC;
}

.text0b {  
	font-family: Helvetica,  Arial, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: bold;
	color: #CCCCCC;
}

.text1 {  
	font-family: Helvetica,  Arial, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: normal;
	color: #CCCCCC;
}

.text1b {  
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: bold;
	color: #CCCCCC;
}

.text1i {  
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 13px; 
	font-style: italic; 
	line-height: 15px; 
	font-weight: normal;
	color: #CCCCCC;
}

.text2 {  
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: 19px; 
	font-weight: normal;
	color: #CCCCCC;
}

.text2b {  
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: 19px; 
	font-weight: bold;
	color: #CCCCCC;
}

.text2i {  
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	font-style: italic; 
	line-height: 19px; 
	font-weight: normal;
	color: #CCCCCC;
}

.text3 {  
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 21px; 
	font-style: normal; 
	line-height: 25px; 
	font-weight: normal;
	color: #CCCCCC;
}

.text3b {  
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 21px; 
	font-style: normal; 
	line-height: 25px; 
	font-weight: bold;
	color: #CCCCCC;
}

.text3i {  
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 21px; 
	font-style: italic; 
	line-height: 25px; 
	font-weight: normal;
	color: #CCCCCC;
}

	/* Links */

a:link {  
	color: #FF9933; 
	text-decoration:none; 
}

a:visited {  
	color: #CCCCCC; 
	text-decoration:none; 
}

a:hover {  
	color: #FF9933;  
	text-decoration:underline; 
}

a:active {  
	color: #CCCCCC; 
	text-decoration:none;
}


	/* Formularfelder */

textarea, input {
  background-color:#CCCCCC;
  color:#051B4D;
} 