#Content .navi {
	margin-left: 222px;
	margin-right: 9px;
	background-image: url("../images/navi_bg.jpg");
	height: 22px;
}

#Content .navi ul {
	list-style: none;
}

#Content .navi li {
	float: left;
}
#Content .navi_bg_left {
	background-image: url("../images/navi_bg_left.jpg");
	background-repeat: no-repeat;
	background-position: 9px 0px;
}

#Content .navi li a {
	height: 18px;
	display: block;
	padding: 2px;
	padding-left: 14px;
	padding-right: 14px;
	text-decoration: none;
	color: #fff;
}#Content .navi li a:Hover {
	color: #d8931d;
	background-image: url("../images/navi_bg_hover.jpg");
}#Content .navi li a:active {
	color: #d8931d;
	background-image: url("../images/navi_bg_hover.jpg");
}#Content .navi .active {
	color: #d8931d;
	background-image: url("../images/navi_bg_hover.jpg");
}

#Content .navi_bg_right {
	height: 22px;
	background-image: url("../images/navi_bg_right.jpg");
	background-repeat: no-repeat;
	background-position: 576px 0px;
}

#Content .language_container {
	float: left;
	width: 70px;
	margin-top: 0px;
	margin-left: 700px;
	background: #fff;
}

#Content .en {
	position: absolute;
	float: left;
	display: block;
	font-size: 0px;
	background: url("../images/en_hover.gif");
	width: 18px;
	height: 12px;
	margin-left: 500px;
	margin-top: 4px;
}#Content .en:Hover {
	background: url("../images/en_hover.gif");
	border: 1px solid #d8931d;
}


#Content .de {
	position: absolute;
	float: left;
	display: block;
	font-size: 0px;
	background: url("../images/de_hover.gif");
	width: 18px;
	height: 12px;
	margin-right: 10px;
	margin-left: 530px;
	margin-top: 4px;
}#Content .de:Hover {
	background: url("../images/de_hover.gif");
	border: 1px solid #d8931d;
}
#Content .admin {
	position: absolute;
	float: left;
	width: 100px;
	height: 20px;
	z-index: 100;
	margin-right: 10px;
	margin-left: 470px;
	margin-top: 4px;
	color: #ff0000;
	font-weight: bold;
}
.footer_links {
	text-align: right;
	padding-right: 45px;
	padding-top: 13px;
}

.footer_links a {
	font-family: Verdana;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}.footer_links a:Hover{
	color: #d8931d;
}
.footer_links .active {
	color: #d8931d;
}

.delete {
	margin-top: -105px;
	margin-left: 130px;
	position: absolute;
	display: block;
	background: url("../images/delete.png");
	width: 34px;
	height: 34px;
}

.aktive {
	text-decoration: underline;
	font-weight: bold;
}