body {
	background: #7eb240 url("../img/backgrounds/bg.jpg");
	color: #333;
  	font-size: 14px;
  	line-height: 23px;
  	text-align: center;
}

body, input, button, textarea, select {
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}

body, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

h2, h3, p, ul, #map {
	margin-bottom: 24px;
}

#map {
	height: 350px;
}

h2 {
	color: #4f8124;
	font-size: 18px;
	text-transform: uppercase;
}

h3, 
.location {
	color: #e2001a;
	font-size: 16px;
	font-weight: bold;
}

a {
	color: #4f8124;	
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

#top-nav li a:hover,
#nav li a:hover,
#sub-nav li a:hover,
a#vacatures:hover,
.anythingSlider h2 a:hover,
a.box:hover,
a.button:hover,
.cta a:hover,
#to-rate ul li a,
#thumbNav a:hover,
#start-stop:hover  {
	text-decoration: none;
}

ul {
	margin-left: 20px;
}

em {
	font-weight: bold;
}

p.caption {
	color: #666;
	text-align: center;
	font-style: italic;
}

#logo {
	background: url("../img/backgrounds/logo.png") no-repeat 0 0;
	display: block;
	width: 190px;
	height: 60px;
	text-indent: -9999px;
	position: absolute;
	top: 20px;
}

#logo a {
	display: block;
	width: 190px;
	height: 60px;
}

ul.prices {
	background: url("../img/backgrounds/line.png") repeat-x 0 15px;
	width: 100%;
	overflow: auto;
	list-style: none;
	margin: 0;
}

ul.prices li { 
	background: #fff;
}

ul.prices li.item {
	float: left;
	padding-right: 6px 
}

ul.prices li.item em {
	color: #e2001a;
	text-transform: uppercase;
	font-style: normal;
	font-size: 12px;
}

ul.prices li.price {
	float: right;
	font-weight: bold;
	padding-left: 6px
}

.more-links {
	margin: 0;
}

.more-links li {
	list-style: none;
	background: url("../img/icons/link-icons.png") no-repeat;
	padding: 0 0 0 20px;
}

.more-links li.read {
	background-position: 0 -31px;
}

.more-links li.download {
	background-position: 0 6px;
}

.more-links li.link {
	background-position: 0 -68px;
}

.toggle {
	display: none;
}

#nieuws .entry {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 24px;
	overflow: hidden;
}


/* @group LAYOUT */

#header-inner,
#content-inner,
#cta-inner,
#button-inner,
#link-inner,
#footer-inner {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	padding: 0 5px;
}

#header {
	height: 184px;
}

#home #header {
	height: 514px;
}

#header-inner {
	position: relative;
} 

#nav-bar {
	background: url("../img/backgrounds/nav.png") repeat-x;
	height: 116px
}

#image {
	background: url("../img/backgrounds/man.png") no-repeat;
	position: absolute;
	z-index: 0;
	width: 159px;
	height: 139px;
	top: 45px;
	right: 100px;
}

#home #image {
	background: url("../img/backgrounds/home.png") no-repeat;
	width: 337px;
	height: 445px;
	top: 69px;
    right: -36px;

}

#content-top {
	background: url("../img/backgrounds/content-top.png") repeat-x;
	height: 20px;
	margin: -15px 0 0 0;
}

#content {
	background: #fff url("../img/backgrounds/content.png") repeat-x;
	border-bottom: 1px solid #f2f2f2;
}

#content-inner {
	padding: 50px 5px;
}

#main {
	width: 710px;
	float: left;
	margin: 0 50px 0 0;
}

#photo #main {
	width: 735px;
	margin-right: 20px;
}

#rated {
	width: 215px;
	float: left;
	margin: 0 20px 0 0;
}

#to-rate {
	width: 500px;
	float: left;
}

.entry {
	margin-bottom: 46px;
}

#side-bar {
	width: 190px;
	float: left;
	padding: 47px 0 0 0;
}

#button-bar {
	background: #fff;
	padding: 25px 0;
}

#cta-bar {
	background: #fad7d1 url("../img/backgrounds/cta.png") repeat-x;
	height: 150px;
}

#link-bar {
	background: url("../img/backgrounds/link-bar.png") repeat-x;
	height: 97px;
}

