table {
	background: #EEEEEE;
	border: 1px solid #373737;
	font-size: 12px;
}




b {
	font-weight: bold;
}

A {
	background: #E7E7E7;
	color: Black;
	text-decoration: underline;
}

A:hover {
	background: #EEEEEE;
}


a.clean {
	color: Black;
	background-color: transparent;
	font-size: 14px;
}

a.clean:hover {
	color: Black;
	background-color: #CFCFCF;
	font: 14px;
}





td.rot {
	background: #FF8484;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 16px;
}

h5 {
	font-size: 10px;
}

hr {
	color: Black;
	border: 1px solid;
	border-bottom: 0px;
	height: 0px;
}

.rot {
	background-color: #FF8484;
	border-style: solid;
	border: thin solid Red;
	}
	
.gruen {
	background-color: #C1FFE1;
	border-style: solid;
	border: thin solid Green;
	}

.zitat {
	font: monospace;
	font-size: 12px;
	font-style: oblique;
	font-variant: normal;
	font-weight: 600;
	color: Gray;
}

.titel {
	font: monospace;
	font-size: 16px;
	font-weight: 900;
}	


.klein {
	font-size: 10px;
}