TD, P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
}

H1 { font-size: 15px; }
H2 { font-size: 13px; }
H3 { font-size: 12px; }



 a:link { text-decoration:none;
  	  color:navy; }
 a:visited { text-decoration:none; 
 	     color:navy;}
 a:hover { text-decoration:underline; 
 		color:navy;}
 a:active { text-decoration:none;
 	color:navy; }


P, H1, H2 {margin: 0px 0px 5px 0px;}

#copyright {
   font-size:11px;
   text-align:right;
}
#content {
  padding-left:10px;  
  padding-top:10px;
}

#menu3-no,#menu3-act {
  text-align:left;
 }
#header_top1,#menu_top1 {
  background-color:#d0d0d0;
}

#header_top2,#menu_top2,#menu_left {
  background-color:#d0d0d0;
}

#header_top2 H3 {
   padding-left:10px;
  color:#606060;

}

#menu_top2 {

   border-right:solid 1px #707070;
   border-bottom:solid 1px #707070;
}

#header_top1 {
  /* border-bottom:solid 1px #eeeeee; */ 
   margin-bottom:10px;
}

#header_top2 {
/*   border-left:solid 1px #eeeeee; */
}

#menu_left{
  /*  border-left:solid 1px #eeeeee; */
   border-right:solid 1px #707070;
   border-bottom:solid 1px #707070;
}

#menu_top1 {

}

#menu1-no,#menu1-act,#menu2-no,#menu2-act,#menu3-no,#menu3-act {
 vertical-align:top;
 color: navy;
 font-size:12px;
 text-decoration: none;
 padding-left:10px;
 padding-right:10px;
}

#menu2-act,#menu2-no {
  font-size:11px;
}


#menu1-no A {
	color:white;
}

#menu1-no {
   border-bottom:solid 1px #eeeeee;
   height:20px;
}

/*  MENU 1, level 1, normal 
    Hauptmenü, nicht ausgewählt*/
#menu1-no,#header_top {
  background-color:#909090;
    border-right:solid 1px #d0d0d0;
}

/*  MENU 1, level 1, aktiv 
    Hauptmenü, ausgewählt      */
    
#menu1-act {
   background-color:d0d0d0;
   border-right:solid 1px #707070;
   border-top:solid 1px #eeeeee;
   border-left:solid 1px #eeeeee;
   height:20px;

}

#menu1-act A {
   color:black;
}

/*  MENU 2, level 1, normal */
#menu2-no {
  text-align:center;
  height:18px;
}

/*  MENU 2, level 1, aktiv */
#menu2-act {
  text-align:center;
  height:18px;
}

#menu2-act A {
   color:black;
}

/*  MENU 3, level 1, normal */
TD#menu DIV.menu3-no {
}

/*  MENU 3, level 1, aktiv */
TD#menu DIV.menu3-act {
  font-weight:bold;
  color:black;
}

#menu3-act A {
   color:black;
}


