/** Unternehmens Stylesheet**/
body{
	background-color:#663300;
}
a{
	color:white;
	text-decoration:none;
}
a:hover{
	color:#FF3300;
}
.larrow{
	color:#FF3300;
}

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