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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #1D4E96;
	text-decoration: none;
}
a:visited {
	color: #1D4E96;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}
.Lauftext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
}
.Titel-Versal {
	font-size: 14px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
.Titel-Gross {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 22px;
	font-weight: normal;
}
.Titel-GrossBlau {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 22px;
	font-weight: normal;
	color: #698DBF;
}

.Legenden-klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Fusstext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #1D4E96;
}
.Fusstext-hide {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #6987BF;
}

#kopfbalken {
	
	height: 39px;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 5;
}
