/* CSS Document */

body {
   background-color : #FFFFFF;
   font-family : Verdana, Georgia, Arial;
   color : #666666;
   margin-top: 38px;
}

/** ÜBERSCHRIFTEN **/

h1 {
   font-size: 18px;
   font-family : Georgia, Verdana, Arial;
   color : #01719B;
   margin-top:30px;
   margin-bottom:0px;
}
h2 {
   font-size: 13px;
   font-weight: bold;
   font-family : Verdana, Georgia, Arial;
   color : #DAC35F;
   margin-bottom: 10px; 
}

td {
   font-size : 12px;
   font-family : Verdana, Georgia, Arial;
}

td.menu_level_1 {
     background-color: #076E95 ;
     width : 171px;
     height : 20px;
     align : right;
     font-size: 16px;
     font-family : Georgia, Verdana, Arial;
     text-align:right;
     text-color: #FFFFFF;
}


td.menu_level_1 a {
     color: #FFFFFF;
}


td.menu_level_1:hover {
     background-color: #F8DE6C ;
     text-color: #01719B;
}

td.menu_level_1 a:hover {
     color: #01719B;
     text-color: #01719B;
}


td.menu_level_1_act {
     background-color: #F8DE6C ;
     width : 171px;
     height : 20px;
     align : right;
     font-size: 16px;
     font-family : Georgia, Verdana, Arial;
     color: #01719B;
     text-align:right;
}
td.menu_level_1_act a:hover {
          color: #01719B;
          text-decoration:underline;
}  

td.menu_level_2 {
     background-color: #F6E5A1 ;
     width : 171px;
     height : 20px;
     align : right;
     font-size: 10px;
     font-family : Georgia, Verdana, Arial;
     text-align:right;
     text-color: #01719B;
     text-transform: uppercase;
}

td.menu_level_2 a:hover {
     text-decoration: underline;
     color: #01719B;
}


td.menu_level_2_act {
     background-color: #F6E5A1 ;
     width : 171px;
     height : 20px;
     align : right;
     font-size: 10px;
     font-family : Georgia, Verdana, Arial;
     color: #01719B;
     text-align:right;
     text-transform: uppercase;
}


td.menu_level_2_act a:hover {
          color: #01719B;
          text-decoration:underline;
} 

/** LINK **/

a { 
    color: #01719B;
	text-decoration: none;
}

a:hover {
    color: #D8C15E;
	text-decoration: none;
}

a.footer_header {
         color: #FFFFFF;
	     text-decoration: none;
}

a.footer_header:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

a.klickpfad {
   font-size: 9px;
}

/** DIV's **/

#white_font {
   font-size: 10px;
   font-family : Georgia, Verdana, Arial;
   color: #FFFFFF;
   text-transform: uppercase;
   text-align:center;
}

#white_font a {
   font-size: 10px;
   font-family : Georgia, Verdana, Arial;
   color: #FFFFFF;
   text-transform: uppercase;
   text-align:center;
}

#white_font a:hover {
   text-decoration: underline;
   text-align:center;
}



#contact {
   font-size: 12px;
   font-family : Georgia, Verdana, Arial;
   color: #01719B;
}

#text_header {
   font-size: 12px;
   font-family : Georgia, Verdana, Arial;
   color: #01719B;
   margin-top: 11px;
}

