/**
 * textaufgabe CSS Document
 */

body {
	background-color: #FFFFFF;
	margin: 0px;
}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #303030;
	font-size:10px;
	line-height: 15px;
}

/* Links */
a:link {
	color: #810000;
	text-decoration: underline;
}

a:visited {
	color: #8D8D8D;
	text-decoration: underline;
}

a:hover {
	color: #BBBBBB;
	text-decoration: underline;
}

a:active {
	color: #810000;
	background-color: #FFFFFF;
	text-decoration: underline;
}

a:focus {
	color: #810000;
	text-decoration: underline;
}

/* Überschriften */

.hlDunkelrot {
	color: #810000;
	font-weight: bold;
}

.textUeberschrift {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #810000;
}

/* Hintergründe */

.bgGrau1 {
	background-color: #D8D9DA;
}

.bgGrau2 {
	background-color: #BEBEBF;
}

.bgHellgrau {
	background-color: #BBBBBB;
}

.bgDunkelgrau {
	background-color: #8D8D8D;
}

.bgOrange {
	background-color: #FF9600;
}

.bgDunkelrot {
	background-color: #810000;
}
