/*
Cascading Style Sheet (CSS)
Website       : Midget Golfbaan Parkhaven
Version       : v1.0
Author(s)     : Jack Vermaat (info /[at]/ extrawebdesign.nl)
Company       : Extra-Webdesign
Created on    : February 2011


/* General formatting
-----------------------------------------------------------------------------*/
body {
	background-image: url(../images/background-shadow.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #555555;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

h1 {
	height: 0px; 
	overflow: hidden;
}

p {
	line-height: 20px;
}

td {
	line-height: 20px;
}

a {
	color: #009042;
	text-decoration: underline;
}

a:hover {
	color: #006334;
}

.bedrijfskleur {
	color: #009042;
}

.afbeelding-rechts {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}

.afbeelding-links {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}

*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}


/* Structure Content & Menu
-----------------------------------------------------------------------------*/
div.anchorpoint {
	width: 100%; 
	position: relative;
}

#container {
	position: relative; 
	width: 842px; 
	background: url(../images/content-background.png) repeat-y; 
	left: 50%; 
	margin-left: -421px; 
	display: inline-block;
}

#container div.sticker {
	position: absolute; 
	width: 72px; 
	height: 72px; 
	left: 196px; 
	top: 25px;
	z-index: 10;
}

#container div.left {
	float: left; 
	width: 240px;
}

#container div.left div.logo {
	width: 182px; 
	height: 117px; 
	margin-left: 29px; 
	margin-top: 29px;
}

#container div.left div.geopend {
	width: 182px; 
	height: 54px; 
	margin-left: 29px;
}

#container div.left div.divider-1 {
	width: 182px; 
	height: 1px; 
	margin-bottom: 17px; 
	margin-left: 29px; 
	margin-top: 29px; 
	background: url(../images/divider-dots.png) no-repeat;
}

#container div.left div.divider-2 {
	width: 182px; 
	height: 1px; 
	margin-bottom: 29px; 
	margin-left: 29px; 
	margin-top: 20px; 
	background: url(../images/divider-dots.png) no-repeat;
}

#container div.left div.divider-3 {
	width: 182px; 
	height: 1px; 
	margin-bottom: 29px; 
	margin-left: 29px; 
	margin-top: 29px; 
	background: url(../images/divider-dots.png) no-repeat;
}

#container div.right {
	width: 600px; 
	float: right; 
	margin-right: 1px;
}

#container div.right div.top {
	width: 575px; 
	height: 25px; 
	margin-left: -5px; 
	background-color: #ffffff; 
	padding-left: 30px; 
	padding-top: 10px; 
	border-bottom: 1px solid #dddddd; 
	color: #009042; 
	font-weight: bold;
}

#container div.right div.top a {
	color: #b00241;
	font-weight: bold;
	text-decoration: underline;
}

#container div.right div.top a:hover {
	color: #640024;
}

#container div.right div.content {
	width: 550px; 
	margin-left: 25px; 
	padding-bottom: 20px; 
	display: inline-block;
}

#container div.right div.content ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 10px;
}

#container div.right div.content ul li {
	background: transparent url(../images/bullet.png) no-repeat scroll 0px 8px;
	line-height: 20px;
	padding-left: 13px;
}


/* Navigation
-----------------------------------------------------------------------------*/
ul.navigation {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
}

ul.navigation li a {
	color: #b00241;
	font-family: Tahoma, Arial;
	font-size: 16px;
	line-height: 30px;
	padding-left: 17px;
	text-decoration: none;
}

ul.navigation li a:hover {
	color: #009042;
}

ul.navigation li a.active {
	background: transparent url(../images/menu-bullet.png) no-repeat scroll 0px 7px;
	color: #009042;
}


/* Social Media Icons
-----------------------------------------------------------------------------*/
div.socialmedia {
	height: 32px;
	margin-bottom: 30px;
	margin-left: 21px;
}

#iconbar { 
	margin: 0px;
	padding: 0px;
	height: 32px;
	position: relative;
	list-style: none;
}

#iconbar li	{
	float: left;
	position: relative;
	background: #ffffff;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	margin-left: 7px;
	height: 32px;
}

#iconbar a {
	text-decoration: none;
	outline: none;
	color: #555555;
	display: inline-block;
	height: 32px;
	cursor: pointer;
	position: relative;
}

#iconbar span	{
	width: 100px;
	height: 32px;
	position: absolute;
	display: none;
	line-height: 14px;
	color: #555555;
	margin-left: 6px;
}

div.twitterfollow {
	margin-left: 30px; 
	margin-top: -20px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 600px;
	height: 310px;
	margin-top: 1px;
}

