/* Standarddefinition für LINKS */

#menu_1_hor, 
#menu_1_hor a:link, 
#menu_1_hor a:hover, 
#menu_1_hor a:active, 
#menu_1_hor a:visited  {}

#menu_1_hor_sub, 
#menu_1_hor_sub a:link, 
#menu_1_hor_sub a:hover, 
#menu_1_hor_sub a:active, 
#menu_1_hor_sub a:visited  {}

#menu_1_sub, 
#menu_1_sub a:link, 
#menu_1_sub a:hover, 
#menu_1_sub a:active, 
#menu_1_sub a:visited  {}

#menu_1_sub_re, 
#menu_1_sub_re a:link, 
#menu_1_sub_re a:hover, 
#menu_1_sub_re a:active, 
#menu_1_sub_re a:visited  {}

#menu_2, 
#menu_2 a:link, 
#menu_2 a:hover, 
#menu_2 a:active, 
#menu_2 a:visited  {}

#menu_2_re, 
#menu_2_re a:link, 
#menu_2_re a:hover, 
#menu_2_re a:active, 
#menu_2_re a:visited  {}

#menu_3, 
#menu_3 a:link, 
#menu_3 a:hover, 
#menu_3 a:active, 
#menu_3 a:visited  {}

#menu_3_re, 
#menu_3_re a:link, 
#menu_3_re a:hover, 
#menu_3_re a:active, 
#menu_3_re a:visited  {}

/* Standarddefinition für LINKS im HAUPTMENÜ */
#menu_1_hor {
	width:924px;
	padding: 0 18px;
}
#menu_1_hor_sub {
	width:924px;
	height:19px;
	margin-top:-5px;
	padding:4px 18px 0;
	border-top:1px solid #acadae;
}

.menu1,
.menu1-act {}

.menu1 {
	float:left;
	display:inline;
	margin:0 10px 0 0;
	/*padding:5px 5px 5px 0;*/
	position:relative;

}

.menu1 a,
.menu1 a:link,
.menu1 a:visited  {
	color:#4A5375;
	font-size:1.2em;
	font-weight:100;
	text-decoration:none;
	text-transform:uppercase;
	padding: 1px 4px 10px 4px;
	display:block;
	position:relative;
	z-index:70;
}
.menu1 a:active,
.menu1 a:hover {
	color:#fff;
	text-decoration:none;

}

.menu1-act  a {
	background:url(img/menuBckg.gif) center bottom no-repeat;
	color:#fff !important;
}

.menu1 .hover {
	background-image:url(img/menuBckg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
	height: 28px;
	position:absolute;
	z-index:50;
	top: 0;
	left: 0;
	display:none;
}

/* Standarddefinition für LINKS im SUBMENÜ */

.menu2 {
	margin:0 10px 0 0;
	float:left;
	display:inline;
}

.menu2 a,
.menu2 a:link {
	font-size:0.9em;
	color:#4c4c4c;
	text-decoration:none;
	font-weight:bold;
	padding: 2px 8px !important;
	display:block;
}

.menu2 a:active {
	color:#fff;
	background:#606060;
	text-decoration:none;
}

.menu2 a:hover {
	color:#fff !important;
	text-decoration:none;
}

.menu2 a:visited {
	color:#4c4c4c;
	text-decoration:none;
}

.menu2-act a {
	color:#fff !important;
	background:#606060;
	text-decoration:none;
	font-weight:bold;
}
