/* CSS Document */
<!--

/*Hintergrundfarbe*/
body {
	background-color: #669999;
}

/*Schriftart Fliesstext*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Schriftfarbe Links*/
a:link,a:visited {
	color: #003333;
}
a:hover {
	color: #336666;
}

/*Tabellenformat Page*/
.tabformat {
	background-color: #99cccc;
	font-size: 13px;
	color: #003333;
	}
	
/*Ueberschrift in Tabelle */	
.tabhead {
	font-size: 15px;
	font-weight: bold;
	color: 003333;
	text-transform: uppercase;
	}

/*Schrift im Fließtext: Kursiv & klein */
.anmerkung {
	font-size: 10px;
	font-style: italic;
}

/*Schrift im Fließtext: erster Buchstabe hervorgehoben */
.capital {
	font-size: 16px;
	font-weight: bold;
}

/*Rahmen um Text */
.rahmen {
	border-width: 2 px;
	border-style: solid;
	border-color: 003333;
	padding:5px;
}
-->

