/*
######################################
##	CSS reset						##
######################################
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
######################################
##	Algemeen						##
######################################
*/

/* Classes
-----------------------------------------------------*/
.bold { font-weight: bold; }
.italic { font-style: italic; }
.hide, .hidden { display: none; }
.fleft { float: left; }
.fright { float: right; }
.overflow { overflow: hidden; }
.relative { position: relative; }
.inline { display: inline; }


/* HTML elementen
-----------------------------------------------------*/
html, body {
	height:100%; /* voor golfen hoogte 100% */
}
body {
 	color: #808080;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 2em;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
blockquote {
	font-style: italic;
}
table {
	margin: 0;
	padding: .5em;
	border-collapse: collapse;
}
code, pre {
	font-size: 1em;
}
pre {
	font-size: 0.8em;
	padding: 1em;
	background: #eee;
}
h1, h2, h3, h4, h5, h6 {
	color: #F3801F;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 3.6em;
	margin-bottom: 25px;
	line-height: 1.2em;
}
h2 {
	font-size: 2.4em;
	line-height: 1.2em;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.2em;
}
h4, h5, h6 {
	font-size: 1em;
}
p {
	font-size: 1.2em;
	margin-bottom: 1.2em;
}
br {
	line-height: 0.6em;
}
td {
	font-size: 1.2em;
}


/* Formulieren
-----------------------------------------------------*/
.form-item {
	overflow: hidden;
}
.form-item label {
	font-size: 1.2em;
	font-weight: normal;
	float: left;
	padding-right: 20px;
	width: 90px;
}
input.form-text,
textarea {
	color: #666;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 1.1em;
	float: left;
	padding: 2px;
	width: 200px;
}
input.form-submit {
	background: url("images/hoofdmenu-active.png") repeat-x scroll left top #EC7F00;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 1.4em;
	padding: 5px 20px;
	margin-bottom: 20px;
}
input.form-submit:hover {
	background-image: none;
}
textarea {
	width: 275px;
}
.form-checkboxes, 
.form-radios {
	margin: 0;
}
.form-checkboxes .form-item, 
.form-radios .form-item {
	float: left;
}
.form-checkboxes label, 
.form-radios label {
	width: auto;
}
div.messages {
	font-size: 1.2em;
	padding: 6px 9px;
}
div.error {
	background: #FF351F;
	border: none;
	color: #fff;
}
input.error {
	border-color: #FF351F;
}

/* Links
-----------------------------------------------------*/
a, a:link, a:active {
	color: #F3801F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* Lijsten
-----------------------------------------------------*/
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
#kolomMidden ul,
#kolomMidden ol {
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-left: 30px;
}
#kolomMidden ul li {
	list-style: disc;
}
#kolomMidden ol li {
	list-style: decimal;
}


/*
######################################
##	Layout							##
######################################
*/

#skiplinks {
	display: none;
}
.golfpadding {
	margin: 0 auto;
	padding-left: 100px;
	width: 880px;
}

/* Golven links
-----------------------------------------------------*/
#golfwit {
	background: url(images/golfwit.png) right top repeat-y;
	min-height:100%; /* real browsers */
	position: absolute; 
	padding-left: 10%;
	width: 0px;
	z-index: 10;
}

#golfgrijs {
	background: url(images/golfgrijs.png) -10px top repeat-y;
	min-height:100%; /* real browsers */
	position: absolute; 
	width: 10%;
	min-width: 90px;
	z-index: 20;
}

#slogan {
	background: url(images/slogan.png) no-repeat left 0px;
	height: 341px;
	margin-top: 90px;
	margin-left: 20px;
	width: 42px;
}
/*
body.i18n-de #slogan {
	background: url(images/slogan-DE.png) no-repeat left 0px;
	height: 341px;
	margin-top: 90px;
	margin-left: 20px;
	width: 42px;
}
*/

/* Algemeen
-----------------------------------------------------*/
#header {
	border-top: 5px solid #ccc;
	padding-top: 25px;
	padding-bottom: 15px;
	height: 90px;
	position: relative;
	z-index: 9;
}
a#logo {
	background: url(images/logo.gif) no-repeat left top;
	display: block;
	height: 79px;
	float: left;
	text-indent: -999em;
	margin-right: 60px;
	width: 172px;
}

