/***********************************
  
  Structure of this CSS
  -------------------------------
  - HTML REDIFINED, COMMON STYLES
  - STRUCTURE
  	- HEADER
	- CONTENT COL, CENTER
	- CONTEXT COL
	- NAVI COL
	- FOOTER  
  - CONVENIENT (practical classes, often used)
  
  Corporate Colors
  -------------------------------
  titles(dark red): #e70005;

***********************************/

/* HTML REDEFINED, COMMON STYLES */

* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	line-height:1.4em;
	font-size:12px;
	background: #a8a9a8 url(imgs/body_bg.jpg) repeat-x;
}

/* colors content elements */
td,th,p,li{
	vertical-align:top;
	font-size:12px;
	line-height:1.4em;
	color:#353535;
}

p{
	padding:0px 0px 8px 0px;
}

img, table {
	border:none;
}

a{
	color:#009ddd;
}

a:hover{
	text-decoration:none;
}

/* colors titles */
h1,h2,h3,h4,caption{
	color:#e70005;
	line-height:1.4em;
}

h1,h1#title{ 
	padding:0px 0px 14px 0px;
	margin:12px 0 0 0;
	font-size:20px;
	font-weight:bold;
	background: url(imgs/h1_bg.gif) repeat-x 0px 30px;
}
/*
h1#title{
	padding:0px 0px 0px 0px;
}
*/
h2{
	margin:0px 0px 3px 0px;
	padding:17px 0px 3px 0px;
	font-size:15px;
}

h3,h4,caption{
	margin:0px;
	padding:8px 0px 5px 0px;
	font-size:13px;
}


/* list */


#content_padding ul, #content_padding ol {
	margin:8px 0px 12px 12px;
}

#content_padding ul li, #content_padding ol li {
	list-style: disc outside;
	padding:0px 0px 0px 0px;
	margin:0px 0px 4px 18px;
}

textarea, input{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
}

textarea{
	width: 450px;
	height: 100px;
}
/* STRUCTURE */

div#outerwrapper {

}


div#wrapper {
	float:left;
}

div#content {
	margin:0px 205px 0px 169px;
	min-height:490px;
	height:auto !important;
	height:490px;
	overflow:visible;
}

div#context_col {
	float:left;
	width:189px; /* padding-left = (margin-right v. # - width) */
	margin:0 0 0 -189px;
	overflow:hidden; /* added */
	padding:24px 0 30px 0;
}

div#navi_col {
	float:left;
	width:165px;
	margin:0 0 0 -100%;
	padding:24px 0 30px 0;
}

div#footer {
	clear:left;
	width:100%;
	height:30px;
	position:relative;
	color:#444;
	background: url(imgs/footer.gif) no-repeat;
}

/* added to the layout structure */

div#content_padding{
	position: relative;
	padding: 0px 0px 30px 0px;
	margin: 15px 0 0 0;
	width: 600px;
}

#page_container {
	width:974px;
	margin:0px auto 0px auto;
	background: url(imgs/cols_bg.jpg) no-repeat;
	padding: 0 0 0 0;
}


/* HEADER */

#header {
	position:relative;
	width:974px;
	height:132px;
	background:url(imgs/header.jpg);
}

#logo{
	display:block;
	position:absolute;
	left:7px;
	top:0px;
}

#header_shadow{
	position:absolute;
	left:7px;
	top:132px;
}

/* CENTER COL, CONTENT */

.content_img_left{
	display:block;
	float:left;
	margin: 4px 10px 7px 0px;
}


.content_img_right{
	display:block;
	float:right;
	margin: 4px 0px 7px 10px;
}

#funcnavi{
	position:absolute;
	left:658px;
	top:8px;
	width:70px;
	font-size: 11px;
	color:#999;
	text-align:right;
}

a#kontakt, a#printer{
	display:block;
	position:absolute;
	top:107px;
	width:20px;
	height:22px;
	background:url(imgs/print_contact.gif) no-repeat;
}

a#kontakt{
	left:910px;
	background-position: -3px 0px;
}

a#kontakt:hover{
	background-position: -3px -50px;
}
a#printer{
	left:939px;
	background-position: -33px 0px;
}

a#printer span, a#kontakt span{
	display:none;
}

a#printer:hover{
	background-position: -33px -50px;
}


/* LEFT COL */


div#sidebar-left{
	width:148px;
	margin-left:7px;
}

#sidebar-left ul, li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style:none;
	list-style-type:none;
}

#sidebar-left ul.menu {
	float:left;
	clear:left;
	margin:20px 0 0 0;	
	width:100%;
}

#sidebar-left ul.menu li{
	clear:left;
	border-bottom: 1px solid #c3c3c3;
}

/* remove padding bottom when nested list */

/* but add padding bottom for the first link */

 
#sidebar-left ul.menu li a{
	display:block;
	font-size:12px;
	color:#444;
	text-decoration:none;
	padding: 4px 0 3px 5px;
	margin: 0 0 0 0;
	vertical-align:bottom;
}

