body {
	margin:0;
	background-color : White;
	background-repeat: repeat-y;
	background-image: url(../images/hintergrund.jpg);
}

td.footer {
	font-family: normal/Trebuchet MS;
	font-size: 14pt;
	color : #EC8E4B;
}

td.content {
	font-family: normal/Trebuchet MS;
	font-size: 14pt;
	color : #E56509;
}

td.content_blue {
	font-family: normal/Trebuchet MS;
	font-size: 14pt;
	color : #000099;
}

td.content_bluelight {
	font-family: normal/Trebuchet MS;
	font-size: 14pt;
	color : #1270F0;
}

A:ACTIVE.orange, A:HOVER.orange, A:LINK.orange, A:VISITED.orange {
	color : #E56509;
}

A:ACTIVE, A:HOVER, A:LINK, A:VISITED {
	color : #EC8E4B;
}

A:ACTIVE.blue, A:HOVER.blue, A:LINK.blue, A:VISITED.blue {
	color : #000099;
}