/* Hoofdmenu
-----------------------------------------------------*/
#hoofdmenu {
	float: left;
	margin: 47px 0 0 0;
}
#hoofdmenu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	list-style-image: none;
}
#hoofdmenu li ul {
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	padding: 0 10px;
	position: absolute;
	width: 160px;
	z-index: 10;
}
#hoofdmenu li a {
	border-right: 1px dashed #ccc;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	height: inherit;
	text-decoration: none;
	padding: 7px 12px;
}
#hoofdmenu li:hover a,
#hoofdmenu li.active-trail a {
	background: #EC7F00 url(images/hoofdmenu-active.png) repeat-x left top;
	color: #fff;
}
/* submenu links met hover */
#hoofdmenu li li {
	float: none;
}
#hoofdmenu li li a {
	border-right: none;
	border-bottom: 1px dashed #ccc;
	font-weight: normal;
}
#hoofdmenu li li.last a {
	border-bottom: none;
}
#hoofdmenu li.active-trail ul li a,
#hoofdmenu li:hover ul li a,
#hoofdmenu li ul li a {
	background: url(images/submenu-indent.gif) no-repeat left 15px;
	padding-left: 13px;
	color: #F3801F;
}
#hoofdmenu li.active-trail ul li a:hover,
#hoofdmenu li:hover ul li a:hover {
	background: url(images/submenu-indent.gif) no-repeat left -85px;
	font-weight: bold;
}

/* Taalselectie
-----------------------------------------------------*/
#taalselectie {
	background: #E5E5E5;
	float: right;
	margin-top: -25px;
	padding-top: 2px;
}
#taalselectie li {
	float: left;
	padding: 5px;
	line-height: 1em;
}


/* Kolommen
-----------------------------------------------------*/
#contentWrapper {
	border-top: 2px dashed #CCC;
	border-bottom: 2px dashed #CCC;
	overflow: hidden;
}
.two-sidebars #contentWrapper .golfpadding {
	background: url(images/kolomLinksRechtsBorder.gif) repeat-y 280px 0;
	overflow: hidden;
}
.sidebar-left #contentWrapper .golfpadding {
	background: url(images/kolomLinksBorder.gif) repeat-y 280px 0;
	overflow: hidden;
}
.sidebar-right #contentWrapper .golfpadding {
	background: url(images/kolomRechtsBorder.gif) repeat-y 60px 0;
	overflow: hidden;
}
.no-sidebars #contentWrapper .golfpadding {
	background: none;
}
#kolomLinks {
	float: left;
	padding-right: 2px;
	padding-top: 42px;
	padding-bottom: 30px;
	width: 180px;
}
#kolomMidden {
	float: left;
	padding: 30px 35px;
	width: 400px;
}
.sidebar-right #kolomMidden,
.no-sidebars #kolomMidden {
	padding-left: 0;
}
.no-sidebars #kolomMidden {
	width: 880px;
}
#kolomRechts {
	float: left;
	padding: 100px 0 30px 22px;
	width: 200px;
}
.sidebar-right #kolomRechts {
	width: 420px;
}

/* Footer
-----------------------------------------------------*/
#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	width: 100%;
}
#footer .golfpadding {
	
}
#footer .block {
	background: #CCC no-repeat 20px center;
	color: #fff;
	float: left;
	padding-left: 90px;
	margin-right: 20px;
}
/* Adresblok */
#footer #block-block-6,
#footer #block-block-11 {
	background-image: url(images/iconAdres.gif);
}
/* Telefoonnummers blok */
#footer #block-block-8,
#footer #block-block-10 {
	background-image: url(images/iconTelefoon.gif);
}
#footer .block .content {
	background: #A7A7A7;
	padding: 8px 15px;
}
#footer .block p {
	margin: 0;
}
#footer .block a {
	color: #fff;
	text-decoration: none;
}
#footer .block span {
	display: block;
	float: left;
	width: 65px;
}
#footer #copyright {
	float: right;
	font-size: 1.2em;
}

/* Meer links */
.more-link {
	margin-top: 7px;
}
.more-link a {
	background: url(images/submenu-indent.gif) no-repeat right 4px;
	font-size: 1.2em;
	padding-right: 12px;
}
.more-link a:hover {
	background-position: right -96px;
}

/* Nieuwsarchief & agendafilter */
ul.views-summary {
	font-size: 1.2em;
	padding: 0;
}
ul.views-summary li {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.views-summary li a {
	background: url(images/submenu-indent.gif) no-repeat left 4px;
	padding-left: 15px;
}
ul.views-summary li a:hover {
	background-position: left -96px;
	color: #F3801F;
}
ul.views-summary li a.active {
	background-position: left -96px;
	color: #F3801F;
	font-weight: bold;
}

/* Pager / paginering */
ul.pager {
	margin-top: 10px;
}
ul.pager li {
	font-size: 1.2em;
	padding: 0;
}
ul.pager li a {
	color: #F3801F;
}

/*
#####################################
#	Subpagina						#
#####################################
*/

/* Linker submenu
-----------------------------------------------------*/
#kolomLinks .block-menu_block h2 {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
#kolomLinks .block-menu_block h2 a,
#kolomLinks .block-menu_block h2 a.active-trail {
	background: none;
	font-size: 1em;
	font-weight: normal;
	padding: 0;
}
#kolomLinks .block-menu_block ul {
	margin: 0;
	padding: 5px 0;
}
#kolomLinks .block-menu_block ul li {
	background: none;
	border-bottom: 1px dashed #ccc;
	list-style: none;
	list-style-image: none;
	line-height: 1.8em;
	padding: 6px 10px 10px 15px;
	text-indent: -15px;
	margin: 0;
}
#kolomLinks .block-menu_block a {
	background: url(images/submenu-indent.gif) no-repeat 1px 7px;
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: none;
	padding-left: 15px;
}
#kolomLinks .block-menu_block a:hover {
	background-position: 1px -93px;
	color: #F3801F;
	font-weight: bold;
}
#kolomLinks .block-menu_block a.active-trail {
	background: url(images/submenu-indent-active-trail.gif) no-repeat left 8px;
	color: #F3801F;
	font-weight: bold;
}
#kolomLinks .block-menu_block a.active-trail:hover {
	background-position: left 8px;
}
#kolomLinks .block-menu_block a.active {
	background: url(images/submenu-indent.gif) no-repeat 1px -93px;
}
#kolomLinks .block-menu_block a.active:hover {
	background-position: 1px -93px;
}


