/* stylesheet für lpbau.de */

/*
	COLOR CODES:
    gelb                            #eb7d00
	h1, tel                         #717171
	p                               #333
	

	
*/
/***************global settings***************/

html { 
    height: 101%; 
    padding: 0 0 0 0; 
    margin: 0 0 0 0; 
}  

/***************styles***************/

h1 {
    font-family: "Lucida Console", "Monaco", monospace; 
    font-size: 18px;
    line-height: 18px;
    text-align: center; 
    color: #717171;  
    padding: 0 0 0 0; 
    margin: 20px 0 0 0; 
    font-weight: lighter;
}
p {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px;
    text-align: center;
    color: #666;  
    padding: 0 0 0 0; 
    margin: 20px 0 0 0;  
    font-weight: 400;
}

body {
    width: 400px;
    margin: 0 auto;
    background-color: #fff;
} 

/***************links ***************/

a.content {
    text-decoration: none; 
    border-bottom: 1px dotted; 
    color: #666;
}
a.content:visited {
    text-decoration: none; 
    border-bottom: 1px dotted; 
    color: #666;
}
a.content:hover, a.content:focus {
    text-decoration: none; 
    border-bottom: 1px dotted; 
    color: #666;
}
a.content:active {
    text-decoration: none;	
    border-bottom: 1px dotted; 
    color: #666;
}