#header .container {
	position: relative;
	width: 600px;
	height: 310px;
	overflow: hidden;
}

#header .slides { 
	position: absolute; 
	top: 0; 
	left: 0; 
}

#header .slides div { 
	position: absolute; 
	top: 0; 
	width: 600px; 
	display: none; 
}

#header div.wave {
	position: absolute; 
	left: 0px; 
	bottom: 0px; 
	width: 600px; 
	height: 85px; 
	z-index: 100; 
	background: url(../images/header-wave.png) no-repeat;
}

div.h1 {
	height: 16px; 
	width: 575px; 
	margin-left: 25px;
	margin-top: 28px;
}

div.breadcrumbs {
	width: 550px;
	margin-left: 25px;
	margin-top: 12px;
}

#breadcrumbs * {
	display: inline;
	color: #009042;
	font-size: 10px;
	list-style: none outside none;
}

#breadcrumbs li {
	color: #009042;
}

#breadcrumbs a {
	background: url(../images/icon-breadcrumbs.png) no-repeat scroll 100% 3px transparent;
	padding-right: 10px;
	color: #009042;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}


/* Footer - General
-----------------------------------------------------------------------------*/
div.footer-container {
	width: 100%; 
	position: relative; 
	background-color: #009042;
}

div.footer-wave {
	position: relative; 
	width: 100%; 
	height: 67px; 
	background: url(../images/footer-bg-wave.png) center no-repeat;
}

div.footer-content {
	position: relative; 
	width: 842px; 
	left: 50%; 
	margin-left: -421px; 
	display: inline-block; 
	background: url(../images/footer-dividers-vertical.jpg) repeat-y;
}

div.footer-divider {
	float: left; 
	width: 842px; 
	height: 25px; 
	background-color: #009042;
}

a.footer {
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: underline;
}

a.footer:hover {
	color: #aef5ce;
}


/* Footer - Content
-----------------------------------------------------------------------------*/
#footer-jubileum {
	float: left; 
	width: 190px; 
	margin-left: 25px;
}

#footer-jubileum div.heading {
	width: 190px; 
	height: 24px; 
	background: url(../images/footer-header-5-jarig-bestaan.png) no-repeat;
}

#footer-jubileum div.content {
	width: 190px; 
	padding-top: 12px;
}

#footer-jubileum div.content p {
	color: #ffffff;
}

#footer-jubileum a.button {
	width: 162px; 
	height: 30px; 
	display: block; 
	background-image: url(../images/footer-button-feestacties.png); 
	background-position: left top; 
	background-repeat: no-repeat; 
	margin-top: 15px;
}

#footer-jubileum a.button:hover {
	background-position: bottom;
}

#footer-laatste-nieuws {
	float: left; 
	width: 250px; 
	margin-left: 51px;
}

#footer-laatste-nieuws div.heading {
	width: 250px; 
	height: 24px; 
	background: url(../images/footer-header-laatste-nieuws.png) no-repeat;
}

#footer-laatste-nieuws div.content {
	width: 250px; 
	padding-top: 12px;
}

#footer-laatste-nieuws div.content p {
	color: #ffffff;
}

#footer-laatste-nieuws div.content p.date {
	color: #0c3e00; 
	margin-bottom: 5px;
}

#footer-laatste-nieuws a.button {
	width: 132px; 
	height: 30px; 
	display: block; 
	background-image: url(../images/footer-button-lees-meer-nieuws.png); 
	background-position: left top; 
	background-repeat: no-repeat; 
	margin-top: 15px;
}

#footer-laatste-nieuws a.button:hover {
	background-position: bottom;
}

#footer-blijf-op-de-hoogte {
	float: left; 
	width: 250px; 
	margin-left: 51px; 
	overflow-x: hidden;
}

#footer-blijf-op-de-hoogte div.heading {
	width: 250px; 
	height: 24px; 
	background: url(../images/footer-header-blijf-op-de-hoogte.png) no-repeat;
}

#footer-blijf-op-de-hoogte div.content {
	width: 250px; 
	padding-top: 12px;
}

#footer-blijf-op-de-hoogte div.content p {
	color: #ffffff;
}

#footer-blijf-op-de-hoogte div.form_content {
	width: 250px; 
	margin-top: 8px;
}

#footer-blijf-op-de-hoogte div.form_content div.button {
	padding-left: 85px; 
	margin-top: 3px; 
	height: 30px; 
	width: 165px;
}

#footer-blijf-op-de-hoogte div.formrow {
	width: 250px;
	display: inline-block;
}

