body {
	background: url('../images/ontwerp/achtergrond.jpg') no-repeat top center #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 10pt;
	min-width: 800px;
}

a {
	text-decoration: none;
	color: #e2001a;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 12pt;
	color: #e2001a;
}

h2 {
	font-size: 10pt;
	color: #e2001a;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
}

div.topleft
{
	width: 25px;
	height: 25px;
	background: url('../images/ontwerp/rounded.png') no-repeat top left;
	top: -1px;
	left: -1px;
	position: absolute;
	display: inline;
	overflow: hidden;
}
div.topright
{
	width: 25px;
	height: 25px;
	background: url('../images/ontwerp/rounded.png') no-repeat top right;
	top: -1px;
	right: -1px;
	position: absolute;
	display: inline;
	overflow: hidden;
}
div.bottomleft
{
	width: 25px;
	height: 25px;
	background: url('../images/ontwerp/rounded.png') no-repeat bottom left;
	bottom: -1px;
	left: -1px;
	position: absolute;
	display: inline;
	overflow: hidden;
}
div.bottomright
{
	width: 25px;
	height: 25px;
	background: url('../images/ontwerp/rounded.png') no-repeat bottom right;
	bottom: -1px;
	right: -1px;
	position: absolute;
	display: inline;
	overflow: hidden;
}

h2.org_name
{
	position: relative;
	padding-top: 15px;
	line-height: 35px;
	padding-left: 20px;
	background: url('../images/ontwerp/header_bal.png') no-repeat;
	color: #ffffff;
}
h2.org_name:hover
{
	color: #EEEEEE;
}
div.org_group
{
	position: relative;
	display: block;
	top: 10px;
	width: 100%;
}
table.organisatie
{
	display: block;
	position: relative;
	left: 20px;
	width: 530px;
}
table.organisatie tr, table.organisatie tbody
{
	width: 100%;
	display: inline-block;
}
table.organisatie td
{
	width: 30%;
	height: 25px;
	display: inline-block;
}

table {
	font: inherit;
	width: 100%;
}

.rood {
	color: #e2001a;
}

div.menu {
	position: absolute;
	left: 0px;
	right: 0px;
	width: auto;
	height: 60px;
	min-width: 800px;
	top: 0px;
}

ul.leden {
	list-style: none;
	padding: 0px;
	float: left;
}

	ul.leden li {
		float: left;
		border-left: 1px solid #ffffff;
	}
	
	ul.leden li:first-child {
		border-left: none;
	}
	
		ul.leden li a {
			color: #ffffff;
			padding: 10px;
		}

ul.hoofdmenu {
	list-style: none;
	padding: 0px;
	float: right;
}

	ul.hoofdmenu li {
		float: left;
		border-left: 1px solid #ffffff;
	}
	
	ul.hoofdmenu li:first-child {
		border-left: none;
	}
	
		ul.hoofdmenu li a {
			color: #ffffff;
			padding: 10px;
		}

ul.submenu {
	position: absolute;
	list-style: none;
	padding: 0px;
	/*float: right;*/
	font-size: 8pt;
	margin-top: 0px;
	/*width: 615px;*/
	width: 750px;
	bottom: 0px;
	right: 0px;
}

	ul.submenu li {
		float: right;
		border-right: 1px solid #ffffff;
	}
	
	ul.submenu li.noborder {
		border-right: none;
	}
	
		ul.submenu li a {
			color: #ffffff;
			padding: 10px;
		}
		
div.holder
{
	background: url('../images/ontwerp/logo.jpg') no-repeat left top;
	width: 760px;
	margin: 20px auto;
	padding: 0px 20px 20px 20px;
	top: 180px;
	position: relative;
	/*height: 1%;  IE6 fix */
	min-height: 420px;
	
	overflow: auto;
}

div.content {
	position: relative;
	/*width: 360px;*/
	width: 550px;
	left: 160px;
	display: block;
	height: auto;
	margin-bottom: 20px;
}

table.programma, table.uitslagen
{
	position: relative;
	top: 10px;
	width: 530px;
	display: block;
	margin-bottom: 20px;
}
table.programma tbody, table.programma tr, table.uitslagen tbody, table.uitslagen tr
{
	width: 100%;
	display: table-row;
}
table.programma tbody td
{
	display: table-cell;
	width: 155px;
}
/*table.programma td.rood
{
	width: auto;
}*/
table.programma td#tijd
{
	width: 40px;
}
table.programma td.tijd_rood
{
	width: 40px;
	color: #e2001a;
}
table.programma td#soort
{
	width: 15px;
}
table.uitslagen tbody td
{
	width: 175px;
}

table.trainingsschema, table.programma, table.uitslagen
{
	border-collapse: collapse;
}

table.trainingsschema tr td, table.programma tr td, table.uitslagen tr td
{
	border: 1px solid #e2001a;
	padding: 3px;
}

table.programma tr td.noborder, table.uitslagen tr td.noborder
{
	border: none;
}

