
#nav {
    position: absolute;
    background: transparent url(../gfx/navi/bg.gif) no-repeat;
    width: 980px;
    height: 34px;
    }

#nav ul {
    white-space: nowrap;
    line-height: 1em;
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}

#nav li {
    float: left;
    background: transparent url(../gfx/navi/left.gif) no-repeat top left;
    margin: 0;
    width: 20%;
    text-align: center;
}

#nav a {
    float: left;
    display: block;
    color: #CCE5FF;
    background: transparent url(../gfx/navi/right.gif) no-repeat top right;
    padding: 10px 0 8px 0;
    text-transform: none;
    text-decoration: none;
    font: bold 100% "Lucida Sans Unicode","Lucida Sans","Trebuchet MS", Verdana, Arial, Sans-Serif;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */

#nav li:hover, #nav li:hover a { background-position:0% -80px;}
#nav li:hover a { background-position:100% -80px;}

#nav .level1active { background-position:top left; }
#nav .level1active a { background-position:top right; color: #fff;}

#nav .level1active a:hover,
#nav .level1active a:visited {
    color: #fff;
    background: transparent url(../gfx/navi/right_on.gif) no-repeat top right;
}

#nav a:hover {
    color: #fff;
    background: transparent url(../gfx/navi/right.gif) no-repeat top right;
}

#nav a:visited {
    color: #CCE5FF;
}

#nav .level1active {
    background-image: url(../gfx/navi/left_on.gif);
    border-width: 0;
}

#nav .level1active a {
    color:#fff;
    background-image: url(../gfx/navi/right_on.gif);
    font-weight: bold;
}

/* --------------------- Suchfeld in der Navi --------------------- */
#suche_navi {
    position: absolute;
    top: 7px;
    left: 801px;
    display: block;
    width: 168px;
    height: 19px;
}
#suche_navi .linkerradius {
    background: url(../gfx/navi/suche_navi_links.png) left top no-repeat;
}

#suche_navi input.sucheback {
    font: normal 86% "Lucida Sans Unicode","Lucida Sans","Trebuchet MS", Verdana, Arial, Sans-Serif;
    width:140px;
    height: 19px;
    margin: 0 0 4px 19px;
    padding-top: 2px;
    background: url(../gfx/navi/suche_navi_repeat.png) center top repeat-x;
}
#suche_navi .rechterradius {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 19px;
    background: url(../gfx/navi/suche_navi_rechts.png) right top no-repeat;
}

#suche_navi label .placeholder { display: none; }


/* --------------------- Sprachwahl im Header --------------------- */
#language {
    padding: 10px 0 0 0;
    font-size: 80%;
    color: #09c;
}
#language ul {
    list-style: none;
}
#language ul li  {
    float: right;
    margin: 0 0 0 3px;
}
#language ul li span  {
   display: none;
}



/* --------------------- Sprachwahl in der Sidebar --------------------- */

#sprachwahl {
    margin-left: 1em;
	height: 19px;
	text-align: left;
    background: url(../gfx/de_language.gif) no-repeat 1em 0;
    z-index: 1;
}
#sprachwahl li#sprache_waehlen {
    width: 220px;
}

#sprachwahl li {
	float: left;
	display: block;
	padding: 4px 8px 1px;
	height: 29px;
	position: relative;
	z-index: 5;
}
#sprachwahl li a,
#sprachwahl li a:hover,
#sprachwahl li a:visited {
	color: #09c;
}
#sprachwahl li a:hover {
	color: #198;
}
#sprachwahl li a {
    background: transparent;
    text-decoration: none;
	height: 29px;
}

#sprachwahl li ul,
#sprachwahl li li {
	width: 200px;
}

#sprachwahl li ul {
	position: absolute;
	left: 0;
	top: 12px;
	/*background: #EBEEF3 url(../gfx/sprachwahli_sub_activ.png) repeat-x 0 0;*/
    background: #fff;
    border-left: 1px solid #009DCE;
    border-top: 1px solid #009DCE;
    border-right: 1px solid #CEDDEF;
    border-bottom: 1px solid #CEDDEF;
	display: none;
}

#sprachwahl li li {
	float: left;
	padding: 0;
    height: 2.2em;
    margin-top: 5px;
}

#sprachwahl li li a {
	display: block;
	padding: 5px 0 10px 29px;
}

#sprachwahl li li:hover {
	background: none transparent;
}
#sprachwahl li li a:hover {
	text-decoration: none;
	/*background: url(../gfx/main_activ.png) repeat-x;      */
    color: #000;
}

#sprachwahl li:hover ul,
#sprachwahl li.over ul {
	display: block;
}

#sprachwahl li.lang_de,
#sprachwahl li.lang_de a:hover {
	background: url(../gfx/lang_de.gif) no-repeat;
}
#sprachwahl li.lang_us,
#sprachwahl li.lang_us a:hover {
	background: url(../gfx/lang_us.gif) no-repeat;
}
#sprachwahl li.lang_fr,
#sprachwahl li.lang_fr a:hover {
	background: url(../gfx/lang_fr.gif) no-repeat;
}
#sprachwahl li.active {
    font-weight: bold;
}
#sprachwahl li:hover,
#sprachwahl li.over {
	/*background: url(../gfx/sprachwahli_main_activ_hover.png) repeat-x 0 100%;      */
    color: #000;
}