#footer {
	color: #2d530d;
	height: 270px;
}

/* @end */


/* @group NAVIGATION */

#top-nav {
	position: absolute;
	height: 37px;
	line-height: 37px;
	top: 0;
	right: 0;
	margin: 0;
}

#top-nav li,
#nav li,
#sub-nav li {
	float: left;
	list-style: none;
}

#top-nav li a {
	margin: 0 0 0 10px;
}

#top-nav li.active a {
	color: #999;
}

#nav {
	position: absolute;
	height: 58px;
	top: 39px;
	left: 245px;
	z-index: 1;
	margin: 0;
}

#nav li a {
	background: url("../img/backgrounds/divider.png") no-repeat right;
	color: #e52f2c;
	font-size: 17px;
	height: 58px;
	display: block;
	line-height: 58px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	padding: 0 12px 0 10px;
}

#nav li.last a {
	background: none;
}

#nav li a:hover {
	color: #333;
}

#nav li.active a {
	color: #999;
}

#sub-nav {
	position: absolute;
	height: 39px;
	top: 146px;
	margin: 0;
}

#sub-nav li a {
	background: url("../img/backgrounds/transparent.png");
	font-size: 17px;
	line-height: 39px;
	height: 39px;
	display: block;
	padding: 0 15px;
	margin: 0 5px 0 0;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}

#sub-nav li.active a,
#sub-nav li a:hover {
	background: #efefef;
	color: #333;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#sub-nav li.active a {
	color: #999;
}

/* @end */


/* @group BOXES + BUTTONS */

a.button,
.box,
#to-rate ul li a,
input[type="submit"] {
	border: 1px solid #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 2px rgba(205, 205, 205, 1);
	-webkit-box-shadow: 0px 0px 2px rgba(205, 205, 205, 1);
	-moz-box-shadow: 0px 0px 2px rgba(205, 205, 205, 1);	
}

a.button,
.box h2,
.box p,
.box a,
.anythingSlider h2,
.cta p,
#rated .score,
input[type="submit"],
a.img-box {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

#button-inner ul {
	margin: 0;
}

#button-inner ul li {
	list-style: none;
	float: left;
}

a.button,
#to-rate ul li a,
input[type="submit"] {
	background: #fafafa url("../img/backgrounds/button.png") repeat-x 0 -11px;
	color: #666;
	display: inline-block;
}

a.button:hover,
#to-rate ul li a:hover,
input[type="submit"]:hover {
	color: #333;
	background-color: #f2f2f2;
	background-position: 0 -63px;
}

a.button.big {
	background-position: 0 0;
	font-size: 16px;
	font-weight: bold;
	width: 260px;
	height: 50px;
	line-height: 50px;
	margin: 0 37px 0 0;
	text-transform: uppercase;
	padding: 0 15px;
	position: relative;
} 

a.button.big span {
	background: url("../img/icons/arrow-big.png") no-repeat 0 center;
	display: inline-block;
	height: 50px;
	width: 32px;
	text-indent: -9999px;
	position: absolute;
	right: 15px;
	top: 0;

}

a.button.big:hover {
	background-position: 0 -52px;
}

a.button.big.last {
	margin-right: 0;
}

#vacatures {
	position: absolute;
	top: 52px;
	right: 0;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	z-index: 1;
}

#vacatures span {
	background: url("../img/icons/arrow.png") no-repeat 0 center;
	display: inline-block;
	height: 30px;
	width: 22px;
	text-indent: -9999px;
	margin: 0 0 0 10px;
}

a.img-box {
	float: left;
	margin: 0 37px 0 0;
	position: relative;
	display: block;

}

a.img-box.last {
	margin-right: 0;
}

a.img-box span {
	background: url(../img/backgrounds/transparent2.png); 
	position: absolute;
	left: 5px;
	text-align: center;
	bottom: 21px;
	width: 270px;
	padding: 6px;
	font-weight: bold;
}

a.img-box:hover {
	text-decoration: none;
	color: #2d530d;
}

a.box {
	background: #ccc;
	float: left;
	width: 260px;
	height: 130px;
	padding: 15px;
	margin: 0 37px 0 0;
	position: relative;
	display: block;
}

a.box .box-text {
	display: block;
	line-height: 18px;
}

