body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

h1 {
	font-size: 140%;
	color: #666666;
}
h2 {
	font-size: 120%;
	color: #666666;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
	margin-bottom: 1ex;
	/*color: #9e9286;*/
}

/* Main tabs: */
ul.tabs {
	margin:0;
	clear: both;
	padding: 0.5ex 1em 0;
	list-style: none;
}
ul.tabs li {
	float:left;
	margin:0;
	padding:0 0 0 9px;
	border-bottom:1px solid #9e9286;
	background-image: url(img/left_both.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul.tabs li a {
	float:left;
	display:block;
	white-space:nowrap;
	padding:4px 11px 3px 2px;
	text-decoration:none;
	color:#765;
	background-image: url(img/right_both.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

ul.tabs li a {float:none;}
/* End IE5-Mac hack */
ul.tabs li a:hover {
	color:#33c;
	text-decoration: underline;		/* for IE */
}
ul.tabs li:hover {			/* Won't work in IE */
	background-position:0% -150px;
	color:#333;
}
ul.tabs li:hover a {			/* Won't work in IE */
	background-position:100% -150px;
	color:#33c;
	/* text-decoration: none; */
}
ul.tabs li.current {
	background-position:0% -150px;
	border-width:0;
}
ul.tabs li.current a {
	background-position:100% -150px;
	color:#333;
	padding-bottom:4px;
}
ul.tabs li.current a:hover {
	text-decoration: underline;
	color:#333;
}
#main {
width: 100%;
float: left;

}
#middle {
width: 375px;
float: left;
}
#side {
width: 250px;
float: left;
}
* {
margin: 0px auto;
}

#left{
border:1px solid #9e9286;
float:left;
width:400px;
}
#right{

border:1px solid #9e9286;
	padding-left:4px;
	width:400px;
float:left;
}


 #footer {
	clear: both; 
	margin: 30px 0 20px 0;
	padding: 5px;
	border: 0px solid #9e9286;
	color: #000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	width:50%;
} 

.v {color: #FF0000}
.plus {
	font-size: 12px;
	font-weight: bold;
}

/* Ligatabelle: */
.tableliga {
	border: solid 1x #e1ddce;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.tableligaBegegnung {
	border: solid 1x #e1ddce;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
}
.tableligaHeadline {
	border-top: solid 1px #e1ddce;
	border-bottom: solid 1px #e1ddce;
	background-color: #E5E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font: bold;
}

/* für die Box */
.dbox{
width:640px;
border:0px solid #00AFFF;
padding:5px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
color: #0050A0;
background-color:FFFFFF;
line-height:130%;
margin: 5px 0px 10px 0px;
}
.boxheader{
width:660px;
border:1px solid ##ECECEC;
padding:15px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
color: #FFF6F6;
background-color:#9DA2A4;
margin: 5px 0px 10px 0px;
}



/* für die Links untereinander */

a.dlink:link, a.dlink:visited {
width: 500px;
padding: 3px;
color: #0090E0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
text-decoration: none;
margin-bottom: 4px;
text-transform: none;
}


a.dlink:hover {
color: #FF0000;
}



caption.bCalendarCaption {
	border: 1px solid #e1ddce;
	background-color: #efede0;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #e1ddce;
}
table.bCalendarTable tfoot td {
	background-color: #efede0;
	border-top: 1px solid #e1ddce;
}
table.bCalendarTable a:hover {
	background-color: #e1ddce;
}
table.bCalendarTable td:hover /* Not in IE */
{	
	background-color: #e1ddce;
}
table.bCalendarTable tfoot td:hover /* Not in IE */
{	
	background-color: #efede0;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
th.bCalendarHeaderCell {
	color: #9e9286;
}
#bCalendarToday {
	background-color: #efede0;
}

/* Removes the header */

#printfriendly #pf-src{
     display:none;
}
