

* { padding: 0; margin: 0; }

body {
 font-family: georgia, serif;
 font-size: 14px;
 background: #7b7a7a url(gfx/bg.jpg) repeat-x;

}

p {
 padding: 10px;
 line-height: 20px;
}

a {
 color: #b6b6b6;
 text-decoration:none;
}

#wrapper { 
 margin: 0 auto;
 width: 895px;
}

#content { 
 float: left;
 position: relative;
 color: #fff;
 background: url(gfx/bg_content.jpg) no-repeat;
 height: 298px;
 width: 779px;
 z-index:1;

}

#textbox {
 position: relative;
 left: 85px;
 top:78px;
 height: 0px;
 width: 450px;
 line-height: 16px;
 z-index:2;
}

#impressum { 
 float: left;
 position: relative;
 display:none;
 padding:10px 10px 10px 10px;
 left: 123px; 
 top:10px;
 width:587px; 
 height:319px; 
 background: #7b7a7a url(gfx/bg_impressum.jpg) repeat-x;

 border: 1px none #000000; 
 color: #656464;
 z-index:5;

}

#font-size{
 font-size: 8px;
}

#font-size p{
 line-height: 8px;
}

#header{
 color: #333;
 width: 779px;
 float: left;
 height: 260px;
 background: url(gfx/bg_content_top.jpg) no-repeat;

}

#button{
 width: 174px;
 float: left;
 height: 29px;
 position: relative;
 left: 340px;
 top: 293px;
}

#footer { 
 float: left;
 position: relative;
 width: 895px;
 height: 25px;
 clear: both;
 color: #e3e5cf;
 text-align: center;
 background: url(gfx/footer_bg.jpg) top no-repeat;
 
}