#nav_container {
	z-index:550;
	padding-left:10px;
	padding-bottom:0;
	padding-right:10px;
	padding-top:0;
	margin-right:auto;
	margin-left:auto;
	width:805px;
}

ul#nav_site {
	z-index:600;
	position:relative;
	left:-50px;
	margin:0;
	float:right;
	font-size:14pt;
}

ul#nav_site li {
	margin-left:15px;
	margin-bottom:1px;
	margin-right:1px;
	margin-top:1px;
	z-index:650;
	display:block;
	float:left;
	cursor:pointer;
}

li#active {
	background-position:left bottom;
	background-repeat:no-repeat;
}

li.menu {
	left:-15px;
	position:relative;
	padding-left:3px;
	padding-bottom:7px;
	padding-right:3px;
	padding-top:7px;
	margin:0;
	width:94px;
	background-color:#339900;
	text-align:center;
}

li.menu:hover {
	background-color:#fcae11;
}

li.menu a {
	text-decoration:none;
	color:white;
}

li.menu a:hover {
	color:#1f521f;
}

li.ecohabitatsystem {
	height:30px;
	background-position:left top;
	background-image:url(../images/buttons/DE/klimaktivhaus.png);
	width:119px;
	background-repeat:no-repeat;
}

li.ecohabitatsystem:hover {
	background-position:left bottom;
}

li.komponenten {
	height:30px;
	background-position:left top;
	background-image:url(../images/buttons/DE/Komponenten.png);
	width:119px;
	background-repeat:no-repeat;
}

li.komponenten:hover {
	background-position:left bottom;
}

li.showhouse {
	height:30px;
	background-image:url(../images/buttons/DE/Musterhaus.png);
	background-position:left top;
	width:110px;
	background-repeat:no-repeat;
}

li.showhouse:hover {
	background-position:left bottom;
}

li.research {
	height:30px;
	background-image:url(../images/buttons/DE/Forschung.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:92px;
}

li.research:hover {
	background-position:left bottom;
}

li.constructionmenu {
	left:-13px;
	position:relative;
	margin:0;
	width:82px;
	color:white;
	padding-right:3px;
	padding-left:3px;
	padding-bottom:7px;
	padding-top:7px;
	background-color:#ffa611;
}

li.sanierungmenu {
	width:100px;
}

li.constructionmenu:hover, {
	padding-right:3px;
	padding-left:3px;
	padding-bottom:7px;
	padding-top:7px;
	background-color:#339900;
}

li.storagemenu a:hover {
	color:white;
}

li.storagemenu a {
	color:#1f521f;
}

li.constructionmaterial {
	height:12px;
}

li.constructionmaterial:hover {
	width:190px;
}

li.sanierung:hover {
	width:208px;
}

li.downloads {
	height:30px;
	background-image:url(../images/buttons/Downloads.png);
	background-position:left top;
	width:101px;
	background-repeat:no-repeat;
}

li.downloads:hover {
	background-position:left bottom;
}

li.contact {
	height:30px;
	background-image: url(../images/buttons/DE/Kontakt.png);
	background-position:left top;
	width: 74px;
	background-repeat:no-repeat;
}

li.contact:hover {
	background-position:left bottom;
}

ul#subresearch {
	padding:0;
	margin:0;
	height:154px;
	display:none;
	left:-5px;
	z-index:150;
	position:relative;
	top:30px;
	width:100px;
	background-color:#1f521f;
	font-size:12px;
}

ul#subconstruction {
	display:none;
	left:100px;
	z-index:0;
	position:relative;
	top:7px;
	height:58px;
	width:92px;
	background-color:#1f521f;
	font-size:12px;
}