/* hover */

#sidebar-left ul.menu li a.active, #sidebar-left ul.menu li a:hover{
	background-position: 0 -5px;
	background-color:#333;
	color:#FFF;
}

/* for second level */

#sidebar-left ul.menu li ul.menu li.expanded ul.menu li a{
	background-color:#dfdfdf !important;
}

#sidebar-left ul.menu li ul.menu, #sidebar-left ul.menu li ul.menu li ul.menu{
	margin: 0;
}

/* links */
#sidebar-left ul.menu ul.menu a, #sidebar-left el.menu li.expanded ul.menu a {
	padding: 4px 0 3px 15px;
	margin: 0 0 0 0;
	background-color:#f6f6f6;
	line-height: 12px;
}

#sidebar-left ul.menu ul.menu ul.menu a, #sidebar-left ul.menu ul.menu li.expanded ul.menu a {
	padding: 4px 0 3px 30px;
	margin: 0 0 0 0;
	background-color:#fff;
	line-height: 12px;
}

/* hover */

#sidebar-left ul.menu li ul.menu li a.active, #sidebar-left ul.menu li ul.menu li a:hover {
	background-color:#666 !important;
	color:#FFF;
}

#sidebar-left ul.menu li ul.menu li ul.menu  li a.active, #sidebar-left ul.menu li ul.menu li ul.menu li a:hover {
	background-color:#aaa !important;
	color:#FFF;
}


/* FOOTER */

#footer div#leftdiv, #rightdiv, #centerdiv {
	position:absolute;
	top:4px;
	font-size:11px;
	top:12px;
}

#footer div#leftdiv {
	left:6px;
}

#footer div#centerdiv {
	left:200px;
}

#footer div#rightdiv {
	right:6px;
	text-align:right;
	width:240px;
}

#footer div a {
	color:#444;
	text-decoration:underline;
}

#footer div a:hover {
	text-decoration:none;
}

/* CONVENIENT */

.top{
	padding-top:0px;
	margin-top:0px;
}

.align_right{
	text-align:right;
}

.nomargin{
	padding: 0 !important;
	margin: 0 !important;
}




/******************************** NEWS *************************/

/* Startseite news anzeige */

#news{
	width: 100%; 
	position:relative;
	top:10px;
}

/* news boxen */
div.big_news_1, div.big_news_2, div.small_news, div.a_fix_news{
	border-bottom:1px solid #CCC;
}

/* elemente in news box */
#news p{
	padding: 0 0 5px 0;
	margin: 0;
}

#news a{
	
	text-decoration: underline;
}

#news a:hover{
	color: #333;
	text-decoration: none;
}

.news_header, #details h2{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
}

/* grosse news boxen*/

.big_news_1, .big_news_2{
	clear: left;
	width: 100%;
	height: 100px;
	font-size: 12px;
	}

.big_news_1 .round_corners{
	float: left;
	margin: 0 10px 10px 0;
}

.big_news_2 .round_corners{
	float: right;
	margin: 0 0 10px 10px;
}

.round_corners img {
	display:block;
	position:relative;
}


.small_news .round_corners ,.a_fix_news .round_corners{
	display:none;
}




/* bilder in grosser newsbox */


.big_news_2,.div3{
	margin-top: 10px;
}

/* kleine und fixe news boxen */
.small_news, #fix_news div.a_fix_news {
	clear: left;
	width: 281px;
	height: 110px;
	font-size: 12px;
	margin-top: 15px;
}

/* bilder in kleinen und fixen news boxen */
.small_news img, #fix_news img{	
	display:block;
	position:relative;
	width: 60px;
	height:45px;
}

/* positionierung der fixen news */
#fix_news{
	border-bottom: 1px solid #fff !important;
	position: absolute;
	width: 275px;
	left: 299px;
	top: 212px;	
	background: url(images/fixe_news_border_left.gif) 0 7px no-repeat;
	padding-left: 5px;
}

#fix_news h2{
	margin:0 !important;
	padding: 0 !important;
}


div.small_news div.round_corners, #fix_news div.round_corners{
	float:left;
	width:60px;
	height:45px;
	margin: 0 5px 5px 0;
}
.li_ob, .re_ob, .re_un, .li_un{
	background-repeat:no-repeat;
}

.li_ob{
	background-image:url(images/li_ob.png);
	background-position:left top;
}

.re_ob{
	background-image:url(images/re_ob.png);
	background-position:right top;
}
.re_un{
	background-image:url(images/re_un.png);
	background-position:right bottom;
}

.li_un{
	background-image:url(images/li_un.png);
	background-position:left bottom;
}


/* abstand einer fixen news zum rand links */
#fix_news div.a_fix_news{
	margin-left:15px;
}

/* news einzelansicht */

.round_corners_big{
	float:right;
	margin: 0 0 10px 10px;
	background-repeat: no-repeat;
}

#details p{
	font-size: 12px;
}

