
/* CSS for "VONWEERTH Impressum" [http://www.vonweerth.com/impressum.html] */
/* Site Design: formdoppel [http://www.formdoppel.de/] */
/* Last Edited: Feb. 27th, 2008 */



/* basic html-elements
---------------------------- */

*{
 margin:0;
 padding:0;
}

body{
 background: #000 url(vwback.jpg);
 font:.8em "trebuchet ms", arial, sans-serif;
 color:#999;
 text-align:center;
}


/* layout divs
---------------------------- */

#container {
 width: 500px;
 margin:30px auto;
 padding:0 10px 0 10px;
 text-align: left;
 background-color: #333;
}

#header{
 background-color:#444;
 border-bottom:2px solid #666;
 padding:20px 0 2px 10px;
 margin:0 -10px 40px -10px;
}

#footer{
 background-color:#444;
 margin:30px -10px 0 -10px;
}


/*---------------------------*/

h1{
 color:#999;
 font-size:1.3em;
 text-style:italic;
 margin:10px 10px;

}

h2{
 color:#dbdbdb;
 font-size:1.0em;
 margin:20px 0 10px 0;

}

p{
 color:#b0b0b0;
 font-size:.98em;
 margin:16px 10px;
}

a:link,a:active{
 color:#b0b0b0;
 text-decoration:underline;
}

a:visited{
 color:#b0b0b0;
 text-decoration:underline;
}

a:hover{
 color:#fff;
 text-decoration:underline;
}

#footer p{
 color:#999;
 font:.9em "trebuchet ms", verdana, sans-serif;
 padding:5px 10px;
}
