/*  Stylesheet definitionen fuer das Projekt Berlin-Med 

    Definition der Links in der linke Tabellenhaelfte   */



body

{

	font-family:Arial, Helvetica, sans-serif;

	font-size:10pt;

	background-color : #F5F5E3;			

}

 td, ul, li

{

	font-family:Arial, Helvetica, sans-serif;

	font-size:10pt;

}

a:link,a:visited,a:active 

{

  color:black;

}

a:hover 

{

  color : #DB2B27;

}

.am:link, .am:visited, .am:active 

{

  text-decoration: none; 

  color:black;

}



/* Definition fuer die Layer */

.menu

{

	position: absolute;

	top: 0;

	z-index: auto;

	visbility: hide;

	visbility: hidden;

}

/* Text in den Layern */

.menutxt

{

	font-family:Arial, Helvetica, sans-serif;

	font-size:8pt;

}

/* Titel in den Layern */

.menutitel

{

	font-family:Arial, Helvetica, sans-serif;

	font-size:10pt;

	color:#000080;	

	font-weight:bold;

}



/* Hintergrundfarbe für die Striche usw. */ 

.strich

{

	background-color:#C5C5B8;

}



/* Linkliste am Ende der Inhalte */

.lliste

{

	font-size : 8pt;

	background-color:#C5C5B8;

	text-decoration : underline underline underline;

}

.tliste

{

	font-size : 8pt;

	color:#000080;

	background-color:#C5C5B8;

}

