/* HTML-Tags */
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-image:  url(../img/bg2.jpg);
}
body,td,th,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
td p {
	text-decoration: none;
}
td a:link {
	color: #6B526D;
	text-decoration: none;
}
td a:visited {
	color: #6B526D;
	text-decoration: none;
}
p a:link {
	color: #000000;
	text-decoration: underline;
}
li a:link {
	color: #000000;
	text-decoration: underline;
}
p a:visited {
	color: #000000;
	text-decoration: underline;
}
li a:visited {
	color: #000000;
	text-decoration: underline;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:focus {
	color: #FF0000;
	text-decoration: underline;
}


/* Klassen */
.kopf1 {
	border: 1px solid #6B526D;
}
.kopf2 {
	border: 1px solid #6B526D;
	background-color: #9C869D;
}
.inhalt {
	border: 1px solid #6B526D;
	background-color: #CDBACD;
}
.navigation {
	font-size: 12px;
	font-weight: bold;
	color: #6B526D;
}
.text {
	line-height: 16px;
}
.titel {
	line-height: 16px;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6B526D;
	font-weight: bold;
	color: #6B526D;
}
.datum {
	font-size: 11px;
	color: #FFFFFF;
}
