body {

        font-family : Arial, Helvetica, sans-serif;
        font-size : 12px;
        line-height: 16px;
        background-color: #BDBDBD;
        margin: 0;
        padding: 0;
}

.header  {

    font-family : Arial, Helvetica, sans-serif;
    font-size : 18px;
    color : #D3AD2C;
    font-weight: normal;
    padding-bottom: 5px;
}

h1  {

    font-family : Arial, Helvetica, sans-serif;
    font-size : 18px;
    color : #D3AD2C;
    font-weight: normal;
    padding-bottom: 5px;
}

h2  {

    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    color : #D3AD2C;
    font-weight: normal;
    padding-bottom: 5px;
}

input {

        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        color : #333333;
        }

select {

        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        color : #292963;
        }

textarea {

        color : #666666;

        }
        
a:link { font-size:12px; color:#DAA520; text-decoration:underline; }
a:visited { font-size:12px; color:#FFD700; text-decoration:none; }
a:hover {  font-size:12px; color:#ffffff; text-decoration:underline; }
a:active {font-size:12px;  color:#FFDEAD; text-decoration:underline;   
   
   
   
   
   
        
        
        
        

.mastertbl {

    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
}





.headline {
    font-family: Arial, Helvet?ica, sans-serif;
    font-size: 16px;
    font-weight: lighter;
    color: #FFCC00;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
}

.subhead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFCC00;
}

.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}
.klein {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFCC00;
    text-decoration: none;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:189px;
    margin:0;
    padding:0;
    /*background-color:#F2F2F2;*/
    background-color:transparent;
}
#navigation ul li {
    width:189px;
    margin:0;
    padding:0 0 0 0px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:189px;
     height: 22px;
 
    margin:0;
    padding:0 0 0 10px;
    font-size:12px;
    color:#fff;
    background-image:url(../images/navi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:189px 3px;
    border-bottom:1px solid #ccc;
    text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    background-image:url(../images/navi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
    color:#fff;
}

/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
    margin-left:0px;
}
#navigation ul li.navmainStandardLevel_2 a {
  padding-left:20px;
    border-bottom:1px dotted #ccc;
    color:#DFC260;
    width:189px;
   
}
#navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
    background-image:url(../images/subnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
    color:#003080;
}

/* Level 3 */
#navigation ul li.navmainStandardLevel_3 {
    margin-left:0px;
}
#navigation ul li.navmainStandardLevel_3 a {
    background-image:none;
    border-bottom:0;
    color:#666;
    width:200px;
}
#navigation ul li.navmainStandardLevel_3 a:hover, #navigation ul li.navmainStandardLevel_3 a.active {
    background-image:url(../images/subsubnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}
