/* ------------------ Martin Schulte-Kellinghaus CSS ------------------ */

html {
margin: 0px;
padding: 0px;
}
body { 
	font: 12px/18px verdana;
	color: #000; 
	background: #C7B2AF url(../images/bg-site.jpg) no-repeat fixed top left; 
	margin-bottom: 30px;   
	padding: 0px;
}
#top { 
	width: 1px;
	padding: 0px;  
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

#distant { 
	width: 100%;
	border-left: none;
}

#main { 
	width: 100%;
}
#title-adress { display:none; }
#navig { display:none; }
#navit { display:none; }

