/* Debug */
div.php_error {
	background: yellow;
	position: relative;
	z-index: 50;
	color: rgb(211,55,59);
}

/* basis */
body {
	font-family: arial;
	margin: 0px;
	font-size: 12px;
}

div, img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* kopjes */
h1, h2, h3 {
	
	margin-bottom: 3px;
}

h1 {
	font-size: 26px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
}

form {
	margin: 1px;
}

a.titel {
	text-decoration: none;
}

p {
	margin-top: 0px;
}

div.paragraph {
	margin-bottom: 10px;
}

.rood {
	color: rgb(211,55,59);
}

/* LINKS */
a {
	color:black;
}
a.link_noline, a.noline {
	text-decoration: none;
}
	
a:hover {
	color: rgb(211,55,59);
}

/* TABELLEN */
td, th {
	vertical-align: top;
	text-align: left;
}

table {
	font-size: 12px;
}

table.border {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid rgb(211,55,59);
	margin-bottom: 10px;
}
	
table.border th {
	background: rgb(255,245,245);
}

table.border th a {
	text-decoration: none;
}
	
table.border th, table.border td {
	border: 1px solid rgb(211,55,59);
	padding: 3px;
}

table.border table th, table.border table td {
	border: 0px;
	padding: 1px;
	background: none;
}	

table.border td.noborder {
	border-right: 1px solid white;
	border-left: 1px solid white;
}

/* POPUP */
div.popup, div.speler_popup {
	position: absolute;
	display: none;
	background: rgb(205,205,205);
	border: 1px solid rgb(211,55,59);
	z-index: 20;
	min-width: 175px;
	padding: 2px;
}

div.speler_popup {
	min-width: 120px;
	font-size: 10px;
}

/* lijsten */
ul {
	margin: 0px;
	padding-left: 25px;
}

/* LINKS */
table.linksoverzicht {
	width: 100%;
	margin-bottom: 10px;
}

table.linksoverzicht td {
	width: 50%;
}
	
/* Sponsor pagina */
table.sponsor {
	width: 380px;
}

td.sponsor {
	width: 50%;
}
	
div.sponsoroverzicht {
	position: absolute;
	top: 27px;
	left: 380px;
	width: 165px;
	text-align: right;
}
	
div.sponsoroverzicht img {
	border: 1px solid rgb(211,55,59);
	margin-bottom: 27px;
	width: 70px;
	height: 70px;
	margin-left: 10px;
}
	
/* Gastenboek */
textarea.gastenboek_form_bericht {
	width: 100%;
	height: 100px;
}
	
a.gastenboek_nav:hover {
	color: rgb(211,55,59);
}

/* Nieuws */
div.nieuws_datum, div.bericht_datum {
	font-style: italic;
	margin-bottom: 10px;
}
	
/* teams */
tr#spelers {
	display: none;
}
	
td.teamindeling_categorie {
	width:50%;
}
	
img.team_foto {
	width: 560px;
}

div.team_fotobeschrijving {
	margin-top: 4px;
	text-align: center;
	font-size: 83%;
}
	
/* Bestuur */
td.bestuursindeling_categorie {
	width: 50%;
}
	
/* Wedstrijden */
td.wedstrijden_datum {
	width: 20%;
}
	
select.team, select.team option {
	font-size: 9px;
}
	
/* fotoboek */
table.fotoboekoverzicht img {
	width: 70px;
	border: none;
}

table.fotoboekoverzicht td {
	font-size: 11px;
	width: 50%;
}

table.fotoboekoverzicht, table.fotoboek {
	width: 100%;
}

table.fotoboek img {
	border: none;
}

table.fotoboek a {
	text-decoration: none;
	font-size: 11px;
}

table.fotoboek a:hover {
	color: rgb(211,55,59);
}

table.fotoboek td {
	padding-bottom: 10px;
	text-align: center;
	width: 25%;
}

/* wedstrijdschema */
th.wedstrijden_competities_datum {
	width: 20%;
}

th.wedstrijden_competities_thuis, th.wedstrijden_competities_uit {
	width: 30%;
}

/* vorige volgende */
div.vorigevolgende {
	height: 20px;	
}

div.vorigevolgende a {
	text-decoration: none;
}

div.vorigevolgende img {
	border: none;
}

div.vorigevolgende a.vorige {
	float: left;
}

div.vorigevolgende a.volgende {
	float: right;
}

div#lichtkrant {
	position: absolute;
	right: 0px;
	top: 0px;
	color: rgb(211,55,59);
	font-size: 20px;
	width: 435px;
	text-align: center;
}

div#lichtkrant marquee {
	padding-top: 14px;
	width: 417px;
	margin: auto;
	text-align: left;
}

ul.teamlist a {
	text-decoration: none;
}

.gastenboek_info {
	visibility:hidden;
	width: 0px;
}


