div#navigation {
	width: 800px;
	height: 35px;
	position: relative;
	top: 0;
	left: 0;
}

div#naviunten {

}

        div#naviunten a {
        	color: #FFFFFF
        }

.button {
	margin: 0;
	padding: 0;
	float: left
}

.button a {
	display: block;
	text-decoration: none;
	padding: 15px;
	margin-right: 5px;
	border-left: 2px solid #62b32c;
}

.button a:hover {
	text-decoration: none;
	background: #62b32c;
	color: #FFFFFF;
}

a#start {
    background: url(../img/start_gruen.png) center no-repeat
}
        
a#start:hover {
	background: #62b32c url(../img/start_weiss.png) center no-repeat
}

.submenue {
	height: 45px;
	overflow: hidden
}

.submenue:hover {
	overflow: visible
}

.buttonsub {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.buttonsub a {
	display: block;
	text-decoration: none;
	padding: 5px 15px;
	margin-right: 5px;
	border-left: 2px solid #5E6B73;
	border-top: 3px solid #e8f4e0;
	color: #5E6B73;
	background: #E3F0D9
}

.buttonsub a:hover {
	text-decoration: none;
	background: #5E6B73;
	color: #FFFFFF;
}

div#subnavi {
	width:500px;
	height:20px;
	position: relative;
	left: 490px;
	top: 15px;
	text-align: right;
}

#subnavi img {
	width: 25px;
	height: 17px;
}