/* Author: Janot Laval Ontwerp Copyright 2011 */

/* 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 */

strong {font-weight: bold;}
em {font-style: italic;}
.clear {clear: both;}
.hidden {display: none;}

html {height: 100%;}

body {
	height: 100%;
	background-image: url(../images/interface/wallpaper.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	background-color: #69a5e2;
	font-family: "Myriad Pro",Helvetica Neue,Arial,sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #666666;
}
p {margin-bottom: 10px;}
sup {font-size: 10pt; vertical-align: super;}
h1, h2, h3, h4, h5, h6 {font-weight: bold;}
h1{}
h2 {
	font-size: 12pt;
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 20px;
	margin-bottom: 5px;
	position: relative;
}
h2 span {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ff0000;
	font-style: italic;
	line-height: 11pt;
	margin-left: 10px;
	padding-left: 18px;
	background-image: url(../images/interface/star_red.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	/*background-image: url(../images/interface/new.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 55px;
	margin-left: 10px;
	position: absolute;
	bottom: -20px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 0;*/
}
h2.orange	{background-image: url(../images/interface/h_orange.gif);}
h2.blue		{background-image: url(../images/interface/h_blue.gif);}
h2.green	{background-image: url(../images/interface/h_green.gif);}
h2.yellow	{background-image: url(../images/interface/h_yellow.gif);}
h2.pink		{background-image: url(../images/interface/h_pink.gif);}
h3 {
	font-size: 10pt;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 20px;
	padding-top: 5px;
	margin-bottom: 3px;
}
h3.column {
	background: none;
	padding: 0;
}
h3.toggler {
	cursor: pointer;
	border-top: 1px solid #eaeaea;
}
h3.toggler a {color: #cccccc !important;}
h3.toggler a:hover {text-decoration: none !important;}
h3.current a {color: #666666 !important;}
h3.first 	{border-top: none;}
h3.orange	{background-image: url(../images/interface/star_orange.gif);}
h3.blue		{background-image: url(../images/interface/star_blue.gif);}
h3.green	{background-image: url(../images/interface/star_green.gif);}
h3.yellow	{background-image: url(../images/interface/star_yellow.gif);}
h3.pink		{background-image: url(../images/interface/star_pink.gif);}
h4 {
	color: #999999;	
	font-size: 10pt;
	font-style: italic;
	margin-bottom: 5px;
	margin-left: 20px;
}
h5 {
	color: #999999;	
	font-size: 9pt;
	font-style: italic;
	margin-bottom: 5px;
}
h5.orange {color: #ffa524;}
h5.date {font-weight: normal;}
h6 {
	color: #666666;	
	font-size: 9pt;
}
blockquote {
	background-color: #eaeaea;
	padding: 10px 20px;
	margin-bottom: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 18pt;
	font-style: italic;
	margin-bottom: 0;
}
blockquote span {
	font-size: 10pt;
	font-style: normal;
}
span.date {
	font-style: italic;
	float: right;
	padding-top: 5px;
	margin-bottom: 3px;
}
span.caps {
	text-transform: uppercase;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #eaeaea;
}

/* Tooltips */

.tip {
	color: #ffffff;
	width: 139px;
	z-index: 0;
}
.tip-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	line-height: 10pt;
	color: #ffdc1a;
	padding: 5px 10px;
	background: url(../images/interface/bubble.png) top left;
}
.tip-text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 7pt;
	line-height: 10pt;
	padding: 0 10px 8px;
	background: url(../images/interface/bubble.png) bottom right;
}

/* end Tooltips */

div#container {
	min-height: 100%;
	_height: 100%;
	width: 920px;
	margin: 0 auto -25px;
	padding: 0 20px;
	background-color: #ffffff;
}
div#header {
	height: 160px;
	width: 920px;
	padding-top: 20px;
	position: relative;
}
div#header img.logo {
	position: absolute;
	top: 30px;
	left: 10px;
	border: none;
}

/* Banner */

#box1 {position: absolute;}
#box1 span {
	display: block;
	float: left;
}
.mask1 {
	width: 680px;
	height: 160px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
}
span img {
	display: block;
	border: none;
}

/* end Banner */

