/* -------------------------------------- linke navi - Wir über uns, Logis, etc. */
#navigation {
	float: left;
	width: 163px;
	overflow: hidden;
	height: auto;
	margin: 53px 0px 20px 10px;
	padding: 0px;
}

#navigation ul {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	list-style-type: none;
	list-style: none;
	list-style-image: none;
}
#navigation li { /* all list items */
	display: block;
	position: relative;
	width: 120px;
	overflow: hidden;
	line-height: 20px;
	margin: 1px 0px 2px 0px;
	padding: 0px;
	list-style-type: none;
	list-style: none;
	list-style-image: none;
}
#navigation a, #navigation a:link, #navigation a:visited {
	display: block;
	width: 120px;
	height: 20px;
	color: #000000;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
	text-indent: -9000px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#navigation li a:hover  {
	text-decoration: none;
	background-position: 0px -20px;
}

.de a#home {background: url(../images/buttons/home.gif);}
.de a#ruff {background: url(../images/buttons/ruff.gif);}
.de a#rillfit {background: url(../images/buttons/rillfit.gif);}
.de a#profil {background: url(../images/buttons/profil.gif);}
.de a#messer {background: url(../images/buttons/messer.gif);}
.de a#news {background: url(../images/buttons/news.gif);}
.de a#kontaktlink {background: url(../images/buttons/kontaktlink.gif);}
.de a#impressum {background: url(../images/buttons/impressum.gif);}

.en a#home {background: url(../images/buttons/en/home.gif);}
.en a#ruff {background: url(../images/buttons/en/ruff.gif);}
.en a#rillfit {background: url(../images/buttons/en/rillfit.gif);}
.en a#profil {background: url(../images/buttons/en/profil.gif);}
.en a#messer {background: url(../images/buttons/en/messer.gif);}
.en a#news {background: url(../images/buttons/en/news.gif);}
.en a#kontaktlink {background: url(../images/buttons/en/kontaktlink.gif);}
.en a#impressum {background: url(../images/buttons/en/impressum.gif);}


/* -------------------------------------- Sprachwahl sechs Sprachen */

#sprachwahl {
	position: absolute;
	/*top: 205px;
	left: 50%;
	margin: 0px 0px 0px -460px;*/
	top: 205px;
	left: 50%;
	width: 200px;
	margin: 0px 0px 0px 200px;
	z-index:150;
}
#sprachwahl ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#sprachwahl a {
	display: block;
	z-index: 100;
}

#sprachwahl li { /* all list items */
	float: right;
	list-style: none;
	padding: 0px;
	height: 16px;
	overflow: hidden;
	margin: 0px 7px 0px 0px;
	background-position:0px 0px;
	z-index: 100;
}

li#deutsch a, li#deutsch a:link, li#deutsch a:visited {width: 25px; height: 16px; background:url(../images/buttons/deutsch.gif) no-repeat; text-indent: -9000px;}
li#englisch a, li#englisch a:link, li#englisch a:visited {width: 25px; height: 16px; background:url(../images/buttons/englisch.gif) no-repeat; text-indent: -9000px;}
li#franzoesisch a, li#franzoesisch a:link, li#franzoesisch a:visited {width: 25px; height: 16px; background:url(../images/buttons/franzoesisch.gif) no-repeat; text-indent: -9000px;}
li#spanisch a, li#spanisch a:link, li#spanisch a:visited {width: 25px; height: 16px; background:url(../images/buttons/spanisch.gif) no-repeat; text-indent: -9000px;}
li#russisch a, li#russisch a:link, li#russisch a:visited {width: 25px; height: 16px; background:url(../images/buttons/russisch.gif) no-repeat; text-indent: -9000px;}
li#italienisch a, li#italienisch a:link, li#italienisch a:visited {width: 25px; height: 16px; background:url(../images/buttons/italienisch.gif) no-repeat; text-indent: -9000px;}