#footer-blijf-op-de-hoogte div.formrow .validation_text {
	width: 165px;
	padding-left: 85px;
	float: left;
	padding-bottom: 4px;
	padding-top: 6px; 
	color: #ffffff; 
	font-size: 10px;
	right: 0px;
	height: 13px;
	position: relative !important;
	background: none !important;
	display: none;
}

#footer-blijf-op-de-hoogte div.formrow .validation_text.error {
	display: block;
}

#newslettervalidation {
	visibility: hidden;
}

div.submit_error {
	display: none;
}

label.footer {
	width: 85px; 
	float: left; 
	padding-top: 7px; 
	color: #ffffff;
}

.textfield-footer {
	float: left; 
	width: 160px; 
	padding-bottom: 1px; 
	padding-left: 3px; 
	height: 19px; 
	border: 1px solid #0c3e00; 
	background-color: #00813b; 
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 11px; 
	color: #aef5ce; 
	line-height: 19px; 
	margin-top: 3px;
}

.textfield-footer:active,
.textfield-footer:focus {
	background-color: #009042;
	color: #ffffff;
}


/* Footer - Bottom
-----------------------------------------------------------------------------*/
#footer-bottom {
	float: left; 
	width: 842px; 
	height: 50px; 
	border-top: 1px solid #056f28; 
	background-color: #009042;
}

#footer-bottom div.left {
	float: left; 
	margin-left: 25px; 
	padding-top: 17px; 
	color: #ffffff;
}

#footer-bottom div.right {
	float: right; 
	margin-right: 25px; 
	text-align: right; 
	padding-top: 17px; 
	color: #ffffff;
}

.footer-pipe {
	margin: 0px 8px;
}

a.footer-bottom {
	color: #ffffff; 
	text-decoration: underline;
}

a.footer-bottom:hover {
	color: #aef5ce;
}


/* Combinations
-----------------------------------------------------------------------------*/
div.combinations-container {
	width: 550px; 
	margin-top: 20px;
}

div.combination-container {
	width: 550px;
	margin-top: 25px;
	overflow-x: hidden;
}

ul.select-combination {
	overflow: hidden;
	width: 548px;
	padding-bottom: 10px;
	padding-top: 7px !important;
	background-color: #f7f7f7;
	border: 1px solid #dddddd;
}

ul.select-combination li {
	display: inline;
	float: left;
	width: 150px;
	line-height: 18px;
	padding-left: 8px;
	margin-left: 11px;
	margin-right: -5px;
}

ul.select-combination li a {
    color: #555555;
	font-weight: normal;
    text-decoration: underline;
}

ul.select-combination li a:hover {
	color: #777777;
	text-decoration: underline;
}

ul.select-combination li a.selected {
	color: #009042;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

td.combination {
	padding-bottom: 10px;
}


/* News (jQuery Tabs)
-----------------------------------------------------------------------------*/
div.news-select-container {
	width: 550px; 
	margin-top: 20px;
}

div.news-tab-container {
	width: 550px;
	margin-top: 20px;
	overflow-x: hidden;
}

ul.select-news {
	overflow: hidden;
	width: 548px;
	padding-bottom: 10px;
	padding-top: 7px !important;
	background-color: #f7f7f7;
	border: 1px solid #dddddd;
}

ul.select-news li {
	display: inline;
	float: left;
	width: 150px;
	line-height: 18px;
	padding-left: 8px;
	margin-left: 11px;
	margin-right: -5px;
}

ul.select-news li a {
    color: #555555;
	font-weight: normal;
    text-decoration: underline;
}

ul.select-news li a:hover {
	color: #777777;
	text-decoration: underline;
}

ul.select-news li a.selected {
	color: #009042;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}


/* News Overview
-----------------------------------------------------------------------------*/
#news-overview-container {
	width: 550px;
	position: relative;
}

#news-overview-container p.title {
	color: #009042; 
	font-weight: bold;
}

#news-overview-container p.date {
	color: #b00342; 
}

#news-overview-container p.text {
	margin-top: 5px;
}

div.news-overview-divider {
	width: 550px; 
	height: 1px; 
	margin-bottom: 20px; 
	margin-top: 25px; 
	background-color: #dddddd;
}

div.button-lees-verder a {
	width: 98px; 
	height: 30px; 
	display: block; 
	background-image: url(../images/button-lees-verder.png); 
	background-position: left top; 
	background-repeat: no-repeat; 
	margin-top: 15px;
}

div.button-lees-verder a:hover {
	background-position: bottom;
}


/* News Single
-----------------------------------------------------------------------------*/
p.news-title {
	color: #009042; 
	font-weight: bold; 
}

p.news-date {
	color: #b00342; 
}

p.news-text {
	margin-top: 10px;
}

