/*
* Cache van main.style.css
* Created: 2010-12-20 15:27:39
*/

/*
* $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; line-height: 0px;}
img {border: 0px;}
strong {font-weight: bold;}
em {font-style: italic;}
.hidden {display: none;}
.error {color: red;}
.floatleft {float: left;}
ul {
	list-style: disc;
	margin: 2px 12px;
}
ul.voordelen {
	width: 254px;
	height: 303px;
	padding: 10px 0 0 10px;
	list-style: none;
	background-image: url(/images/interface/balloon.gif);
	background-repeat: no-repeat;
}
ul.voordelen li {
	color: #776449 !important;
	background-image: url(/images/interface/list_image.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 30px;
}
ul.expandinglist {
	width: 490px;
	list-style: none;
	
}
ul.expandinglist li {
	background-image: url(/images/interface/faq_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
ul.expandinglist li a {
	text-decoration: none;
}
ul.expandinglist li.open a {
	color: #999999;
	text-decoration: none;
}
ul.expandinglist li a.block, ul.expandinglist li.open a.block {
	display: block;
}
 
ul.expandinglist li.open a:hover {
	color: #999999;
	text-decoration: underline;
}
ul.expandinglist li a:hover {
	color: #000000;
	text-decoration: underline;
}
ul.expandinglist ul {
	margin-left: 14px;
}
ul.expandinglist ul li {
	background-image: none;
}

div.faq-wrapper {
	background-image: url(/images/interface/faq_top_closed.gif);
	background-repeat: no-repeat;
	padding: 10px 10px 12px 40px;
	margin-bottom: 10px;
}
li.open div.faq-wrapper {
	background-image: url(/images/interface/faq_top_open.gif);
}
html, body {height: 100%;}

.loading {
	background-image: url(/images/cms/spinner.gif);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
}

body {
	background-color: #ffffff;
}

body, th, td, input, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 15px 0px;
	color: #000000;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 15px;
}

p {
	margin: 15px 0px;
}
u {text-decoration: underline;}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.button {
	width: 150px;
	height: 26px;
	line-height: 26px;
	padding-left: 30px;
	background-image: url(/images/interface/button.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
a:hover.button {
	color: #000000;
	text-decoration: underline;
}
a.voordeellink {color: #ee7f01 !important; text-decoration: none;}
a:hover.voordeellink {color: #ee7f01; text-decoration: underline;}
input.button {
	width: 150px;
	height: 26px;
	line-height: 26px;
	padding-left: 30px;
	border: none;
	background-image: url(/images/interface/button_small.gif);
	background-repeat: no-repeat;
	display: block;
}
table td {
	vertical-align: top;
}

hr {
}

/* Main positioning */
div#headerclearer {
	height: 227px;
}
div#footerclearer {
	height: 70px;
	clear: both;
}
div#contentcontainer {
	position: relative;
	background-color: #ee7f01;
	width: 830px;
	margin: 0px auto;
	margin-bottom: -70px;
	min-height: 100%;
	_height: 100%;
	background-image: url(/images/interface/shaderight.png);
	background-repeat: repeat-y;
	background-position: top right;
}
div#content {
	width: 780px;
	padding: 9px 24px 50px 24px;
	position: relative;
	z-index: 2;
}
div#footer {
	position: relative;
	clear: both;
	width: 830px;
	height: 70px;
	margin: 0px auto;
	background-color: #ffffff;
	background-image: url(/images/interface/footer.png);
	background-repeat: no-repeat;
}
div.map {
	background-image: url(/images/interface/kaart_back.gif);
	background-repeat: no-repeat;
	background-position: 438px bottom;
}
div#headercontainer {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 233px;
	width: 100%;
	background-color: #ffffff;
	overflow: hidden;
}
div#header {
	width: 830px;
	height: 233px;
	margin: 0px auto;
	position: relative;
}
/* Main positioning */

