/* CSS Document */


/* Layout des Untertitels CONTENT*/
TD#mitte_vier DIV#h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	font-size:14px;
}

a {
	color:#666666;
}

/* Layout des Inhalts CONTENT */
TD#mitte_vier {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}


/* Layout der Links CONTENT*/
TD#mitte_vier A {
	color:#666666;
}

/* ROLLOVER DER LINKS CONTENT*/
TD#mitte_vier A:hover {
	color:#990000;
	text-decoration:none;
}



/* Layout von Tabelleninhalten im Content Element */
TD#mitte_vier TABLE {
	font-size:12px; /*WAR VORHER 10PX*/
	color:#666666;
}


/* Headers H1 - H4 */
/*DIV#h1 { font-size: 12px; color: #000000; }*/
/*
h2 { font-size: 10px; color: #186900; }
h3 { font-size: 12px; color: #CC0000; }
h4 { font-size: 10px; color: #273430; }
h5 { font-size:36px; color:#FFFFFF; }
h6 { font-size:12px; color:#FFFFFF; }
h1 { font-size: 30px; color: #186900; }
*/


