@charset "UTF-8";
/* CSS Document */

.nav {
	width: 850px;
	height: 120px;
	max-height: 120px;
}

.nav ul {
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	font-size: 10px;
}

.nav li {
	margin-top: 2px;
}

.nav a.onstate {
	font-weight: bold;
	color: #000;
}

.nav a {
	text-decoration: none;
	color: #666;
	}
	
.nav a:hover {
	text-decoration: none;
	color: 	#000;
	}
	
	
.navcol1 {
	float: left;
	width: 150px;
}

#nav_projekte {
	visibility: hidden;
	float: left;
	width: 150px;
}

#nav_projekte_sanierung {
	visibility: hidden;
	float: left;
	width: 150px;
}

.navtier2 {
	position: absolute;
	top: 90px;
	left: 300px;
}

.navtier3 {
	position: absolute;
	top: 90px;
	left: 450px;
}
