@charset "utf-8";
body {
	background-color: #FFF;
}
a:link{
	//color: #6C0;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:visited{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	//color: #2ADF00;
	color: #666;
}
a:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	//color: #A00;
	color: #330000;
}
a:active{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}
.normal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	//color: #0a7567;
	color: #666;
}
.klein {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.gross {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	//color: #0A7567;
	color: #330000;
	font-weight: bolder;
}
.mittel {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	//color: #0A7567;
	color: #666;
	font-weight: bolder;
}
a.footer{
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.footer:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a.index{
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.index:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #330000;
}

.kursiv{
	font-weight: bold;
}

.portrait{
	float: right;
}

.balken{
	background-color: #670001;
}

td.footer{
	height: 50px;
}