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: Verdana;
}

.clr {
	width: 100%;
	height: 1px;
	font-size: 1px;
	clear: both;
}

.hidden {
	display: none;
}

div.border
{
	border-top: solid 2px #1333ce;
	border-bottom: solid 2px #1333ce;
}

#main
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	background-color: White;
	padding: 0;
	width: 980px;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	background-image: url( "../images/bg_content.jpg" );
	background-attachment: fixed;
	background-position: center center;
}

#tabs
{
	cursor: url( "../images/ball.cur" ), pointer;
	margin: 0;
	padding: 0;
	background-image: url( "../images/kopf_bg.jpg" );
	width: 100%;
	overflow: hidden;
	text-align: right;
}

#footer
{
	background-image: url( "../images/footer.jpg" );
	background-repeat: no-repeat;
	text-align: right;
	height: 26px;
	position: absolute;
	bottom: 0px;
	font-size: 10px;
	font-family: Verdana;
	font-variant: small-caps;
	font-weight: bold;
	color: White;
	padding: 4px 10px 0 0;
	width:980px;
}

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
{
	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;
}

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;
}


