@charset "utf-8";
/* ================================================================ 
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/tab_padding.html
Copyright (c) 2005-2007 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 */

img, div {
	behavior: url(iepngfix.htc);
}
@charset "utf-8";
.menu {
	font-size:12px;
	padding:0px;
	width:816px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(gfx/bg-menu.png);
	background-repeat: no-repeat;
	margin: 0px;
}
/* style the links for the top level Die unterschiedlichen menus */
.menu1 a, .menu1 a:visited {
	display:block;
	text-indent: -3000px;
	background-image: url(gfx/menu-01.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:37px;
	width:136px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu1 a:hover {
	background-image: url(gfx/menu-01-over.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu2 a, .menu2 a:visited {
	display:block;
	text-indent: -3000px;
	background-image: url(gfx/menu-02.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:37px;
	width:136px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu2 a:hover {
	background-image: url(gfx/menu-02-over.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu3 a, .menu3 a:visited {
	display:block;
	text-indent: -3000px;
	background-image: url(gfx/menu-03.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:37px;
	width:136px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu3 a:hover {
	background-image: url(gfx/menu-03-over.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu4 a, .menu4 a:visited {
	display:block;
	text-indent: -3000px;
	background-image: url(gfx/menu-04.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:37px;
	width:136px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu4 a:hover {
	background-image: url(gfx/menu-04-over.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu5 a, .menu5 a:visited {
	display:block;
	text-indent: -3000px;
	background-image: url(gfx/menu-05.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:37px;
	width:136px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu5 a:hover {
	background-image: url(gfx/menu-05-over.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu6 a, .menu6 a:visited {
	display:block;
	text-indent: -3000px;
	background-image: url(gfx/menu-06.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:37px;
	width:136px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu6 a:hover {
	display:block;
	background-image: url(gfx/menu-06-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:37px;
	width:136px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	height:39px;
	background:transparent;
}
/* style the sub-level lists */
.menu ul ul {
	/* background-image: url(gfx/menu-01sub-bg.png);*/
	width:208px;
}
/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	float:left;
	height:37px;
	line-height:24px;
	display:block;
}
/* style the sub level list items */


.menu ul ul li {
	display:block;
	width:208px;
	height:auto;
	line-height:1em;
}
.menu ul ul li.last {
	background-image: url(gfx/menu-01sub-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 15px;
}
.menu ul ul ul li.last {
	padding-bottom:10px;
	background-image: url(gfx/menu-02sub-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;

}
.menu ul ul ul ul li.last {
	padding-bottom:10px;
	background:url(tab/three_bottom.gif) bottom left no-repeat;

}
/* style the links for the top level */


/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu a, * html .menu a:visited {
	width:136px;
	w\idth:136x;

}

/* style the sub level links !!!!!!!!!!!!!!!!!!!!! Hier änderung wegen Firfox menu ruckeln
nach Holger update link und active wieder raus nehemen
*/
.menu ul ul a, .menu ul ul a:link, .menu ul ul a:visited, .menu ul ul a:active {
	display:block;
	color:#FFFFFF;
	width:208px;
	height:100%;
	line-height:1em;
	text-indent: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(gfx/menu-01sub-bg.png);
	background-repeat: repeat-y;
	font-weight: normal;
	text-decoration: none;
}
.menu ul ul a:hover {
	display:block;
	color:#FFFFFF;
	width:208px;
	height:100%;
	line-height:1em;
	text-indent: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(gfx/menu-01sub-bg.png);
	background-repeat: repeat-y;
}
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:208px;
	w\idth:208px;

}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	border-collapse:collapse;
	padding:0;
	margin:-1px;
	width:0;
	height:0;
	font-size:12px;
	z-index:10;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:link, .menu ul ul ul a:visited, .menu ul ul ul a:active {
	background-image: url(gfx/menu-02sub-bg.png);
	width: 208px;
	font-weight: normal;
	text-decoration: none;
}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {
	text-indent: 0px;
	background-image: url(gfx/menu-01li-aktiv.png);
}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {
	text-indent: 0px;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
/* style the level hovers */

/* first folgende änderungen am 27.nov 	color:#FFFFFF;
	height:37px;
	position:relative;
	z-index:770;
	text-indent: -3000px;
	font-weight: normal;
	text-decoration: none;*/
* html .menu a:hover {
	color:#FFFFFF;
	height:37px;
position:relative;
	z-index:770;
	text-indent: -3000px;
	text-decoration: none;
}
.menu li:hover {
	position:relative;
}
.menu :hover > a {
	height:37px;
	text-indent: -3000px;

}
/* Hier war das problem mit !!!!!!! second hover effekt für das Sub menu - wichtig auch bei IE none*/

/* second */

* html .menu ul ul a:hover {
	color:#FFFFFF;
	position:relative;
	z-index:110;
	height:100%;
	text-indent: 0px;
	background-image: url(gfx/menu-01li-bg.png);
}
.menu ul ul li:hover {
	position:relative;
}
.menu ul ul :hover > a {

	color:#FFFFFF;
	width:208px;
	height:100%;
	text-indent: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(gfx/menu-01li-bg.png);
	width: 208px;
	background-position: left top;
	font-weight: normal;
	text-decoration: none;
	z-index:110;
}
/* third */
* html .menu ul ul ul a:hover {
	position:relative;
	z-index:120;
	text-indent: 0px;
	width: 208px;
	background-image: url(gfx/menu-02sub-bghover.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.menu ul ul ul :hover > a {
	width: 208px;
	background-image: url(gfx/menu-02sub-bghover.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-weight: normal;
	text-decoration: none;
}
/* hier der Abstand von Button zum aufklapp menu */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:37px;
	left:0;
	width:208px;

}
/* position the third level flyout menu */
.menu ul ul ul {
	top:-88px;
	width:208px;
	background-image: url(gfx/menu-02sub-bg.png);
	z-index:770;
}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul {
visibility:visible;
	height:auto;
	padding:15px 30px 30px 30px;
	left:-30px;
	background-color: transparent;
	background-image: url(gfx/menu-01sub-top.png);
	background-repeat: no-repeat;
	background-position: 30px 0;
}
.menu ul :hover ul.left {
	visibility:visible;
	height:auto;
	left:-74px;
	background-color: transparent;
	background-image: url(gfx/menu-01sub-top-over-rechts.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin: 0px;
}
/* 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;
	left:90px;
	height:auto;
	background-color: transparent;
	background-image: url(gfx/menu-02sub-top.png);
	background-repeat: no-repeat;
	background-position: 30px 0;
	width: 208px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	z-index:770;
}
.menu ul :hover ul.left :hover ul {
visibility:visible;
	left:-150px;
	z-index:770;
	margin: 0px;
	padding: 0px;
}
.menu #current {
	background-image: url(gfx/menu-01-current.png);
}
/* Misc
------------------------------------------ */

img, .menu ul :hover a.sub1, .menu ul ul a:hover, .menu ul ul ul a:hover, .menu ul ul u, .menu ul :hover ul, .menu ul :hover ul.left, .menu ul :hover ul :hover ul, .menu #current {
	behavior: url(iepngfix.htc);
}
#texte .inhalte img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


