/* DATEI: formate.css */

/* Datum: 22.04.04, Uhrzeit: 10:58, Autor: Tim Geissen */

/* -------------------------------------------------*/
.ueberschrift {
	font-family: Verdana;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	
.subueberschrift {
	font-family: Verdana;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	
.verlauf {
	font-family: Verdana;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #888888;
	text-decoration: none;
	}
	
.infobox {
	font-family: Verdana;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	}
	
.aktuelles {
	font-family: Verdana;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	}

.standard {
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	padding-right: 20px;
	}
	
a {
	color: #3F7431;
	font-weight: bold;
	text-decoration: none;
	}
	
a.verlauf {
	color: #888888;
	text-decoration: none;
	}

	
a:link { }
a:visited { }
a:hover { text-decoration:underline }
a:active { text-decoration:underline }
a:focus { text-decoration:underline } 