a.box .box-title {
	font-size: 18px;
	font-weight: bold;	
	text-transform: uppercase;
	margin-bottom: 12px;
	display: block;
}

a.box .box-btn {
	background: url("../img/icons/arrows2.png") no-repeat;
	font-weight: bold;
	position: absolute;
	bottom: 15px;
	margin-bottom: 0;
	height: 32px;
	line-height: 32px;
	width: 260px;
	display: block;
}

a.box.one {
	background: #ebf9db url("../img/backgrounds/box1.png") repeat-x bottom;
	color: #46761d;
}

a.box.one:hover {
	color: #2d530d;
}

a.box.one .box-btn {
	background-position: right top;
}

a.box.two {
	background: #fcecec url("../img/backgrounds/box2.png") repeat-x bottom;
	color: #d85968;
}

a.box.two:hover {
	color: #a63542;
}

a.box.two .box-btn {
	background-position: right -32px;
}

a.box.three {
	background: #f9f9f9 url("../img/backgrounds/box3.png") repeat-x bottom;
	color: #666;
}

a.box.three .box-text {
	font-size: 18px;
	line-height: 21px;
}

a.box.three strong {
	color: #e2001a;
	font-size: 36px;
	font-style: italic;
	line-height: 36px;
	display: block;
	margin-top: 24px;
}

a.box.three:hover {
	color: #333;
}

a.box img {
	position: absolute;
}

a.box.one img {
	top: -40px;
	right: 5px;
}

a.box.one:hover img {
	top: -45px;
}

a.box.two img {
	top: -30px;
	right: -9px;
}

a.box.two:hover img {
	top: -35px;
}

a.box.three img {
	top: -30px;
	right: -3px;
}

a.box.three:hover img {
	top: -35px;
}

a.box.last {
	margin-right: 0;
}

#side-bar a.box.three strong {
	font-size: 24px;
	line-height: 24px;
} 

.cta {
	color: #c97060;
	width: 292px;
	float: left;
	font-weight: bold;
	margin-right: 37px;
	position: relative;
	height: 139px;
	padding: 11px 0 0 0;
}

.cta p {
	font-size: 16px;
}

.cta em {
	color: #a24c3e;
	font-style: normal;
}

.cta a {
	background: #c97060 url("../img/backgrounds/cta-btn.png") repeat-x;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	height: 31px;
	line-height: 31px;
	padding: 0 20px;
	position: absolute;
	bottom: 10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.cta a:hover {
	background-position: 0 -31px;
}

.cta img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.cta.last {
	margin-right: 0;
}

#link-inner ul {
	margin: 0;
}

#link-inner li {
	background: url("../img/backgrounds/divider.png") no-repeat right;
	list-style: none;
	float: left;
}

#link-inner li a,
#link-inner li#weather {
	background: url("../img/icons/icons.png") no-repeat;
	color: #666;
	display: block;
	font-size: 16px;
	height: 82px;
	line-height: 82px;
	width: 230px;
	padding-left: 78px;
}

#link-inner li#location a {
	background-position: 14px 14px;
}

#link-inner li#weather {
	background-position: 14px -86px;
	width: 270px;
}

#link-inner li#facebook a {
	background-position: 14px -186px;
}

#link-inner li#weather-widget {
	background: none;
	text-align: center;
	padding-left: 20px;
}

#link-inner li#weather-widget img {
	vertical-align: bottom;
}

#link-inner li#weather-widget span {
	height: 75px;
	display: inline-block;
	margin: 4px 4px 0 4px;
}

#link-inner li#weather-widget p {
	margin: 0;
	font-size: 10px;
	line-height: 11px;
	color: #666;
}

#link-inner li a:hover {
	color: #333;
}

#side-bar a.box {
	width: 160px;
	height: 140px;
	float: none;
	margin-bottom: 24px;
}

#side-bar a.box.three {
	height: 100px;
}

#side-bar a.box .box-title {
	font-size: 14px;
}

#side-bar a.box .box-text {
	font-size: 13px;
}

#side-bar a.box.three .box-text {
	font-size: 18px;
}

#side-bar a.box .box-btn {
	font-size: 13px;
	width: 120px;
	padding-right: 40px;
	line-height: 18px;
}

#side-bar .links {
	list-style: none;
	width: 190px;
	margin: 0 0 24px 0;
}

