/** Projekt Stylesheet**/

#bg{
	position:absolute;
	background-image:url(projekt_bg.gif);
	z-index:-1;
	width:100%;
	height:160px;
	top:0px;
}
a{
	color:white;
	text-decoration:none;
}
a:hover{
	color:#663300;
}
.larrow{
	color:#663300;
}

.element{
	height:160px;
	background-color:#FF3300;
	margin-top:0px;
}
.elementleft{
	margin-top:8px;
}
.elementcontent{
	margin-top:8px;
}


/** Unternavigation **/
.unternavigation{
	position:absolute;
	visibility:hidden;
	top:0px;
	background-color:#FF6B45;
	height:160px;
}
.subnav{
	background-color:#FF6B45;
	border-bottom:1px solid #FF3300;
	margin:0px 0px 1px 0px;
	padding:4px 18px 4px 4px;
}
.subnav .active{
	color:#663300;
}
