/* CSS-Datei für http://www.grimreapers.de */ 

body{
background-color:black;
color:white;
}

a:link    { color:white; }
a:visited { color:white; }
a:focus   { color:white; }
a:hover   { color:white; }
a:active  { color:white; }


#head{
background-image:url(grafics/bg-kopf.jpg);
background-repeat:no-repeat;
background-position:left top;
border-style:none;
height:170px;
width:800px;
margin:0px;
padding:0px;
position:absolute;
top:0px;
left:0px;
}

#menu{
background-image:url(grafics/bg-men1.jpg);
background-repeat:no-repeat;
background-position:left top;
border-style:none;
height:435px;
width:141px;
margin:0px;
padding:0px;
position:absolute;
top:170px;
left:0px;
}

#scythe{
background-image:url(grafics/bg-men2.jpg);
background-repeat:no-repeat;
background-position:left top;
border-style:none;
height:435px;
width:149px;
margin:0px;
padding:0px;
position:absolute;
top:170px;
left:141px;
}

#content{
color:gray;
position:absolute;
top:170px;
left:290px;
margin:7px;
}