/* main Menu */
ul#menu {
	width: 920px;
	height: 30px;
}
ul#menu li {
	height: 30px;
	width: 184px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	line-height: 30px;
	text-transform: capitalize;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	float: left;
	z-index: 1;
}
ul#menu li.blue		{border-bottom: 5px solid #3dc9e2;}
ul#menu li.green	{border-bottom: 5px solid #b5da5c;}
ul#menu li.yellow	{border-bottom: 5px solid #ffdc1a;}
ul#menu li.orange	{border-bottom: 5px solid #ffa524;}
ul#menu li.pink		{border-bottom: 5px solid #ff60c1;}

ul#menu li a {
	color: #666666;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
ul#menu li.blue a:hover		{color: #3dc9e2;}
ul#menu li.green a:hover	{color: #b5da5c;}
ul#menu li.yellow a:hover	{color: #ffdc1a;}
ul#menu li.orange a:hover	{color: #ffa524;}
ul#menu li.pink a:hover		{color: #ff60c1;}

ul#menu ul {
	position: absolute;
	top: 30px;
	left: 0;
}
ul#menu ul li {
	width: 174px;
	height: 30px;
	padding-left: 10px;
	font-size: 10pt;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
}
ul#menu ul li.last {
	padding-bottom: 3px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
ul#menu li.blue ul li	{background-color: #3dc9e2;}
ul#menu li.green ul li	{background-color: #b5da5c;}
ul#menu li.yellow ul li	{background-color: #ffdc1a;}
ul#menu li.orange ul li	{background-color: #ffa524;}
ul#menu li.pink ul li	{background-color: #ff60c1;}

