/* MENU EBENE 1 */

/* style the outer div to give it width */
.topmenu {
	width: 640px;
	display:block;
	float:right;
	text-align:center;
	padding: 120px 213px 0 0;
}

/* remove all the bullets, borders and padding from the default list styling */
.topmenu ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

.topmenu li{
	list-style-type: none;
	display: inline;
}

/* style the links for the top level */
.topmenu a {
	text-decoration: none;
	width: 150px;
	margin: 0px 5px 0px 0px;
	padding: 0 3px 0 0;
	color: #00457C;
	display:block;
	float:left;
	height:32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	font-weight: bold;
	text-align:center;
	line-height:32px;
	background-image: url(../images/bg-topmenu_inactive.png);
	background-repeat: no-repeat;
}

.topmenu li#active a {
	color: #FFFFFF;
	background-image: url(../images/bg-topmenu.png);
	background-repeat: no-repeat;
}

.topmenu a:visited {
	color: #00457C;
}

/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .topmenu a, * html .topmenu a:visited {width:11em; w\idth:7em;}

/* style the table so that it takes no part in the layout - required for IE to work */
.topmenu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:1em; z-index:1;}

/* style the level hovers */
/* first */
* html .topmenu a:hover {
	color:#00457C;
	position:relative;
	z-index:100;
}
.topmenu li:hover {position:relative;}
.topmenu :hover > a {
	color:#FFFFFF;
	background-image: url(../images/bg-topmenu.png);
	background-repeat: no-repeat;
}


/* MENU EBENE 2 */

/* style the outer div to give it width */
.menu {
	width: 1000px;
	height: 24px;
	display:block;
	float:left;
	text-align:center;
	padding-top: 0px;
	background-image: url(../images/bg-main-middle.png);
	background-repeat: repeat;
	background-position: center top;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	list-style-type:none;
	margin: 0px 10px 0px 0px;
	padding: 2px 0px 0px 25px;
}

.menu li{
	list-style-type: none;
	display: inline;
}

.menu li#active a {
	/* background-image: url(../images/bg-menu.png);
	background-repeat: no-repeat;
	background-position: center top; */
	color: #FFFFFF;
	background-color: #00457C; 
	border: 1px solid #00457C;
}

/* style the links for the top level */
.menu a {
	text-decoration: none;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	width: 154px;
	color: #00457C;
	/* background-color: #6699cc; */ /* hellblau #6699cc*/
	border: 1px solid #00457C;
	display:block;
	float:left;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	font-weight: bold;
	text-align:center;
	line-height:20px;
}

.menu a:visited {
	color: #00457C;
}

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

/* 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:1em; z-index:1;}

/* style the level hovers */
/* first */
* html .menu a:hover {
	color:#ffffff;
	position:relative;
	z-index:100;
}
.menu li:hover {position:relative;}
.menu :hover > a {
	color:#ffffff;
	/*background-image: url(../images/bg-menu.png);
	background-repeat: no-repeat;
	background-position: center top;*/
	background-color: #00457C;
}


/* MENU EBENE 3 */

/* style the outer div to give it width */
.submenu {
	width: 1000px;
	display:block;
	float:left;
	padding-top: 0px;
	background-image: url(../images/bg-main-middle.png);
	background-repeat: repeat; 
	background-position: center top;
}
.submenu li#active a {
	color: #FFFFFF;
	background-color: #00457C; 
	border: 1px solid #00457C;
}
.bg-submenu{
	margin-left: 17px;
	width: 941px;
	height: 20px;
	/* background-color: #006699; */
}
/* remove all the bullets, borders and padding from the default list styling */
.submenu ul {
	list-style-type:none;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 8px;
}

.submenu li{
	list-style-type: none;
	display: inline;
}

/* style the links for the top level */
.submenu a {
	text-decoration: none;
	/* margin: 0px 10px 0px 0px;
	padding: 0px 30px 0px 30px; */
	margin: 1px 1px 0px 0px;
	padding: 0px;
	border: 1px solid #00457C;
	width: 154px;
	color: #00457C;
	display:block;
	float:left;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	line-height:20px;
}

.submenu a:visited {
	color: #00457C;
}

/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .submenu a, * html .submenu a:visited {width:11em; w\idth:7em;}

/* style the table so that it takes no part in the layout - required for IE to work */
.submenu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:1em; z-index:1;}

/* style the level hovers */
/* first */
* html .submenu a:hover {
	color:#ffffff;
	position:relative;
	z-index:100;
	background-color: #00457C;
}
.submenu li:hover {position:relative;}
.submenu :hover > a {
	color:#ffffff;
	background-color: #00457C;
	/* text-decoration:underline; */
}
