/* Linkformatierungen */

a:link {
  text-decoration:none;
  color:#5f6163;
}
a:hover {
  text-decoration:none;
  color:#000;
}
a:visited {
  color:#555;
  text-decoration:none;
}
a:active {
  text-decoration:none;
  color:#5f6163;
  font-weight:bold;

}
a { 
	outline: none;
}


.menupunktRubrik {
   color:#fff;
   padding:4px 2px 2px 10px;
   height:24px;
   width:200px;
   margin:10px 0px 0px 0px;
}

/* Menülisten 
----------------------------------------------------------------*/

#NaviLE {
   	position:relative;
   	margin-left:20px;
   	margin-bottom:50px;
   	margin-top:20px;
	float:left;
   	display:inline;

}

#NaviLE li{
	list-style:none;
}

#NaviT {
	float:left;
	height:22px;
	width:781px;
	background:url(images/naviT.png) 0 0 repeat-x ;
	padding:3px;

}
.menuHome {

   	position:relative;
	width:304px;
   	margin-left:21px;
   	margin-top:90px;
	background:#000;
	filter:alpha(opacity=75); /* Internet Explorer */
	-moz-opacity: 0.75; /* Mozilla Browser */
	opacity: 0.75; /* Opera */	


}
.menuHome a{

	color:#fff;
	font-size:13px;
	text-align:center;
	height:30px;
	width:304px;
	list-style:none;
	font-weight:bold;

}

.menuHome a:hover{

	color:#a8a292;
	font-size:13px;
	text-align:center;
	height:30px;
	width:304px;
	list-style:none;
}
.menuHome li{

	width:296px;
	text-align:center;
	height:30px;
	list-style:none;
	width:304px;
}

.navitop {
	color:#fff;
	float:left;
	margin-left:4px;
	border-right:1px solid #e6e6e6;


}

.navitop a, .navitop a:visited{
	font-size:13px;
	color:#fff;
	font-weight:bold;

	padding:0 5px 0 5px;

}

.navitop a:hover, .navitop a:active  {
	font-size:13px;
	color:#a8a292;
	padding:0 5px 0 5px;
}

ul{

	margin:0;
	padding:0;
}
/********************* Ebene 1 ****************/

#NaviLE .menuebene_1 {
  line-height:0em;
  list-style-type:none;
  font-size:0px;
  display:block;
  width:0px;
  height:0;
  padding:0;
  margin:0;
}

#NaviLE .menuebene_1 li a {
  font-size:0px;
  display:block;
  width:0px;
  height:0;
  padding:0;
  margin:0;
  font-weight:bold;
  color:#727272;
  background:url(images/NavBG.jpg) top left no-repeat #fff;

}
#NaviLE .menuebene_1 li a:hover {
  color:#a44146;
  padding:0;
  margin:0;
  width:0px;
  height:0;
  display:block;
  background:url(images/NavBGHover.jpg) top left no-repeat #fff;
}
/**********************************************/

/********************* Ebene 2 ****************/

#NaviLE .menuebene_2 {
  line-height:1.3em;
  list-style-type:none;
  font-size:12px;
  display:block;
  width:230px;
  padding:0;
  margin:0;
}


#NaviLE .menuebene_2 li a {
  font-size:12px;
  display:block;
  width:200px;
  height:24px;
  padding:4px 0 0 30px;
  margin:0;
  color:#555;
  font-weight:normal;
  background:url(images/NavBG2.jpg) top left no-repeat #fff;

}

#NaviLE .menuebene_2 li a:hover {
  color:#000;
  font-size:12px;
  padding:4px 0 0 30px;
  margin:0;
  width:200px;
  height:24px;
  display:block;
  background:url(images/NavBG2Hover.jpg) top left no-repeat #fff;


}
/**********************************************/

/********************* Ebene 3 ****************/

#NaviLE .menuebene_3 {
  line-height:1.3em;
  list-style-type:none;
  font-size:11px;
  display:block;
  width:230px;
  padding:4px 0 0 32px;
  margin:0;
}

#NaviLE .menuebene_3 li a {
  font-size:12px;
  display:block;
  width:200px;
  height:20px;
  padding:0 0 0 8px;
  margin:0;
  color:#b8b8b8;
  background:url(images/NavBG3.jpg) -22px -4px no-repeat #fff;

}

#NaviLE .menuebene_3 li a:hover {
  font-size:12px;
  color:#555;
  margin:0;
  width:200px;
  height:20px;
  display:block;
  padding:0 0 0 8px;
  background:url(images/NavBG3.jpg) -22px -4px no-repeat #fff;


}




