/* 
   Client CSS
	 -----------------------------------------------------------------------
   Customise your copy of Ocean Mist 2.0... 
	 
	 This stylesheet contains all the styles which you can safely change without risking breaking your site's layout.
	 I've tried to comment on every line so that you can easily tell what you need to edit...
*/


/* XXX titleH1 is from page.php */
.titleH1 {display: block; font: 1.4em Helvetica, Arial, sans-serif; padding: 0.0em 0 0; margin: 0;}


#subCol .page_item .page_item {display: none;}
#subCol .current_page_item {display: block !important; }

#subCol .current_page_item .page_item {display: block !important; }
#subCol .current_page_item .page_item .page_item {display: none !important; }

#subCol .current_page_parent .page_item {display: block; }
#subCol .current_page_parent .page_item .page_item {display: none; }

#subCol .current_page_anchestor {display: block !important; }
#subCol .current_page_parent {display: block !important; }



#subCol .page_item {font-weight: normal; }
#subCol .current_page_item {font-weight: bold !important;}

/* the btv tables (spielplan/tabelle/...) */
.btv table {
   background-color: #ffffff; 
   border-collapse: separate;
   *border-collapse: expression('separate', cellSpacing = '3px');
   border-spacing: 3px;
   text-align: center;
}
.btv table caption {display: none; }
.btv table .matchpunkte { }
.btv table .odd {background-color: #e9efd3; }
.btv tbody td {} 
.btv tbody tr {} 


#mainCol a, #mainCol a:visited { color: #bf5523;}
#mainCol a:hover {background-color: #f4f4f4; color: #c40000;} /* Rollovers */


.tcgtabelle {
   background-color: #eaf2cc; 
   border-collapse: separate;
   *border-collapse: expression('separate', cellSpacing = '7px');
   border-spacing: 7px;
 }
.tcgtabelle thead {  }

/*style="border-spacing: 30px 5px; background-color: #c4d7a3; text-align: left;" */


/* XXX hybris end */



/* Main background colour */
body, .leftCorner, .rightCorner {background-color: #9bc3d5;}

/* Header colour */
#header, #header .dot {background-color: #4b5559;}

/* Side column & Footer background colour */
#container, #footer, #footer .dot, .or span {background-color: #e6eef8;}

/* Main column colour */
#mainCol {background-color: #fff;}

/* Default Text colour */
body, .author span {color: #34444c;}

/* Links */
a, a:visited {color: #7f1d1d;}
a:hover {color: #c40000;} /* Rollovers */

/* Stripes above & below the main image */
#header, #photo, #nav ul li a {border-color: #67939B;}

/* Main Page Navigation */
#nav li a {background-color: #526a74; color: #fff;} /* Tabs & dropdowns */
#nav li a:hover {background-color: #5c7d86;} /* Tabs & dropdowns rolover colour */

/* Side column headings */
#subCol h2 {background-color: #cadfed; color: #32474B;}

/* Main column titles eg. Latest Posts or Comments */
.title {background-color: #E2EBF8; color: #4B5D67;}

/* single pixel line between posts */
.post + .post {border-top: 1px solid #cad6e1;}

/* "or" between browse & search fields */ 
.or {border-color: #cad6e1; color: #a9b8c0;}

/* Date boxes */
.date {color: #75868f;} /* Day */
.d2 {background-color: #E2EBF8;} /* Month */
.d3 {background-color: #cadfed;} /* Year */

/* Footer */
#footer p {color: #687983;} /* footer text */
#footer a, #footer a:visited {color: #34444c;} /* footer links */
#footer a:hover {color: #c40000;} /* footer links rollovers */


