@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	color:#cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 25px;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	
}

html[xmlns^="http"]
			{
			/* verhindert Mozilla-Zucken
			 * > Firefox 1.5
			 */
			overflow-y: scroll;
}
			
/* ### NAVIGATION ANFANG ### */
a {
	color:#cccccc;
	text-decoration:none;
}

a:hover {
	color:#f18e00;
	text-decoration:none;
}

.td_content2 a {
	color:#46565c;
	text-decoration:none;
	
}

.td_content2 a:hover {
	color:#f18e00;
	text-decoration:none;
}
/* NAVIGATION ENDE */

.wrapper {
	margin:auto;
	width:900px;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
}

.head1 {
	width:900px;
	height:121px;
	background-image:url(../img/head1.jpg);
}

.head2 {
	width:900px;
	height:121px;
	background-image:url(../img/head2.jpg);
}

.foot {
	clear:both;
	width:900px;
	height:60px;
	font-size:12px;
	color:#46565c;
}

.navi1 {
	clear:both;
	width:900px;
	height:30px;
	background-image:url(../img/navi/blank_1.png);
	background-repeat:no-repeat;
	background-position:left;
	text-align:right;
}

.navi2 {
	clear:both;
	width:900px;
	height:30px;
	background-image:url(../img/navi/blank_2.png);
	background-repeat:no-repeat;
	background-position:left;
	text-align:right;
}

.content1 {
	clear:both;
	width:900px;
	height:240px;
	overflow:hidden;
}

.content2 {
	clear:both;
	width:900px;
	height:118px;
	overflow:hidden;
}

.content3 {
	clear:both;
	width:900px;
	height:240px;
	overflow:auto;
}

.content3_auto {
	clear:both;
	width:900px;
	overflow:auto;
}

.table_content1 {
	width:840px;
	height:240px;
	margin-left:30px;
	margin-right:30px;
	/* border:5px solid #ff0000; */
}

.table_content2 {
	width:840px;
	height:118px;
	margin-left:30px;
	margin-right:30px;
}

.table_content3 {
	width:840px;
	height:210px;
	margin-left:30px;
	margin-right:30px;
	margin-top:15px;
	margin-bottom:15px;
	background-color:#151515;
}

.table_content_foot {
	width:840px;
	margin-left:30px;
	margin-right:30px;
	margin-top:15px;
}

.td_content1 {
	vertical-align:bottom;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:15px;
	padding-top:15px;
	color:#4b565c;
	}
	
.td_content2 {
	vertical-align:bottom;
	padding-left:30px;
	padding-right:30px;
	padding-top:15px;
	padding-bottom:9px;
	color:#ffffff;
	}
	
.td_content3 {
	vertical-align:top;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
}

td {
	vertical-align:top;
}

.bottom {
	vertical-align:bottom;
}

.small {
font-size:10px;
}

p {
padding-top:10px;
}
.fett {
	color: #f18e00;
	font-weight: bold;
}

.hr_trennlinie {
	clear:both;
	margin:auto;
	width:840px;
	height:1px;
	background-color:#46565c;
}

.hr_bespiele {
	height:1px;
	border-width:0px;
	background-color:#46565c;
}