html
{
	background: url("../images/backgrounds/largebackground.jpg") fixed center top no-repeat #2b799c; 
}

#main_wrapper
{
	width: 962px;
	Overflow-x: hidden;
	Overflow-y: auto;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	background: #2b799c;
	height: 162px;
	clear: both;
}

#menu
{
	width: 142px;
	height: 450px;
	float: left;
}

#nav
{
	background: url("../images/backgrounds/menu_left.jpg") 0 0 no-repeat;
	width: 142px;
	height: 343px;
}

li
{
	list-style-type: none;
}

#nav a, #nav a:hover, #nav a:active, #nav a:visited
{
	display: block; /* damit links den kompletten bereich ausfüllen */
	width: 129px;
	height: 17px;
	line-height: 16px; /* ein pixel hoeher als bereich, für valign */

	padding-left: 8px;

	font-family: 'Arial', 'Helvetica', 'system';
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

#nav ul
{
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: 5px;
}

#nav ul li
{
	background: url("../images/backgrounds/menu_unselected.png") 0 0 no-repeat;
	padding-bottom: 10px;
}

#nav ul li.active, #nav ul li.active:hover
{
	background: url("../images/backgrounds/menu_selected.png") 0 0 no-repeat;
	padding-bottom: 10px;
}

#nav ul li:hover
{
	background: url("../images/backgrounds/menu_hover.png") 0 0 no-repeat;
	padding-bottom: 10px;

}

.auto_size
{
	margin-right: auto;
}

.clear
{
	clear: both; 
}

#footer
{
	background: url("../images/backgrounds/footer.jpg") 0 0 no-repeat;
	height: 227px;
	width: 962px;
	clear: both; 
}

#teaser_link
{
	padding-left: 10px;
	padding-top: 17px;
	width: 375px;
	font-family: 'Arial', 'Helvetica', 'system';
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
}

#teaser_link a, a:visited, a:hover, a:active
{
	color: #ffffff;
	text-decoration: underline;
}

#teaser_image
{
	height: 107px;
	overflow: hidden;
}


.videoplayer, .slideshow
{
	min-height: 450px;
	/* IE MIN-HEIGHT FIX 2LINER*/
	height:auto !important;
	height:450px;
}

/* NEWS */
.newsitem 
{
	font-family: Arial, Helvetica, system, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
	color: #ffffff;
	margin: 0px;
	margin-bottom: 12px;
	padding-top: 2px;
	padding-bottom: 4px;
	line-height: 15px;

	margin-bottom: 20px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.newsitem .newsbody 
{
	width: 620px;
	min-height: 130px;
	/* IE MIN-HEIGHT FIX 2LINER*/
	height:auto !important;
	height:130px;
	
	float: right;
}

.newsitem .newspic 
{
	float: left;
	padding-left: 5px;
}

.newsitem .newsfooter
{
	clear: both;
	width: 100%;
}

.newsitem .date {
	font-family: Arial, Helvetica, system, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 3px;
}

.newsitem .headline {
	font-family: Arial, Helvetica, system, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 6px;
}

/* --- NEWS */

/* CONTENT */
#content
{
	background: url("../images/backgrounds/content.jpg") 0 0 no-repeat;
	margin-left: -142px;
	width: 820px;
	height: 450px;
	float: right;

	Overflow-x: hidden;
	Overflow-y: auto;
	
	font-family: Arial, Helvetica, system, sans-serif;
	color: #ffffff;
	font-size: 12px;
}

#content a, #content a:hover, #content a:visited, #content a:active
{
	color: #ffffff;
	text-decoration: underline;
}

#content #agb_content
{
	font-family: Arial, Helvetica, system, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
	color: #ffffff;
	margin: 0px;
	margin-bottom: 12px;
	padding-top: 2px;
	padding-bottom: 4px;
	line-height: 15px;
}

#content h1
{
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 8px;
}

#content h2
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
}

#content h3
{
	font-size: 12px;
	font-weight: bold;
}

#content hr
{
	line-height: 1px;
	color: #ffffff;
}
/* --- CONTENT */

/* NOFLASH */
.flashnotice
{
	width: 600px;
	padding-top: 170px;
	
	text-align: right;
	font-family: Arial, Helvetica, system, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
/* --- NOFLASH */

/* FIGHTER */
.fighteritem 
{
	font-family: Arial, Helvetica, system, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
	color: #ffffff;

	border: 1px solid #ffffff;
	margin-left: 10px;
	margin-bottom: 15px;
	padding: 5px;
	
	width: 360px;
	height: 150px;
	
	float: left;
}

.fighterpic
{
	float: left;
}

.fighterbody
{
	color: #ffffff;
	margin-left: 15px;
	width: 245px;
	float: right; 
}

.fighterbody .name
{
	font-size: 13px;
	font-weight: bold;
	
	padding-bottom: 20px;
}

.fighterbody .text
{
	font-size: 13px;
	font-weight: bold; 
	
	line-height: 20px;
}

.fightercontent
{
	font-family: Arial, Helvetica, system, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

/* --- FIGHTER */


/* GALLERY */
.gallerycontent
{
	font-family: Arial, Helvetica, system, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;

	padding: 10px;

}

.galleryitem
{
	font-family: Arial, Helvetica, system, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ffffff;
}

.galleryname
{
	font-size: 14px;
	padding-bottom: 2px;
}

.gallerylist
{
	border: 0;
}

.backlink
{
	position: relative;
	top: -180px;
	right: 0px;
}

/* --- GALLERY */

/* LINKS */
.linkscontent
{
	font-family: Arial, Helvetica, system, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

.links
{
	position: relative;
	left: 80px;
	
	padding-top: 10px;
	
	font-family: Arial, Helvetica, system, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}

.links p
{
	line-height: 18px;
	padding-bottom: 5px;
}

.links a, .links a:hover, .links a:visited, .links a:active
{
	color: #ffffff;
	text-decoration: underline;
}
/* --- LINKS */


/* TIMETABLE */

.timetable
{
	background: #135472;
}

.timetable tr.header
{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	height: 30px;
}
.timetable tr.header td
{
	padding-left: 5px;
}

.timetable tr.spacer
{
	height: 15px;
}

.timetable tr.topspacer
{
	height: 20px;
}

.timetable td.day
{
	font-size: 13px;
	font-weight: bold;
}

.timetable tr.event
{
	height: 45px;
}

.timetable td.cell
{
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}
/* --- TIMETABLE */


