/*
* Cache van main.style.css
* Created: 2008-08-13 11:23:48
*/

/*
* $Author: sjors $
* $LastChangedDate: 2006-07-05 13:58:04 +0200 (wo, 05 jul 2006) $
* $Id: main.style.css 18 2006-07-05 11:58:04Z sjors $
* $Rev: 18 $
*/

/* Style 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, 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-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* End style reset */

.clear {clear: both;}
img {border: 0px;}
strong {font-weight: bold;}
em {font-style: italic;}

.right {text-align: right;}

body, html {
	height: 100%;
}

body {
 background-color: #7bb00f;
}
body.intro {
	background-color: #ffffff;
}
div#wrapper {
	background-color: #ffffff;
	width: 800px;
	position: relative;
	margin: 0px auto;
	height: 100%;
	background-image: url(/images/interface/bgbody.png);
	background-repeat: repeat-y;
	background-position: top right;
}

body, td, th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #5c5b60;
	line-height: 14px;
}

a {
	font-size: 11px;
	color: #6db318;
	text-decoration: underline;
}
a:hover {
	color: #0d7c33;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #6db318;
}
h1, h2 {font-size: 15px;}
h3 {font-size: 13px;}
h4 {font-size: 12px;}
h2 {margin: 25px 0px -5px 0px;}

h1 {
	text-indent: -750px;
	overflow: hidden;
	background-image: url(/images/interface/slogan1.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 464px;
	height: 125px;
	position: absolute;
	top: 0px;
	left: 166px;
}
h1.slogan2 {
	background-image: url(/images/interface/slogan2.jpg);
}
h1.slogan3 {
	background-image: url(/images/interface/slogan3.jpg);
}
h2.withhr {
	margin-bottom: 10px;
}

p {
	margin: 10px 0px;
}

hr {
	background-image: url(/images/interface/greenline.png);
	background-repeat: repeat-x;
	border: none;
	height: 5px;
	margin: 8px 0px;
	clear: both;
}

.error {
	color: #6db318;
	font-weight: bold;
}

/* Forms */
div#content input.text, div#content select, div#content textarea {
	border: 1px solid #6db318;
	margin: 1px 5px;
	color: #6db318;
}
div#content input.text, div#content select {
	font-size: 11px;
	width: 130px;
}
div#content textarea {
	font-size: 11px;
	width: 160px;
	height: 130px;
}
div#content label {
	display: block;
	width: 150px;
	text-align: right;
	float: left;
	margin-top: 4px;
}

input.button, input.submit {
	background-image: url(/images/interface/button.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-right: 20px;
	text-align: right;
	height: 18px;
	border: 0;
	background-color: #ffffff;
	font-size: 14px;
	color: #6db318;
	font-weight: bold;
	cursor: pointer;
}
input.button:hover, input.submit:hover {
	background-position: right -34px;
	color: #0d7c33;
}
/* Forms */

/* Left */
div#contentleft {
	position: absolute;
	top: 140px;
	left: 13px;
	width: 140px;
	background-color: #ffffff;
}
div#contentleft p {
	width: 140px;
}
div#contentleft select {
	color: #1b1b1f;
	font-size: 11px;
}
ul#menu {
	margin-bottom: 14px;
}
ul#menu a {
	font-size: 12px;
	color: #5c5b60;
	line-height: 18px;
	text-decoration: none;
}
ul#menu a:hover {
	color: #6db318;
	text-decoration: none;
}
ul#menu li.current a {
	color: #6db318;
	font-weight: bold;
	text-decoration: none;
}
div#contentleft label {
	color: #6db318;
	font-size: 12px;
	display: block;
}
div#contentleft select {
	width: 140px;
	margin: 3px 0px;
}
/* Left */

div#content {
	position: absolute;
	top: 117px;
	left: 175px;
	width: 429px;
	background-color: #ffffff;
}

div#content ul {
	list-style: square;
	margin-left: 10px;
}
div#content ul li {
	margin-left: 10px;
}

