/* CLASS breadcrumb */


.breadcrumb {
	font-size:11px;
}

/* Standarddefinition für LINKS */

#menu_1_hor {
	padding-left: 17px;
	background-image:url(img/menu_hor_dots.gif);
	background-repeat:repeat-x;
}

#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Ü */

.menu1 {
	font-size:14px;
}
.menu1-act {
	font-size:14px;
/*	background-color:#C9C9C9; */
	background-image:url(img/menu_act_over.gif);
	background-repeat:repeat-x;
}

.menu1 {
	padding:5px 15px 5px 15px;
	float:left;
}

.menu1 a {
	color:#000ADE;
	font-weight:bold;
}
.menu1 a:link {
	font-size:1.1em;
	font-weight:700;
	text-decoration:none;
}

.menu1 a:active {
	text-decoration:none;
}

.menu1 a:hover {
	text-decoration:none;
}

.menu1 a:visited {
	text-decoration:none;
}

.menu1-act  a {
	text-decoration:none;
}

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

.menu2 {
	margin:3px 10px 6px 5px;
}

.menu2 a,
.menu2 a:link {
	font-size:1em;
	color:#000ADE;
	text-decoration:underline;
	background-image:url(img/icon.gif); padding-left:11px;
	background-repeat:no-repeat;
}

.menu2 a:active,
.menu2 a:hover,
.menu2-act a {
	color:#3F3F3F;
	text-decoration:underline;
	font-weight:bold;
}


.menu2 a:visited {
	color:#3F3F3F;
	text-decoration:underline;
}

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

.menu3 {
	margin:3px 10px 6px 25px;
}

.menu3 a,
.menu3 a:link {
	font-size:0.9em;
	color:#000ADE;
	text-decoration:underline;
	background-image:url(img/icon.gif); padding-left:11px;
	background-repeat:no-repeat;
}

.menu3 a:active,
.menu3 a:hover,
.menu3-act a {
	color:#3F3F3F;
	text-decoration:underline;
}


.menu3 a:visited {
	color:#3F3F3F;
	text-decoration:underline;
}