/* Menus */
ul#menu {
	position: absolute;
	top: 160px;
	left: 0px;
	list-style: none;
	margin: 0px;
	z-index: 3;
	background-image: url(/images/interface/bgnav.png);
	background-repeat: no-repeat;
	height: 73px;
	width: 830px;
}
ul#menu li {
	float: left;
	width: 138px;
	height: 30px;
	text-align: center;
	line-height: 43px;
}
ul#menu li.last {
	width: 140px;
}
ul#menu li a {
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	margin-left: -10px;
}
ul#menu li a:hover, ul#menu li.current a {
	color: #000000;
	text-decoration: none;
}
ul#menu ul {
	list-style: disc;
	margin: 0px;
	width: 820px;
	background-color: #f7c48a;
	height: 27px;
	position: absolute;
	top: 40px;
	left: 0px;
}
ul#menu ul li {
	margin-left: 45px;
	color: #000000;
	background-image: none;
	float: left;
	width: auto;
	height: 27px;
	line-height: 27px;
	display: none;
}
ul#menu ul li a {
	margin-left: 0px;
	font-size: 12px;
	color: #000000;
	text-transform: lowercase;
}
ul#menu ul li a:hover, ul#menu ul li.current a {
	color: #ffffff;
}
ul#menu li.current ul li {
	display: block;
}

ul#footermenu {
	margin: 30px 0px 0px;
	list-style: disc;
	float: left;
}
ul#footermenu li {
	float: left;
	margin-left: 21px;
}
ul#footermenu li a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	/*margin-left: -3px;*/
}
ul#footermenu li a:hover {
	color: #000000;
	text-decoration: underline;
}
/* Menus */

/* Header & Footer */
div#footer p {
	margin: 30px 0px 0px;
	float: left;
	font-size: 11px;
	color: #000000;
}
img#logo {
	position: absolute;
	top: 55px;
	left: 0px;
}
img#sfeerimg {
	position: absolute;
	top: 0px;
	right: -160px;
	z-index: 1;
}
/* Header & Footer */

/* Content */
div.content-left, div.content-right {
	float: left;
}
div.content-left {
	width: 490px;
}
div.content-right {
	width: 270px;
	margin-left: 20px;
}
div.content-left-home {
	width: 440px;
}
div.content-right-home {
	width: 270px;
	margin-left: 70px;
}
div.content-right h4 {
	font-size: 18px;
}
div.content-right ul li {
	color: #ffffff;
	font-weight: bold;
	margin: 5px 0px;
}
img#jaarkaart {
	position: relative;
	left: -77px;
}
/* Content */

/* Imagezoom */
div#bodyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #000000;
	z-index: 10;
}
div#zoomdiv {
	background-color: #c7c7c7;
	display: none;
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	z-index: 11;
}
div#zoomdiv a {
  background-repeat: no-repeat;
}
div#zoomdiv a.close {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 11px;
	text-transform: lowercase;
	height: 20px;
	line-height: 20px;
}
div#zoomdiv a.previous, div#zoomdiv a.next {
	position: absolute;
	bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
div#zoomdiv a.previous {
	left: 10px;
	padding-left: 20px;
  background-position: center left;
}
div#zoomdiv a.previous:hover {
}
div#zoomdiv a.next {
	right: 10px;
	padding-right: 20px;
  background-position: center right;
}
div#zoomdiv a.next:hover {
}
div#zoomdiv_img {
	position: relative;
	top: 15px;
}
div#zoomdiv_img img {
	position: absolute;
}
/* Imagezoom */

div#content table td {
	padding: 2px 7px 2px 1px;
}
div#content table td.alignright {
	padding-right: 0px;
}
div#fotoalbum img {
	margin: 0px 15px 15px 0px;
	float: left;
}
div#content table.participants td {
	padding: 0px 0px 15px 15px;
}
div#content table.participants th {
	color: #a5872c;
	font-size: 10px;
	font-style: italic;
	vertical-align: top;
}
div#content table.participants tr.achmea td {
	padding-bottom: 0px;
}
div#content table.participants tr.wfcomm th {
	padding-top: 32px;
}

img.imginlist {
	float: left;
	margin-right: 15px;
}

