/* ################################################################################# */
/*                                                                                   */
/*                                     BODY                                          */
/*                                                                                   */
/* ################################################################################# */

* {
	margin: 			0;
	padding: 			0;
}

html, body {
	height: 			100%;
}

html {
	font-size: 			100%;
	overflow-y:			scroll;	/* laat altijd de linker scrollbalk zien in FireFox */
}

body {
	background:			#006600 url(../images/bg_long.jpg) repeat-x; 
	color: 				#000;
	font-family: 		Arial;
	font-size: 			62.5%; /* 62,5% -> standaard font grootte is nu 10px, dus 1.2em = 12px */
	line-height: 		140%; /* standaard 140% */
}


/* ################################################################################# */
/*                                                                                   */
/*                                VLAKVERDELING                                      */
/*                                                                                   */
/* ################################################################################# */



#wrapper {
	background-color:	#002000;
	width:				940px;
	margin:				0 auto;
	text-align:			left;
}

#header {
	width:				940px;
	height:				200px;
	overflow:			hidden;
}

#col-links, #col-rechts, #col-midden {
	float:				left;
	margin:				0 0 8px 8px;
}

#col-links {
	width:				175px;
}

#col-midden {
	width:				580px;
}

#col-rechts {
	width:				336px;
}

#footer {
	background:			#003300 url(../images/bg_footer_top.jpg) top left no-repeat;
	clear:				both;
	color:				#FFF;
	display:			none;
}

/* ################################################################################# */
/*                                                                                   */
/*                                   DEFAULT                                         */
/*                                                                                   */
/* ################################################################################# */

h1 {
	color:				#FFF;
	font-size:			1.2em;
	font-weight:		bold;
}

h2 {
	color:				#006600;
	font-size:			1.1em;
	font-weight:		bold;
	margin:				1.25em 0em 0.25em 0em;
}

h3 {
	color:				#000000;
	font-size:			1em;
	font-weight:		bold;
	margin:				1.25em 0em 0.25em 0em;
}

h4 {
	color:				#FFFFFF;
	font-size:			4em;
}

h5 {
	color:				#006600;
	font-size:			1.1em;
	font-weight:		bold;
	margin:				0em 0em 0.25em 0em;
}

	
p, span {
	font-size:			1em;
	line-height: 		140%;
	margin:				0em 0em 1em 0em;

}

table, tr, td {
	font-size:			1em;
}

img {
	border: 			0;
}

ul {
	font-size:			1em;
	list-style: 		none;
	padding: 			0;
}

li {
	font-size:			1em;
	list-style-image:	none;
	list-style-type:	none;
}

a {
	color:				#006600;
	text-decoration:	underline;
}

a:hover {
	color:				#000;
	text-decoration:	underline;
}

input, textarea, select {
	background-color:	#F7F7F7;
	border: 			1px solid #999999;
	font-family: 		Arial;
	font-size:			1em;
	padding:			2px;
	width:				90%;
}

/* ################################################################################# */
/*                                                                                   */
/*                                      HEADER                                      */
/*                                                                                   */
/* ################################################################################# */

#logo {
	position:			absolute;
	margin-top:			-160px;
	margin-left:		30px;
	z-index:			2;
}

#leaderboard {
	position:			absolute;
	margin-top:			-130px;
	margin-left:		175px;
	z-index:			2;
}

/* ################################################################################# */
/*                                                                                   */
/*                                      TOPMENU                                      */
/*                                                                                   */
/* ################################################################################# */

.welkom {
	float:				left;
	padding: 			8px 0 0 15px;
}
	
#login {
	background:			url(../images/bg_bovenbalk.jpg) repeat-x;
	position:			absolute;
	height:				40px;
	margin-top:			-205px;
	text-align:			right;
	width:				940px;
	z-index:			3;
}

.topmenu {
	font-size:			1.2em;
	list-style: 		none;
	padding: 			2px 0 2px 15px;
}

.topmenu li {
	background:			url(../images/devider_vert.jpg) top left no-repeat;
	display:			block;
	float:				right;
	list-style-image:	none;
	list-style-type:	none;
	padding:			11px 0;
}

