/* Hintergrundfarbe und Standart Schrift */
body { background-color: #003466; 
       font-weight: normal; 
       font-family: Verdana; 
       font-size: 12px;
	   color: #BFD6E8; }
			  
/* Hyperlinks */
a:link {
	color: #c2d2e1;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #c2d2e1;
	font-size: 12px;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #ecb95e;
	font-size: 12px;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #c2d2e1;
	font-size: 12px;
	font-weight: normal;
}

/* Texte */
.normal{ font-family: Verdana;
         font-size: 11px; 
         color: #BFD6E8;
         text-decoration: none; }
         
.small{ font-family: Verdana;
        font-size: 10px;
        color: #BFD6E8;
        text-decoration: none; }
 
.topic{ font-family: Verdana;
        font-size: 10px;
        color: #FEC254;
        text-decoration: none; } 
        
.notice{ font-family: Verdana;
         font-size: 11px;
         color: #FEC254;
         font-weight: bold;
         text-decoration: none; }
         
.comment{ font-family: Verdana;
          font-size: 11px;
          color: #84bbf2;
          text-decoration: none; }         
       
.headline { font-family: Verdana;
            font-weight: bold;
            font-size: 14px;
            color: #BFD6E8; 
            text-decoration: underline; }
.sternchen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
	font-weight: bold;
}            

/* Tabellen */

.form { 
	display:inline; 
}

.tbl_main { border-collapse:collapse;

            border-left-width: 1px;
            border-left-color: #000000; 
            border-left-style: solid; 
            
            border-right-width: 1px;
            border-right-color: #000000; 
            border-right-style: solid;
            
            border-top-width: 1px;
            border-top-color: #000000; 
            border-top-style: solid; 
            
            border-bottom-width: 1px;
            border-bottom-color: #000000; 
            border-bottom-style: solid; }
			
.td { background-color: #2C5782;} 

.td0 { border-style: solid;
       border-width: 1px;
       border-color: #000000; }            
            
.td1 { background-color: #2C5782; 
       border-style: solid;
       border-width: 1px;
       border-color: #000000; }

.td2 { background-color: #2C5782; 
       border-style: solid;
       border-width: 1px;
       border-color: #000000; }
       
.td3 { background-color: #2C5782; 
       border-style: solid;
       border-width: 1px;
       border-color: #000000; }
       
.td4 { background-color: #AAAAAA;        
       border-width: 0px;
       border-color: #000000; }     
       
.td5 { background-color: #EFEFEF;        
       border-width: 0px;
       border-color: #000000; }         

.rahmengelb {
	border: #FFCC00;
	border-width: 1px;
	border-style: solid;
}

/* Formulare */
input { font-family: Verdana;
        font-size: 10px;
        color: #BFD6E8;
        background-color: #003466;
        border-style: solid;
        border-width: 1px;
        border-color: #000000; }
        
textarea { font-family: Verdana;
           font-size: 10px;
           color: #BFD6E8;
           background-color: #003466;
           border-style: solid;
           border-width: 1px;
           border-color: #000000; 
		   scrollbar-face-color: #003466;
			scrollbar-shadow-color: #BFD6E8;
			scrollbar-highlight-color: #BFD6E8;
			scrollbar-3dlight-color: #003466;
			scrollbar-darkshadow-color: #003466;
			scrollbar-track-color: #2C5782;
			scrollbar-arrow-color: #BFD6E8;}

select { font-family: Verdana;
         font-size: 10px;
         color: #BFD6E8;
         background-color: #003466;
         border-style: solid;
         border-width: 1px;
         border-color: #000000; }
		  
.button { border: solid 1px #010911;
			background-color: #003466;
			color: #bfd6e8;
			font-family : arial;
			font-size: 10px; }		           
