/* allgemeine Definitionen */

body {
	margin:0px;
	margin-top:10px;
	background-color:#C83102;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
}

/* Block Elemente */
#wrapper {
	margin:auto;
	width:922px;
}
#container {
	position:absolute;
	width:922px;
	height:689px;
	z-index:1;
}
#footer {
	position:absolute;
	left:auto;
	top:690px;
	width:768px;
	left:0px;
	z-index:1;
	text-align:right;
}
#head {
	position:absolute;
	left:0px;
	top:0px;
	width:768px;
	height:141px;
	z-index:2;
	background-image:url(../img/head.gif);
	cursor:pointer;
}
#head_content {
	position:absolute;
	left:312px;
	top:10px;
	width:456px;
	height:135px;
	z-index:2;
}
#news {
	position:absolute;
	left:0px;
	top:141px;
	width:312px;
	height:237px;
	z-index:3;
	background-image:url(../img/news.gif);
}
#schedule {
	position:absolute;
	left:0px;
	top:378px;
	width:312px;
	height:311px;
	z-index:4;
	background-image:url(../img/schedule.gif);
}
#menue {
	position:absolute;
	left:312px;
	top:141px;
	width:456px;
	height:70px;
	z-index:5;
	background-image:url(../img/menue.gif);
	padding-top:10px;
	text-align:center;
}
#content {
	position:absolute;
	left:312px;
	top:211px;
	width:456px;
	height:364px;
	z-index:6;
	background-image:url(../img/content.gif);
}
#bottom {
	position:absolute;
	left:312px;
	top:575px;
	width:456px;
	height:114px;
	z-index:7;
	background-image:url(../img/footer.gif);
}
#ad {
	position:absolute;
	left:767px;
	top:3px;
	width:154px;
	height:646px;
	z-index:8;
	background-image:url(../img/ad_wide2.gif);
}
#ad_content {
	position:absolute;
	left:12px;
	top:20px;
	width:130px;
	height:600x;
	z-index:1;
}
#news_content {
	position:absolute;
	left:29px;
	top:10px;
	width:269px;
	height:216px;
	z-index:2;
}
#schedule_content {
	position:absolute;
	left:29px;
	top:16px;
	width:269px;
	height:271px;
	z-index:2;
}
#content_content {
	position:absolute;
	left:19px;
	top:15px;
	width:420px;
	height:330px;
	z-index:2;
	overflow:auto;
}
#bottom_content {
	position:absolute;
	left:19px;
	top:15px;
	width:420px;
	height:85px;
	z-index:2;
}
/* Tabellen Formatierung */
#content_content table {
	width:400px;
}
#content_content div.sp_zwei table td {
	width:50%;
}
#content_content table tr.even {
	background-color:#AF2900;
	opacity: .7 !important; /* css 3 */
}
#content_content table tr.odd {
	background-color:#CF4E26;
	opacity: .7 !important; /* css 3 */
}

/* allgemeine Scriftformatierung */
h3 {
	font-size:18px;
}
a {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dashed #FFF;
}
a:hover {
	font-weight:bold;
	border-bottom:2px solid #FFF;
}

/* news Block */
#content_content h2 {
	margin:0px;
}
#news_content h3, #schedule_content h3 {
	margin:0px;
}
#news_content h4, #schedule_content h4 {
	margin-top:10px;
	margin-bottom:5px;
}
#news_content p, #schedule_content p {
	margin:0px;
}
#news_content div {
	text-align:right;
	margin:0px;
}

/* menü */

#menue a {
	font-size:16px;
	font-weight:bold;
	border-bottom:none;
	
	background-image:url(../img/strich_red.gif);
	background-repeat:no-repeat;
	background-position:50% 20px;
	
	/*
	height:50px;
	*/
}
#menue a:hover {
	color:#999999;
	background-color:transparent;
}

#menue ul li a {
	font-size:16px;
	font-weight:bold;
	border-bottom:none;
	
	background-image:url(../img/strich_red.gif);
	background-repeat:no-repeat;
	background-position:50% 20px;
}
#menue ul li a:hover {
	color:#999999;
	background-color:transparent;
}

#menue ul {
	position:relative; 
	top:10px;
	padding:0; 
	margin:0% 2% 0% 0%; 
}
#menue ul li {
	display:inline;
	margin:0 1px;
}
#menue li {
	padding:2px 5px;
}
#menue li:hover {
	padding:2px 5px;
}