body {
	background-color: #003466;
	background: url(/images/index/bg.jpg) repeat-x fixed;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #005496;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005496;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;

}

.fragebogen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}

tr.rowlite {
	background-color: #FCFDFE;
}

tr.rowdark {
	background-color: #EFF5FA;
}

a:link {
	text-decoration: none;
	color: #005496;

}
a:visited {
	text-decoration: none;
	color: #005496;

}
a:hover {
	text-decoration: underline;
	color: #005496;

}
a:active {
	text-decoration: underline;
	color: #005496;
}

.redborder {
	border-color: red;
	border-width: 1px;
	border-style: solid;
}

