@import url(content.css);

body, html {
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url(../img/hintergrund.jpg) repeat-x;
	
       

	font: normal 100.01% Arial, Helvetica, Verdana, sans-serif;
}

#hintergrund {
	position: absolute;
                z-index: 1;
	top: 0px;
	
	width: 644px;
          height: 100%;
                
                background: #FFFFFF;

}


#outer-wrapper {
	text-align: left;
         
	width: 644px;
	position: relative;
	height: 100%;
background: #FFFFFF;

}







#content-wrapper {
	position: absolute;
                z-index: 1;
	top: 0px;
	left: 0px;
	width: 544px;
          
                padding-left: 50px;
                padding-right: 50px;
                padding-top: 0px;
                padding-bottom: 1px;
                background: #FFFFFF;

               

}


#content {
	position: relative;
                z-index: 0;
	top: 0px;
	width:545px;
	margin: 0px 0 0 0 ;

                
                background: #FFFFFF;

}



#copyright {
	padding: 20px 0 0 0;
	clear: both;
	font: bold 12px Arial,Helvetica,Verdana,sana-serif;
	color: #C0C0C0;
}



