body {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	background-color: #d9d9d9;
}
html { overflow: -moz-scrollbars-vertical; } 
a:link, a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	color: #FFFFFF;
	background-color: #990000;
}
a:active {
	text-decoration: none;
}
img {
	border: 1px solid;
}
img.ohne_rahmen {
	border: 0px solid;
}
/*
----- Navigationsleiste -----
*/
.navigation span {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.navigation a:link, .navigation a:visited {
	color: #000000;
}
.navigation a:hover, .navigation a:hover span  {
	color: #FFFFFF;
}
/*
----- Überschriften -----
*/
.t20 {
	color: #990000; 
	font-size: 20px;
	font-weight: bold;
}
.t14 , .t14_rot {
	font-size: 14px;
	font-weight: bold;
}
.t14_rot {
	color: #990000;
}