/* GENERAL fonts */
P, OL, UL, DIV, H1, H2,BR,TT,TEXTAREA,TD,P{
	font-family: times;
	 font-size: 14px;
	 font-style:normal;
	
}
HR { border-width:1px; border-style:solid; border-color:black;width=100%;}
H1 { font-size: 20px; }
H2 { font-size: 22px; }

a:link { color:red;
    text-decoration: underline;font-family: times;
    font-size: 14px;
    
	} /* noch nicht besuchte Ziele */
a:visited { color:red;
    text-decoration: underline;font-family: times;
    font-size: 14px;
    
	} /* besuchte Ziele */
a:hover { color:red;
    text-decoration: underline;font-family: times;
    font-size: 14px;
    
	} /* Verweise bei "MouseOver" */
a:active { color:red;
    text-decoration: underline;font-family: times;
    font-size: 14px;
    
	} /* Angeklickte Verweise */
a:focus {color:red;
    text-decoration: underline;font-family: times;
    font-size: 14px;
    
	} /* Verweise, die Fokus erhalten */




#small {color:black;
    text-decoration: none;
    
        font-size: 9px; 	

}


#red {color:red;
    text-decoration: none;
    font-weight:bold; 
        font-size: 11px; 	

}
#red_big {color:red;
    text-decoration: none;
    font-weight:bold; 
        font-size: 14px; 	

}

#red_u {color:red;
    text-decoration: underline;
    font-weight:bold; 
        font-size: 11px; 	

}

#red_big_u {color:red;
    text-decoration: underline;
    font-weight:bold; 
        font-size: 14px; 	

}


TD#footer {border-top: dotted 1px #999999;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* Content column */


.content
{
	font-size: 13px;
	
}

TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top; 
	width: 636px;
	
}
TR.dark {
	background-color: #e38551;
}

/* Menu 1 column */
TD#menu_1 {
    	
	vertical-align: top; 
	width: 355px;
	height: 470px;	
	

	padding-top: 10px;
}
TD#menu_1 DIV {
	width: 95%;
}
TD#menu_1 DIV A {
	color: black;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
 DIV#menu1-level1-no A:visited {
    color:black;
    text-decoration: underline;


  }
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act  {
  background-image:url(../images/lenkrad.jpg);
  background-repeat:no-repeat;
  background-position:50px 12px;
  font-weight:bold;
  font-size: 14px;
  padding-top:30px;
  padding-left:120px;
  line-height:30px;
 
}
TD#menu_1 DIV.menu1-level1-act A {
  color:black;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
 
  font-size: 10px;
  padding-left:130px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
 
  font-size: 10px;
  font-weight:bold;
  padding-left:130px;
}






/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: black;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: underline;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act  {
  background-color: #88292A;
}



/* 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;
}
/* Style for black links: */

#black a:link { color:black;
    text-decoration: underline;}    /* noch nicht besuchte Ziele */
#black a:visited { color:black;
    text-decoration: underline; } /* besuchte Ziele */
#black a:hover { color:black;
    text-decoration: underline;}   /* Verweise bei "MouseOver" */
#black a:active { color:black;
    text-decoration: underline;}  /* Angeklickte Verweise */



}

