/*
Malte Friedrichs Immobilien
Technik & Realisierung
(c) 2008 agil - mehr Internet KG
*/

/* -----change for index-page----- */

html, body {
	background-color: black;
}

#content {
	width: 770px;
	height: 740px;
	background-color: black;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	float: left;
}

#head {
	height: 0px;
	border-bottom: black;
}

#main { 	
  width: 770px;
}

#left {
	border-right: 0px solid black;
	border-top: 0px solid black;
}


