﻿/*--------------------------------------------------------------------------------*/
/*                                                                                */
/*                      -- Copyright © Sabine Appel 2003 --                       */
/*                                                                                */
/*--------------------------------------------------------------------------------*/


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*        --Wichtig--        */
/*        --Die Reihenfolge des Styles "a:" ist ausschlaggebend für das Ergebnis in der HTML-Datei!!!        */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*                                                                                                                                   */
/*        -- Für linke Navigationsleiste --                                                                                          */
/*                                                                                                                                   */

img {
border-style:none;
border-width:0px;
}

/*
a {
border-style:none;
border-width:0px;
}

a:hover {
border-style:none;
border-width:0px;
}

a:active {
border-style:none;
border-width:0px;
}
*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*                                                                                                                                   */
/*        -- Für linke Navigationsleiste --                                                                                          */
/*                                                                                                                                   */

.titel {
text-align: center;
font-size: 11px;
font-weight: bold;
text-decoration: none;
width:100%;
color: #5F5F5F;
background-color: #F0F0F0;
padding: 1px;
}

.menue {
margin:0px;
margin-top:0px;
text-align:left;
width:100%;

border-style:none;
border-width:0px;
}

a.menue {
/*display:block;*/
margin:0px;
padding:1px;
margin-top:0px;
text-align:left;
text-decoration:none;
color:#5F5F5F;
width:100%;
border-color:#F0F0F0;
border-style:none;
border-width:0px;
}

a.menue:hover {
background-color:#F0F0F0;
border-color:#000000;
color:#5F5F5F;
}

a.menue:active {
background-color:#F0F0F0;
color:#5F5F5F;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*                                                                                                                                   */
/*        -- Für obere Navigationsleiste Titel --                                                                                    */
/*                                                                                                                                   */

.top_body { background-image: none; }

/* div.top_menu { position: relative; left:30px; top:4px; } */
/*
div.top_menu {
position: relative;
left:0px;
top:4px;
}
*/

.top_menu {
color: #ffffff;
font-family: arial,helvetica;
/*font-size: 9px;*/
text-decoration: none;
border-style: none;
/*padding-left: 2px;*/
/*padding-right: 2px;*/
margin: 0px;
padding: 0px;
}

a.top_menu {
color: #ffffff;
border-style: solid;
background-color: #000080;
border-color: #ffffff;
border-width: 1px;
}

a.top_menu:hover {
border-color: #000080;
background-color: #D7D8EC;
color: #000080;
}

a.top_menu_active {
color: #000080;
font-family: arial,helvetica;
text-decoration: none;
border-style: none;
margin: 0px;
padding: 0px;
border-color: #000080;
background-color: #D7D8EC;
}

a.top_menu:active {
border-color: #ffffff;
background-color:#F0F0F0;
color: #ffffff;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*                                                                                                                                   */
/*        -- Für obere Navigationsleiste Untermenüs --                                                                                          */
/*                                                                                                                                   */

.topu_body {
background-image: none;
background-color: #ffffff;
}

div.topu_menu {
position: relative;
left:0px;
top:4px;
}

.topu_menu {
font-size: 10px;
text-decoration: none;
border-style: solid;
border-width: 0px;
border-bottom-width: 1px;
border-color: #10429C;
padding-left: 2px;
padding-right: 2px;
}

a.topu_menu {
color:#10429C;
background-color:#ffffff;
border-color:#ffffff;
padding-left:0px;
padding-right:0px;
margin-left:5px;
margin-right:5px:
}

a.topu_menu:link {
border-color:#ffffff;
border-width: 1px;
}

a.topu_menu:visited {
border-color:#ffffff;
border-width: 1px;
}

a.topu_menu:hover {
background-color:#FFEECC;
border-color:#10429C;
border-width: 1px;
}

a.topu_menu:active {
background-color:#FFEECC;
border-color:#10429C;
border-width: 1px;
}

div.topu_titel {
position: absolute;
left:10px;
top:5px;
}

a.topu_titel {
font-size:12px;
font-weight:bold;
text-decoration:none;
text-align:left;
color:#000000;
background:#ffffff;
border-style:solid;
border-width:1px;
border-color:#ffffff;
padding:0px;
margin:0px;
}

a.topu_titel:hover {
background-color:#FFEECC;
}

a.topu_titel:active {
background-color:#FFFFFF;
}