/* Right */
div#kader {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 165px;
	padding-bottom: 30px;
	/*background-color: #d4d800;*/
}
div#kader h4 {
	font-weight: bold;
	color: #5c5b60;
	margin: 15px 10px 0px 10px;
	font-size: 12px;
	line-height: 14px;
	width: 140px;
	overflow: hidden;
}
div#kader p {
	margin: 5px 10px;
	font-size: 10px;
	color: #5c5b60;
}
div#kader a.readmore {
	font-weight: bold;
	color: #5c5b60;
	text-decoration: none;
	white-space: nowrap;
}
div#kader a.readmore:hover {
	text-decoration: underline;
}
div#kader hr {
	margin: 15px 10px 0px 10px;
	background-image: url(/images/interface/greyline.png);
	background-repeat: no-repeat;
	width: 145px;
	border: none;
}
div#kader img.kaderimg {
	margin: 13px 13px -5px 10px;
}
div#kader ul {
	margin: 13px 13px -5px 10px;
}
div#kader ul li {
	margin: 5px 0px;
}
div#kader ul a {
	text-decoration: none;
	color: #5c5b60; 
}
div#kader ul a:hover {
	text-decoration: underline;
}
/* Right */

/* Footer */
div#footer {
	position: absolute;
	bottom: 0px;
	left: 175px;
	height: 20px;
}
div#footer, div#footer a {
	font-family: "Times new roman", Arial, sans-serif;
	font-size: 10px;
	color: #6db318;
}
div#footer a {
	text-decoration: none;
}
div#footer a:hover {
	color: #6db318;
	text-decoration: underline;
}
div#footer p {
	margin: 0px;
	padding: 0px;
}
/* Footer */

div#logo {
	position: absolute;
	top: 17px;
	left: 18px;
}

/* Intro */
div#intro {
	width: 669px;
	margin: 5% auto;
}
div#intro img, div#intro a {
	margin: 0 5px 5px 0;
	float: left;
}
a#intro_informatie, a#intro_aanbod, a#intro_aanbieders {
	width: 218px;
	height: 164px;
	display: block;
	text-indent: -200px;
	overflow: hidden;
	background-image: url(/images/intro/intro_buttons.png);
}
a#intro_informatie        {background-position: 0 0;}
a#intro_informatie:hover  {background-position: 218px 0;}
a#intro_aanbieders        {background-position: 0 164px;}
a#intro_aanbieders:hover  {background-position: 218px 164px;}
a#intro_aanbod            {background-position: 0 328px;}
a#intro_aanbod:hover      {background-position: 218px 328px;}
/* Intro */

/* News */
div.news {
	background-image: url(/images/interface/greenline.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding-top: 5px;
	margin-top: 20px;
}
div.news div.bottom {
	background-color: #ebf3e5;
	background-image: url(/images/interface/greenline.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 5px 10px 10px 10px;
}
div.news div.hasimage div.content {
	margin-left: 100px;
	width: 305px;
	min-height: 75px;
	_height: 75px;
}
div.news div.content {
	position: relative;
}
div.news h3 {
	font-size: 13px;
}
div.news p {
	margin: 5px 0px;
}
div.news img {
	margin: 0px 5px 0px -5px;
	float: left;
}
p.readmore_news {
	text-align: right;
	margin: 5px 0px 0px 0px;
}
p.readmore_news a, p#news_back a {
	text-decoration: none;
}
p.readmore_news a:hover, p#news_backa:hover {
	text-decoration: underline;
}
p.readmore_news a.totop {
	float: left;
}
div.news span.date {
	position: absolute;
	top: -2px;
	right: -5px;
	display: block;
	width: 80px;
	text-align: right;
}
div.news div.hasimage span.date {
	right: -9px;
}
div#newsimages {
	width: 185px;
	height: 120px;
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
div#newsimages div.images {
	width: 160px;
	margin-left: 24px;
	position: relative;
}
div#newsimages img {
	float: left;
}
span#newsdate {
	width: 70px;
	position: relative;
	top: 5px;
	left: 360px;
	text-align: right;
}
p#news_back {
	margin: 5px 0px 0px 0px;
}
/* News */

