.navi{
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	width: 700px;
}

#nav {
	padding-right:0px;
	padding-top: 35px;
	float: right;
	height: 30px;
}

#nav li.current a {
	color: #FFFFFF;
	background-color:#666;
}

#nav ul {
	list-style: none;
}

#nav li {
	float: right;
	width: auto;
}

#nav a {
	text-decoration: none;
	height: 19px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom:2px;	
	color: #CCC;
	display: block;
	font-weight: normal;
}

#nav a:hover, #nav a:focus {
	color: #fff;
}

#nav .etaktion {
	background-image:url(../../images/button-etaktion.png);
	background-repeat: no-repeat;
}

#nav .etaktion a{
	color: #fff;
}

#footer a {
float:right;
	text-decoration: none;
	height: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom:5px;	
	color: #CCC;
	display: block;
	font-weight: normal;
}

#footer a:hover {
	color: #000;
}

#infomenu { position:relative;	float:right; width: 400px; }
#infomenu p {	 float:right;font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #ccc; text-align: right;}
#lang  { float: right; padding-left: 20px; margin-top: 15px; }
#lang a { display: block; width: 22px;  height: 16px; float:left; padding-left: 5px;}
.de { background-image:url(../../images/userNav/de.png); background-repeat: no-repeat; background-position: 0 -17px; }
.en { background-image:url(../../images/userNav/en.png); background-repeat: no-repeat; background-position: 0 -17px; }

.de:hover, .de.active, .en:hover, .en.active { background-position: 0 0; }