.topmenu li a {
	background:			url(../images/bg_bovenbalk1.jpg) left top repeat-x;
	color:				#FFFFFF;
	padding:			11px 10px 12px 15px;
	text-decoration:	none;
}

.topmenu li a:hover {
	background:			url(../images/bg_bovenbalk2.jpg) left top repeat-x;
	color:				#FFFFFF;
	padding:			11px 10px 12px 15px;
	text-decoration:	none;
}

.topmenu li.active a, .topmenu li.active a:hover {
	background:			url(../images/portal_active.gif) 10px 6px no-repeat;
	color:				#FFFFFF;
	padding:			11px 10px 12px 110px;
	font-weight:		bold;
	text-decoration:	none;
}



/* ################################################################################# */
/*                                                                                   */
/*                                   KRUIMELPAD                                      */
/*                                                                                   */
/* ################################################################################# */

#kruimelpad {
	background:			url(../images/bg_kruimel.jpg) top left repeat-x;
	font-size:			1.2em;
	margin:				-5px 0 -7px 0;
	padding:			12px 0 10px 25px;
}

#kruimelpad p {
	color:				#FFF;
	margin:				0;
}

#kruimelpad a {
	color:				#006600;
	text-decoration:	none;
}

#kruimelpad a:hover {
	color:				#FFF;
	text-decoration:	underline;
}

#boxzoeken {
	float:				right;
	margin:				-25px 1px -15px 0;
}

#boxzoeken input {
	margin:				-4px 0 0 0;
	width:				150px;
	padding:			4px;
}



/* ################################################################################# */
/*                                                                                   */
/*                                MENU                                      */
/*                                                                                   */
/* ################################################################################# */

#kruimel {
	background-color:	#000000;
	padding:			6px 0 7px 10px;
}

#kruimel p {
	color:				#FFFFFF;
	font-weight:		bold;
	margin:				0;
}

#kruimel p span.pointer {
	color:				#006600;
}




/* HOOFDMENU BOX GECHECKT DOOR TOM */

#hoofdmenu {
	background:			url(../images/bg_bovenbalk.jpg) repeat-x;
	font-size:			1.2em;
	height:				40px;
	clear:				both;
	overflow:			hidden;
}

ul.menu {
	padding-bottom:		10px;
	margin-bottom:		20px;
}

ul.menu li {
	display:			inline;
}

ul.menu li a {
	background:			url(../images/devider_vert.jpg) top right no-repeat;
	display:			block;
	color:				#FFF;
	float:				left;
	line-height:		120%;
	padding:			10px 25px;
	text-decoration:	none;
	font-weight:		bold;
}

ul.menu li.active a, ul.menu li.active a:hover {
	background:			#DBDBDB url(../images/bg_menu.jpg) top left repeat-x;
	color:				#FFF;
	font-size:			1.1em;
	font-weight:		bold;
	display:			block;
	padding:			10px;
	text-decoration:	none;
}

/* HOOFDMENU BOX GECHECKT DOOR TOM */

/* SUBMENU BOX GECHECKT DOOR TOM */


ul.top li span.subnav {
	float: 				left;
	color:				#006600;
	background: 		#FFF;
	position: 			absolute;
	display: 			none; /*--Hide by default--*/
	padding:			15px 20px 15px 10px;
	margin:				34px 0 0 83px;
	width: 				791px;
	z-index:			1000;
	-moz-border-radius-bottomright: 		5px;
	-khtml-border-radius-bottomright: 		5px;
	-webkit-border-bottom-right-radius: 	5px;
	-moz-border-radius-bottomleft: 			5px;
	-khtml-border-radius-bottomleft: 		5px;
	-webkit-border-bottom-left-radius:		 5px;
	box-shadow: 		1px 2px 2px #444; /* Opera & hoe het zou moeten */ 
	-moz-box-shadow: 	1px 2px 2px #444; /* Firefox/Mozilla */  
	-webkit-box-shadow: 1px 2px 2px #444; /*Safari/Chrome */   
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#444444')";  /* Voor IE 8 */  
	filter: 			progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#444444'); /* Voor IE 5.5 - 7 */  
	margin:				34px 0 0 83px\9;
}

