/* DATEI: rde.css */

/* CSS-Standard-Datei fuer  */
/*Runderlasse mit kommunalem Bezug */

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	}

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	}

small {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	}

BIG {
	font-size:12pt;
	}

h2 { font-family: verdana; font-size:13pt; color:#DD0000; margin-top: 10px; margin-bottom: 2px;}

h3 { font-family: verdana; font-size:12pt; color:#DD0000; margin-top: 10px; margin-bottom: 6px;}


/* K L A S S E N :  */

/* Farben  */
.rot		{ color: #dd0000;}
.blau		{ color: #0000dd;}

/* Navigationslinks  */
.nav		{ color: #ff0000;}

/* Navigationslinks: hover  */
a.nav:hover	{ color: #0000ff;}

/* Fusszeile Copyright  */
.copy	{font-family: verdana; font-size: 10pt; }



