@charset "iso-8859-1";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #cccccc;
	text-decoration: none;
	background-color: #999999;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 15pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 13pt;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 11pt;
}
h6 {
	font-size: 10pt;
}
blockquote {
	font-size: 8pt;
	font-style: italic;
	text-decoration: none;
}
a {
	color: #cccccc;
	text-decoration: underline;
}
a:link {
	color: #cccccc;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
	text-decoration: underline;
}
.menuitem_title {
	font-size: 16pt;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
a.menuitem_title {
	text-decoration: none;
}
a:link.menuitem_title {
	text-decoration: none;
}
a:visited.menuitem_title {
	color: #ffffff;
	text-decoration: none;
}
a:hover.menuitem_title {
	text-decoration: none;
}
a:active.menuitem_title {
	text-decoration: none;
}
.menuitem {
	font-size: 12pt;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
a.menuitem {
	text-decoration: none;
}
a:link.menuitem {
	text-decoration: none;
}
a:visited.menuitem {
	color: #ffffff;
	text-decoration: none;
}
a:hover.menuitem {
	text-decoration: none;
}
a:active.menuitem {
	text-decoration: none;
}
.infotext {
	font-size: 8pt;
}
.siteborder {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.imageborder {
	border: 1px solid #000000;
}
.bg_black {
	background-color: #000000;
}
.bg_darkgrey {
	background-color: #242424;
}
.bg_menuimage {
	background-color: #000000;
	background-image: url(/images/01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
