body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DDDDCC;
	margin: 0;
	padding: 0;
	background-color: #000000;
	text-align: center;
	background-image: url(/graphics/background.jpg);
}

div.titel {
	background-color: #000000;
}

div.h1 {
	width: 808px;
	height: 74px;
	background-image: url(/graphics/titelbar.jpg);
}
h1 {
	text-align: left;
	color: #FFFFFF;
	margin: 0;
	padding: 20px 0 0 50px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
}

div.content {
	width: 808px;
	text-align: center;
	border: 1px solid #000;
	background-image: url(/graphics/content-background.jpg);
}
table.mainmenu {
	height: 26px;
	background-repeat: no-repeat;
	background-image: url(/graphics/menu-background.jpg);
	margin: 0 0 5px 0;
}
table.mainmenu td {
	text-align: center;
	padding: 2px 0 0 0;
}
table.mainmenu td a, table.mainmenu td a:active { font-size: 15px; margin: 2px; color: #FFF; text-decoration: none; font-weight: bold; width: 95%; text-align: center; display: block; }
table.mainmenu td a:hover { color: #F55; background-color: #000000; }

div.footer, div.footersimple {
	font-size: 10px;
	color: #CAA;
	width: 808px;
	height: 74px;
	background-color: #000000;
}
div.footer { background-image: url(/graphics/footer.jpg); }
div.belowfoot { padding: 10px 0 20px 0; }

div.footer p.block, div.footersimple p.block { padding: 10px 60px 5px 60px; }
div.belowfoot a,div.footer a,div.footer a:active, div.footersimple a,div.footersimple a:active { color: #BBB; text-decoration: none; }
div.footer a:hover, div.footersimple a:hover { color: #FFFFFF; }

div.belowfoot a.b, div.belowfoot a.b { font-size: 14px; font-weight: bold; color: #FFF; }
div.belowfoot a.b:hover, div.belowfoot a.b:hover { text-decoration: underline; }

a.flash img, a.flash:active img { border: 1px solid #000; }
a.flash:hover img { border: 1px solid #FFF; }
*a.flash, *a.flash:active { border: 0px solid #000; }
*a.flash:hover { border: 0px solid #FFF; }
