﻿/* Hintergrundfarbe und Standart Schrift */
body { 
    
	font-weight: normal; 
	font-family: Verdana; 
	font-size: 12px;
	margin-top: 0px;
	
		
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px; 
   	color: #081A02;
	text-align: center;
}

/* Hyperlinks */


/* Texte */
.normal{ font-family: Verdana;
         font-size: 11px; 
         color: #000000;
         text-decoration: none; }
         
.small{ font-family: Verdana;
        font-size: 10px;
        color: #000000;
        text-decoration: none; }
        
.notice{ font-family: Verdana;
         font-size: 11px;
         color: #df2d05;
         font-weight: bold;
         text-decoration: none; }
         
.comment{ font-family: Verdana;
          font-size: 11px;
          color: #000088;
          text-decoration: none; }
.copy {
    font-size: 10px;
 	text-align: center;
}           
       

/* Tabellen */
.tbl_main { 
    border-collapse:collapse;

	border-left-width: 1px;
	border-left-color: #000000; 
	border-left-style: dotted; 
	
	border-right-width: 1px;
	border-right-color: #000000; 
	border-right-style: dotted;
	
	border-top-width: 1px;
	border-top-color: #000000; 
	border-top-style: dotted; 
	
	border-bottom-width: 1px;
	border-bottom-color: #000000; 
	border-bottom-style: dotted; 
}

.td0 { border-style: solid;
       border-width: 1px;
       border-color: #000000; }            
            
.td1 { background-color: #FFFFFF; /*#EFEFEF; */
       border-style: solid;
       border-width: 1px;
       border-color: #000000; }

.td2 { background-color: #FFD7B7; /*#DEDEDE; */
       border-style: solid;
       border-width: 1px;
       border-color: #000000; }
       
.td3 { background-color: #EE9046; /*#AAAAAA; */
       border-style: solid;
       border-width: 1px;
       border-color: #000000; 
	   font-size: 10pt; }
       
.td4 { background-color: #AAAAAA;        
       border-width: 0px;
       border-color: #000000; }     
       
.td5 { background-color: #EFEFEF;        
       border-width: 0px;
       border-color: #000000; }     
	   
/* zeile 2 bei eintrï¿½gen */            
.td_titel {
	   font-family: Verdana;
       font-size: 11px; 
       text-decoration: none; 
       color: #000000;
       border-bottom-style: dotted;
       border-bottom-width: 1px;
       border-color: #8CA0B4; }	     	       
       
/* Formulare */
input { font-family: Verdana;
        font-size: 10px;
        color: #000000;
        background-color: #DEDEDE;
        border-style: dotted;
        border-width: 1px;
        border-color: #000000; }
        
textarea { font-family: Verdana;
           font-size: 10px;
           color: #000000;
           background-color: #DEDEDE;
           border-style: dotted;
           border-width: 1px;
           border-color: #000000; }

select { 
    font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #DEDEDE;
	border-style: dotted;
	border-width: 1px;
	border-color: #000000; 
}

ul {
    color: #dd373a;
}

