.background {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.table {
	background-image: url(images/table.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.tablebackground {
	background-attachment: scroll;
	background-image: url(images/tablebackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.mainpagebackground {
	background-image: url(images/mainpagebackground.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.watermark {
	background-attachment: scroll;
	background-image: url(images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F2F1D2;
}
.smalllink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #C49F06;
}

.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bullettext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #024600;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #013300;
}
.receptionheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #024A01;
	font-size: 12px;
}
#navigation {
	height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	background-image: url(images/bg_navigation.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#navigation a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	height: 21px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c49f06;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f2f1d2;
	border-left-color: #f2f1d2;
}
#navigation a:hover {
	background-color: #405125;
	color: #c49f06;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c3a004;
	border-left-color: #c3a004;
}
