@charset "UTF-8";
/* CSS Document */

.hintergrund {
	background-color: #FFFFFF;
}
.copyrightext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.linieoben {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3333FF;
}
.linielinks {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3333FF;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: justify;
	font-weight: bold;
	color: #333333;
	vertical-align: text-top;
}
.infotext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
	color: #333333;
}
.navigation1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.infotextweiss {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	color: #FFFFFF;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	color: #34536b;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #000066;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	color: #000066;
	text-decoration: none;
}

