/* GENERAL fonts */
P, OL, DIV, H1, H2 {
    font-family: verdana, arial;
    font-size: 12px;
}

UL {
    font-family: verdana, arial;
    font-size: 12px;
    list-style-image:url(bullet_circle_sm.gif);
}

H1 { font-size: 15px; color: #006600; }
H2 { font-size: 13px; color: #006600; text-align: center}

P, H1, H2 {margin: 0px 0px 5px 0px;}

UL A { text-decoration: none; color:#c1881c; font-weight:bold;}
UL A:hover { text-decoration: none; color: #f4d28a;  background-color:#c1881c; }
OL A { text-decoration: none; color:#c1881c; font-weight:bold;}
OL A:hover { text-decoration: none; ccolor: #f4d28a;  background-color:#c1881c; }

P.bodytext A { text-decoration: none; color:#c1881c; font-weight:bold;} 
P.bodytext A:hover { text-decoration: none; color: #f4d28a;  background-color:#c1881c; } 

/* ZH: Sicherheitshalber auch feur alle anderen Links einen Defaultwert vorgeben */
A { text-decoration: none; color:#c1881c; font-weight:bold;} 
A:hover { text-decoration: none; color: #f4d28a;  background-color:#c1881c; } 


DIV.tx-mitdownload-pi1 A { text-decoration: none; color:#c1881c; font-weight:bold;} 
DIV.tx-mitdownload-pi1 A:hover { text-decoration: none; color: #f4d28a;  background-color:#c1881c; }
DIV.tx-mitdownload-pi1 TD { font-family: verdana, arial; font-size: 12px; }

TD#footer_menue P {
    font-family: verdana, arial;
    font-size: 10px;
    text-align: center;
}
SPAN.footer_menue {
    font-family: verdana, arial;
    font-size: 10px;
    text-align: center;
}
SPAN.footer_menue A { text-decoration: none; color:#c1881c; font-weight:bold; font-family: verdana, arial;}
SPAN.footer_menue A:hover { text-decoration: none; color: #f4d28a;  background-color:#c1881c; font-family: verdana, arial;}

TD#footer {
  border-top: dotted 1px #999999;  
  border-color: #91BB2D;
}

TD#footer P {
    font-family: verdana, arial;
    font-size: 10px;
    text-align: center;
}

/* Header column */
TD#header_1 {
    height: 125px; 
    background-color: #f4d28a;
    vertical-align: top
}


/* Content column */
TD#content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    vertical-align: top; 
}

/* Menu 1 column */
TD#freespace { 
    width: 200px;  
    padding-top: 10px;
}


/* Menu 1 column */
TD#menu_1 { 
    vertical-align: top; 
    width: 200px;  
    height: 500px; 
    background-image: url(../pics/menu_back.gif);
    background-repeat : no-repeat;
    padding-top: 10px;
}

/* Menu 2 column */
TD#menu_2 { 
    vertical-align: top; 
    width: 200px;  
    padding-top: 10px;
}

TD#menu_1 DIV {
    width: 95%;
}

TD#menu_1 DIV A {
    color: #c1881c;
    text-decoration: none;
}

TD#menu_1 DIV A:hover {
    text-decoration: none;
    color: #f4d28a;
    background-color: #c1881c;
}


/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  border-top: 1px dotted #c1881c ;
  border-color: #c1881c; 
  font-size: 11px;
  padding-bottom:5px;
  padding-top:5px;
  padding-left:5px;
}

/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-top: 1px solid #c1881c;
  border-color: #c1881c; 
  font-weight:bold;
  font-size: 11px;
  padding-bottom:5px;
  padding-top:5px;
  padding-left:5px;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 10px;
  padding-left:20px;
  padding-bottom:3px;
}

/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 10px;
  font-weight:bold;
  padding-left:20px;
  padding-bottom:3px;
}

/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  font-size: 10px;
  padding-left:30px;
  padding-bottom:3px;
}
/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  font-size: 10px;
  font-weight:bold;
  padding-left:30px;
  padding-bottom:3px;
}


/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;
  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}

TD#path A {
  text-decoration: none;
  color:black;
}

TD#path A:hover {
  text-decoration: underline;
}