img.news {
	background-color: #ffffff; 
	padding: 1px; 
	border: 3px solid #009042; 
	float: left; 
	margin-right: 15px; 
	margin-bottom: 2px;
}

div.news-divider {
	width: 550px; 
	height: 1px; 
	margin-top: 22px; 
	background-color: #dddddd;
}

#news-control-container {
	width: 550px; 
	display: inline-block;
}

#news-control-container div.source {
	float: right; 
	color: #555555; 
	text-align: right; 
	margin-top: 10px;
}

div.button-terug-naar-nieuwsoverzicht a {
	width: 188px; 
	height: 30px; 
	display: block;
	float: left;
	background-image: url(../images/button-terug-naar-nieuwsoverzicht.png); 
	background-position: left top; 
	background-repeat: no-repeat; 
	margin-top: 10px;
}

div.button-terug-naar-nieuwsoverzicht a:hover {
	background-position: bottom;
}


/* Voordeel
-----------------------------------------------------------------------------*/
img.coupon-links {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

img.coupon-rechts {
	float: left;
	margin-top: 20px;
}


/* Google Maps
-----------------------------------------------------------------------------*/
.google-maps {
	border: 1px solid #555555; 
	background-color: #ffffff; 
	padding: 1px; 
	margin-top: 10px;
}


/* Gallery Lightbox
-----------------------------------------------------------------------------*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 501;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { 
	border: none;
}
	
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image { 
	padding: 10px; 
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { 
	left: 0; 
}

#lightbox-nav a { 
	outline: none;
}

#lightbox-nav-btnPrev, 
#lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #fff;
	margin: 0 auto;
	line-height: 18px;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding-left: 1px;
	padding-right: 10px;
	color: #555555;
	margin-top: -2px;
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}

#lightbox-image-details-caption { 
	color: #009042;
	font-weight: bold; 
}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 10px;
	padding-top: 2px;
	margin-right: -10px;
}


/* Gallery
-----------------------------------------------------------------------------*/
#gallery {
	margin-left: -10px;
	margin-top: 20px;
	width: 560px;
	position: relative;
	overflow-x: hidden;
}

div.thumbnail-large {
	height: 140px; 
	width: 180px; 
	float: left;
	position: relative;
	margin-left: 5px; 
	margin-bottom: 5px; 
	background: url(../images/bg-photo-large.jpg) no-repeat;
}

div.thumbnail-small {
	height: 140px; 
	width: 110px; 
	float: left;
	position: relative;
	margin-left: 5px; 
	margin-bottom: 5px; 
	background: url(../images/bg-photo-small.jpg) no-repeat;
}

img.thumbnail {
	padding: 10px;
}

h2 {
	font-size: 11px; 
	font-weight: bold; 
	color: #009042; 
	line-height: 20px;
}


/* Gallery Overview
-----------------------------------------------------------------------------*/
div.gallery-overview {
	margin-left: -10px;
	margin-top: 20px;
	width: 560px;
	position: relative;
	overflow-x: hidden;
}

div.gallery-row {
	width: 550px; 
	height: 140px; 
	margin-bottom: 15px;
}

div.gallery-text-large {
	width: 350px; 
	height: 120px; 
	padding-top: 10px; 
	float: left; 
	margin-left: 10px;
}

div.gallery-text-small {
	width: 420px; 
	height: 120px; 
	padding-top: 10px; 
	float: left; 
	margin-left: 10px;
}


/* Food and Drinks
-----------------------------------------------------------------------------*/
div.fooddrinks-container {
	width: 550px; 
	margin-top: 20px;
}

div.fooddrink-container {
	width: 550px;
	margin-top: 25px;
	overflow-x: hidden;
}

ul.select-fooddrinks {
	overflow: hidden;
	width: 548px;
	padding-bottom: 10px;
	padding-top: 7px !important;
	background-color: #f7f7f7;
	border: 1px solid #dddddd;
}

ul.select-fooddrinks li {
	display: inline;
	float: left;
	width: 150px;
	line-height: 18px;
	padding-left: 8px;
	margin-left: 11px;
	margin-right: -5px;
}

ul.select-fooddrinks li a {
    color: #555555;
	font-weight: normal;
    text-decoration: underline;
}

ul.select-fooddrinks li a:hover {
	color: #777777;
	text-decoration: underline;
}

ul.select-fooddrinks li a.selected {
	color: #009042;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

div.fooddrinks {
	width: 500px; 
	margin-top: 15px;
	padding-right: 150px;
	display: inline-block;
}

p.gerecht {
	float: left; 
	width: 350px;
}

p.prijs-gerecht {
	float: left; 
	text-align: right; 
	width: 40px;
}
