body {
    background:url(/img/background.png) repeat-x;
    background-color:#E8E8E8;
    
    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;
    
        font-family:Georgia,"Times New Roman",serif;
        font-size:14px;
        
        letter-spacing:0.2em;
        
        color:#F5F5F5;
        
    }   
    
    #menu {
        margin-top:34px;
        margin-bottom:8px;
        font-family:Georgia,"Times New Roman",serif;
        font-size:13px;
    font-family:Georgia,"Times New Roman",serif;
        font-size:12px; 
        color:#F5F5F5;
    } 
    
    #content {
    margin-left:10px;
    }
    
        #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;
        }
       .ueberschrift a{
        width:800px;
        padding-left:0px;
        margin-top:20px;
        margin-bottom:10px;
        text-decoration:none;
    font-family:Georgia,"Times New Roman",serif;
        font-size:12px; 
        color:#F5F5F5;
        }  
		a:hover {
        text-decoration:underline;
        }
        
        .output {
        width:600px;
        padding-left:10px;
        border-top:1px dotted #00BC00;
        border:1px dotted #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:#00BC00;
        
        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:#00BC00;
        
        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:#00BC00;
				}
        
        
        
        
        
        