body {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

#bau_links {
	width: 414px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-image: url(bau_schweiz2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #c6ced9;
	padding-top: 350px;
	padding-left: 10px;
	color: white;
	font-size: 29px;
	font-weight: bold;
}

#bau_rechts {
	position: absolute;
	left: 424px;
	top: 0;
	bottom: 0;
	padding: 10px;
	width: 600px;
	border-right: 1px solid #c6ced9;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

#aktiver_link {
	color: black;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0;
}

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

a:hover {
	color: black;
}

