/* Stylesheets */
  /* 27.11.2003 */
  /* Sascha Tegtmeyer */

  body {
		margin: 0;
    font-family: Arial;
    font-size : 11px;
    background-color:#ffffff;
		color: #ffffff;
  }
  td.menue {
    font-size: 11px;
		padding-left: 20px;
		padding-top: 10px;
		color: #000000; 
  }
  td.menue a {
    color: #00085A;
		text-decoration: none;
  }
  td.menue a:visited {
    text-decoration: none;
    color: #000000;
  }
  td.menue a:active {
    text-decoration: none;
    color: #00085A;
  }
  td.menue a:hover {
    color: #00085A;
		text-decoration: underline;
  }
	td.inhalt_img {
    font-size: 11px;
		color: #000000; 
  }
	
	td.inhalt {
    font-size: 11px;
		padding-left: 20px;
		padding-top: 10px;
		color: #000000; 
  }
	
		td.inhalt1 {
    font-size: 11px;
		color: #000000; 
  }
	
		td.aktuell {
    font-size: 10px;
		color: #ffffff; 
  }
	
	td.typotext {
    font-size: 11px;
		color: #ffffff; 
		padding-left: 20px;
		background-color: #00085A;
  }
	td.typotext a {
    color: #ffffff;
		text-decoration: underline;
  }
	td.typotext a:visited {
    color: #ffffff;
		text-decoration: underline;
  }
	td.typotext a:active {
    color: #fffff;
		text-decoration: underline;
  }
	td.typotext a:hover {
    color: #ffffff;
		text-decoration: none;
  }
	
A {
  COLOR: #00085A; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #00085A; TEXT-DECORATION: underline
}
A:active {
	TEXT-DECORATION: underline
}
A:hover {
	TEXT-DECORATION: none
}	
