﻿@import url('advanced.css');
/*----------------
Body-Bereich
------------------*/
body 
{
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	font-size: 0.7em;
	font-family: Verdane, Tahoma, Arial;
}
/*Body-Bereichs fÃ¼r IE*/
*html body
{
	scrollbar-face-color : #e8e8e8 ;
	scrollbar-track-color: #edf1f3 ;
	scrollbar-arrow-color: #000000 ;
	scrollbar-shadow-color: #00000 ;
	scrollbar-highlight-color: #edf1f3 ;
	scrollbar-darkshadow-color: #e8e8e8 ;
}
/*------------
Header-Bereich
--------------*/
#fs_header 
{
	position:absolute; 
	margin:0;
	top:0;
	left:0px;
	width:100%;
	height:112px; 
	display:block; 
	z-index:7;
	
	background-image:url('header_bgr.jpg');
	background-repeat:repeat-x;
}
#fs_header_logo
{
	position:absolute;
	float:left;
	width:875px;
	height:112px;
	z-index:8;
	
	/*background-image:url('1024Pixel oPl.jpg');*/
	background-repeat:no-repeat;
}
#fs_header_sponsors
{
	position:relative;
	float:right;
	width:148px;
	height:112px;
	z-index:9;
	
	background-color:white;
	/*background-image:url('sponsors_new.gif');*/
	background-repeat:no-repeat;
}
.fs_ControlPanel
{
	position:absolute;
	top:5px;
	text-align:center;
	z-index:10;
	width:100%;
}
/*------------
Infobar-Bereich
--------------*/
#fs_ticker
{
	position:absolute;
	top:112px;
	width:100%;
	height:20px;  
	z-index:6;
	
	background-color:white; 
	text-align:center;
}
#fs_innerticker
{
	position:relative;
	padding:2px 20px 2px 20px;
}
/*------------
MenÃ¼-Bereich
--------------*/
#fs_menubar 
{
	clear:both;
	position:absolute;
	top:132px;
	width:100%;
	height:25px;  
	z-index:5;
	
	background-color:#009edf; /*altes Blau bis 11.08: #40A2E1;*/
	font-weight:bold;
	color:white;  
}
#fs_menu
{
	float:left;
	width:60%;
	
	padding:5px 0 3px 20px;
	font-weight:bold;
	color:white;
}
#fs_search
{
	float:right;
	width:35%;
	text-align:right;
	
	padding:2px 20px 0 0;
	font-weight:bold;
	color:white;
}
/*------------
Sidebar-Bereich
--------------*/
#fs_sidebar
{
	clear:both;
	position:absolute;
	top:162px;
	left:5px;
	bottom:35px;
	width:205px;
	z-index:4;
	
	overflow:auto;
}
*html #fs_sidebar
{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	border-top:162px white solid;
	border-left:5px white solid;
	border-bottom:35px white solid;
	height:100%;
	width:205px;
	z-index:4;
}
#fs_sidebarnav
{
	margin:0 10px 0 10px;
}
/*-----------------

Content-Bereich
-------------------*/
#fs_content 
{
	position:absolute;
	top:162px; 
	bottom:35px; 
	left:215px;
	right:5px;
	z-index:3; 
	
	overflow:auto;
}
/*Content-Bereich fÃ¼r IE*/
* html #fs_content 
{
	position:absolute;
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	border-top:162px solid #fff; 
	border-bottom:35px solid #fff; 
	border-left:215px solid #fff; 
	border-right:5px solid #fff;
	height:100%; 
	max-height:100%; 
	width:100%; 
	z-index:3; 
}
.ScrollTopButton
{
	background-color: Transparent;/*#e8e8e8;*/
	width:16px;
	height:16px;
	border:none;
	outline:none;
}
/*---------------
Footer-Bereich
-----------------*/
#fs_footer 
{
	position:absolute; 
	bottom:0; 
	width:100%; 	 
	height:30px; 
	z-index:4;
	
	background-color:#009edf;/*altes Blau bis 11.08: #40A2E1;*/
	color:white;
	text-align:center;
	font-weight:bold;
}
#fs_footernav
{
	padding-top:8px;
}




