@charset "utf-8";
.page {
	position: relative;
	height: 590px;
	width: 700px;
	margin: 0 auto;
	border: 1px solid #444444;
}

#branchen {
	width: 390px;
	height: 287px;
	position: absolute;
	top: 0;
	left: 0;
}

#impressum {
	width: 390px;
	position: absolute;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	bottom: 0;
	left: 0;
	padding: 0 0 10px 20px;
}

#footer {
	position: relative;
	text-align: right;
	height: auto;
	width: 688px;
	margin: 0 auto;
	padding: 2px 2px 2px 10px;
	border: 1px solid #444444;
	border-top: none;
	background: #eeeeee;
}

a {
	color: #444444;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#logo {
	width: 196px;
	height: 130px;
	position: absolute;
	float: right;
	bottom: 0;
	right: 0;
}

#master {
	width: 98%;
	position: absolute;
	margin: 20px 0 0 0;
	text-align: center;
}
