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

li { list-style-type: none; }

#navigation {
	margin: 0px;
	padding: 0px;
	width: 164px;
}
#navigation a.head, .head_aktiv {
	font-family: Arial, Helvetica, sans-serif;
	color: #434343;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	cursor: pointer;
	display: block;
	margin-top: 10px;
	text-decoration: none;
	height: 18px;
}
#navigation a.head:hover, .head_aktiv:hover {
	color: #DF5A12;
}
#navigation a.selected {
	height: 17px;
	border-bottom: 1px solid #434343;
}
#navigation a.current {
	color: #DF5A12;
}
#navigation ul {
	padding: 4px 0px 12px;
	margin: 0;
	width: 164px;
	text-indent: 0px;
}
#navigation li {
	padding: 0px;
	margin: 0;
	width: 164px;
	text-indent: 0px;
	text-align: right;
}

#navigation li li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #434343;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
	height: 21px;
	text-decoration: none;
	text-indent: 0px;
}

#navigation li li a:hover {
	color: #DF5A12;
}


.menu_language {
	font-family: Arial, Helvetica, sans-serif;
	color: #DF5A12;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	padding: 0;
	margin-top: 40px;
	font-weight:bold;
	cursor: pointer;
	height: 25px;
}

.menu_language a {
	color: #434343;
	text-decoration: none;
}
.menu_language a:hover {
	color: #DF5A12;
}

.menu_language .current {
	color: #DF5A12;
}