#side-bar .links li {
	border-bottom: 1px solid #f2f2f2;
} 

#side-bar .links li.last {
	border: none;
}

#side-bar .links li a {
	display: block;
	width: 190px;
	height: 35px;
	line-height: 35px;
}

.tips .box {
	background: url(../img/backgrounds/tips.png) repeat; 
	list-style: none;
	display: block;
	margin: 0 0 24px 0;
	padding: 15px;
	position: relative;

}

.tips {
	margin: 0;
}

.tips .box .title {
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 36px;
	color: #f6cbc4;
	text-align: center;
}

.tips .box.last {
	margin-right: 0;
}

/* @end */

/* @group SLIDER */

.anythingSlider { 
	width: 730px; 
	height: 360px; 
	position: relative; 
	background: url(../img/backgrounds/slider.png) no-repeat; 
	top:  123px;
	left: -10px;
	z-index: 1;
}

.anythingSlider a {
	position: relative;
}

.anythingSlider a h2 {
	background: url(../img/backgrounds/transparent2.png); 
	position: absolute;
	padding: 20px;
	width: 640px;
	text-align: center;
	margin: 237px 0 0 0;
}


.anythingSlider a:hover {
	color: #2d530d;
	text-decoration: none;
}

.anythingSlider a:hover h2 {
	color: #2d530d;
}

.anythingSlider .wrapper { 
	width: 680px; 
	overflow: auto; 
	height: 300px; 
	position: absolute; 
	top: 24px; 
	left: 25px;
	overflow: hidden;  
}

.anythingSlider .wrapper ul { 
	width: 32700px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	background: #fff; 
	margin: 0; 
}

.anythingSlider ul li { 
	display: block; 
	float: left; 
	padding: 0; 
	height: 317px; 
	width: 680px; 
	margin: 0; 
}

.anythingSlider .arrow { display: none; }

#thumbNav { 
	position: relative; 
	top: 339px; 
	float: right; 
	background: url(../img/backgrounds/transparent.png); 
	height: 30px; 
	padding: 0 10px; 
	right: 100px;
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px; 
}

#thumbNav a { 
	color: #fff; 
	font-size: 12px; 
	display: inline-block; 
	padding: 0 8px; 
	line-height: 30px; 
	margin: 0 5px 0 0; 
	text-align: center; 
}

#thumbNav a.cur,
#thumbNav a:hover { 
	color: #2d530d; 
}

#start-stop { 
	background: url(../img/backgrounds/transparent.png); 
	color: #fff; 
	padding: 0 5px; 
	height: 30px; 
	line-height: 30px; 
	width: 40px; 
	text-align: center; 
	position: absolute; 
	right: 45px; 
	top: 339px; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     {  }
#start-stop:hover {
	color: #2d530d; 
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

#shops {
	background: url(../img/backgrounds/transparent.png);
	position: relative; 
	height: 160px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	width: 950px;
	margin: 30px 0 0 0;
}

#shops h3 {
	border-bottom: 1px solid #65993a;
	font-style: italic;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #2d530d;
}

#shops .wrapper { 
	width: 950px; 
	overflow: auto; 
	height: 90px; 
	position: absolute; 
	top: 40px; 
	left: 0; 
	overflow: hidden;
	border-bottom: 1px solid #65993a; 
}

#shops .wrapper ul { 
	width: 32700px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 20px 0; 
}

#shops ul li { 
	display: block; 
	float: left; 
	padding: 0; 
	height: 300px; 
	width: 950px; 
	margin: 0; 
}

#shops ol li { 
	display: block; 
	float: none;
	padding: 0; 
	height: auto; 
	width: auto; 
	margin: 0; 
}

#shops .arrow                  { display: block; height: 12px; width: 17px; background: url(../img/icons/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 15px; cursor: pointer; }
#shops .forward                { background-position: -18px 0; right: 10px; }
#shops .back                   { background-position: 0 0; left: 10px; }
#shops .forward:hover          { background-position: -18px -13px; }
#shops .back:hover             { background-position: 0 -13px; }


#shops ol {
	float: left;
	list-style: none;
	width: 170px;
	line-height: 17px;
	font-size: 13px;
	padding: 0 0 0 10px;
	margin: 0 10px 0 0;
}