/* Aanbieders */
div.aanbieder {
	background-image: url(/images/interface/greenline.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding-top: 5px;
	margin-top: 20px;
}
div.aanbieder div.bottom {
	background-color: #ebf3e5;
	position: relative;
}
div.aanbieder div.content {
	border-right: 205px solid #ffffff;
	min-height: 80px;
	_height: 80px;
	padding-top: 5px;
}
div.aanbieder h3 {
	font-size: 13px;
	margin-left: 5px;
}
div.aanbieder p {
	margin: 5px;
}
div.aanbieder img {
	position: absolute;
	top: 5px;
	left: 229px;
}
div.aanbieder a {
	color: #5c5b60;
}
div.aanbieder a:hover {
	color: #0d7c33;
}
p.readmore_aanbieder {
	text-align: right;
	margin: 0px;
	background-image: url(/images/interface/greenline.png);
	background-position: top left;
	background-repeat: repeat-x;
	width: 429px;
	padding-top: 5px;
}
p.readmore_aanbieder a {
	text-decoration: none;
	margin-right: 205px;
}
p.readmore_aanbieder a:hover {
	text-decoration: underline;
}
div#aanbieder_keuze {
	margin-top: 20px;
}
div#aanbieder_keuze a {
	margin-right: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border-style: solid;
	border-width: 0px 1px;
	border-color: #ebf3e5;
	color: #ebf3e5;
}
div#aanbieder_keuze a.used {
	color: #6db318;
	border-color: #6db318;
}
div#aanbieder_keuze a:hover {
	background-color: #ebf3e5;
	color: #ffffff;
	text-decoration: none;
}
div#aanbieder_keuze a.used:hover {
	background-color: #6db318;
}
table.aanbieder {
	float: left;
	margin-right: 20px;
}
table.aanbieder th {
	width: 125px;
}
/* Aanbieders */

div.imgrotator, div.imgrotatorlast {
	width: 22px;
	height: 23px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #7bb00f;
	background-color: #d4d800;
	color: #7bb00f;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.imgrotatorlast {
	height: 22px;
	border-bottom: 1px solid #7bb00f;
}
div.imgrotator.hover, div.imgrotatorlast.hover, div.imgrotator.current, div.imgrotatorlast.current {
	background-color: #7bb00f;
	color: #ffffff;
}

div#fotoalbum {
	margin: 10px 0px 0px 14px;
	position: relative;
	width: 400px;
}
div#fotoalbum div.thumbs a {
	border: 3px solid #ffffff;
}
div#fotoalbum div.thumbs a:hover {
	border-color: #7bb00f;
}
div#fotoalbum div.thumbs a img {
	float: left;
}
a.close {
	background-image: url(/images/interface/exit.png);
	background-repeat: no-repeat;
	display: block;
	width: 18px;
	height: 18px;
	background-position: right 0px;
	text-indent: -200px;
	overflow: hidden;
}
a.close:hover {
	background-position: right -18px;
}
a.previous {
	background-image: url(/images/interface/album_navleft.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 20px;
	text-decoration: none;
	height: 18px;
	line-height: 18px;
}
a.next {
	background-image: url(/images/interface/album_navright.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-right: 20px;
	text-decoration: none;
	height: 18px;
	line-height: 18px;
}
a.next:hover {
	background-position: right -34px;
}
a.previous:hover {
	background-position: left -34px;
}
span#album_title {
	position: absolute;
	top: 8px;
	left: 10px;
}
div#album_large {
	background-color: #d4d800;
	display: none;
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}
div#album_large a.close {
	position: absolute;
	top: 5px;
	right: 10px;
}
div#album_large a.previous {
	position: absolute;
	bottom: 5px;
	left: 10px;
}
div#album_large a.next {
	position: absolute;
	bottom: 5px;
	right: 10px;
}
div#album_largeimg {
	position: relative;
	margin-top: 20px;
}
div#album_largeimg img {
	position: absolute;
}

ul.newsletters {
	margin-top: 20px;
}