html
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #e5e5e5;
	background-image: url( "../images/bg_main.jpg" );
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family:Times New Roman;
}

.clr {
	width: 100%;
	height: 1px;
	font-size: 1px;
	clear: both;
}

.hidden {
	display: none;
}

#Toppanel
{
	background-image:url("../images/toppanel_bg.png");
	width:976px;
	height:25px;
	color:White;
	padding:2px;
	overflow:hidden;
	display:block;	
}

#toppanel-minilogin
{
	height: 25px;
	width: 250px;
	float:left;
	margin-right:110px;	
}


/* @group the mini login */

.MiniTable {
	height: 25px;
}

.MiniTableLogout {
	height: 25px;
	width: 250px;
}

.MiniUserAccount {
	color: white;
	font: normal 11px/15px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

.MiniUserAccount a, 
.MiniUserAccount a:link, 
.MiniUserAccount a:visited {
	color: white;
	font: 11px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: underline;
}

.GoLoginButton {
	width: 25px;
	height: 25px;
	background: url(../images/GoLoginButton.png) no-repeat;
	border: none;
	padding: 0;
	margin-left: 5px;
}

.GoLoginButton:hover, 
.GoLoginButton:active {
	background: url(../images/GoLoginButtonOver.png) no-repeat;
	cursor: pointer;
}

.MiniInput {
	color: #FFFFFF;
	font: 11px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 80px;
	height: 14px;
	padding: 0;
	margin: 0;
	border: none;
	background-color:#8c8c8c;
	background: url(../images/MiniInput.png) no-repeat 0 center;
}

.MiniInputCell {
	width: 86px;
	height: 18px;
	background: url(../images/MiniInput.png) no-repeat 0 center;
	padding-left: 2px;
}

.MiniLabel {
	color: white;
	font: 11px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.MiniLabelCell {
	padding-left: 4px;
	padding-right: 4px;
}

.MiniLogout {
	font-size: 11px;
	line-height: 15px;
	text-align: right;
}

.MiniLogout a, 
.MiniLogout a:link, 
.MiniLogout a:visited {
	color: White;
	font: normal 11px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

.MiniLogout a:hover, 
.MiniLogout a:active {
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

.MiniRegister {
	text-align: right;
}

.MiniRegister a, 
.MiniRegister a:link, 
.MiniRegister a:visited {
	color: #c60707;
	font: normal 10px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: underline;
}

.MiniRegister a:hover, 
.MiniRegister a:active {
	color: #c60707;
	font: normal 10px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: underline;
}

.MiniAutoLogin {
	text-align: right;
}

.MiniAutoLogin label {
	color: #7a7a7a;
	font: normal 10px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

.MiniAutoLogin .subhead {
	line-height: 11px;
}

/* @end */

/* Forum View */
div.ForumViewTitle a {color:White; font-size:16px;}

.ForumView_Item 
{
	margin-bottom:30px;	
}
/* end */

/* Aktuelles View */
div.Aktuelles_ItemTitle a {color:White; font-size:16px;}
div.Aktuelles_ItemBody {color:#ffd90e; font-size:12px;}

.Aktuelles_Item 
{
	margin-bottom:25px;	
}
/* end */


#toppanel-time
{
	width:197px;
	background-image:url("../images/toppanel_time_bg.png");
	height:14px;
	text-align:center;
	float:left;
	padding:2px;
	margin-right:200px;
	margin-top:3px;
}

#toppanel-register
{
	width:197px;
	background-image:url("../images/toppanel_time_bg.png");
	height:14px;
	text-align:center;
	float:left;
	padding:2px;
	margin:0;
	margin-top:3px;
}

#PageWrapper
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 980px;
	background-image: url( "../images/bg_content.jpg" );
	background-position: center center;
	background-repeat:repeat-y;
}

#MainMenuWrapper
{
	cursor: url( "../images/ball.cur" ), pointer;
	margin: 0;
	padding: 0;
	background-image: url( "../images/kopf_bg.jpg" );
	width: 100%;
	overflow: hidden;
	text-align: right;
}

.PanoramaPane
{
	height:257px;
}

#TopTicker
{
	background-image:url("../images/topticker_bg.png");
	top:262px;	
	color: White;
	text-align:center;
	font-family:Times New Roman;
	font-size:12px;
	width:100%;
	position:absolute;
	z-index:999999;
	height:19px;
}

#ContentWrapper
{
	background-image:url("../images/content_bg.jpg");
	background-repeat:repeat-y;
	background-color:#8f94ba;
	height:100%;
	display:block;
}


#footer_top
{
	background-image: url( "../images/footer_top.png" );
	background-repeat: no-repeat;
	text-align: right;
	height:20px;
	width:980px;
	color:White;
	font-size: 12px;
	padding-top:14px;
	margin-top:50px;
}

#footer
{
	background-image: url( "../images/footer.png" );
	background-repeat: no-repeat;
	text-align: right;
	font-size: 10px;
	font-family: Verdana;
	font-variant: small-caps;
	font-weight: bold;
	color: White;
	padding: 4px 10px 0 0;
	width:980px;
	height:208px;
}

h1
{
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana;
	font-variant: small-caps;
	color: #1333ce;
	margin: 10px 0 2px 0;
	border: none;
}

h2
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	font-variant: small-caps;
	color: #1333ce;
	margin: 10px 0 2px 0;
}

hr
{
	color: #1333ce;
	height: 1px;
}

legend
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	font-variant: small-caps;
	color: #1333ce;
}

fieldset
{
	border: solid 2px #1333ce;
	margin: 0 0 20px 0;
	padding: 5px;
}

a
{
	cursor: url( "../images/ball.cur" ), pointer;
	color: White;
	text-decoration: none;
	font-size: 9px;
}

div.tab
{
	margin: auto;
	padding: 8px 0 0 0;
	background-image: url( "../images/tab.gif" );
	height: 17px;
	width: 96px;
	text-align: center;
	float: right;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	font-variant: small-caps;
}

div.tab_h
{
	margin: auto;
	padding: 4px 0 0 0;
	background-image: url( "../images/tab_h.gif" );
	height: 21px;
	width: 96px;
	text-align: center;
	float: right;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	font-variant: small-caps;
}

a.tab
{
	color: White;
	text-decoration: none;
}

a.tab_h
{
	color: blue;
	text-decoration: none;
}

img
{
	margin: 0;
	border: none;
}

span, p
{
	font-family: Verdana;
	font-size: 11px;
}

div.topnews_ticker
{
	margin: 0;
	padding: 0;
	background-image: url( "../images/bg_newsbox.gif" );
	width: 450px;
	height: 130px;
	position: relative;
	border-top: solid 2px #1333ce;
	border-bottom: solid 2px #1333ce;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
	font-family: Verdana;
}

div.news_ticker
{
	margin: 0;
	padding: 5px 5px 0 5px;
	width: 450px;
	height: 90px;
	position: relative;
	border-top: solid 2px #1333ce;
	border-bottom: solid 2px #1333ce;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
	font-family: Verdana;
	background-image: url( "../images/bg_newsbox2.gif" );
}

div.news
{
	margin: 0;
	padding: 15px 5px 15px 5px;
	width: 530px;
	border-top: solid 1px #1333ce;
	text-align: left;
	font-size: 12px;
	font-family: Verdana;
	color: Gray;
}

div.vorstand1
{
	margin: 0;
	padding: 5px 5px 0 5px;
	background-image: url( "../images/bg_vorstand1.gif" );
	width: 450px;
	height: 150px;
	position: relative;
	border-top: solid 2px #1333ce;
	border-bottom: solid 2px #1333ce;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
	font-family: Verdana;
}

div.vorstand2
{
	margin: 0;
	padding: 5px 5px 0 5px;
	background-image: url( "../images/bg_vorstand2.gif" );
	width: 450px;
	height: 150px;
	position: relative;
	border-top: solid 2px #1333ce;
	border-bottom: solid 2px #1333ce;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
	font-family: Verdana;
}

table
{
	empty-cells: show;
	border-collapse: collapse;
}

th.light
{
	background-image: url( "../images/th_head.gif" );
}
/*----------------------------Forum Uebersicht------------------------------------- */
table.forum_def
{
	empty-cells: show;
	border-collapse: collapse;
	margin: auto;
	border-top: solid 2px #1333ce;
	border-bottom: solid 2px #1333ce;
}

tr.bg_forum
{
	height: 50px;
	background-image: url( "../images/bg_forum.gif" );
	background-position: left center;
	font-weight: bold;
}

tr.bg_forum_ohne
{
	height: 50px;
	background-image: url( "../images/bg_forum_ohne.gif" );
	background-position: left center;
	font-weight: bold;
}

tr.bg_forum_h
{
	height: 30px;
	background-image: url( "../images/bg_forum_h.jpg" );
	background-position: left center;
	font-weight: bold;
}

table.forum_def td
{
	height: 35px;
	font-size: 12px;
	border-top: solid 2px #1333ce;
	border-bottom: solid 2px #1333ce;
}

table.forum_def th
{
	text-align: center;
	background-image: url( "../images/th_head2.gif" );
	font-size: 14px;
	background-color: #3761B7;
	color: white;
	padding: 1px;
}

a.forum_lnk
{
	color: #3761B7;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:visited.forum_lnk
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #3761B7;
}
a:hover.forum_lnk
{
	color: black;
	text-decoration: underline overline;
	font-weight: bold;
	font-size: 12px;
}

a.forum_lnk2
{
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:visited.forum_lnk2
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
a:hover.forum_lnk2
{
	color: #3761B7;
	text-decoration: underline overline;
	font-weight: bold;
	font-size: 12px;
}

/*------------------------------------------------------------------------------ */
div.head
{
	background-image: url( "../images/th_head2.gif" );
	color: White;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	padding: 5px 0 5px 5px;
	border-bottom: solid 2px #1333ce;
}

#portal
{
	height: 50px;
	background-image: url( "../images/bg_newsbox.gif" );
	border-top: solid 2px #1333ce;
	border-bottom: solid 2px #1333ce;
	padding: 5px 0 0 0;
}

input
{
	background-image: url( "../images/bg_input.gif" );
	background-position: top left; /*height:12px;*/
	font-size: 10px;
}

textarea
{
	background-image: url( "../images/bg_input.gif" );
	background-position: top left;
	font-size: 12px;
	background-repeat: no-repeat;
}

input.button
{
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: Gray;
}

th.left_corner
{
	background-image: url( "../images/head_l.gif" );
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 5px;
}

th.right_corner
{
	background-image: url( "../images/head_r.gif" );
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 5px;
}

th.middle
{
	background-image: url( "../images/head_m.gif" );
	margin: 0;
	padding: 0 0 0 10px;
	height: 30px;
	width: 150px;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
}

td.box
{
	border-right: solid 1px #545454;
	border-left: solid 1px #545454;
	border-bottom: solid 1px #545454;
	padding: 5px;
	margin: 0;
}

/* Spielplan */
table.sp
{
	empty-cells: show;
	border-collapse: collapse;
	margin: auto 5px auto 5px;
	border-top: solid 2px #1333ce;
	border-bottom: solid 2px #1333ce;
	background-image: url( "../images/bg_newsbox.gif" );
}

table.sp th
{
	background-image: url( "../images/th_head2.gif" );
	font-size: 12px;
	margin: 0;
	color: white;
	border-top: solid 2px #1333ce;
	border-bottom: solid 2px #1333ce;
}

table.sp td
{
	font-size: 10px;
	padding: 5px;
	margin: auto;
	text-align: center;
}

table.spplan
{
	empty-cells: show;
	border-collapse: collapse;
	margin: auto;
	border-top: solid 2px #1333ce;
	border-bottom: solid 2px #1333ce;
}

table.spplan th
{
	background-image: url( "../images/th_head2.gif" );
	font-size: 12px;
	margin: 0;
	color: white;
	border-top: solid 2px #1333ce;
	border-bottom: solid 2px #1333ce;
	text-align: center;
}

table.spplan td
{
	font-size: 10px;
	padding: 3px;
	margin: 0;
	border-top: solid 2px #1333ce;
	border-bottom: solid 2px #1333ce;
	text-align: center;
}

a.team_lnk
{
	color: black;
	font-size: 10px;
	text-decoration: none;
}
a:visited.team_lnk
{
	font-size: 10px;
	text-decoration: none;
	color: black;
}
a:hover.team_lnk
{
	color: black;
	text-decoration: underline;
	font-size: 10px;
}

a.halle_lnk
{
	color: #3761B7;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
a:visited.halle_lnk
{
	font-size: 10px;
	text-decoration: none;
	color: #3761B7;
	font-weight: normal;
}
a:hover.halle_lnk
{
	color: #3761B7;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

tr.even
{
	background-color: #CCCCFF;
	background-image: url( "../images/bg_forum_ohne.gif" );
}
tr.odd
{
	background-color: #FEFFC1;
	background-image: url( "../images/bg_forum_h.jpg" );
}
tr.disabled
{
	background-color: #e5e5e5;
	background-image: url( "../images/th_head.gif" );
}
div.even
{
	background-color: #CCCCFF;
}
div.odd
{
	background-color: #FEFFC1;
}

/* Events */
.upcomingEvent { text-align: left; padding: 2px 0 2px 10px;}
.upcomingEvent ul { margin: 0; padding: 0; list-style: none;}
.upcomingEvent li { margin-bottom: 2px !important; margin-bottom: 0;}
.upcomingEvent li { overflow: hidden; list-style: none;}
.upcomingEvent li.date { color: #ffd90e; font-family: Times New Roman, "Lucida Grande", "Trebuchet MS", Verdana, Sans; font-size: 10px; font-weight: bold; text-transform: uppercase;}
.upcomingEvent li.title, .upcomingEvent li.title a { color: White; font-family: Georgia; font-size:12px; text-transform: uppercase; text-decoration: none; }
.upcomingEvent li.stickyTitle , .upcomingEvent li.stickyTitle a { color: #00924F; font-family: Georgia; font-size:12px; text-transform: uppercase; text-decoration: none; }
.upcomingEvent li.local { color: #444444; font-family: Georgia, "Times New Roman", Sans-serif; font-size: 11px; font-style: italic; text-transform: none;}
.upcomingEvent li.learnMore a { height: 16px; width: 66px; margin-right: 3px; margin-top: 3px; float: left; display: block; overflow: hidden; background: url(../images/learnmore.png) top left no-repeat;}
.upcomingEvent li.learnMore a:hover { background: url(../images/learnmore.png) top left no-repeat;}
.upcomingEvent li.stickyLearnMore a { height: 16px; width: 66px; margin-right: 3px; margin-top: 3px; float: left; display: block; overflow: hidden; background: url(../images/learnmore.png) top left no-repeat;}
.upcomingEvent li.stickyLearnMore a:hover { background: url(../images/learnmore.png) top left no-repeat;}