/* ~~ CSS Document ~~ */

/* ~~ General ~~ */
body {
	margin: 10; 
	padding: 0;
	background-image: url(../img/bckgrnd.png);
	background-repeat: repeat;
	font-family: tahoma;
	font-size: 11px;
	color: #000;
}

.volgende {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 130%;	
}

.legende {
	font-size: 20px;
	font-weight: bold;
}

.partners {
	font-size: 14px;
	line-height: 130%;	
}

span.footer {
	font-size: 11px;
	color: #FFF;
}

h1, h2, h3, h4 {
	font-family: 'Voltaire',Arial;
}

h1 {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin-bottom: 4px;
	margin-top: 10px;
}

h2 {
	font-size: 14px;
	color: #f6ae13;
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 2px;
}

h3 {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 4px;
}

h4 {
	font-size: 12px;
	color: #f6ae13;
	margin-top: 0;
	margin-bottom: 0;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #f6ae13;
}

a.footer {
	text-decoration: none;
	color: #FFF;
}

a:hover.footer {
	text-decoration: underline;
	color: #FFF;
}

input, select, textarea
{
	vertical-align: middle;
	font-family: tahoma;
	font-size: 11px;
	border: 1px solid #f6ae13;
}

ul {
	list-style-image: url(../img/bullet.png);
	margin-bottom: 2px;
	margin-top: 2px;
}

img#content {
	padding: 5px;
	border: 1px solid #f6ae13;
}


/* ~~ Divs ~~ */

.site-container {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/body.png');
	background-repeat: repeat-y;
}

.site-header {
	height: 136px;
	background-image: url('../img/header.png');
	background-repeat: no-repeat;
	cursor: hand;
}

.site-content {
	height: auto;
}

.site-footer
{
	height: 67px;
	background-image: url('../img/footer.png');
	background-repeat:no-repeat;
	padding: 10px;
	text-align:center;
	clear: both;
}
.left {
	width: 230px;
	float: left;
	height: auto;
	margin-left: 4px;
	padding: 4px;
}

.middle {
	padding: 4px;
	float: left;
	width: 467px;
	height: auto;
}

.middle_b {
	padding: 4px;
	margin-left: 4px;
	float: left;
	width: 693px;
	height: auto;
}

.right {
	padding: 4px;
	float: right;
	width: 230px;
}

/* ~~ Navbalk ~~ */

#navcontainer ul
{
	padding-left: 0;
	margin-left: 3px;
	margin-bottom: 0;
	margin-top: 0;
	background-color: #000;
	color: White;
	float: left;
	width: 949px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
}

#navcontainer ul li { 
	display: inline;
}

#navcontainer ul li a
{
	width: 65px; 
	padding: 0.2em 1em;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #FFF;
	text-align: center;
}

#navcontainer ul li a.active
{
	padding: 0.2em 1em;
	background-color: #000;
	color: #FF0000;
	text-decoration: underline;
	float: left;
	border-right: 1px solid #FFF;
}

#navcontainer ul li a:hover
{
	background-color: #000;
	background-image: url(../img/ball.png);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #FFF;
}

/* ~~ Menu onderaan ~~ */

a.footer {
	text-decoration: none;
	color: #FFF;
}

a:hoover.footer {
	text-decoration: underline;
}

a:visited.footer {
	text-decoration: none;
}

/* ~~ Tables ~~ */

.match {
	width: 220px;
	height: 260px;
	background-image: url(../img/matchvak.png);
	background-repeat: no-repeat;
	border: none;
	padding: 2px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

.speler {
	width: 220px;
	border: none;
	padding: 2px;
}

.ranking {
	width: 100%;
	border: 1px solid #f6ae13;
	font-size: 11px;
}

.standaard {
	border: 1px solid #f6ae13;
	background-color: #fff;
	padding: 4px 4px 4px 4px;
	font-family: tahoma;
	font-size: 11px;
	color: #000;
}

.kalender {
	color: #000;
	font-weight: bold;
	background-color: #d8d8d8
}

/* ~~ Paginate ~~ */

.paginate {
	font-family: tahoma;
	font-size: 10px;
}

a.paginate {
	border: 1px solid #f6ae13;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #000080;
}

a.paginate:hover {
	background-color: #f6ae13;
	color: #FFF;
	text-decoration: underline;
}

a.current {
	border: 1px solid #f6ae13;
	font: bold 10px tahoma;
	padding: 2px 6px 2px 6px;
	cursor: default;
	background:#000080;
	color: #FFF;
	text-decoration: none;
}

span.inactive {
	border: 1px solid #999;
	font-family: tahoma;
	font-size: 10px;
	padding: 2px 6px 2px 6px;
	color: #999;
	cursor: default;
}

