    
    body{
        background-color:#FEF1B6;
        font:bold 14px Arial;
        color:black;

    }

    a:link,a:visited { 
        color:blue;
        text-decoration:none;
   }

   img{
        
      border:none;
   
   }
    
    td{
        

        font-size : 12px;
        border : 1px solid #E9C15D;
        text-align:center;
    }

    input,textarea,select{
        background-color:#F9F0D9;
        border:1px solid #E9C15D;
    }
    
    
    .ml{
	
        background-color:silver;
    	border:1px solid gray;
	    text-align:center;
    }

    
    
    .tds/*monat.php erste tabellenreihe: rang,dachneigung,... */
    {
        border-top:none;
        font-weight:bold;
    }
    
    

    .tdblau{    /* monat.php spaltenmarkierung für ausgewählten monat*/
     font-weight:bold;
	 border-left : 1px double blue;
	 border-right: 1px double blue;
     color:blue;
    }


    
    .td_in{
         cursor:pointer;
         font-weight:bold;
         font-size:17px;
         border:1px solid #E9C15D;
         border-bottom:none;
         border-top:none;
         width:20%;
      }
      
      
    .td_out{
         cursor:pointer;
         font-weight:normal;
         font-size:17px;
         border:1px solid #E9C15D;
         border-bottom:none;
         border-top:none;
         width:20%;
    }