
#navigation {
	/*ein groesseres div, dass unsere leiste umschliesst */
	position:absolute;
	top:123px;  /* war 100 px 158 */
	left:0px;
	width:100%;
	height:38px;
	xxxbackground-color:#acf;
	XXXbackground-image:url(../images/raster_projekt_balken_mouse.png);
	vertical-align:bottom;
	z-index: 99;

}

#see_navigation {
	/*ein groesseres div, dass unsere leiste umschliesst */
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:138px;
	xxxbackground-color:#acf;
	xxbackground-image:url(../images/raster_projekt_balken_mouse.png);
	vertical-align:bottom;

}

/*folgendes wird nur von Safari und Firefox, Opera erkannt */
/* bedeutet: wähle das elementmit ID=navigation wenn es eine ID hat */
#navigation[id] {
   position: fixed;
   z-index: 1;
}
#see_navigation[id] {
   position: fixed;
   z-index: inherit;
}
div.leistenweiss{
	line-height:18px;
	background-color:#fff;
	height:100%;
	margin-bottom:7px;
	margin-top:3px;
	border-bottom: 1px #333 solid;
}

div.navigationsLeiste {

	background-image: url(../images/navigation_bar_shadow_only.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	xbackground-attachment: fixed;
	background-position: bottom;
	height: 21px;
	margin: 15px 0px 0px 0px;
	width: 100%;
	position: absolute;
	vertical-align:bottom;
	padding:0px;
	xpadding-bottom:5px;
	padding-top:0px;
	z-index: 100;
	bottom: 0px;

	border-top-width: 1px;
	border-top-color: #666;
	display: block;
	border-top-style: solid;

	xline-height:20px;
	overflow:none;
	/* ie hack position:fixed*/

    xposition: expression("absolute");
    xtop: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight);
}

div.see_navigationsLeiste {
	background-image: url(../images/see_navigation_bar_no_shado.png);
	background-repeat: repeat-x;
	font-size:12px;
	background-position: middle;
	height:18px;
	width: 100%;
	position: absolute;
	vertical-align:bottom;
	padding:0px;
	padding-bottom:4px;
	z-index: 100;
	bottom: 0px;

	border-top-width: 1px;

	border-top-color: #000;
	display: block;
	border-top-style: solid;

	xline-height:20px;
	overflow:none;
	color:#fff;

}

.wortmarke {
	height: 18px;
	width: 130px; /*147px;*/
	padding-left: 14px; /*14px;*/
	float: left;
	position:relative;

}



a.menuTitel {
	color:#000000;
	text-decoration:none;
	font-size:12px;
	padding-right: 14px;
	padding-left: 21px;
	display:inline;
	xfloat:left;
	xheight: 18px;
	xline-height:12px;
	xbackground-color:#99ff99;
	vertical-align:bottom;

}

.hiddenMenu{
	display:none;

}


/*css only loesung aber nicht fuer IE, geht aber mit .htc datei speziell f�r den internet explorer*/
.klappmenuFloat{
	background-image: url(../images/pfeile/pfeil_rechts18.gif);

	line-height:18px;

	background-repeat: no-repeat;
	float:left;
	display:inline;
background-color: #fff;
position:relative;
}



.klappmenuFloat ul{
	display:none;
	line-height:18px;
	border: dotted #000000 1px;
	background-color: #fff;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 3px;
	xpadding-bottom: 6px;
	xpadding-top: 6px;
	padding-left:0px;
	padding-right:0px;
	top:18px;
	left:0px;
	z-index:1;


	position:absolute;

}

.klappmenuFloatOpen ul{
	display:block;
}

.klappmenuFloat:hover{
	background-image:url(../images/pfeile/pfeil_runter.gif);
	background-repeat: no-repeat;
}

.klappmenuFloat:focus{
	background-image: url(../images/pfeile/pfeil_runter.gif);
	background-repeat: no-repeat;
}

xxx_8.februar_geixxxt_a.menuTitel:focus + ul{
	border: dotted #000000 1px;
	background-color: #FFFFFF;
	display: block;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.klappmenuFloat:hover ul{
	border: dotted #000000 1px;
	xxxbackground-color: #99FF99;
	display: block;
	xposition:absolute;
	xwidth:10px;
	xpadding:0px;
	xmargin:0px;
}

.klappmenuFloat li:hover{
	vertical-align:top;
	xxxbackground-color: #99FF99;
	background-image: url(../images/pfeile/pfeil_rechts18.gif);
	background-repeat: no-repeat;
}

* html .klappmenuFloat li{ /* ie hack, verarbeitet nur der IE ab v5 */
	xxxbackground-color: #00ff66;
	margin-left: -16px;
}
.klappmenuFloat li.trennelement{
	xheight: 1px;
	xdisplay: inline;
	line-height: 1px;
	margin: 4px  0px 0px 0px;
	padding: 0px 0px 0px 0px;

	border-top: dotted 1px #666666;
	xwidth:100%;
	xbackground-color: #FF6666;
	xdisplay:hidden;
	xfloat:left;
	xclear:right;
}


/*ENDE css only l�sung aber nicht f�r IE*/

a.menuLink{
	color:#333;
	text-decoration:none;
	font-size:12px;
	padding-right: 14px;
	padding-left: 21px;
	display:block;
	xfloat:left;
	xheight: 18px;
	xline-height:12px;
	xbackground-color:#99ff99;
	vertical-align:bottom;
	white-space:nowrap

}
a.menuLink:hover {

	text-decoration:none;
	color:#333;
	xbackground-color: #cccccc;



}

a.menuLink:focus {
	text-decoration:underline;
	color:#666666;
	xbackground-color: #cccccc;


	xdisplay: block;
}



div.extraMenu {

	text-align:left;
	xtext-transform:uppercase;
	max-width:650px;
	XXXvertical-align:top;
	xbackground-color:#fac;
	position:absolute;
	top:3px;
	right:14px;
	float:right;

}
div.extraMenu img.tImage{
	padding-left:2px;
	position:relative;
	top:-1px;
}

.XXXextraMenuPunkt {
	xposition:relative;
	xxleft:auto;
	padding-left:8px;
	xwidth:52px;
	display:block;
	xclear:right;
	float:left;
	xbackground-color: #990000;
	xoverflow:visible;
	xtext-align:center;
}


.menuitem div.options{
	xdisplay:none;
	xvisibility:hidden;
	padding:14px;
	color:#666;
}
ul.options_list{
	list-style:none;
	margin:0px;
	padding:0px;
	diplay:block;

}

ul.options_list li a img{
	xvertical-align:top;
}

select {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:12px;
	line-height:18px;
}
select option{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:12px;
	line-height:18px;
}

