body {
	background-color: #B6B6B6;
	background-image: url(images/design/hint.gif);
}

.Haupttitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #E2001A;
}

.Subtitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

.Fliesstext_rot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E2001A;
	font-weight: bold;
}

.Fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}


.Kleintext_dunkel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.Kleintext_hell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.Highlight_rot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF0000;
}
	
.Highlight_grau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #999999;
}

a:link {
	color: #e2001a;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;	
}
a:hover {
	color: #e2001a;
	text-decoration: underline;
	
}
a:active {
	color: #990000;
	text-decoration: none;
	}

li {
	list-style-image: url(images/design/dot.png);
}
hr {
	color: #e2001a;
	height: 1px;
	}
	
img {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