/* 3e level items */
#kolomLinks .block-menu_block ul li li {
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	line-height: 1.4em;
}
#kolomLinks .block-menu_block ul li li a {
	font-size: 1.4em;
}

/* Downloads
-----------------------------------------------------*/
.field-field-downloads {
	font-size: 1.2em;
}


/* Afbeeldingen rechter kolom
-----------------------------------------------------*/
.view-Afbeeldingen {
	margin-bottom: 20px;
}


/* Agenda
-----------------------------------------------------*/
#block-views-Agenda-block_1 h2 {
	text-transform: lowercase;
}
.view-Agenda .views-row {
	border-bottom: 1px dashed #ccc;
	font-size: 1.2em;
	overflow: hidden;
	line-height: 1.4em;
	padding: 5px 0;
}
.view-Agenda a:hover {
	text-decoration: underline;
}
.view-Agenda .views-field-title {
	font-weight: bold;
	margin: 9px 0 5px;
}
.view-Agenda .views-field-nothing-1 {
	background: #A7A7A7;
	color: #fff;
	font-weight: bold;
	float: left;
	text-align: center;
	padding: 7px 0 4px;
	margin-right: 10px;
	width: 70px;
}
.view-Agenda .views-field-nothing-1 strong {
	font-size: 1.6em;
}


/*
######################################
##	Homepage						##
######################################
*/

/* Introductie */
#intro {
	padding-bottom: 35px;
}
#intro h1 {
	margin-top: 35px;
	margin-bottom: 15px;
}
#intro img {
	margin-top: 60px;
	margin-left: 20px;
}

/*
body.i18n-nl #intro h1 {
	background: url(images/homepage-slogan-nl.gif) no-repeat left top;
	text-indent: -999em;	
}
body.i18n-de #intro h1 {
	background: url(images/homepage-slogan-de.gif) no-repeat left top;
	text-indent: -999em;
}
*/
#intro p {
	margin-bottom: 1.5em;
	width: 730px;
}
#intro ul {
	margin: 0;
	padding: 0;
}
#intro li {
	background: url(images/btn-homepage-trainingen.jpg) no-repeat right top;
	border-left: 1px solid #EE7F00;
	float: left;
	list-style: none;
	margin: 0 15px 0 0;
	padding: 0;
}
#intro li:hover {
	background-position: right -43px;
}
#intro li a {
	background-position: 10px center;
	color: #fff;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	height: 31px;
	text-decoration: none;
	padding: 9px 20px 0 13px;
}

/* Agenda */
.front #agendaEnNieuws .golfpadding {
	background: url(images/agendaNieuwsBorder.gif) repeat-y 540px;
	overflow: hidden;
}
#agendaEnNieuws .view-Agenda {
	float: left;
	padding: 20px 30px 30px 0;
	width: 410px;
}

/* Nieuws */
#agendaEnNieuws .view-Nieuws {
	float: left;
	padding: 20px 0 30px 30px;
	width: 408px;
}
#agendaEnNieuws .attachment .view-Nieuws {
	float: none;
	padding: 0;
}

/*
######################################
##	Nieuws pagina					##
######################################
*/
span.submitted {
	background: #A7A7A7;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	padding: 6px;
	margin-right: 10px;
}

/* Nieuws */
.view-Nieuws {
	float: left;
	width: 420px;
}
.view-Nieuws .views-row {
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}
.view-Nieuws .views-row a {
	font-size: 1.2em;
	font-weight: bold;
}
.view-Nieuws .views-field-body {
	font-size: 1.2em;
}




/*
** Common declarations for child classes of node, comment, block, box etc
*/
.messages {
	padding: 0.3em;
	margin: 0.5em 0em 0.5em 0em;
}
.status {
	color: #f06;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}
.error, form-item input.error {
	border: 1px solid red;
	color: red;
}
ul.links li {
	padding: 0;
}