/* Inhaltsbereich */

#wegweiser_content {
    position: absolute; top: 0px; left: 0px; height: 380px; width: 926px;
    font-family: Arial, Helvetica, sans-serif;
}

/* Hauptmenu formatieren */

#wegweiser_menu {
    position: absolute; top: 144px; left: 33px; height: 175px; width: 130px;
}

#wegweiser_menu .menu {
    width: 130px;
    height: 34px;
    background-image: url(images/button_grau.gif);
    background-repeat: no-repeat;
}

#wegweiser_menu .menu_aktiv, #wegweiser_menu .menu:hover {
    width: 130px;
    height: 34px;
    color: #fff;
    background-image: url(images/button_orange.gif);
    background-repeat: no-repeat;
}

#wegweiser_menu .menu_last {
    width: 130px;
    height: 35px;
    background-image: url(images/button_grau.gif);
    background-repeat: no-repeat;
}

#wegweiser_menu .menu_last_aktiv, #wegweiser_menu .menu_last:hover {
    width: 130px;
    height: 35px;
    color: #fff;
    background-image: url(images/button_orange.gif);
    background-repeat: no-repeat;
}

#wegweiser_menu td {
    width: 130px;
    height: 34px;
    text-indent: 7px;
    vertical-align: middle;
}

#wegweiser_menu td.last {
    width: 130px;
    height: 35px;
    text-indent: 7px;
    vertical-align: middle;
}

#wegweiser_menu a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

#wegweiser_menu a.aktiv, #wegweiser_menu a:hover {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

/* Untermenu formatieren */

#wegweiser_submenu {
    position: absolute; top: 144px; left: 174px; height: 175px; width: 280px;
    display: none;
    background-image: url(images/submenu.gif);
    background-repeat: no-repeat;
}

#wegweiser_submenuheader {
    position: relative; top: 0px; left: 10px; height: 53px; width: 260px;
    /*display: none;*/
}

#wegweiser_submenu td {
    width: 280px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(images/submenu_inaktiv.gif);
    background-repeat: no-repeat;
}

#wegweiser_submenu td.aktiv, #wegweiser_submenu td:hover {
    width: 280px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(images/submenu_aktiv.gif);
    background-repeat: no-repeat;
}

#wegweiser_submenu td.header {
    height: 48px;
    width: 260px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background-image: url(images/dummy.gif);
}

#wegweiser_submenu a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

#wegweiser_submenu a.aktiv, #wegweiser_submenu a:hover {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

/* Hilfsmenu formatieren */

#wegweiser_helpmenu {
    position: absolute; top: 144px; left: 174px; height: 175px; width: 30px;
    display: none;
    background-image: url(images/helpmenu.gif);
    background-repeat: no-repeat;
}

#wegweiser_helpmenu .menu {
    width: 30px;
    height: 34px;
}

#wegweiser_helpmenu .menu_aktiv {
    width: 30px;
    height: 34px;
    background-image: url(images/pfeil_links.gif);
    background-repeat: no-repeat;
}

#wegweiser_helpmenu a {
    font-size: 0px;
    font-weight: normal;
    color: #fff;
}

/* Inhalt formatieren */

#wegweiser_inhalt {
    position: absolute; top: 144px; left: 215px; height: 221px; width: 410px;
    display: none;
    background-image: url(images/inhalt.gif);
    background-repeat: no-repeat;
}

#wegweiser_inhalt #headline {
    position: absolute; top: 0px; left: 10px; height: 35px; width: 390px;
}

#wegweiser_inhalt #inhalt {
    position: absolute; top: 40px; left: 10px; height: 176px; width: 390px;
}

#wegweiser_inhalt #headline td {
    width: 390px;
    height: 35px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

#wegweiser_inhalt #inhalt td {
    width: 390px;
    height: 176px;
    vertical-align: top;
   /* font-size: 14px;
    font-weight: bold;
    color: #000;*/
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

#wegweiser_inhalt #inhalt td A.internal-link {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

#wegweiser_inhalt #inhalt td A.internal-link IMG{
    border: 0;
    }