.menuebene_2 #i_am_here{
  color:#555;
  padding:4px 0 8px 30px;
  margin:0px;
  display:block;
  background:url(images/NavBG2Hover.jpg) 0px 0 no-repeat #fff;
}
.menuebene_3 #i_am_here {
  font-size:12px;
  color:#000;
  padding:0px 0 0px 8px;
  margin:0;
  width:200px;
  height:20px;
  background:url(images/NavBG3.jpg) -22px -4px no-repeat #fff;

}

/**********************************************/
/* Footer */

#footer a {
  background:url(/CMS/public/bilder/layout/btn_impressum.gif) 0px -29px no-repeat;
  font-size:12px;
  color:#000;
  display:block;
  height:23px;
  padding:6px 0px 0px 0px;
  width:174px;
}
#footer a:hover {
  background:url(/CMS/public/bilder/layout/btn_impressum.gif) no-repeat;
  color:#a4998c;
  display:block;
  height:23px;
  width:174px;
}



/* Admin Bereich Schalter
---------------------------------------*/


#menupunktSchalter {

  font-size:8px;
  border:1px solid #000;
  width:170px;
  margin-bottom:1px;
  padding:2px;
}


#menupunktSchalter a{
  font-size:10px;
}

/* Admin Bereich Schalter Überschriften
---------------------------------------*/

#menupunktSchalterHintergrund {
  position:absolute;
  background-color:#fff;
  line-height:1.2em;
  padding:1px;
  z-index:500;
  left:0;
  top:0;


 }

#menupunktSchalterHintergrundUeberschrift {
  width:170px;
  background-color:#666;
  font-size:10px;
  border:1px solid #000;
  margin-bottom:1px;
  color:#fff;
  padding:2px;

}
#menupunktSchalterAbstandshalter {

}

/* Admin Bereich Content LINKs (href) 10pt
-------------------------------------------*/

#ContentSchalter10pt a{
  margin:2px;
}
#ContentSchalter10pt a:hover{
  font-weight:bold;
  margin:2px;
}
#ContentSchalter10pt {
  margin-top:5px;
}

/* Admin Bereich Content LINKs (href) 8pt
-------------------------------------------*/

#ContentSchalter8pt {
  margin-top:5px;
  padding:3px;
  background-color:#fff;
}

#ContentSchalter8pt a{
  font-weight:bold;
  margin:2px;
  background-color:#fff;
}
#ContentSchalter8pt a:hover{
  font-weight:bold;
  margin:2px;
}


.newRec {
  border-top:2px black solid;
  background:url(/CMS/public/css/pictures/insert.gif) no-repeat;
  font-weight:bold;
  margin-bottom:10px;
  text-align:right;

}

.contentAbstandshalterMenue10 {
  height:10px;
}
.contentAbstandshalterMenue5 {
  height:0px;
  font-size:0px;
 
}




/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
	position:absolute; 
	width:799px; 
	height:34px; 
        margin-top:4px;
        margin-left:0px;
	text-align:center;
	font-family: arial, verdana, sans-serif;
}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;

}

.menu ul ul {
	padding:0;
	margin:0;
	width:124px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	padding: 0 10px 0 10px;
	border-right:1px solid #8C8C8C;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	font-weight:bold; 
	color:#fff; 
	padding-left:0px; 
	line-height:26px; 
        margin:0;

}

/* a hack so that IE5.5 faulty box model is corrected */



/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#eee url(images/arrow.jpg) no-repeat 144px center;
	color:#f00;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#fff url(images/arrow_hover.jpg) no-repeat 144px center;
}

.menu ul ul :hover > a.drop {
	background:#fff url(images/arrow_hover.jpg) no-repeat 144px center;

}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#ccc;
	font-size:10px;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background:#fff;
}

.menu ul ul ul :hover > a {
	background:#fff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	font-size:10px;
	position:absolute;
	height:0;
	top:24px;
	left:0; 
	width:124px;
	border-top:0px solid #000;


}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:24px;
	t\op:24px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:124px; 
	top:-1px; 
	width:124px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-124px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#eee; 
	color:#656565; 
	height:auto; 
	line-height:1em; 
	padding:5px 5px; 
	width:128px;
	border-width:0 1px 1px 1px;
	font-size:10px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:125px;
	w\idth:128px;
}

/* style the top level hover */
.menu a:hover {	
	color:#1668b2; 

}

.menu ul ul a:hover{	
	color:#000; 
	background:#fff;
}

.menu :hover > a {
	color:#1668b2; 
}

.menu ul ul :hover > a {
	color:#656565; 
	background:#fff;
}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible; 
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}