html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 18px;
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #0000FF;
	font-weight: bolder;
}

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

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

#MainFrame {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#rahmen {
	margin-top: 40px;
	border: 1px solid #1a14b6;
	padding: 10px;
	width: 600px;
}

#header {
	width: 600px;
	height: 55px;
	margin-top: 25px;
	background-image: url(fidium_logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #1a14b6;
}

#streifen {
	background-color: #1a14b6;
	padding: 5px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	color: #1a14b6;
}

hr {
	border-bottom: 1px solid #1a14b6;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;
}

a {
	color: #1a14b6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	font-size: 12px;
	line-height: 18px;
}

