@charset "UTF-8";
/* CSS Document */

/* OBERNAVIGATION */
#homenav {
	position:absolute;
	top:127px;
	left:489px;
	widht:auto;
	float:left;
}

#homenav ul { 
	margin:0;
	padding:0;
	list-style:none;
} 

#homenav li { 
	float:left;
	margin:0;
	padding:0;
}

#homenav a {
	display:block;
	padding:5px 15px;
	font-size:10px;
	color:#000;
	text-decoration: none;
}

#homenav li a:hover {
	color:#40ac2e;
}

#homenav .selected {
	color:#40ac2e;
}

/* ENDE */


/* HAUPTNAVIGATION */

#navi {
		position:absolute;
		top:180px;
		left:0;
		margin:0;
		padding:0;
}

#navi ul {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#navi li {
	font-size: 12px;
	font-weight:bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi li ul li {
	font-size: 11px;
	font-weight:normal;
	
}

#navi li ul li ul li {
	font-size: 11px;
	list-style-type: none;
}

#navi li a:link, #navi li a:visited {
	background: transparent url(/images/ro_1.png) no-repeat top right;
	color: #fff;
	text-decoration: none;
    display: block;
	border-bottom: 1px solid #fff;
	width: 185px;	
}

#navi li ul a:link, #navi li ul a:visited {
	background: transparent url(/images/ro_1.png) no-repeat top right;
	color: #fff;
	text-decoration: none;
    display: block;
	border-bottom: 1px solid #fff;
	width: 175px;	
}

#navi li ul li ul a:link, #navi li ul li ul a:visited {
	background: transparent url(/images/ro_3.png) no-repeat top right;
	color: #fff;
	text-decoration: none;
    display: block;
	border-bottom: 1px solid #fff;
	width: 165px;	
}

#navi ul li span {
    background: transparent url(/images/ru_1.png) no-repeat bottom right;
    display: block;
    padding: 4px 10px 4px 10px;
}

#navi ul li ul li span {
    background: transparent url(/images/ru_1.png) no-repeat bottom right;
    display: block;
    padding: 4px 10px 4px 10px;
}

#navi ul li ul li ul span {
    background: transparent url(/images/ru_3.png) no-repeat bottom right;
    display: block;
    padding: 4px 10px 4px 10px;
}

#navi li a:hover {
	background: transparent url(/images/ro_2.png) no-repeat top right;
	text-decoration: none;
}

#navi li a:hover span {
	background: transparent url(/images/ru_2.png) no-repeat bottom right;
	text-decoration: none;
}

#navi li ul a:hover {
	background: transparent url(/images/ro_2.png) no-repeat top right;
	text-decoration: none;
}

#navi li ul a:hover span {
	background: transparent url(/images/ru_2.png) no-repeat bottom right;
	text-decoration: none;
}

#navi li ul li ul a:hover {
	background: transparent url(/images/ro_2.png) no-repeat top right;
	text-decoration: none;
}

#navi li ul li ul a:hover span {
	background: transparent url(/images/ru_2.png) no-repeat bottom right;
	text-decoration: none;
}

#navi li a:active {
	outline: none;
}

#navi li a.selected {
	background: transparent url(/images/ro_2.png) no-repeat top right;
    outline: none;
}

#navi li a.selected span {
	background: transparent url(/images/ru_2.png) no-repeat bottom right;
    outline: none;
}

#navi li ul a.selected {
	background: transparent url(/images/ro_2.png) no-repeat top right;
    outline: none;
}

#navi li ul a.selected span {
	background: transparent url(/images/ru_2.png) no-repeat bottom right;
    outline: none;
}

#navi li ul li ul a.selected {
	background: transparent url(/images/ro_2.png) no-repeat top right;
    outline: none;
}

#navi li ul li ul a.selected span {
	background: transparent url(/images/ru_2.png) no-repeat bottom right;
    outline: none;
}

/* ENDE */

/* HINTERGRUNDBILDER */

.abstand { 
	background:url("/images/abstand.gif") center right no-repeat; 
	margin:0;
	padding:0;
}

<!-- ENDE -->