body {  
    background-color:#000000;
    background-image:url(../pics/page/background03.jpg);
    background-repeat:no-repeat;
    background-position:right bottom;
    background-attachment:fixed;
    color:#999999;
}

a:link {color:#999999;} 

a:visited {color:#999999;}

table {
   font-weight:bolder;	
}

#klein {
    font-size:10px;
 	font-weight:bold;
}

#nav { 
	background-image:url(../pics/page/home_bg.jpg);
    background-repeat:no-repeat;
    background-position:top;
    background-attachment:fixed;
    position:absolute;
    padding:10px;
    background-color:#2E2E2E;
    border:2px solid #222222;
    top:0px;
    left:0px;
    width:200px;
    height:100%;
    z-index:1; 
}

#content {
    position:static;
    padding:10px;
    vertical-align:center;
    height:auto;
    width:auto;
    z-index:1; 
}


#alte_content_einstellungen {
    background-image:url(../pics/page/merch_bg.jpg);
    background-repeat:no-repeat;
    background-position:top;
    background-attachment:fixed;
    background-color:#333333;
    border:2px solid #222222;
}