#details h3{
	font-size: 12px;
	margin: 2px 0 5px 0;
	padding: 0 0 0 0;
}

h1#mb_title{
	padding: 0 !important;
	margin: 0 0 12px 0 !important;
	font-size: 15px;
	position:relative;
	top:7px;
}



/* startseite: letzte nächste spiele */

table.games, table#kurztabelle{
	width: 180px;
}
table.games td, table#kurztabelle td, table#kurztabelle th{
	font-size: 11px;
}
table#kurztabelle td.c1{
	width: 12px;
}
table#kurztabelle td.c2{

}
table#kurztabelle td.c3, table#kurztabelle td.c4, table#kurztabelle td.c5{
	width: 16px;
}

tr.first-row td, tr.third-row td{
	border-bottom:1px solid #bbb;

}

tr.second-row td{
	border-bottom:1px solid #bbb;
	background-color:#ddd;
}
tr.forth-row td{
	background-color:#ddd;
}

td.first-col{
	width: 11px;
	text-align:center;
	font-weight:bold;
}

td.second-col{
	width: 95px;
	border-left:none !important;
}

td.third-col{
	width: 28px;
	border-left:none !important;
}

td.forth-col{
	width: 10px;
	text-align:center;
	border-left:none !important;
}

.tab{
	border-top:1px solid #bbb;
	border-right:1px solid #bbb;
	background-color:#fff;
	font-size: 11px;
}

.tab th, .tab td{
	padding:1px;
	border-bottom:1px solid #bbb;
	border-left:1px solid #bbb;
}

.tab th, .tab tfoot{
	background-color:#dfdfdf;
	color:#333;
	text-align:left;
}

table#kurztabelle{
	border-top:1px solid #bbb;
	border-right:1px solid #bbb;
}

table#kurztabelle td, table#kurztabelle th{
	border-bottom:1px solid #bbb;
	border-left:1px solid #bbb;
}

table#kurztabelle th{
	background-color: #FFFFFF;
}

/* matchberichte */


#feld_mb_frontend {
	position: relative;
	width: 600px;
	height: 327px;
	background-image: url(images/spielfeld.gif);
	background-repeat: no-repeat;
	background-position: 0 38px;
}

#ersatzbank{
	position:absolute;
	left:0px;
	top:306px;
	z-index:999;
}

#stenogramm {
	font-size: 12px;
}

table#spieler_info img{
	padding-right: 10px;
}

/* matchberichte */

.mb_spieler {
	position: relative;
	font-size: 10px;
	width: 120px;
	height: 50px;
	z-index: 99;
	}
	
/* tabs startseite */

div#next-games{
	display:none;
}

div#show-games, div#kurztab, div#training{
	width: 180px;
	height: 23px;
	background:url(imgs/prev-next-games.gif) no-repeat;
	position:relative;
}
div#kurztab, div#training{
	margin: 12px 0 0 0;
}
div#kurztab div,div#training div#training_title{
	padding: 6px 3px 0px 3px;
	color:#e70005;
	font-weight:bold;
}



div#show-games a, div#training a{
	display:block;
	position:absolute;
	top:0px;
	font-size: 12px;
	color:#e70005;
	font-weight:bold;
	background-repeat: no-repeat;
	text-decoration:none;
}

div#show-games a.passive:hover{
	color:#fff;
	cursor:pointer;
}

a#show-prev{
	background:url(imgs/prev-games-active.gif);
	padding: 6px 9px 0px 3px;
	left:0px;
}
a#show-next{
	background:url(imgs/next-games-active.gif);
	padding: 6px 3px 0px 7px;
	left:84px;
}

div#show-games a.passive{
	background-position:0 -100px;
}
 
.no-border-left{
	border-left:none !important;
}

.sponsor{
	border: 6px solid #fff;
	background-color:#fff;
}

a.mb_show,#spieler_info td.spieler_no_ng a {
	text-align: center;
	display:block;
	width: 100px;
	height: 16px;
	background-color: #EFEFEF;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 3px;
	font-size: 12px;
	color: #000;
	text-decoration:none;
}
a.mb_show:hover,#spieler_info td.spieler_no_ng a:hover {
	background-color: #ECECEC;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#spieler_info td.spieler_no_ng a{
	margin: 20px auto 0 auto;
}

div#training_erste,div#training_nachwuchs,div#training_senioren,div#training_frauen{
	display:none;
}

div.tr_active{
	display:block !important;
}

div#training a{
	padding:6px 7px 3px 10px;
	background-image:url(imgs/trainingszeiten_lasche_aktiv.gif);
	text-decoration:none;
}
div#training a:hover{
	color:#FFF;
}

div#training a.active{
	background-position:0 -26px;
}

div#training a#t_erste{
	left:93px;	
}

div#training a#t_nachwuchs{
	left:115px;
}

div#training a#t_senioren{
	left:137px;
}

div#training a#t_frauen{
	left:159px;
}

td.trainingday{
	padding-left: 2px;
	width:60px;
}


