body { background-color: #111111; color: #CCCCCC; font-family: Futura, Verdana, Arial, Helvetica, sans-serif; overflow-x: hidden; }
	
a { text-decoration: none; color: #FF9900; }
a:link { color: #FF9900; }
a:visited { color: #FF9900; }
a:hover { color: #CCCCCC; }

h1 { font-weight: bold; font-size: 12px; color: #FF9900; }
h2 { font-weight: bold; font-size: 14px; color: #FF9900; }
h3 { font-weight: bold; font-size: 16px; color: #FF9900; }

ul.menu {
	list-style-type: none;
	width: 150px; height: 250px;
	margin: 0;
	padding: 0px; padding-top: 30px;
	text-align: right;
	}
	ul.menu a { display: block; background-color: transparent; margin-bottom: 4px; padding: 4px; padding-right: 10px; }
	ul.menu a:hover { background-color: #ff9900; color: #000000; }
	ul.menu li#current a { background-color: transparent; color: #ff9900; border-bottom: 1px dotted #ff9900; }

.zaehler { background-color: #000000; text-align: right; letter-spacing: 3px; }

#hintergrund1 { position: absolute; left: 0px; z-index: 0; }
#container { position: absolute; left: 100px; top: 10px; width: 924; height: auto; z-index: 1; background-color: #111111; float: left; padding-bottom: 10px; }
#hintergrund2 { position: absolute; left: 1024px; top: 10px; z-index: 0; }

#oberkante {
	position: absolute; top: 0px;
	width: 100%; height: 20px;
	background-image: url(../grafiken/oberkante.jpg); background-repeat: no-repeat;
	z-index: 1;
	}
#titelbild {
	position: absolute; top: 20px;
	width: 924; height: 270px;
	background-color: #000000;
	z-index: 2;
	text-align: right; padding: 0;
	}
#titelrahmen {
	position: absolute; top: 225px;
	width: 100%; height: 65px;
	background-image: url(../grafiken/titelrahmen.png); background-repeat: no-repeat;
	z-index: 3;
	}
#inhalt {
	position: absolute; top: 290px;
	width: 664px; height: auto; min-height: 400px;
	background-color: #222222; background-image: url(../grafiken/unterkante.jpg); background-repeat: no-repeat; background-position: bottom;
	z-index: 3;
	padding-left: 180px; padding-right: 80px; padding-bottom: 30px;
	}
	#inhalt table tr { width: 664px; }
	#inhalt table td { font-size: 12px; vertical-align: top; }
	#inhalt table table.tabelle { border-collapse: collapse; border: 0; padding: 0; }
	#inhalt table table.tabelle td { background-color: 353535; border: 0; padding: 0; vertical-align: top; }
	#inhalt table table td.spacer { background-color: 222222; }
#menue {
	position: absolute; top: 0px; left: 20px;
	width: 150px; height: 290px;
	background-image: url(../grafiken/menue.png); background-repeat: no-repeat;
	z-index: 10;
	padding: 0;
	}

