

html		{height:101%; margin-bottom:0.1px;}

body		{margin-top: 50px; margin-left: 0; margin-bottom: 0px;
			background-color: #eee;
			background-repeat: repeat-x;
			background-position: 0px 0px;
			background-image: url(images/hintergrund.jpg);
			background-attachment: fixed;}
			
#container {width:1031px; margin: 0 auto; text-align: center;
   			background-color:#fff; padding:0px;
   			-moz-box-shadow: 4px 5px 10px #999;
			-webkit-box-shadow: 4px 5px 10px #999;
			box-shadow: 4px 5px 10px #999;
			/* For IE 8 */
			-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
			/* For IE 5.5 - 7 */
			filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');}
			
#footer 		{position:relative; text-align:center; top:4px;}	
	
* {font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;}
												
.foot			{color:#666666; font-size: 9px; line-height: 28px; text-align: center;}
.foot a			{color:#941b28; text-decoration:underline; letter-spacing: 0.1em;}		
.foot a:hover 	{color:#941b28; text-decoration:none;}