div.sponsor
{
	padding: 4px;
	border: 1px solid #e2001a;
	display: block;
	margin-bottom: 10px;
	width: 100%;
	min-height: 130px;
	padding: 10px;
	overflow: auto;
}

	div.sponsor p.gegevens
	{
		position: relative;
		width: auto;
		height: 135px;
		display: table-cell;
		padding-left: 20px;
	}
	div.sponsor p.gegevens span
	{
		display: block;
		position: relative;
		width: 230px;
	}
	div.sponsor span.img
	{
		width: 100%;
		height: 130px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		position: relative;
	}
	div.sponsor p.gegevens span.adres
	{
		margin: 10px 0px;
	}

a.thumb
{
	width: 100px;
	height: 100px;
	display: inline-block;
	float: left;
	margin: 5px;
	position: relative;
}
a.thumb span
{
	width: 100px;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;

}
.thumb img
{
	border: none;
}

td.datum
{
	color: #e2001a;
	width: 70px;
}

form.inloggen fieldset
{
	border: 1px solid #e2001a;
	color: #e2001a;
}

form.inloggen label {
	color: #000000;
	display: inline-block;
	width: 100px;
}

form.inloggen input[type=text], form.inloggen input[type=password] {
	width: 150px;
}

form.inloggen input[type=submit] {
	width: 100px;
}

form.inloggen p
{
	padding: 10px;
	margin: 0px;
}

ul.stand
{
	list-style: none;
	padding: 0px;
}

a#ad
{
	width: 100%;
	display: block;
	text-align: center;
	clear: both;
	font-size: 10pt;
	top: 400px;
	position: relative;
}

td.tr_tijd
{
	width: 80px;
}

p#slideInfo
{
	position: absolute;
	top: 250px;
	left: 0px;
	float: left;
}
a#slideShow
{
	border: 1px solid #808080;
	width: 150px;
	height: 150px;
	display: block;
	float: left;
	position: absolute;
	top: 270px;
	left: 0px;
}
a#slideShow div#imgHolder
{
	text-align: center;
	width: auto;
	overflow: hidden;
	position: relative;
	z-index: -10;
	width: 150px;
	height: 150px;
}
a#slideShow div#imgHolder img
{
	border: none;
	display: none;
}

span#page_num
{
	width: 100%;
	text-align: center;
	display: block;
	position: relative;
	clear: both;
}
span#page_num a
{
	margin: 0px 3px;
}

div.foto_thumbs
{
	display: block;
	width: 100%;
	height: 140px;
}
div.foto_thumbs a.name
{
	display: block;
}

div.elftal
{
	width: 160px;
	float: left;
}

div.dl
{
	min-width: 150px;
	float: left;
	padding: 10px;
	padding-left: 0px;
}
div.dl a
{
	display: block;
}
div.dl form a
{
	display: inline;
}
form#nieuw
{
	clear: both;
}
form#nieuw label
{
	width: 50px;
	display: inline-block;
}


/** SPONSOREN **/
ul#sponsoren_links, ul#sponsoren_rechts
{
	list-style: none;
	margin: 20px 0px;
	padding: 0px;
}
ul#sponsoren_links li, ul#sponsoren_rechts li
{
	margin: 5px 0px;
}
ul#sponsoren_links
{
	float: left;
}
ul#sponsoren_rechts
{
	float: right;
}

table#hoofdtrainers
{
	border-collapse: collapse;
}
table#hoofdtrainers td
{
	border-bottom: 1px solid gray;
	padding: 2px 5px;
}


a#link_iqbuzz
{
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	margin: 30px 0px;
	bottom: 10px;
}


/*
	Footer
*/

#footer-holder
{
	position: relative;
	display: block;
	width: 100%;
	background: #1a1a1a;
	top: 200px;
}
#footer
{
	position: relative;
	display: block;
	overflow: auto;
	color: #fff;
	font-size: 10px;
	margin: 0px auto;
	width: 1000px;
	padding-top: 20px;
}
#footer ul
{
	float: left;
	list-style: none;
	margin: 0px 10px;
	padding: 0px;
	margin-right: 20px;
}
#footer ul li
{
	margin: 5px 0px;
}
#footer a, #footer h2
{
	color: inherit;
}
#footer h2
{
	text-decoration: underline;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 10px;
}
#footer ul#adresgegevens
{
	line-height: 1em;
}
#footer ul#adresgegevens h2
{
	margin-bottom: 25px;
}
#footer li#icon-twitter, #footer li#icon-facebook
{
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	padding: 0px;
	margin-right: 10px;
}
#icon-twitter a, #icon-facebook a
{
	width: 32px;
	height: 32px;
	display: block;
}
#icon-twitter span, #icon-facebook span
{
	visibility: hidden;
}
#icon-twitter
{
	background: url('../images/twitter.png') no-repeat;
}
#icon-facebook
{
	background: url('../images/facebook.png') no-repeat;
}