ul.top li:hover span.subnav {
	display: 			block;
} 

ul.top li:hover > a.plusnav,
ul.top li.current:hover > a.plusnav {
	background:			#FFF;
	text-shadow:		0px 0px 0px #000;
	color:				#222;
}


.submenu_items {
	clear:				both;
}

ul.menu .submenu_items a {
	background:			none;
	color:				#000;
	display:			block;
	clear:				both;
	text-decoration:	none;
	font-weight:		bold;
	padding:			5px 0;
}

ul.menu .submenu_items a:hover {
	color:				#000;
	text-decoration:	underline;
}

.subcat {
	float:				left;
	padding-right:		10px;
	padding-left:		10px;
	border-right:		#FFF solid 1px;
	height:				auto;
	
}

.subcatlast {
	float:				left;
	padding-right:		0;
	padding-left:		10px;
	border-right:		none;
	height:				auto;
	
}

ul.subsubcat {
	display:			block;
}

.col5 {
	background:			url(../images/col5.gif) -10px 0px repeat-y;
}

.col4 {
	background:			url(../images/col4.gif) -10px 0px repeat-y;
}

.col3 {
	background:			url(../images/col3.gif) -10px 0px repeat-y;
}

.col2 {
	background:			url(../images/col2.gif) -10px 0px repeat-y;
}

ul.menu li .subsubcat li {
	padding-left:		20px;
	background:			none;
	display:			block;
	font-weight:		normal;
}


ul.menu li .subsubcat li a {
	color:				#006600;
	font-weight:		normal;
	padding:			3px 0px;
}

ul.menu li .subsubcat li.active a, ul.menu li .subsubcat li a:hover {
	color:				#000;
	text-decoration:	underline;
}

.botnav {
	border-top:		1px dotted #999;
}

ul.menu .botnav a {
	background:			none;
}
	

/* SUBMENU BOX GECHECKT DOOR TOM */


/* SUBSUBMENU BOX GECHECKT DOOR TOM */



/* ################################################################################# */
/*                                                                                   */
/*                                BOXEN                                      */
/*                                                                                   */
/* ################################################################################# */


/* HEADLINES BOX GECHECKT DOOR TOM */

.header {
	background:			#002000 url(../images/bg_headers.jpg) top left no-repeat;
	text-transform:		uppercase;
	margin-bottom:		5px;
	padding:			8px 8px 8px 20px;
}

.header-klein {
	background:			#002000 url(../images/bg_headers_klein.jpg) top left no-repeat;
	text-transform:		uppercase;
	margin-bottom:		5px;
	padding:			8px 8px 8px 20px;
}


.box-headlines {
	background:			#FFFFFF url(../images/bg_col_midden.jpg) top left no-repeat;
	margin-top:			8px;
}

.headline-item {
	background:			#FFF url(../images/bg-col-stand.jpg) top left no-repeat;
	font-size:			1.2em;
	margin:				10px;
	padding:			10px;
}

.headline-item h2 {
	margin:				0em 0em 0.5em 0em;
}

.headline-item p.datum-headline {
	font-size:			0.8em;
	font-weight:		bold;
}

.headline-item img {
	border:				3px solid #CCC;
	float:				left;
	margin:				0 10px 10px 0;
}

.devider {
	background:			url(../images/bottom_headline.jpg) top left no-repeat;
	height:				5px;
	margin:				10px 0 0 0;
	clear:				both;
}

/* HEADLINES BOX GECHECKT DOOR TOM */



/* NIEUWSOVERZICHT BOX GECHECKT DOOR TOM */

.news-list li {
	clear:				both;
}

/*.news-list li:hover {
	background:			#006600;
}*/

.news-list li .date {
	float:				left;
	width:				55px;
}

.news-list li .uitslag {
	float:				left;
	width:				55px;
}

