/* CSS Document */


#navigation {
	position				: absolute;
	z-index: 10;
	float: none;
}

#buttons {
	position: absolute;
	left: 45px;
	top: 185px;
}

#buttons img {
	margin-bottom: 17px;
	border: none;
}

#buttons a img{
	display:block;
	background-color: #bdd4df;
}

#buttons a:hover img{
	background-color: #f87020;
}

#buttons a:hover{
	background-color: #f87020;
}

#aktiv {
	position: absolute;
	left: 78px;
}

#subnav {
	position: absolute;
	width: 556px;
	top: 93px;
	left: 256px;
	border: solid #8CAAB9;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	height: 25px;
	z-index: 20;
}

#subnav img {
	border: none;
}

#subnav a img{
	background-color: #bdd4df;
}

#subnav a:hover img{
	background-color: #f87020;
}

#subnav a:hover{
	background-color: #f87020;
}

#sn1 {
	position: absolute;
	float: left;
	width: 163px;
	left: 30px;
	z-index: 10;
}

#sn2 {
	position: absolute;
	width: 284px;
	left: 223px;
	z-index: 10;
}
