
div.sideMenu {
	width: 							225px;
	padding:						0px 0px 0px 0px;
	margin:							0px 0px 0px 0px;
}

/** Start der Hauptmenüpunkte **/
div.sideMenuItem {
	width:							225px;
	height:							28px;
	padding:						0px 0px 0px 0px;
	margin:							0px 0px 0px 0px;
}


div.sideMenuItemActive {
	width:							225px;
	height:							28px;
	padding:						0px 0px 0px 0px;
	margin:							0px 0px 0px 0px;
	background-image:			url(../gfx/1px_transparent_weiss50.png);
	background-repeat:			repeat;
}




div.sideMenuItemActiveSub {
	width:							225px;
	height:							28px;
	padding:						0px 0px 0px 0px;
	margin:							0px 0px 0px 0px;
	background-image:			url(../gfx/1px_transparent_weiss50.png);
	background-repeat:			repeat;

}





div.sideMenuItemDivider {
	width:							225px;
	height:							1px;
	line-height:				1px;
	font-size:					0px;
	padding:						0px 0px 0px 0px;
	margin:							0px 0px 0px 0px;
	background-image:			url(../gfx/navi-linie-1x225.jpg);
	background-repeat:			no-repeat;
	background-position:		center bottom;
	clear: both;
}


a.linkSideMenuItem {
	float:							left;
	width:							205px;
	font-size: 					15px;
	color: 							#003399;
	text-decoration: 		none;
	font-weight: 				normal;
	margin:							0px 0px 0px 0px;
	padding:						5px 0px 5px 20px;
	background-image:			url();
	background-repeat:			no-repeat;
	background-position:		10px center;

}

a.linkSideMenuItem:hover {
	float:							left;
	width:							205px;
	font-size: 					15px;
	color: 							#003399;
	text-decoration: 		none;
	font-weight: 				normal;
	margin:							0px 0px 0px 0px;
	padding:						5px 0px 5px 20px;

	background-image:			url(../gfx/hauptNaviPunkt.gif);
	background-repeat:			no-repeat;
	background-position:		10px center;
}



a.linkSideMenuItemActive {
	float:							left;
	width:							205px;
	font-size: 					15px;
	color: 							#003399;
	text-decoration: 		none;
	font-weight: 				bold;
	margin:							0px 0px 0px 0px;
	padding:						5px 0px 5px 20px;
	background-image:			url();
	background-repeat:			no-repeat;
	background-position:		10px center;

}

a.linkSideMenuItemActive:hover {
	float:							left;
	width:							205px;
	font-size: 					15px;
	color: 							#003399;
	text-decoration: 		none;
	font-weight: 				bold;
	margin:							0px 0px 0px 0px;
	padding:						5px 0px 5px 20px;
	background-image:			url(../gfx/hauptNaviPunkt.gif);
	background-repeat:			no-repeat;
	background-position:		10px center;
}
/** Ende der Hauptmenüpunkte **/


/** Start des erstes Submenü **/
div.sideMenuSub1 {
	width:							225px;
	margin:							0px 0px 0px 0px;
	padding:						0px 0px 0px 0px;
/*	height:							21px;*/
}

div.sideMenuSub1Item {
	width:							225px;
/*	height:							24px;*/
	margin:							0px 0px 0px 0px;
	padding:						0px 0px 0px 0px;
	display: table-cell;
}

div.sideMenuSub1ItemActive {
	width:							225px;
/*	height:							24px;*/
	margin:							0px 0px 0px 0px;
	padding:						0px 0px 0px 0px;
	background-image:			url(../gfx/1px_transparent_weiss75.png);
	background-repeat:			repeat;
	display: table-cell;

}

div.sideMenuSub1ItemActiveSub {
	width:							225px;
	height:							24px;
	margin:							0px 0px 0px 0px;
	padding:						0px 0px 0px 0px;
	background-image:			url(../gfx/1px_transparent_weiss75.png);
	background-repeat:			repeat;
	display: table-cell;
}	


