/*************************************************/
/*  DOWNLOAD BUTTON     *************************/
/***********************************************/

.downloadBtn {
	margin-top: 1px;
	padding-left: 10px;
	padding-right: 1px;
	/** background-image: url(/fileadmin/templates/images/white.gif);
	background-repeat: repeat-y; **/
}

/*************************************************/
/*  TOPMENU LAYOUT   ****************************/
/***********************************************/


/*  Level 1   *********************************/
.topMenu_Level_1{
	width: auto;
	height: 15px;
	display:block;
	position: absolute;
	margin-left: 15px;	
	padding-left: 10px;
	background-color: #ffffff;
}


/*  Level 2   *********************************/
.topMenu_Level_2{
	width: 935px;
	padding-left: 15px;
	margin-top: 5px;
	background-image: url(/fileadmin/templates/images/secondLevel_bg.gif);
	background-repeat: repeat-x;
}


/*  Level 3   *********************************/
.topMenu_Level_3{
	width: 935px;
	padding-left: 15px;
	margin-top: 5px;
}


/*************************************************/
/*  TOPMENU          ****************************/
/***********************************************/


/* firstLevel      *************************/

.topMenu_level_1{
	border-right: 10px solid #ffffff;
}

/* secondLevel   **************************/

.topMenu_level_2_no {
	font-size: 11px !important;
}

.topMenu_level_2_no a{
	font-size: 11px !important;
	color: #878787;
	padding-left: 6px;
	padding-right: 6px;
	border-left: 1px solid #dfdedd;
	border-right: 1px solid #dfdedd;
	text-decoration: none;

}
.topMenu_level_2_no a:hover{
	color: #1973aa;
	border-left: 1px solid #1973aa;
	border-right: 1px solid #1973aa;
	background-color: #d9d8d7;

}
.topMenu_level_2_act {
	font-size: 11px !important;
}
.topMenu_level_2_act a {
	font-size: 11px !important;
	color: #1973aa;
	padding-left: 6px;
	padding-right: 6px;
	border-left: 1px solid #1973aa;
	border-right: 1px solid #1973aa;
	background-color: #d9d8d7;
	text-decoration: none;
}
.topMenu_level_2_act a:hover {

}

/* thirdLevel   **************************/

.topMenu_level_3_no {
	font-size: 11px !important;
}

.topMenu_level_3_no a{
	font-size: 11px !important;
	color: #878787;
	padding-left: 6px;
	padding-right: 6px;
	border-left: 1px solid #dfdedd;
	border-right: 1px solid #dfdedd;
	text-decoration: none;

}
.topMenu_level_3_no a:hover{
	color: #1973aa;
	border-left: 1px solid #1973aa;
	border-right: 1px solid #1973aa;
	background-color: #d9d8d7;

}
.topMenu_level_3_act {
	font-size: 11px !important;
}
.topMenu_level_3_act a {
	font-size: 11px !important;
	color: #1973aa;
	padding-left: 6px;
	padding-right: 6px;
	border-left: 1px solid #1973aa;
	border-right: 1px solid #1973aa;
	background-color: #d9d8d7;
	text-decoration: none;
}
.topMenu_level_3_act a:hover {

}


/*************************************************/
/*  FOOTERMENU          *************************/
/***********************************************/

.footerMenu_no a{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px !important;
	color: #333333;
	text-decoration:none;
}

.footerMenu_no a:hover{

}

.footerMenu_act a{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px !important;
	color: #333333;
	text-decoration:none;
}

.footerMenu_act a:hover{

}

