/* Struktur */

html, body {
	font-family: 'Arial', Sans-Serif;	
}

#header {
	display: none;
}

#col1 {
	display: none;
}

#col2 {
	float: left;
	width: 435px;
	margin-left: 21px;
}

#col3 {
	display: none;
}

#footer {
	display: none;
}
#map {
	height: 100px;
}