div.sideMenuSub1ItemDivider {
	width:							225px;
	height:							1px;
	line-height:				1px;
	font-size:					0px;
	padding:						0px 0px 0px 0px;
	margin:							0px 0px 0px 0px;
	background-image:			url(../gfx/navi-linie-1x225.jpg);
	background-repeat:			no-repeat;
	background-position:		center bottom;
	clear: both;
}


a.linkSideMenuSub1Item {
	float:							left;
	width:							195px;
	font-size: 					13px;
	color: 							#003399;
	text-decoration: 		none;
	margin:							0px 0px 0px 0px;
	padding:						3px 0px 3px 30px;
	font-weight: 				normal;
}

a.linkSideMenuSub1Item:hover {
	float:							left;
	width:							195px;
	font-size: 					13px;
	color: 							#003399;
	text-decoration: 		none;
	margin:							0px 0px 0px 0px;
	padding:						3px 0px 3px 30px;
	font-weight: 				normal;
	background-image:			url(../gfx/UnterNaviPunkt.gif);
	background-repeat:			no-repeat;
	background-position:		20px center;
}

a.linkSideMenuSub1ItemActive {
	float:							left;
	width:							195px;
	font-size: 						13px;
	color: 							#003399;
	text-decoration: 				none;
	margin:							0px 0px 0px 0px;
	padding:						3px 0px 3px 30px;
	font-weight:					bold;
	font-weight: 				bold;

}

a.linkSideMenuSub1ItemActive:hover {
	float:							left;
	width:							195px;
	font-size: 					13px;
	color: 							#003399;  
	text-decoration: 		none;
	margin:							0px 0px 0px 0px;
	padding:						3px 0px 3px 30px;
	font-weight:					bold;
	background-image:			url(../gfx/UnterNaviPunkt.gif);
	background-repeat:			no-repeat;
	background-position:		20px center;
}

a.linkSideMenuSub1ItemActiveSub {
	float:							left;
	width:							195px;
	font-size: 					13px;
	color: 							#003399;  
	text-decoration: 		none;
	margin:							0px 0px 0px 0px;
	padding:						3px 0px 3px 30px;
	font-weight:					bold;
}

a.linkSideMenuSub1ItemActiveSub:hover {
	float:							left;
	width:							195px;
	font-size: 					13px;
	color: 							#003399;  
	text-decoration: 		none;
	margin:							0px 0px 0px 0px;
	padding:						3px 0px 3px 30px;
	font-weight:					bold;
	background-image:			url(../gfx/UnterNaviPunkt.gif);
	background-repeat:			no-repeat;
	background-position:		20px center;
}

div.linkSideMenuSub1ItemDisabled {
	float:							left;
	width:							195px;
	font-size: 					13px;
	color: 							#003399;
	text-decoration: 		none;
	margin:							0px 0px 0px 0px;
	padding:						3px 0px 3px 30px;
	font-weight: 				normal;
}

/** Ende des erstes Submenü **/


/** Start des zweiten Submenü **/
div.sideMenuSub2 {
	width:							225px;
	margin:							0px 0px 0px 0px;
	padding:						0px 0px 0px 0px;
}

div.sideMenuSub2Item {
	width:							225px;
/*	height:							17px;*/
	margin:							0px 0px 0px 0px;
	padding:						0px 0px 0px 0px;
	display: table-cell;
}
div.sideMenuSub2ItemActive {
	width:							225px;
/*	height:							17px;*/
	margin:							0px 0px 0px 0px;
	padding:						0px 0px 0px 0px;
	background-image:			url(../gfx/1px_transparent_weiss75.png);
	background-repeat:			repeat;
	display: table-cell;
}


div.sideMenuSub2ItemDivider {
	width:							225px;
	height:							1px;
	line-height:				1px;
	font-size:					0px;
	padding:						0px 0px 0px 0px;
	margin:							0px 0px 0px 0px;
	background-image:			url(../gfx/navi-linie-1x225.jpg);
	background-repeat:			no-repeat;
	background-position:		center bottom;
	clear: both;
}

