/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(pics/page_background.jpg);
	background-repeat: no-repeat;
}#content {
	width: 903px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(pics/hintergrund.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding: 20px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4592BE;
}
a:link {
	text-decoration: none;
	color: #0077BD;
}
a:visited {
	text-decoration: none;
	color: #0077BD;
}
a:hover {
	text-decoration: none;
	color: #FFCC2A;
}
a:active {
	text-decoration: none;
	color: #0077BD;
}