/* Hintergrundfarbe und Standart Schrift */
body { background-color: #ffffff; 
       font-weight: normal; 
       font-family: Verdana; 
       font-size: 12px;
		color: #000066;
 }

/* Hyperlinks */
A:link {text-decoration: underline; color: #000066; font-family: Verdana, Arial, Tahoma, Sans-Sarif; font-weight: normal; }
A:visited {text-decoration: underline; color: #000066; font-family: Verdana, Arial, Tahoma, Sans-Sarif; font-weight: normal; }
A:hover {text-decoration: underline; font-family: Verdana, Arial, Tahoma, Sans-Sarif; font-weight: normal; }
A:active {text-decoration: underline; color: #000066; font-family: Verdana, Arial, Tahoma, Sans-Sarif; font-weight: normal; }

/* Texte */
.normal{ font-family: Verdana;
         font-size: 12px; 
         color: #000066;
         text-decoration: none; }
         
.small{ font-family: Verdana;
        font-size: 10px;
        color: #000066;
        text-decoration: none; }
        
.notice{ font-family: Verdana;
         font-size: 12px;
         color: #000066;
         font-weight: bold;
         text-decoration: none; }
         
.comment{ font-family: Verdana;
          font-size: 12px;
          color: #99ccff;
          text-decoration: none; }         
       
.headline { font-family: Verdana;
            font-weight: bold;
            font-size: 14px;
            color: #000066; 
            text-decoration: underline; }

/* Tabellen */
.tbl_main { border-collapse:collapse;

			border-top-width: 1px;
			border-top-color: #000066; 
			border-top-style: solid; 

            border-left-width: 1px;
            border-left-color: #000066; 
            border-left-style: solid; 
            
            border-right-width: 1px;
            border-right-color: #000066; 
            border-right-style: solid;
            
            border-bottom-width: 1px;
            border-bottom-color: #000066; 
            border-bottom-style: solid; }

.td0 { border-style: solid;
       border-width: 1px;
       border-color: #000066; }            
            
.td1 { border-style: solid;
       border-width: 1px;
       border-color: #000066; }

.td2 { background-color: transparent; 
       border-style: solid;
       border-width: 1px;
       border-color: #000066; }
       
.td3 { background-color: transparent; 
       border-style: solid;
       border-width: 1px;
       border-color: #000066; }
       
.td4 { background-color: transparent;        
       border-width: 0px;
       border-color: #000066; }
	   
.td5 {	border-collapse:collapse;
		border-top-width: 1px;
		border-top-color: #000066; 
		border-top-style: solid; }
       
/* Formulare */
input { font-family: Verdana;
        font-size: 12px;
        color: #000066;
        background-color: transparent;
        border-style: solid;
        border-width: 1px;
        border-color: #000066; }
        
textarea { font-family: Verdana;
           font-size: 12px;
           color: #000066;
           background-color: transparent;
           border-style: solid;
           border-width: 1px;
           border-color: #000066; }

ul {
		list-style-type: square;
		line-height: 13px;
		/*display:none;*/
}