/* Forms */
div.formrow {
	margin: 2px 0px;
}
label.text, span.fakelabel {
	display: block;
	width: 110px;
	float: left;
	cursor: pointer;
}
input.text, textarea, input.spinner {
	border: 1px solid #a5872c;
	height: 14px;
	line-height: 14px;
	font-size: 11px;
	width: 250px;
	padding: 2px;
}
input.spinner {
	text-align: right;
	width: 30px;
	padding-right: 18px;
	background-image: url(/images/interface/spinner.jpg);
	background-position: center right;
	background-repeat: no-repeat;
}
textarea {
	height: 100px;
}
p.formerror {
	float: left;
	margin-left: 110px;
}
div.fValidator-msg {
	margin-left: 110px;
	background-color: #eeeeee;
	width: 244px;
	padding: 2px 5px;
	border: 1px solid #a5872c;
	margin-top: -2px;
	border-top: none;
}
form#ordercard fieldset {
	padding: 5px;
	margin: 10px 0px;
}
form#ordercard legend {
	font-weight: bold;
}
div.formrow div.formrow {
	margin-left: 25px;
}
div.formrow div.formrow input.text, div.formrow div.formrow textarea{
	width: 225px;
}
form {
	background-color: #ffffff;
	background-image: url(/images/interface/form_back_top_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 490px;
}
div.formbottom {
	background-image: url(/images/interface/form_back_bottom_l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 20px;
}
form#searchstudio {
	width: 368px;
	height: 180px;
	background-image: url(/images/interface/form_back_top_s.gif);
}
form#searchstudio div.formbottom {
	background-image: url(/images/interface/form_back_bottom_s.gif);
}
form select {
	width: 200px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	border: 1px solid #999999;
}
/* Niet samenvoegen, moet apart ivm JS */
.fValidator-invalid {
	background-color: #ff8888;
	border: 1px solid #880000;
}
.fValidator-neutral {
	border: 1px solid #a5872c;
	background-color: #ffffff;
}
.fValidator-valid {
	border: 1px solid #a5872c;
	background-color: #ffffff;
}
.imask-invalid {
	background-color: #ff8888;
	border: 1px solid #880000;
}
/* Einde niet samenvoegen, moet apart ivm JS */
/* Forms */

/* Faq */
ul#faq_list {
	margin: 0px;
	list-style: none;
}
ul#faq_list div.details {
	margin: 0;
}

/* Faq */

/* Advantages */
ul#adv_list {
	margin: 0px;
	list-style: none;
}
ul#adv_list div.details {
	margin: 0;
}
ul#adv_list div.details a {
	color: #ee7f01;
}
/* Advantages */


/* Boxes */
.box {
	width: 772px;
	background-image: url(/images/interface/kadertop.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.boxbottom {
	width: 772px;
	background-image: url(/images/interface/kaderbottom.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 15px;
}
.box a {
	color: #000000;
	text-decoration: none;
}
.box a:hover {
	color: #000000;
	text-decoration: underline;
}
/* Boxes */

/* Studio's */
div.studiolist {
	margin: 10px 0px;
	clear: both;
	padding: 15px 15px 15px 20px;
	position: relative;
	width: 737px;
	height: 120px;
	z-index: 2;
}
div.studio div.footer {
	height: 35px;
	background-color: #f7c48a;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(/images/interface/kaderbottom_orange.png);
}
div.studio-hasimage div.footer {
	left: 200px;
	width: 572px;
}
div.studio div.footer ul {
	margin: -1px 0px 0px 35px;
}
div.studio div.footer ul li {
	margin-right: 10px;
	float: left;
	line-height: 35px;
}
div.studio div.footer ul li a {
	color: #000000;
	text-decoration: none;
}
div.studio div.footer ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
div.studiolist .image {
	float: left;
	position: relative;
	top: -15px;
	left: -20px;
	z-index: 2;
}
div.studiodetails {
	padding: 15px 15px 5px 15px;
}
div.studiodetails table {
	margin: 10px 0;
}
div.studiodetails table td {
	padding: 0 10px 0 0 !important;
}
div.studiodetails_images {
	float: right;
	margin: 10px;
}
div.thumbnails {
	width: 315px;
	height: 40px;
	margin-bottom: 10px;
}
div.thumbnails_large {
	border: 1px solid #333333;
	width: 313px;
	height: 186px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
div.thumbnails a img {
	border: 1px solid #333333;
	margin-right: 3px;
	margin-bottom: 3px;
	float: left;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
div.thumbnails a:hover img {
	border: 1px solid #de4062;
	opacity: 1;
	filter: alpha(opacity=100);
}
div.thumbnails a.current img {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Studio's */

/* WYMeditor */

/* A: Externe link */
a.externlink /* a */ {
	/* color: red; */
	padding-right: 20px;
}
/* Rechts uitlijnen */
.alignright /* * */ {
	/* text-align: right; */
	text-align: right;
}
/* /WYMeditor */
img.right {
	float: right;
	margin-left: 10px;
}

