/* (c)2009 Expert Solutions Strahlhofer */
/*        www.strahlhofer.com           */

/*MENU_MAIN */



.menu1_main {             
}
 
  
.menu1_main A, .menu1_main A:visited {
        color: 				#333; 
        text-decoration: 	none;
        display: 			block;

        padding-left: 		10px;
        padding-right: 		10px;
        font-weight: 		bold;
		text-align:			left;
		text-transform:		uppercase;      
}

.menu1_main_act A, .menu1_main_act A:visited {
        text-decoration: 	none;
        display: 			block;
        padding-left: 		10px;
        padding-right: 		10px;
        font-weight: 		bold;
		text-align:			left;
		text-transform:		uppercase;
}

 
/* MENU_MAIN LEVEL 2 */
 
.menu1_main2 A {
        display: 			block;
		color: 				#333;
        font-weight: 		bold;
        text-decoration: 	none;
        background: 		#E5E5E5;
        padding-left: 		5px;
        width: 				140px;
        padding-top: 		2px;
        padding-bottom: 	2px;
        font-weight: 		normal;
}
 
.menu1_main2 A:hover {
        display: 			block;
        font-weight: 		bold;
        text-decoration: 	none;
        padding-left: 		5px;
        width: 				140px;
        padding-top: 		2px;
        padding-bottom: 	2px;
}
 
 
.menu1_main2_act A {
        display: 			block;
        font-weight: 		bold;
        text-decoration: 	none;
        padding-left: 		5px;
        width: 				140px;
        padding-top: 		2px;
        padding-bottom: 	2px;
}

 
.menu1_main2_sub A, .menu1_main2_sub A:visited {
        display: 			block;
        font-weight: 		bold;
        text-decoration: 	none;
        padding-left: 		5px;
        width: 				140px;
        padding-top: 		2px;
        padding-bottom: 	2px;
        font-size: 			11px;
}



#header #hauptmenu {

	color: #565656;
	font-family:Tahoma;
	font-size:8pt;
}

#header #hauptmenu table {

	margin-top: 4px;
}

#header #hauptmenu table td .subnavitem {
	
	border-left: 1px solid #C5C5C5;
}

#header #hauptmenu table td a {

	display: block;
	height: 22px;
	padding-top: 11px;
	padding-left: 15px;
	padding-right: 15px;
}

#header #hauptmenu table td a:hover {

	color: #ED1C24;	
}

.menu1_main2 a, .menu1_main2_sub a, .menu1_main2_act a {
	
	background-color: #FEFEFE;
	border-bottom: 1px solid #F4F4F4;
	
	color: #565656;
	font-family:Tahoma;
	font-size:8pt;
	font-weight: bold;
	line-height: 20px;
}

.menu1_main2 a:hover, .menu1_main2_sub a:hover, .menu1_main2_act a:hover {

	cursor: pointer;
	background-color: #ED1C24;
	color: #ffffff;
	font-weight: bold;
}

.subNavContainer {

	width: 500px;
	
	position: relative;
	top: 75px;
	left: 50%;
	margin-left: -200px;
	cursor: pointer;	

	z-index:100000;
}

#hauptmenu .borderBottom {
	
	width: 100%;
	height: 5px;
	background-color: transparent;
}

#hauptmenu .menu1_main_act .borderBottom {

	background-color: #ED1C24;
	font-size: 0;
}

.subNavContainer .borderBottom {
	
	display: none;
}


