body {
    background:url(/img/background.jpg) repeat-x;
    background-color:#E3E3E3;
    
    margin:0px;
		padding:0px;
}

#root_element {
    width:100%;
}

    #heading #site_name {
        margin:0px;
            margin-top:0.4em;
            margin-left:1.0em;
        padding:0px;
    
        font-size:34px;
        font-family:Georgia,"Times New Roman",serif;
        
        color:#F5F5F5;
    }

    #heading #site_url{
        margin:0px;
        margin-left:2.5em;        
        padding:0px;
           }   
      #heading #site_url a {
        color:#F5F5F5;
        text-decoration:none;
        
        font-family:Georgia,"Times New Roman",serif;
        font-size:14px;
        
        letter-spacing:0.0em;        
      }
    
    #menu {
        margin-top:27px;
    } 
    
    #content {
    margin-left:20px;
    }
    
        #content h1 {
        margin-bottom:0px;
        
        font-family:Georgia,"Times New Roman",serif;
        font-size:34px;     
        
        color:#00BC00;
        }
        
        #content h2 {
        margin-top:10px;
        margin-left:10px;
        
        font-family:Georgia,"Times New Roman",serif;
        font-size:24px;     
        
        color:#A2A2A2;
        }  
        
        .output {
        width:600px;
        padding-left:20px;
        padding-bottom:20px;
        border:1px solid #00BC00;  
		  margin:10px;
        }
        
        .output:hover {
        background:#F0F0F0;
        }
        
         .output .firma {
        font-family:Georgia,"Times New Roman",serif;
        font-size:14px;
        font-style:bold;
        color:#00BC00;
        }      
 
        .output .name {
        font-family:Georgia,"Times New Roman",serif;
        font-size:14px;     
        
        color:#00BC00;
        }      
        
        .output .add {
        font-family:Georgia,"Times New Roman",serif;
        font-size:12px; 
        
        color:#A2A2A2;
        }
        
        .output .email a{
        margin:0px;        
        padding-left:20px;
        padding-top:0px;
        
        font-family:Georgia,"Times New Roman",serif;
        font-size:12px; 
        
        text-decoration:none;
        color:#577B57;
        
        background:url(/img/mail.png) no-repeat 0px 0px;
        }
        
        .output .email a:hover {
        text-decoration:underline;
        }
        
        .output .web a{
        margin:0px;
        padding-left:20px;
        padding-top:0px;
        
        font-family:Georgia,"Times New Roman",serif;
        font-size:12px; 
        
        text-decoration:none;
        color:#577B57;
        
        background:url(/img/web.png) no-repeat 0px 0px;
        }
        
        .output .email a:hover {
        text-decoration:underline;
        }  
        
        .output .web a:hover {
        text-decoration:underline;
        }     

        .output a {
	        color:#577B57;
				}
        
        
        
        
        
        