/*** HEAD ***/
#head {
	min-width: 940px;
	margin: 0 auto;
	text-align:left;
}
/*
 for all browsers that understand min-width 
#head {position:relative; width:100%; min-width:800px;}
.holder {display:block; color:#000;}

 method 1 a bodge for IE5.5 and IE6 browsers 
* html #head {border-right:800px solid #fff;}
* html .holder {display:inline-block; position:relative; margin-right:-800px;}
*/

#menu {
	background:#fff url(../images/bg_menu_leiste.gif) repeat-x top left;
	height: 66px;
}

#logo ul {
  margin: 10px 10px 0 0; 
  display: inline;
	float:right;
}

#logo li {
  display: inline;
	padding: 0 0 0 5px;
}

#menuSuche {
	margin: 0;
	width: 215px;
	float:right;
	background: url(../images/bg_menu_rechts_aus.gif) no-repeat top left;
}

/* HAUPTMENU */
#menuLeft {
	position: absolute;
	top: 51px;
	left:0;
}

#menuLeft li a {
	color: #6C6C6C;
}

ul.dropdown {
  margin: 0; 
	padding:0;
	z-index:99;
}

ul.dropdown * ul {
	margin:0;
	padding: 0;
	display:none;
	z-index:99;
}

ul.dropdown li {
	float:left;
}

ul.dropdown li * li {
	float:left;
	position: relative;
}

ul.dropdown ul * ul {
	left:98%;
	top:0;
}

ul.dropdown a {
	display: block;
	text-align: center;
  padding: 10px 0 0 2px;
	width: 76px;
	height: 25px;
	background:url(../images/bg_menu_links_aus.gif) no-repeat top left;
}

ul.dropdown ul * a {
    height: 100%;
}

ul.dropdown li:hover ul {
    display: block;
}

#menuLeft li a:hover, #menuLeft li a:active {
	background:url(../images/bg_menu_links_an.gif) no-repeat top left;
	text-decoration: none;
	color: #fff;
}

/*Letzter Menupunkt*/
#menuLeft li.menuAbschluss a {
	background:url(../images/bg_menu_links_abschluss_aus.gif) no-repeat top left;
	display: block;
	text-align:left;
  	padding: 10px 0 0 6px;
	width: 125px;
	height: 25px;
}

#menuLeft li.menuAbschluss a:hover, #menuLeft li.menuAbschluss a:active {
	background:url(../images/bg_menu_links_abschluss_an.gif) no-repeat top left;
	text-decoration: none;
	color: #fff;
}


/* für Nicht-Admins etwas breiter, da mehr Text*/
#menuLeft li.menuAbschluss2 a {
	background:url(../images/bg_menu_links_abschluss2aus.gif) no-repeat top left;
	display: block;
	text-align:left;
  	padding: 10px 0 0 6px;
	width: 185px;
	height: 25px;
}

#menuLeft li.menuAbschluss2 a:hover, #menuLeft li.menuAbschluss2 a:active {
	background:url(../images/bg_menu_links_abschluss2an.gif) no-repeat top left;
	text-decoration: none;
	color: #fff;
}


/*Untermenu */
#menuLeft ul.unterMenu li a {
	display: block;
	text-align: center;
  	padding: 2px 0 0 0px;
	width: 129px;
	height: 30px;
	background:url(../images/bg_menu_unter_aus.gif) no-repeat top left;
}

#menuLeft ul.unterMenu li a:hover, #menuLeft ul.unterMenu li a:active {
	background:url(../images/bg_menu_unter_an.gif) no-repeat top left;
	text-decoration: none;
	color: #fff;
}


.menuUnterAnfang {
	background: url(../images/bg_menu_unter_anfang.gif) no-repeat top left;
	width: 23px;
	height: 22px;
}

.menuUnterEnde {
	background: url(../images/bg_menu_unter_ende.gif) no-repeat top left;
	width: 19px;
	height: 22px;
}
/*************/






#menuLeft li, #menuRight li {
	display: inline;
}

#menuRight ul {
  margin: 0; 
  display: inline;
	float:right;
}

#menuRight li a, #menuRight li a:link {
	text-align:center;
	display:block;
	color: #6C6C6C;
  padding: 6px 0 0 2px;
	width: 69px;
	height: 22px;
	background:url(../images/bg_menu_rechts_aus.gif) no-repeat top left;
	float:left;
}

#menuRight li a:hover, #menuRight li a:active {
	background:url(../images/bg_menu_rechts_an.gif) no-repeat top left;
	text-decoration: none;
	color: #fff;
}

#ordnerButtons{
	position:absolute;
	top:85px;
	width: 126px;
	margin-left: 10px;
}

#ordnerButtons img {
	padding: 3px 0 2px 3px;
}

#funktionsleiste {
	font-size: 10px;
	margin: 7px 10px 0 0;
	padding:0;
}

/*****************/

/* Ansichten Dropdown */
#dropmenudiv{
position:absolute;
z-index:100;
}


