@page { size:landscape; }



body   {background-color:#9ED468;}

h4     {color:black;
        font-family:Arial,sans-serif;
        font-size:20px;
        margin-bottom: 7px;
        margin-top:4px;
        margin-right:4px}
    
p  {color:black;
        font-family:Arial,sans-serif;
        font-size:13px;
        line-height: 1;
        margin-bottom: 0px;
        margin-top:0px;
        margin-right:0px}
        
p#weit  {color:black;
        font-family:Arial,sans-serif;
        font-size:13px;
        line-height: 2;
        margin-bottom: 4px;
        margin-top:4px;
        margin-right:4px}
       
p#rot  {color:red;
        font-family:Arial,sans-serif;
        font-size:13px;
        line-height: 1.6;
        margin-bottom: 4px;
        margin-top:4px;
        margin-right:4px}
        
p#rot  {color:blue;
        font-family:Arial,sans-serif;
        font-size:13px;
        line-height: 1.6;
        margin-bottom: 4px;
        margin-top:4px;
        margin-right:4px}    
        
p#fett  {color:black;
        font-family:Arial,sans-serif;
        font-size:13px;
        font-weight:bold;
        line-height: 1.6;
        margin-bottom: 4px;
        margin-top:4px;
        margin-right:4px}
               
p#klein {color:black;
        font-family:Arial,sans-serif;
        font-size:10px;
        line-height: 1.6;
        margin-bottom: 4px;
        margin-top:4px;
        margin-right:4px}
        
#list1 {color:black;
        font-family:Arial,sans-serif;
        font-size:13px;
        line-height: 1.5;}

  
table#b  {border-style:solid; border-width:1px}
td#b     {border-style:solid; border-width:1px}
tr#b     {border-style:solid; border-width:1px}



/*                     
table  {border-style:solid;}
td     {border-style:solid;}
tr     {border-style:solid;}   
   
   
*/     
table  {border-style:none;}
td     {border-style:none;}
tr     {border-style:none;} 


a:link{color:black; text-decoration:underline;}
a:hover{color:black; text-decoration:underline;}
a:active{color:black; text-decoration:underline;}
a:visited{color:black; text-decoration:underline;}


input[type=text], input[type=password], textarea, inputbox
{
    border-radius: 5px;
    -moz-border-radius: 5px;
       -khtml-border-radius: 5px;
   -o-border-radius: 5px;
   -webkit-border-radius: 5px;
   -ms-border-radius: 5px;
   border-radius: 5px;
    background-color: #FFFFFF;
    font-family:Arial,sans-serif;
    font-size:13px;
    line-height: 1.6;
}

input[type=password]#unsichtbar
{
    background-color: #9ED468;
    font-family:Arial,sans-serif;
    color:#9ED468;
    border: none;
    font-size:13px;
    line-height: 1.6;
}

input[type=text]#klein
{
    border-radius: 5px;
    -moz-border-radius: 5px;
       -khtml-border-radius: 5px;
   -o-border-radius: 5px;
   -webkit-border-radius: 5px;
   -ms-border-radius: 5px;
   border-radius: 5px;
    background-color: #FFFFFF;
    font-family:Arial,sans-serif;
    font-size:10px;
    line-height: 1.6;
}

div#screen {display:none;}

input[type=radio]#block
{display:block}


    /*-moz-border-radius: 15px; Firefox 
  -webkit-border-radius: 15px; Safari and Chrome 
    Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS*/
    
    
