/*--CSS 2.0--*/
/*menu*/
#menu dl dd a { color:#716857;text-decoration:none;}
#menu dl dd a:hover {color:#000;}
#menu dl dd a.active {color:#000;}

#menu 
{ 
	width:				125px;
	float:				left;
	padding:			15px;
	padding-right:		0;
	background: url(/img/menu_bg.gif);
	background-position:15px 15px;
	background-repeat:no-repeat;
}
#menu dl
{
	margin-bottom:		15px;
	height:				319px;
	padding-left:		14px;
}
#menu dl dt{color:#6f684c;margin-top:1.5em;padding-bottom:0.3em;}
#menue dl dd{padding-bottom:0.3em;}

#menu
{

}

dd.language_en, dd.language_de
{
	background-repeat:	no-repeat;
	padding-left:		28px;
	
}

dd.language_en
{
	background-image:	url(/img/uk.gif);
}

dd.language_de
{
	background-image:	url(/img/de.gif);
}

