/* css für Sprachwechsel auf Start- und Unterseiten */

/* Sprachwechsel auf der Startseite  */
.sprachwechsel_home {
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:60px;
	padding-right:500px;
	text-align:right;
}

.sprachwechsel_home a {
	color:#FFFFFF !important;
}

.sprachwechsel_home a:hover {
	color:#000000 !important;
}



/* Sprachwechsel auf den Unterseiten */

#footer {
padding:0 0 0 17px !important;
}

#navigation {
width:800px !important;
}


/* Deutsch */
#navigation ul.menu-level1 li.sprachwechsel_1 {
width:45px !important;
}


#navigation ul.menu-level1 li.sprachwechsel_1  a
{
	width:45px !important;
}

#navigation ul.menu-level1 li.sprachwechsel_1 a:hover  
{
	color: #33ccff ;
	background: url(../images/button_level1_sprache.gif) top left no-repeat; 	
}

#navigation ul.menu-level1 li.sprachwechsel_1_aktiv a, #navigation ul.menu-level1 li.sprachwechsel_1_aktiv
{
color: #33ccff !important;
width:45px !important;
background: url(../images/button_level1_sprache.gif) top left no-repeat !important;
}


/* Französisch */

#navigation ul.menu-level1 li.sprachwechsel_2 {
width:45px !important;
padding-right:110px;
}

#navigation ul.menu-level1 li.sprachwechsel_2  a
{
	width:45px !important;
}

#navigation ul.menu-level1 li.sprachwechsel_2 a:hover
{
	color: #33ccff !important;

	background: url(../images/button_level1_sprache.gif) top left no-repeat; 	
}

#navigation ul.menu-level1 li.sprachwechsel_2_aktiv a, #navigation ul.menu-level1 li.sprachwechsel_2_aktiv
{
color: #33ccff !important;
width:45px !important;
background: url(../images/button_level1_sprache.gif) top left no-repeat !important;
padding-right:110px;
}

