/* CSS Document */



body {
	background-color:#FFFFFF;
	color:#FF0000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	width: 100%;
	position: relative;
	height: 100%;
}

#Fusszeile {
	position: absolute;
	height: 40px;
	width: 100%;
	background-image: url(Bilder/Maurer-Logo-40px1060.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	top: 100%;
	
	
}
#Navigation {
	height: auto;
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-right: 20px;
	position: fest;
	bottom: 40px;
	top: 0px;
	left: 40px;
	

}
#Inhalt {
	background-color: #999999;
	position: absolute;
	height: 90%;
	width: auto;
	top: 20px;
	right: 20px;
	left: 240px;
	padding: 0px;
}


/* ]]> */

