/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */

 .banner {
	width:880px;
	height: 100px;
	background-color: #ffffff;
        margin: 1px 5px 0px 5px;
	  }

 .navibox {
	width:920px;
	background-color:#cecece;
	height: 35px;
        background-image: url(/css/img/green_omh_920-30.gif);
        background-position: top left;
        background-repeat: no-repeat;
       padding-top:10px;
	  }


 
.ziehm_interakt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-top:#007772 0px solid;  
	width:900px;
	float: left;
	border-left: #007772 30px solid; 
	border-right: #007772 30px solid; 
      
}

/* alt ohne Rundung 
 
 .navibox {
	width:900px;
	background-color:#cecece;
	height: 50px;
	  }
 
.ziehm_interakt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-top:#007772 10px solid;
	width:900px;
	float: left;
	border-left: #007772 30px solid;
	border-right: #007772 30px solid;
}

*/

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.ziehm_interakt ul {
	font-weight: normal;
}

/*
 * specific to interakt_blue skin only
 * Applies to third (or more) level menu containers
 */
.ziehm_interakt ul ul {
	border:0px solid #10133A;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.ziehm_interakt li {
	width: 120px;
 	background-color: #007772;
	background-image: url("/css/img/green_2.gif");
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.ziehm_interakt ul li {
	background-color: #007772;
	width: 200px;
}

/*
 * specific to interakt_blue skin only
 * Applies to third (or more) level menu items
 */
.ziehm_interakt ul ul li {
	width: 176px;
	border-left: 1px solid #007772;
	border-right: 1px solid #007772;
	background-color: #007772;
}


/*
 * specific to interakt_blue skin only
 * Applies to the first item of third (or more) level
 */
.ziehm_interakt ul ul li.first {
	border-top: 1px solid #cecece;
}

/*
 * specific to interakt_blue skin only
 * Applies to the last item of third (or more) level
 */
.ziehm_interakt ul ul li.last {
	border-bottom: 1px solid #cecece;
}




/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.ziehm_interakt a {
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	padding: 0px;
	cursor: pointer;
        color: white;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.ziehm_interakt ul a {
	text-align: left;
	line-height: 12px;
	border-top: 1px solid #cecece;
	border-bottom: 0px solid #cecece;
	padding: 2px 2px 2px 20px;
        color: white;
}

/*
 * specific to interakt_blue skin only
 * Applies to links located in the third (or more) level menu items
 */
.ziehm_interakt ul ul a {
	border: none;
	padding-left: 10px;
}

/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.ziehm_interakt li.selected {
        color:#000000;
	background-color: #cecece;
	background-image: url("/css/img/grey_6.gif");
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.ziehm_interakt ul li.selected {
    color:#000000;
    background-color: #007772;
	background-image: url(/css/img/grey_3.gif);
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.ziehm_interakt a.selected {

	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.ziehm_interakt ul a.selected {
	font-weight: normal;
color: #000000;
}


/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.ziehm_interakt li.hover {
	background-color: #cecece !important;
	background-image: url(/css/img/grey_6.gif);
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.ziehm_interakt ul li.hover {
        color: #000000;
	background-image: url(/css/img/grey_3.gif);
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.ziehm_interakt a.hover {
	color: #000000;
	font-size: 12px;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.ziehm_interakt ul a.hover {
	color: #000000;
}


/*
 * specific to interakt_blue skin only
 * Applies to third (or more) level menu items
 */
.ziehm_interakt ul ul li.hover {
	background-color: #007772;
}

/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
.ziehm_interakt .arrow {
	background-image: url(/css/img/_pos4.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.ziehm_interakt .hover ul .arrow,
.ziehm_interakt ul .arrow {
	background-image: url(/css/img/pos2.gif);
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.ziehm_interakt .hover .arrow {

}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
.ziehm_interakt ul .hover .arrow {

}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;

}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
        color: white;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
