@charset "utf-8";
/* set all elements dimensions */
*
{
	margin: 0;
	padding: 0;
	border: 0;
}
/* common styles */
body
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #000000 url(../gfx/background.gif) repeat-x top;
	color: #ffffff;
	font-size: 11px;
	line-height: 180%;
}
/* 100% height*/
body, html
{
	height: 100%;
}
/* main container */
div.wrapper {
	width: 996px;
	margin: 0 auto;	
	background-color: #252525;
	min-height: 99%;
}
/* header */
.header {
	background: url(../gfx/header.png) no-repeat;
	height: 114px;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
}
/* logo container */
.header .logo
{
	margin: 0px;
	padding: 0px;
	height: 106px;
	width: 178px;
	float: left;
	text-align: center;
	margin-top: 8px;
}
/* header title */
.header h1
{
	text-align: left;
	padding-top: 30px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	color: #000000;
	background-color: transparent;
}
/* inner container */
.innerwrapper
{
	margin: 0 202px 0 0;
	background-color: #252525;
	min-height: 100%;

}
/* content container */
.content
{
	margin: 0 0 0px 202px;
	padding: 5px;
	padding-top: 20px;
	background-color: #3a3a3a;
	min-height: 100%;
}
/* left column */
.left {
	margin: 0px;
	float: left;
	width: 202px;
	min-height: 100%;
}
/* right column */
.right {
	margin: 0px;
	float: right;
	width: 202px;
	padding: 0px;
	min-height: 100%;
}
/* clean list styles */
ul li
{
	list-style-type: none;
	list-style-position: inside;
}
/* top menu container */
.menu
{
	height: 32px;
	padding: 0px;
	padding-top: 1px;
	margin: 28px 0px 0px 200px;
	position: relative;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 0.8em;
	text-transform: uppercase;
}
/* top menu list */
.menu ul
{
	margin: 0px;
}
/* top menu list style */
.menu ul li {
	margin: 0px;
	padding-left: 0px;
	padding-right: 5px;
	list-style-position: none;
	float: left;
	border-right: 2px outset #ffffff;
}
.menu ul li img {
	vertical-align:middle;
	width:24px !important;
	height:33px !important
}
/* top menu link */
.menu ul li a
{
	color:#ffffff;
	background-color: transparent;
	text-decoration: none;
	width: 100%;
	line-height:24px;
	vertical-align:middle;
}
/* top menu link hover */
.menu ul li a:hover
{
	color:#ffffcc;
}
/* content paragraph */
p {
	margin: 0 0 15px 0;
	text-align: justify;
}
p img {
	display:block;
	margin:auto;
	margin-top:5px;
}

/* content link */
.content a, .column_block a
{
	color: #ebc53e;
	text-decoration: none;
}
.content a:hover, .column_block a:hover
{
	text-decoration: underline;
}
.content h1 {
	margin: 0 0 15px 0;
	font-size: 1.4em;
	font-weight: bold;
}
.content h2 {
	margin: 0 0 15px 0;
	font-size: 1.2em;
	font-weight: bold;
}

