body		{	background-image:url(../images/layout/hintergrund.png);
			background-repeat:no-repeat;
			background-attachment:fixed; padding:0px;
			font-family: sans-serif;
			font-size: 20px; color: #CCCCCC
		}



#header		{	
			position:fixed;
			background: #FFFFFF;
			width: 100%;
			height: 75px;
			top: 0px;
			left: 0px;
			bottom: 0px;			
			padding: 1px;
		}


#content	{
			margin-top: 100px;
			margin-left: 100px
			width: 790px;
			height: 580px;
		}




#footer		{	
			position:fixed;
			background: #FFFFFF;
			width: 100%;
			height: 75px;
			left: 0px;
			padding: 1px;
			bottom: 0px;
			box-shadow:8px 8px 8px 8px #666;
		}

