.tdContentBg {
	background-attachment: fixed;
	background-image: url(layout/gfx/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003656;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003656;
}

.rTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FE0000;
}

.rContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003656;
	line-height: 16px;
}

a {
color: #ff3333;
text-decoration: none;
}

a:hover {
color: #ff3333;
text-decoration: underline;
}