.news-list li .datetime {
	float:				left;
	width:				100px;
}

.news-list li .details {
	float:				left;
	width:				180px;
}

.news-list li .info {
	float:				left;
	width:				70px;
}

.news-list li .info img {
	float:				none;
	margin:				0;
}

.news-list li .match {
	float:				left;
	padding-right:		5px;
	margin-bottom:		4px;
	width:				180px;
}


.news-list li .toernooi {
	float:				left;
	padding-right:		5px;
	margin-bottom:		4px;
	width:				160px;
}

.news-list li .status {
	float:				left;
	width:				60px;
}

.news-list li .toernooiteams {
	float:				left;
	width:				75px;
}


.news-list li .status img {
	float:				none;
	margin:				0;
}

.news-list li .type {
	float:				left;
	width:				100px;

}

.news-list li .trainer {
	float:				left;
	width:				180px;
	padding:			0 0 0 10px;
	margin-bottom:		4px;
}

.news-list li .titel {
	float:				left;
	width:				370px;
	padding:			0 0 0 10px;
	margin-bottom:		4px;
}

.news-list li .titellang {
	float:				left;
	width:				280px;
	padding:			0 0 0 10px;
	margin-bottom:		4px;
}

.news-list li h2 {
	margin:				0em 0em 0.5em 0em;
}

.news-list li .devider {
	background:			url(../images/bottom_headline.jpg) top left no-repeat;
	clear:				both;
	height:				5px;
}

.wistudat {
	background:			url(../images/quotes.gif) left top no-repeat;
	padding-left:		25px
}

.datum-headline, .type-headline {
	font-size:			1em;
	font-weight:		bold;
}

.box-accordion .news-list .date {
	float:				left;
	width:				65px;
}

/* NIEUWSOVERZICHT BOX GECHECKT DOOR TOM */


.svw_team {
	color:				#006600;
	font-weight:		bold;
}

.box-elftal {
	background:			url(../images/bg_elftalvdweek.jpg) top left no-repeat;
	margin-top:			10px;
	text-align:			center;
}

.box-elftal a {
	color:				#FFFFFF;
	display:			block;
	font-size:			2em;
	font-weight:		bold;
	padding:			85px 0 70px 0;
	text-decoration:	none;
}

lid-worden {
	margin-top:			10px;
}

.headline-item img.nden {
		border:				0;
		float:				left;
		margin:				0;
}

.box-sponsors {
	background:			#FFFFFF url(../images/bg_col_rechts.jpg) top left no-repeat;
	margin-top:			8px;
}

.sponsors {
	clear:				both;
	text-align:			center;
	padding:			10px;
}

.sponsor {
	float:				left;
	text-align:			center;
	margin-left:		10px;
	margin-top:			5px;
	margin-right:		5px;
	height:				50px;
	width:				140px;
	overflow: 			hidden;
}

.sponsor img {
	float:				none;
	border:				0;
	margin:				0 auto;
	top:				0;
	left:				0;
	height:				50px;
	width:				140px;
}

.sponsor1 {
	float:				left;
	text-align:			center;
	margin-left:			10px;
	margin-top:			0px;
	margin-right:			5px;
	height:				100px;
	width:				300px;
	overflow: 			hidden;
}

.sponsor1 img {
	float:				none;
	border:				0;
	margin:				0 auto;
	top:				0;
	left:				0;
	height:				100px;
	width:				300px;
}


.box-nieuws, .box-contact, .box-gastenboek, .box-stand, .box-accordion {
	background-color:	#FFFFFF;
	margin-top:			8px;
}

.stand {
	padding:			10px;
}

.stand-content-training {
	background:			#FFF url(../images/bg-col-stand.jpg) top left no-repeat;
	margin:				10px;
	padding:			0px 0 8px 0;
}


.stand-content-training p {
	padding:			0 10px;
}

.stand-content-klein {
	background:			#FFF url(../images/bg-col-stand.jpg) top left no-repeat;
	font-size:			1.2em;
	line-height:		140%;
	margin:				10px;
	padding:			10px;
}

