body {   background-color:             #ffffff;
         color:                        #000000;
         font-family:                  Tahoma, Helvetica, sans-serif;
         scrollbar-face-color:         #ffffff; 
         scrollbar-shadow-color:       #ffffff; 
         scrollbar-highlight-color:    #ffffff; 
         scrollbar-3dlight-color:      #D4D0C8; 
         scrollbar-darkshadow-color:   #D4D0C8; 
         scrollbar-track-color:        #ffffff; 
         scrollbar-arrow-color:        #D4D0C8; }

body.data {  background-color:             #FFFACD; }

/* Textdefinitionen*/

.gross {	   	font-size:        18px;
            	line-height:      20px;
            	font-weight:      500;
            	margin-top:	      0px;
               margin-bottom:	   15px;}

.klein {	      font-size:        9px;
               line-height:      10px;
            	font-weight:      500;
            	margin-top:	      0px;
               margin-bottom:	   10px;} 

.mittel {	   font-size:        12px;
               line-height:      13px;
            	font-weight:      500;
            	margin-top:	      0px;
               margin-bottom:	   10px;}            	          	

/* Linkdefinitionen */

a:link { color:            #000000;
         text-decoration:  underline;  }

a:visited { color:            #000000;
            text-decoration:  underline; }

a:hover {   color:            #000000;
            text-decoration:  underline;
            font-weight:      500;  }

a:active {  color:            #000000;
            text-decoration:  underline;
            font-weight:      500;  }
				
/* Formulardefinitionen */

.button  {  background-color:#ffffff; 
            color:#000000; 
            width:180px; 
            border:1px solid #000000;
            font-size:        11px;  }

.feld {     background-color:    #ffffff; 
            font-family:         Tahoma, Helvetica, sans-serif;
            font-size:        	11px;
				width:					180px;
            color:               #000000; 
            border:              1px solid #000000;
            text-align:          left;  }    
				
.rand {	border:	1px solid #D4D0C8; }				        