ul#menu ul li a {
	padding-left: 15px;
}
ul#menu ul li a:hover, ul#menu ul li.current a {
	color: #ffffff !important;
	background-image: url(../images/interface/star_menu.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

/* end main Menu */

/* Carousel */

div.gallery {
	width: 920px;
	margin-top: 20px;
	position: absolute;
	z-index: 0;
}
div.holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
div.holder ul {
	list-style: none;
	width: 30000px;
}
div.holder ul li {
	float: left;
	width: auto;
	padding-left: 0;
	position: relative;
}
span.new {
	background-image: url(../images/interface/new.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 55px;
	position: absolute;
	bottom: 46px;
	right: -20px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 1;
}
div.holder ul li img { display: block;}
a.next, a.prev {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
a.next {
	background: url(../images/interface/arrow.png);
	background-repeat: no-repeat;
	background-position: -40px -40px;
	right: 10px;
}
a.next:hover {background-position: -40px 0;}
a.prev {
	background: url(../images/interface/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	right: auto;
	left: 10px;
}
a.prev:hover {background-position: 0 0;}
div.control {
	font-size: 18px;
	line-height: 21px;
}

/* end Carousel */

/* Content */
div#content {
	width: 920px;
	margin-top: 185px;
	margin-bottom: 20px;
	float: left;
}
div#content ul {padding-left: 20px;}
div#content_notop {margin-top: 20px; float: left;}
div#content a, div#content_notop a {
	font-weight: bold;
	color: #ff60c1;
	text-decoration: none;
}
div#content a:hover, div#content_notop a:hover {text-decoration: underline;}
a.more {
	background-image: url(../images/interface/arrow_more.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 10px;
}
div#content img, div#content_notop img {border: 1px solid #666666;}
img.float_right {
	float: right;
	margin: 0 0 20px 20px;
}
img.float_left {
	float: left;
	margin: 0 10px 10px 0;
}
img.butterfly, img.noborder {
	border: none !important;
}
div#column_left, div#column_right {
	width: 200px;
	float: left;
}
ul.list li {
	border-top: 1px solid #eaeaea;
}
ul.list li.first {
	border-top: 0;
}
ul.list li a {
	color: #cccccc !important;
	display: block;
}
ul.list li a:hover, ul.list li.current a {
	color: #666666 !important;
	text-decoration: none !important;
}
ul.star_list li {
	background-image: url(../images/interface/star_sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 15px;
	text-transform: capitalize;	
}
div#column {
	width: 480px;
	padding: 0 20px;
	float: left;
	position: relative;
}
div#column_wide {
	width: 680px;
	padding: 0 20px;
	float: left;
	position: relative;
}
div#teaser {position: relative;}
div#big_date {
	width: 60px;
	font-weight: bold;
	background-color: #ffffff;
	border: 1px solid #666666;
	border-bottom: 0;
	position: absolute;
	top: 20px;
	right: 20px;
}
div#big_date span {
	width: 60px;
	padding: 5px 0;
	text-align: center;
	border-bottom: 1px solid #666666;
	display: block;
}
div#big_date span.text {
	font-size: 9pt;
	line-height: 9pt;
}
div#big_date span.number {
	padding: 0 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26pt;
	line-height: 26pt;
}
div.element, div.padding_left, ul.padding_left {padding-left: 20px;}
div.price {
	height: 80px;
	width: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26pt;
	font-weight: bold;
	color: #ffffff;
	line-height: 75px;
	text-align: center; 
	background-image: url(../images/interface/price.png);
	background-repeat: no-repeat;
	float: right;
	position: relative;
}
div.price span {
	font-size: 10pt;
	position: relative;
	top: -1em;
}
div.buybutton {
	height: 40px;
	padding: 0 80px 0 10px;
	margin-right: -80px;
	float: right;
	background-color: #ffdc1a;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
div.buybutton a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 40px;
	color: #ffffff !important;
	padding-left: 40px;
	background-image: url(../images/interface/vlinder_1.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	
}
div.buybutton a:hover {
	color: #ff0000 !important;
	text-decoration: none !important;
}

/* Form */
span.required {
	color: #ff0000;
}
label.text, span.fakelabel {
	width: 100px;
	margin-right: 10px;
	padding: 0;
	text-align: right;
	display: block;
	float: left;
}
label.error {
	background-color: transparent;
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	padding: 1px;
}
div.formrow {
	margin-bottom: 5px;
}
input.text {
	width: 240px;
	padding: 0;
	color: #333333;
	border: 1px solid #CCCCCC;
	float: left;
}
input.number {
	width: 50px;
	padding: 0;
	color: #333333;
	border: 1px solid #CCCCCC;
	float: left;
}
input.disabled {
	color: black;
	font-style: italic;
	background-color: #eaeaea;
	border: 0px;
}
textarea#opmerking {
	width: 240px;
	color: #333333;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
select#uitgave {width: 240px;}
input#submit {
	width: 240px;
	margin-left: 112px;
}
div.fValidator-msg {
	color: #ff0000;
	background-color: #ffffff;
	width: 300px;
	position: absolute;
	left: 400px;
}
.fValidator-invalid {
	background-color: #ff8888;
	border: 1px solid #880000;
}
.fValidator-neutral {
	border: 1px solid #999999;
	background-color: #ffffff;
}
.fValidator-valid {
	border: 1px solid #999999;
	background-color: #ffffff;
}
.imask-invalid {
	background-color: #ff8888;
	width: 290px;
	margin-bottom: 4px;
	border: 1px solid #999999;
	float: left;
}
img.help {
	margin-left: 5px;
	border: none !important;
	cursor: pointer;
}
/* end Form */

/* Thumbs */

div.thumbs {
	margin-top: 10px;
}
div.thumbs img {
	float: left;
	margin: 0 3px 3px 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
div.thumbs a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
div.thumbs a.current img {
	opacity: 1;
	filter: alpha(opacity=100);
}
div.thumbs_large {
	position: relative;
	overflow: hidden;
	width: 200px;
	height: auto;
}
div.thumbs_large img {
	float: left;
}

/* end Thumbs */
div#footerspacer {
	clear: both;
	height: 25px;
}
div#footer {
	width: 920px;
	height: 25px;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #ffffff;
	position: relative;
	clear: both;
}
div#footer ul {
	text-align: center;
	border-top: 1px solid #eaeaea;
}
div#footer ul li {
	background-image: url(../images/interface/footerbullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	display: inline;
	line-height: 24px;
	text-transform: capitalize;
	padding-left: 20px;
}
div#footer ul li.first {background-image: none; padding-left: 0;}
div#footer ul li a {color: #666666; text-decoration: none;}
div#footer ul li a:hover {text-decoration: underline;}