.stand-content-klein2 {
	background:			#FFF url(../images/bg-col-stand.jpg) top left no-repeat;
	font-size:			1.2em;
	line-height:		140%;
	margin:				10px;
	padding:			0px;
}

.stand-content-klein2 img {
	border:				3px solid #CCC;
	float:				left;
	margin:				0 10px 10px 0;
}

.stand-content-klein1 {
	background:			url(../images/bg-col-stand.jpg) top left no-repeat; 
	font-size:			1.2em;
	line-height:			140%;
	margin:				10px;
	padding:			10px;
}

.stand-content-klein img {
	border:				3px solid #CCC;
	float:				left;
	margin:				0 10px 10px 0;
}


.stand-content-zoeken {
	background:			#FFF url(../images/bg-col-stand.jpg) top left no-repeat;
	margin:				10px;
	padding:			10px;
}

.speeldag {
	padding:			5px 0;
}

.box-kalender {
	background:			#FFFFFF url(../images/bg_col_rechts.jpg) top left no-repeat;
	margin-top:			8px;
}

.box-kalender h1.maand {
	margin-top:			-22px;
	margin-left:		190px;
}

.box-programma h1.maand {
	margin-top:			-22px;
	margin-left:		190px;
}

.toertitel{
	font-weight:		bold;
}

.toerdatum {
	font-style:			italic;
}

h3.gast {
	color:				#006600;
	padding-left:		10px;
}

p.mess {
	padding-left:		10px;
}

img.devide {
	padding-top:		5px;
	padding-bottom:		10px;
}

#formgast {
	display:			none;
}

p.schrijfbericht {
	color:				#006600;
	cursor:				pointer;
	text-decoration:	underline;
	padding-top:		10px;
	padding-left:		10px;
	padding-bottom:		20px;
}

.gallery img {
	border:				3px solid #CCCCCC;
}

.fotos {
	border:				3px solid #CCCCCC;
	background:			#FFF;
	float:				left;
	margin:				0 5px 5px 0;
	height:				108px;
	width:				108px;
	line-height:			108px;
	vertical-align:			middle;
	text-align:			center;
}

.fotos a {
	display:			block;

}

.fotos img {
	border:				0;
	vertical-align:			middle;
	float:				none;
	margin:				auto;
}

html>body .fotos img {    /*hidden from IE 5-6 */
	margin-top: 0; /* to clean up, just in case IE later supports valign! */
	vertical-align: middle;
}

.programma .aanvang, .programma .clubs, .programma .scores {
	clear:				both;
	text-align:			center;
}

.programma .clubs {
	padding-top:			15px;
}

.clubs1 {
	width: 				340px;
}

.club1 {
	float:				left;
	text-align:			center;
	margin-left:			5px;
	width:				140px;
}

.programma .club {
	float:				center;
	text-align:			center;
	margin-left:			5px;
	width:				140px;
}

.programma .club img {
	float:				none;
	border:				0;
	padding:			10px;
	margin:				0 auto;
}

.programma .club1 img {
	float:				none;
	border:				0;
	padding:			10px;
	margin:				0 auto;
}
/* ################################################################################# */
/*                                                                                   */
/*                                   STAND                                         */
/*                                                                                   */
/* ################################################################################# */


.stand-content-klein .punten {
	float:					left;
	width:					20px;
}

.stand-content-klein .goals {
	float:					left;
	width:					28px;
}

.stand-content-klein .club { 
	float:					left;
	width:					130px;
}

.stand-content-klein1 .club1 { 
	float:					left;
	width:					160px;
}

/* ################################################################################# */
/*                                                                                   */
	/*                                WEDSTRIJDSCHEMA                                      */
/*                                                                                   */
/* ################################################################################# */


.wedstrijdtop {
	float:				left;
	margin-left:		10px;
	margin-bottom:		15px;
	width:				360px;
}

.wedstrijd-even {
	float:				left;
	margin-left:		10px;
	margin-bottom:		5px;
	width:				360px;
}

