/*******************
Haupt-Navigation
*******************/
#main_nav {
height:28px;
width:918px;
background-image:url(nav_1_bg.png);
background-repeat:repeat-x;
border-left:1px solid #423e7c;
border-right:1px solid #423e7c;
}
#main_nav table, #main_nav td, #main_nav tr {
border-collapse:collapse;
}
#main_nav .button {
height:28px;
width:119px;
text-align:center;
color:#fffeea;
font-weight:bold;
font-size:1.15em;
border-right:1px solid #fffeea;
padding-bottom:5px;
}
#main_nav a, #main_nav a:visited, #main_nav a:active {
text-decoration:none;
color:#fffeea;
border-bottom:none;
}
#main_nav a:hover {
border-bottom:none;
color:#fde688;
background:transparent;
}
#main_nav .button_active {
height:28px;
width:119px;
text-align:center;
color:#fffeea;
font-weight:bold;
font-size:1.15em;
border-right:1px solid #fffeea;
padding-bottom:5px;
background-image:url(nav_1_bg_active.png);
background-repeat:repeat-x;
}

/*******************
Unter-Navigation
*******************/
#main_nav_sub {
height:19px;
width:918px;
background-image:url(nav_2_bg.png);
background-repeat:repeat-x;
border-left:1px solid #423e7c;
border-right:1px solid #423e7c;
}
#main_nav_sub table, #main_nav_sub td, #main_nav_sub tr {
border-collapse:collapse;
}
#main_nav_sub .button {
height:19px;
width:109px;
text-align:center;
color:#fff;
font-weight:bold;
font-size:1em;
border-right:1px solid #fff;
padding-bottom:3px;
}
#main_nav_sub a, #main_nav_sub a:visited, #main_nav_sub a:active {
text-decoration:none;
color:#fff;
border-bottom:none;
}
#main_nav_sub .button_active a, #main_nav_sub .button_active a:visited, #main_nav_sub .button_active a:active {
text-decoration:none;
color:#d2563c;
border-bottom:none;
}
#main_nav_sub a:hover, #main_nav_sub .button_active a:hover {
border-bottom:none;
color:#423e7c;
text-decoration:underline;
background:transparent;
}
#main_nav_sub .button_active {
height:19px;
width:109px;
text-align:center;
font-weight:bold;
font-size:1em;
border-right:1px solid #fff;
padding-bottom:3px;
background-image:url(nav_2_bg_active.png);
background-repeat:repeat-x;
}