#shops p.last {
	margin-right: 0;
}

#shops ol li.location {
	color: #2d530d;
	font-size: 13px;
	text-transform: uppercase;
}

#shops #abc {
	position: absolute;
	top: 137px;
	width: 940px;
	text-align: center;
}

#shops #abc li {
	display: inline;
	margin: 0 22px 0 0;
	color: #4f8124;	
}

#shops #abc li a {
	color: #2d530d;	
}

#shops h3,
#shops ol li,
#footer p {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);	
}

p#contact {
	font-size: 13px;
	text-align: center;
	margin: 20px 0 0 0;
}

p#contact a {
	color: #2d530d;
}

/* @end */

/* @group FOTO */

#to-rate ul {
	width: 500px;
	text-align: center;
	display: block;
	margin: 0;
}

#to-rate ul li {
	list-style: none;
	display: inline;
	margin: 0 5px 0 0;
}

#to-rate ul li.last {
	margin-right: 0;
}

#to-rate ul li a {
	display: inline-block;
	font-size: 14px;
	width: 15px;
	height: 15px;
	text-align: center;
	padding: 5px;
	line-height: 15px;
}

#to-rate img {
	margin: 24px 0 0 0;
}

#rated {
	position: relative;
}

#rated .score {
	background: url(../img/backgrounds/transparent2.png); 
	position: absolute;
	padding: 20px;
	text-align: center;
	top: 52px;
	left: 5px;
	width: 165px;
	font-size: 24px;
	font-weight: bold;
	color: #4f8124;
}

.popup-wrap {
	display: none;
}

.inline { 
	overflow:auto;
	text-align: left;
	padding: 20px; 
}

/* @end */

/* @group FORMS */

ul.form {
	list-style: none;
	margin: 0;
}

ul.form em {
	color: #666;
	font-weight: normal;
}

ul.form li label {
	display: inline-block;
	width: 230px;
	vertical-align: top;
	padding-right: 10px;
	float: left;
}

ul.form li {
	padding: 20px 0;
	border-bottom: 1px solid #f2f2f2;
}

input {
	outline: none;
}

input[type="text"],
input[type="file"],
textarea {
	background: #f8f8f8;
	border: 1px solid #e6e6e6;
	height: 16px;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 455px;
	font-size: 14px;
	color: #666;
}

input[type="text"]:hover,
textarea:hover,
input[type="text"]:focus,
textarea:focus {
	background: #fff;
	border: 1px solid #d7d7d7;
	color: #333;
	outline: none;
}

input[type="file"] {
	height: auto;
}

input[type="submit"] {
	height: 30px;
	font-size: 16px;
	padding: 0 15px;
}

textarea {
	height: 200px;
	overflow: hidden;
}

input[type="submit"] {
	float: right;
}

.cta input[type="text"] {
	border: 1px solid #f4d0ca;
	background: #fdf7f5;
	width: 270px;
	top: 70px;
	left: 0;
	position: absolute;
	color: #cc715e;
} 

.cta input[type="text"]:hover,
.cta input[type="text"]:focus {
	border: 1px solid #cc705e;
	background: #fff;
	color: #b44d3b;
}

.cta .btn-right {
	right: 8px;
}


/* @end */


/* @group MISC */

.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin: 0 15px 15px 0;
}

.right {
	float: right;
}

img.right {
	margin: 0 0 15px 15px;
}

img.border,
#map {
	border: 1px solid #f0f0f0;
	background: #fff;
	padding: 4px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

}

a img.border {
	margin-bottom: 10px;
}

a:hover img.border {
	border: 1px solid #e3e3e3;
}

.gallery,
.gallery2 {
	margin: 0;
}

.gallery li,
.gallery2 li {
	float: left;
	list-style: none;
	margin-right: 30px;
}

.gallery li.last {
	margin-right: 0;
}

.no-margin {
	margin-bottom: 0;
}

.shop-info {
	border-bottom: 1px solid #f2f2f2;
	width: 220px;
	float: left;
	margin: 0 17px 30px 0;
	padding: 0 0 23px 0;
}

.shop-info.no-border {
	border: 0;
}

.shop-info li {
	list-style: none;
}

.shop-info .last {
	margin-right: 0;
}

.btm {
	margin-bottom: 10px;
}

/* @end */