.wedstrijd-odd {
	background-color:	#EFEFEF;
	float:				left;
	margin-left:		10px;
	margin-bottom:		5px;
	padding:			5px 0;
	width:				360px;
}

.wedstrijd-odd p {
	margin-left:		-10px;
}

.wedstrijd-even p {
	margin-left:		-10px;
}

.weddatum, .soort, .ploegen,.uitslag_overzicht .info {
	font-size:			1.1em;
}

.weddatum {
	float:				left;
	padding-left:		3px;
	width:				72px;
}

.weddatum2 {
	float:				left;
	padding-left:		3px;
	width:				65px;
	padding-top:		1px;
	padding-bottom:		1px;
}

.weddatum3 {
	float:				left;
	padding-left:		3px;
	width:				80px;
	padding-top:		1px;
	padding-bottom:		1px;
}

.overzicht_link {
	padding-left:		3px;
	padding-top:		4px;
	padding-bottom:		1px;
	width:				300px;
}

.soort {
	float:				left;
	padding-top:		3px;
	width:				35px;
}

.soorttop {
	float:				left;
	width:				35px;
}

.ploegen {
	float:				left;
	text-align:			left;
	width:				190px;
}

.ploegen2 {
	float:				left;
	text-align:			left;
	width:				210px;
	padding-top:		1px;
	padding-bottom:		1px;
}

.ploegen3 {
	float:				left;
	text-align:			left;
	width:				260px;
	padding-top:		1px;
	padding-bottom:		1px;
}

.uitslag_overzicht {
	float:				left;
	width:				40px;
}


/* ################################################################################# */
/*                                                                                   */
/*                                   CAROUSEL                                         */
/*                                                                                   */
/* ################################################################################# */


.infiniteCarousel {
  background:none;
  width: 540px;
}

.infiniteCarousel .wrapper {
  width: 560px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  height: 290px;
  top: 0;
}


.infiniteCarousel .caro {
  display:block;
  float:left;
  margin:0;
  padding:0 30px 0 0;
  height: 290px;
  width: 165px;
}

.caro h5 {
margin:5px 0 0 0;
font-size:1.2em;
height:45px;
}

.caro p, .caro span {
color:#666;
font-size:1.2em;
}

.caro p {
height:95px;
width: 165px;
}

.poscar {
padding:10px 0 0 15px;
}

/* ################################################################################# */
/*                                                                                   */
/*                                   SOCIAL                                          */
/*                                                                                   */
/* ################################################################################# */

.social {
position:absolute;
margin:0 0 0 370px;
width:150px;
}

.social span {
color:#FFF;
display:block;
float:left;
margin:3px 0 0 0;
font-size:1.2em;
}


/* ################################################################################# */
/*                                                                                   */
/*                                   FOOTER                                         */
/*                                                                                   */
/* ################################################################################# */

#footmenu {
	font-size:			1.0em;
	padding-top:		25px;
	padding-left:		30px;
}

#footmenu li {
	float:				left;
	font-size:			1.0em;
	padding:			0 11px 0 0;
}

#footsubmenu li {
	color:				#009900;
	clear:				both;
	line-height:		1.7em;
}

#reyez {
	background-color:	#FFF;
	text-align:			right;
	padding:			5px 20px 5px 0;
}

#sitemap {
	background:			url(../images/bg_footer_top.jpg) top left no-repeat;
	clear:				both;
	display:			block;
}

#sitemap img.sitedown {
	clear:				both;
	float:				left;
}

.btn-slide {
	background:			url(../images/sitemap_close.jpg) 10px 15px no-repeat;
	color:				#FFFFFF;
	cursor:				pointer;
	display:			block;
	font-size:			2.5em;
	text-decoration:	none;
	padding:			15px 0 10px 30px;
}

a:hover.btn-slide {
	color:				#006600;
	text-decoration:	none;
}

.btn-slide-active {
	background:			url(../images/sitemap_open.jpg) 10px 15px no-repeat;
	color:				#FFFFFF;
	cursor:				pointer;
	display:			block;
	font-size:			2.5em;
	text-decoration:	none;
	padding:			15px 0 10px 30px;
}

