html {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	scrollbar-base-color:#DED8AD;
	scrollbar-track-color:#DED8AD;
	scrollbar-face-color:#DED8AD;
	scrollbar-highlight-color:#EDE8C1;
	scrollbar-3dlight-color:#DED8AD;
	scrollbar-darkshadow-color:#D2CB96;
	scrollbar-shadow-color:#DED8AD;
	scrollbar-arrow-color:#C4BC8A;
}
.maintable {
	background-color: #A30505;
	border: 1px solid #FFFFFF;
	background-image: url(images/menu_background.jpg);
	background-repeat: repeat-y;
}
.font_white_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.font_white_small:link, a.font_white_small:visited { 
	color:#FFFFFF;
	text-decoration:none;
}
a.font_white_small:active, a.font_white_small:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.menubuttons {
	padding: 5px;
	width: 250px;
	display: block;
	text-indent: 32px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 22px;
}
.lastbutton {
	padding: 5px;
	width: 250px;
	display: block;
	text-indent: 32px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	line-height: 22px;
}
a.menubuttons:link, a.menubuttons:visited, a.lastbutton:link, a.lastbutton:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a.menubuttons:active, a.menubuttons:hover, a.lastbutton:active, a.lastbutton:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	background-color: #A30505;
	letter-spacing: 2px;
}
.leerzeile {
	height: 10px;
}
.trenner {
	height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 440px;
}
.headlines {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	padding: 2px;
	width: 440px;
	text-align: right;
}
.font_white_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.font_white_normal:link, a.font_white_normal:visited { 
	color:#FFFFFF;
	text-decoration:none;
}
a.font_white_normal:active, a.font_white_normal:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.bilderrahmen {
	border: 1px solid #FFFFFF;
}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	width: 340px;
	border: 1px solid #FFFFFF;
	background-color: #A30505;
}
.errormessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	text-align: center;
	padding: 5px;
	width: 427px;
	border: 1px solid #FFFFFF;
}
.fielderror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	width: 340px;
	border: 1px solid #FFFFFF;
	background-color: #FF6600;
}