a.linkSideMenuSub2Item {
	float:							left;
	width:							185px;
	font-size: 					11px;
	color: 							#003399;
	text-decoration: 		none;
	margin:							0px 0px 0px 0px;
	padding:						0px 0px 0px 40px;
	font-weight: 				normal;
}

a.linkSideMenuSub2Item:hover {
	float:							left;
	width:							185px;
	font-size: 					11px;
	color: 							#003399;
	text-decoration: 		none;
	margin:							0px 0px 0px 0px;
	padding:						0px 0px 0px 40px;
	font-weight: 				normal;
	background-image:			url(../gfx/UUNaviPunkt.gif);
	background-repeat:			no-repeat;
	background-position:		30px center;

}

a.linkSideMenuSub2ItemActive {
	float:							left;
	width:							185px;
	font-size: 					11px;
	color: 							#003399;
	text-decoration: 		none;
	padding:						0px 0px 0px 40px;
	margin:							0px 0px 0px 0px;
	font-weight:					bold;

}

a.linkSideMenuSub2ItemActive:hover {
	float:							left;
	width:							185px;
	font-size: 					11px;
	color: 							#003399;
	text-decoration: 		none;
	padding:						0px 0px 0px 40px;
	margin:							0px 0px 0px 0px;
	font-weight:					bold;
	background-image:			url(../gfx/UUNaviPunkt.gif);
	background-repeat:			no-repeat;
	background-position:		30px center;
}
/** Ende des erstes Submenü **/

/** Start des Footer Menüs **/
a.linkFooterMenuItem {
	font-size: 					10px;
	color: 						white;
	text-decoration: 			none;
	font-weight:				normal;
}

a.linkFooterMenuItem:hover {
	font-size: 					10px;
	color: 						white;
	text-decoration: 			none;
	font-weight: 				normal;
}
/** Ende des Footer Menüs **/



/**
 * Styles fuer das Top-Menü
 */

#top_navi {
font-family:arial,sans-serif;
font-size:11px;
height:100px;
position:relative;
width:750px;
z-index:100;
}

#top_menu{
	position: relative;
	float: right;
	padding-bottom: 5px;
	vertical-align: bottom;
	padding-top: 30px;
}
.top_menu_main_item {
/*	width: 165px;*/
	width: 165px;
	float: left;
	margin-left: 20px;
}
.top_menu_main_item a {
	font-size:12px;
	color: white;
/*	width: 158px;*/
	width: 158px;
	text-decoration: none;
	background-image: 	url(../gfx/drop-down-6x6.gif);
	background-repeat:  no-repeat;
	background-position: 5px; center;
	padding-left: 17px;
}
.top_menu_main_item a:hover{
	font-weight:bold;
}

.top_menu_sub {
	background-image: 	url(../gfx/hg_schwarz-blau_1x400_01.jpg);
	background-repeat: 	repeat-x;
/*	width: 170px;*/
	width: 165px;
	visibility:	hidden;
	position: absolute;
	top: 50px;
}
.top_menu_sub_item {
	padding-left: 5px;
	padding-bottom: 5px;
}
.top_menu_sub_item a {
	font-size:12px;
	color: white;
	text-decoration: none;
	background-image: 	url(../gfx/drop-down-6x6.gif);
	background-repeat:  no-repeat;
/*	width: 160px;*/
	width: 165px;
	background-position: center left;
	padding-left: 17px;
	font-weight: normal;
}
.top_menu_sub_item a:hover {
	font-weight:bold;
}
.top_menu_sub_dashed {
	width: 170px;
	background-image: 	url(../gfx/drop-down-linie_1x170.png);
	background-repeat:  no-repeat;
	background-position: center center;
	height: 5px;
}
#top_menu_company_sub {
	left: 0px;
}
/*#top_menu_lang_sub {
	left: 170px;
}
#top_menu_country_sub {
	left: 340px;
}*/
#top_menu_lang_sub {
	left: 0px;
	margin-left: 20px;
}
#top_menu_country_sub {
	left: 185px;
	margin-left: 20px;
}