/* ################################################################################# */
/*                                                                                   */
/*                                   OVERIGE                                         */
/*                                                                                   */
/* ################################################################################# */


.errors {
	color: 		  red;
	font-weight:  bold;
	padding:	  15px 0 0px 0px;
}

.groen {
	color:				#006600;
	clear:				both;
	font-weight:		bold;
	margin-bottom:		10px;
}

.groentop {
	color:				#006600;
	clear:				both;
	font-weight:		bold;
}

.afgelast {
	color:				#FF0000;
}

.gaatdoor {
	color:				#00B700;
}

.bold {
	font-weight:		bold;
}

ul.lijst {
	margin-bottom:		1em;
}

ul.lijst li {
	background:			url(../images/bullit.gif) left top no-repeat;
	padding-left:		25px;
	padding-bottom:		3px;
}

input.postcodecijfers {
	width:				50%;
}

input.postcodeletters {
	margin-left:		2px;
	width:				35%;
}

.datum {
	color:				#666666;
	font-style:			italic;
}

#map {
	padding:			10px;
	width:				360px;
	height:				350px;
}

tr.top {
	background-color:	#CCCCCC;
}

tr.odd {
	font-size:			1.2em;
	background-color:	#EFEFEF;
}

tr.even {
	font-size:			1.2em;
}

tr p.speler {
	font-size:			1.0em;
}

.begeleiding {
text-align:left;
margin-left:10px;
font-size:1.2em;
line-height:1.6em;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:6px;
    font-size: 1px;
    line-height: 0px;
}

.zwart {
	color:				#000000;
}

.links {
	float:					left;
}

.rechts {
	float:					right;
}
.gastenboektop {
	 background: 		url(../images/gb_top.gif) left 20px no-repeat;
	 height:			35px;
	 margin:			10px 0 0 0;
}

.gastenboek {
	 background: 		url(../images/gb_middle.gif) left top repeat-y;
	 padding:			0 15px;
}

.gastenboek img, .gastenboekform img {
	float:				none;
	border:				0;
	margin:				0;
}

.gastenboekfoot {
	 background: 		url(../images/gb_bottom.gif) left top no-repeat;
	 height:			15px;
	 margin:			-10px 0 0 0;
}



.gastenboekform td, .contactform td {
	padding:			0 10px 0 0;
}

.gastenboekform td p, .contactform td p {
	padding:			3px 0 0 0;
}

.gastenboekform input, .gastenboekform textarea, , .contactform input, .contactform textarea {
	width:				200px;
}

.gastenboekform input.submit, .contactform input.submit {
	border:				0;
	height:				25px;
	width:				150px;
}

.contenttabel td {
	padding:			3px 0 3px 0;
	vertical-align:		top;
	border-bottom:		1px dashed #CCCCCC;
}

#rss {
	float:				right;
	margin:				-13px 0 0 0;
}

.pagination {
	padding:			10px;
	text-align:			center;
}
.afgelast1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		background: #000 url(../images/top_afg.jpg) top left no-repeat;
		color:#FFF;
		padding:75px 20px 0 18px;
		width:137px;
		margin: 0;
}

.afgelast1 ul li {
		list-style-image:none;
		padding-left:44px;
}

.afgelast1 ul {
		padding-bottom:15px;
}


.afgelast-bot {
		background:url(../images/bot_afg.jpg) top left no-repeat;
		margin: -16px 0 0 0;
		height: 25px;
		width: 175px;
		*margin: 0;
}


.snelmenuteam a {
	padding: 5px 5px;
	font-weight:bold;
	font-size: 1em;
	
}

.left {
	float:			left;
}


.clearer {
	clear:			both;
}

.gzmfoto {
	float: left; 
	max-width: 100px; 
	/* min-height: 100px; */
	margin-right: 5px;	
}

.gzmtekst {
	float: left; 
	width: 300; 
	text-align: left; 
	/* min-height: 100px; */
	font-size: larger;	
}

#banner {
	margin-top: 50px;
	
}