.content h3 {
	font-size: 1em;
	font-weight: bold;
}	
.leftmenu
{
	background: #38899e url(../gfx/left_background.gif) repeat-x;
	width: 202px;
	margin-top: 10px;
}
/* left menu list style */
.leftmenu ul
{
	margin: 0px 19px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* left menu list item style */
.leftmenu ul li {
	list-style-type: disc;
	margin: 0px;
	list-style-position: inside;
	border-bottom: 1px solid #3995ad;
}
/* left menu link */
.leftmenu ul li a
{
	color:#ffffff;
	background-color: transparent;
	text-decoration: none;
	width: 100%;
}
/* left menu link hover */
.leftmenu ul li a:hover
{
	color:#333333;
	background-color: transparent;
}
.leftmenusub
{
	margin-top: 0px;
}
/* left menu list style */
.leftmenusub ul
{
	margin: 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* left menu list item style */
.leftmenusub ul li {
	list-style-type: circle;
	margin: 0px 0px;
	list-style-position: inside;
	border-bottom: 1px solid #3995ad;
}
/* left menu link */
.leftmenusub ul li a
{
	color:#ffffff;
	background-color: transparent;
	text-decoration: none;
	width: 100%;
}
/* left menu link hover */
.leftmenusub ul li a:hover
{
	color:#333333;
	background-color: transparent;
}
/* left menu active link */
li.leftmenu-active { color:#EBC53E !important; }
li.leftmenu-active strong, li.leftmenu-active strong a:link, li.leftmenu-active strong a:visited { color:#EBC53E; }
li.leftmenu-active li a:visited, li.leftmenu-active li { color:#FFFFFF; }

/* column headers */
.left h2, .right h2
{
	font-size: 1.1em;
	color:#ffffff;
	background-color: transparent;
	width: 182px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 24px;
	background: url(../gfx/left_header_background.gif) repeat-x;
	margin-top: 16px;
}
/* bottom line for column blocks */
.left h2, .right h2, .left .csc-loginform form, .right .column_block, .left .column_block
{
	border-bottom: 2px solid #3f3f3f;
}
/* login form layout */
.left .csc-loginform form
{
	padding: 10px;
	margin-bottom: 10px;
	padding-right: 4px;
}
/* hide for css mode */
.left .csc-loginform legend
{
	display: none;
}
.left .csc-loginform label
{
	display: block;
	float: left;
	color: #999999;
	cursor: pointer;
	padding-right: 2px;
}
.left .csc-loginform input
{
	display: block;
	width:88px;
	float: right;
	font-size: 11px;
	color: #000000;
	background-color: white;
	height: 18px;
	margin: 2px;
}
.btnlogin
{
	font-weight: bolder;
	background-color: #3f3f3f;
}
.column_block p
{
	padding: 5px;
	padding-bottom: 0px;
	line-height:150%;
}
/* partner logo positioning */
.partner
{
	margin: 16px;
	text-align: center;
}
/* footer */
.footer {
	margin: -18px 0 0 0;
	border: none;
	background-color: transparent;
	clear: both;
}
.footer p
{
	padding-left: 30px;
}
/* footer link */
.footer a
{
	color: #ebc53e;
	text-decoration: none;
}
.footer a:hover
{
	text-decoration: underline;
}
/* Termine im TV-Subtemplate */
.termine {
	border: 1px solid #3f3f3f;
	background-color: #ffffff;
	color: #000000;
	font-size: 10px;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	float: left;
	overflow: hide;
}
.date {
	font-weight: bolder;
	color: #3f3f3f;
}
.name { } 
.col20l{float:left;width:20%}
.col80r{float:right;width:70%}
/* Header for the news */
.column_block .news-latest-container h3
{
	font-size: 1em;
}
/* Fix termine in FF */
.termine .col20l{float:left;width:6em;}
.termine .col80r{float:left;width:auto}
/* Fix termine block IE/FF*/
.termine
{
	width: 196px;
	margin-left: 0px;
	margin: expression("0px");
}
ul.leftmenusub
{
	padding: 0px;
}
/* table layout */
.contenttable-0 
{
	border: 1px solid #252525;
	background-color: #252525;
	width: 98%;
}
/* table: all rows */
.contenttable tr td
{
	border: 1px solid #252525;
	height: 20px;
	padding: 1px;
}
/* table: centered headers */
.contenttable-0 .tr-0 td, .contenttable-0 .tr-1 td, .contenttable-0 .tr-3 td
{
	text-align: center;
}
/* first column: date */
.contenttable-0 tr td.td-0
{
	width: 8em;
	text-align: center;
}
/* second column: time */
.contenttable-0 tr td.td-1
{
	width: 8em;
	text-align: center;
}
/* third column: commands */
.contenttable-0 tr td.td-2
{
}

/* third column: commands */
.contenttable-0 tr td.td-3
{
	text-align: center;
	word-wrap: none;
}
/* last column: result */
.contenttable-0 tr td.td-last
{
	text-align: center;
}
/* rotation for even and odd rows */
.contenttable-0 .tr-even
{
	background-color: #333333;
}
.contenttable-0 .tr-odd
{
	background-color: #505050;
}
/* divider fix for firefox */
.content hr
{
	width: 100%;
	background-color: #fff;
	color: #ffffff;
	height: 1px;
}
/* formular container */
div.csc-mailform-field
{
	width: auto;
	padding: 2px;
}
/* formular: field caption text container */
div.csc-mailform-field label
{
	width: 20%;
	float: left;
}
/* formular: fields width */
div.csc-mailform-field input, div.csc-mailform-field textarea, div.csc-mailform-field select 
{
	width: 66%;
}
/* formular: submit button */
div.csc-mailform-field input.csc-mailform-submit
{
	width: auto;
	padding: 2px 10px 2px 10px;
	_padding: 0px 10px 0px 10px;
	margin-left: 20%;
	_margin-left: 20.5%;
}
div.csc-textpic-intext-right
{
	height: 180px;
}
div.csc-textpic-imagewrap
{
clear:none !important;
margin-left:auto;
margin-right:auto;
}
/* news */
td.newsitemlist p {
	display:inline;
}
table.contenttable {
	width:98%;
}
div.news-single-img {
	padding-top:5px;
	text-align:center;
}
hr.hrnews, hr.hrshortnews {
	height:1px;
	color:#EBC53E;
	background-color:#EBC53E;
	color:#EBC53E;
	width:100%;
	margin-top:8px;
	margin-bottom:15px;
	text-align:left;
}
hr.hrshortnews {
         margin:0px;
         margin-top:4px;
         background-color:#323232;
         color:#323232;
}
table.trainingszeiten td {
	width:25%;
	text-align:center !important;
}
table.hallenplan td.td-1 { width:120px; }
table.hallenplan td.td-2 { text-align:center; }
table.tabelle td, table.ergebnisse td, table.kader, table.tabelle-termine {
	text-align:center !important;
	white-space:nowrap !important;
}
table.tabelle tr td.td-0 {
	width:8%;
}
table.tabelle tr td.td-1 {
	width:30%;
}
table.tabelle tr td.td-2 {
	width:8%;
}
table.tabelle tr td.td-3 {
	width:8%;
}
table.tabelle tr td.td-4 {
	width:8%;
}
table.tabelle tr td.td-5 {
	width:8%;
}
table.tabelle tr td.td-6 {
	width:10%;
}
table.tabelle tr td.td-7 {
	width:10%;
}
table.tabelle tr td.td-8 {
	width:10%;
}
table.tabelle {
	margin-bottom:15px;
}
table.ergebnisse tr td.td-0 {
	width:20%;
}
table.ergebnisse tr td.td-1 {
	width:30%;
}
table.ergebnisse tr td.td-2 {
	width:30%;
}
table.ergebnisse tr td.td-3 {
	width:20%;
}
table.kader tr td {
	width:33%;
}
table.kader {
	margin-bottom:10px;
}
table.tabelle-termine td {
	padding-left:3px;
	padding-right:3px;
}
div.csc-textpic-clear {
	clear:none;
	height:10px;
}
table.verein_chronik td.td-0 {
	width:30%;
	text-align:center;
}
table.verein_chronik td.td-1 {
	width:30%;
	text-align:center;
}
table.verein_chronik td.td-2 {
	width:30%;
	text-align:center;
}
table.verein_chronik td.td-3 {
	width:10%;
	text-align:center;
}
div.csc-textpic, div.csc-textpic-imagerow {
	clear:none !important;
}
p.news-single-imgcaption {
	text-align:center;
}
div.csc-frame-rulerAfter {
	height:1px;
	color:#EBC53E;
	background-color:#EBC53E;
	width:100%;
	margin-top:8px;
	margin-bottom:15px;
	text-align:left;
}
div.csc-textpic-text {
	clear:none !important
}
p.csc-linkToTop {
	text-align:right;
}
/* BFV.de Liga Plugin */
#meineLiga #widgetHeader, #meineLiga #widgetMiddle, #meineLiga #widgetBottom {
	margin:0 auto;
        overflow:hidden;
}
#meineLiga #widgetHeader {
	background-image:url(/fileadmin/templates/gfx/widget_header.gif) !important;
}
#meineLiga div, #meineLiga table, #meineLiga .widgetContentTableStyle {
	background-color:#EBC53E !important;
}
#meineLiga .spielleiterStyleHeadline, #meineLiga .spielleiterStyle, #meineLiga .borderStyle {
	border:1px solid #3a3a3a !important;
	color:#FFFFFF !important;
}
#meineLiga .spielleiterStyleHeadline {
	background-color:#3a3a3a !important;
}
#meineLiga .spielleiterStyle {
	color:#3a3a3a !important;
}
#meineLiga a { color:#3a3a3a; }
#meineLiga #widgetBottom {
	background-image:none !important;
	background-color:#3a3a3a !important;
	border-top:1px solid #06559A;
}
#meineLiga .widgetTabTableStyle td {
	background-image:url(/fileadmin/templates/gfx/meineLigaNavi.gif) !important;
	background-repeat:repeat-x;
	width:40px;
	height:24px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	font-weight:bold !important;
	font-size:9pt !important;
}
#meineLiga .widgetTabTableStyle a {
	color:#EBC53E !important;
}
#meineLiga .widgetTabTableStyle img {
	visibility:hidden;
	height:10px;
}
#meineLiga hr.line, #meineLiga td.sportViewReiterTrenner { display:none; }
#meineLiga .sportViewTitleCmsActiv { color:#FFFFFF; }
#meineLiga #werbung { height:60px; margin-bottom:20px; }
#meineLiga td.itemEven { white-space:nowrap; }