@charset "UTF-8";
/* CSS Document */
#competitieinner {
	margin:0 0 0 10px;
}
#tabwrapper {
	margin: 0 10px 0 0;
	float:left;
}
#tabcontainer {
	width: 390px;
}

#tabcontainer ul {
	margin:0;
	padding:0;
}
#tabcontainer ul li {
	display: 			inline-block;
	width: 				auto;
	background: 		#94bed7;
}
#tabcontainer ul li a {
	display: 			block;
	cursor: 			pointer;
	padding:0 5px 0 5px;
	color:#FFF;
	width:auto;
	font-weight:bold;
	font-size:12px;
}
#tabcontainer ul li a:hover,
#tabcontainer ul li a.active {
	background: 		#60a9d4;
	color:#fff;
	text-decoration:none;
}

#tabcontainer #tab_wrapper {
	width: 				390px;
	position: 			relative;
}

#tabcontainer #tab_wrapper .tabcontent {
	padding:15px 5px 15px 5px;
	width: 				380px;
	min-height: 240px;
	border-radius: 10px;
    -moz-border-radius: 10px;
	border:#cfcfcf solid 1px;
	display: 			none;
	left: 				0;
	top: 				0;
}

.standen {
	width:380px;
	padding: 5px;
	margin: 0 10px 0 0;
	float: left;
}

/* Standen */
#tabcontainer #tab_wrapper .tabcontent ul.standen {
	width:auto;
}
#tabcontainer #tab_wrapper .tabcontent ul.standen  li {
	background:none;
	width: 380px;
	float:left;
}
#tabcontainer #tab_wrapper .tabcontent ul.standen  li .club {
	background:none;
	width: 150px;
	float:left;
}
#tabcontainer #tab_wrapper .tabcontent ul.standen  li .cijfer {
	background:none;
	width: 30px;
	float:left;
}
#tabcontainer #tab_wrapper .tabcontent ul.standen  li .vet {
	font-weight: bold;
}
#tabcontainer #tab_wrapper .tabcontent ul.standen  li .punten {
	color:#136fb8;
	font-weight: bold;
}
#tabcontainer #tab_wrapper .tabcontent ul.standen  li a {
	color:#000;
	font-weight: normal;
}
#tabcontainer #tab_wrapper .tabcontent ul.standen  li a:hover {
	background:none;
	text-decoration: underline;
}

/* Programma */
#tabcontainer #tab_wrapper .tabcontent ul.programma {
	width:auto;
}
#tabcontainer #tab_wrapper .tabcontent ul.programma  li {
	background:none;
	width: 380px;
	float:left;
}
#tabcontainer #tab_wrapper .tabcontent ul.programma  li .dag {
	background:none;
	width:375px;
	border-bottom:#136fb8 solid 1px;
	color:#136fb8;
	font-weight:bold;
	font-size: 11px;
	clear: both;
	padding: 2px;
	margin:3px 0 3px 0;
}
#tabcontainer #tab_wrapper .tabcontent ul.programma  li .datum {
	background:none;
	width: 80px;
	font-size:11px;
	color:#999;
	float:left;
}
#tabcontainer #tab_wrapper .tabcontent ul.programma  li .thuis {
	background:none;
	width: 120px;
	float:left;
}
#tabcontainer #tab_wrapper .tabcontent ul.programma  li .uit {
	background:none;
	width: 120px;
	float:left;
}
#tabcontainer #tab_wrapper .tabcontent ul.programma  li .uitslag {
	background:none;
	width: 50px;
	float:left;
	color:#136fb8;
}
#tabcontainer #tab_wrapper .tabcontent ul.programma  li .vet {
	font-weight: bold;
}
#tabcontainer #tab_wrapper .tabcontent ul.programma  li a {
	color:#000;
	font-weight: normal;
}
#tabcontainer #tab_wrapper .tabcontent ul.programma  li a:hover {
	background:none;
	text-decoration: underline;
}

/* Clubs */
#tabcontainer #tab_wrapper .tabcontent ul.clubs {
	width:auto;
}
#tabcontainer #tab_wrapper .tabcontent ul.clubs  li {
	background:none;
	width:190px;
	float:left;
}
#tabcontainer #tab_wrapper .tabcontent ul.clubs  li a {
	color:#000;
	font-weight: normal;
}
#tabcontainer #tab_wrapper .tabcontent ul.clubs  li a:hover {
	background:none;
	text-decoration: underline;
}