
/*

fluorescent yellow		#f2ff26
basic yellow			#fdeb23
link yellow				#cbd620
not-quite white			#fdfdfb

*/

body {
	background-image: url('img/background-xrep.png');
	background-repeat: repeat-x;
	background-color: black;
}

div.fq-message, div.validation-error {
	color: black;
}

.head {
	color: #f2ff26;
}


div.center {
	text-align: center;
}

div.frame {
	width: 1014px;
	border: 2px solid #f2ff26;
	background-color: black;
	margin: 15px auto 40px auto;
}

div.header, div.nav, div.sitebottom {
	width: 997px;
	margin-left: auto;
	margin-right: auto;
	color: #fdfdfb;
}

div.header {
	height: 231px;
	background-image: url('img/header.png');
	background-repeat: no-repeat;
	margin-top: 25px;
}

div.nav {
	height: 63px;
	background-image: url('img/nav-background.png');
	background-repeat: no-repeat;
}

div.nav ul.mainnav {
	list-style-type: none;
	width: 975px;
	height: 25px;
	margin: auto;
}

div.nav ul.subnav {
	list-style-type: none;
	height: 26px;
}

div.subnav {
	background-position: right bottom;
	background-image: url('img/subnav-background.png');
	background-repeat: no-repeat;
}

div.nav li, div.nav a {
	font-size: 13pt;
	font-weight: bold;
}

div.nav li {
	float: left;
	color: white;
	margin: 2px 3px 0px 5px;
}


div.nav a {
	color: #cbd620;
	text-decoration: none;
}

div.nav a.active, div.nav a:hover {
	color: #f2ff26;
}


div.algemeen-top {
	background-image: url('img/box-algemeen-top.png');
	background-repeat: no-repeat;
	height: 27px;
	text-align: center;
}

div.algemeen-body {
	border-style: solid;
	border-color: #f2ff26;
	border-width: 0px 2px 0px 2px;
}

div.algemeen-bottom {
	background-image: url('img/box-algemeen-bottom.png');
	background-repeat: no-repeat;
	height: 2px;
}

div.algemeen-top, div.algemeen div.head {
	font-size: 11pt;
	font-weight: bold;
}

div.algemeen div.latest a {
	display: block;
	color: #fdfdfb;
	margin: 0px 7px;
	text-decoration: none;
}


div.userpanel {
	background-image: url('img/box-userpanel.png');
	height: 276px;
	text-align: center;
}
div.userpanel a {
	color: white;
}
div.userpanel input.input-text {
	width: 120px;
	height: 13px;
	border: 1px solid #f2ff26;
	background-color: #ededed;
}
div.userpanel span.head {
	font-size: 13pt;
	color: #fdfdfb;
}

div.rightbar-head {
	width: 158px;
	height: 27px;
	color: black;
	background-image: url('img/rightbar-head.gif');
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 2px;
}

div.news {
	margin-top: 20px;
	padding-left: 3px;
}

div.news div.list a {
	color: white;
	display: block;
	margin-left: 4px;
	margin-top: 3px;
	text-decoration: none;
}

div.page div.page-margin {
	margin: 10px;
}






div.data-table, div.data-table-caption {
	width: 638px;
	margin: 0px auto;
}
div.data-table-caption {
	font-size: 12pt;
}
div.data-table {
	background-image: url('img/box-table.gif');
	background-repeat: no-repeat;
}
div.data-table table {
	margin: 0px 3px;
}
div.data-table td {
	padding: 2px 0px 0px 0px;
}
div.data-table td.vsep {
	width: 1px;
}
div.data-table td.vsep img {
	margin-top: 3px;
}
div.data-table td.data {
	text-align: center;
}
div.data-table td.data a {
	color: #fdfdfb;
}
div.data-table td.data a:hover {
	text-decoration: underline;
}
div.data-table td.header {
	font-size: 11pt;
	font-weight: bold;
}
div.data-table td.data, div.data-table td.header {
	padding-left: 3px;
	padding-right: 3px;
}



div.data-list-caption {
	width: 630px;
	height: 23px;
	margin: 0px auto;
	color: black;
	font-size: 13pt;
	background-image: url('img/box-list.gif');
}
div.data-list {
	width: 624px;
	margin: 0px auto;
	border-style: solid;
	border-color: #fdeb23;
	border-width: 0px 3px 3px 3px;
}
div.data-list div.page-selector {
	background-color: white;
	color: black;
	font-size: 11pt;
	height: 20px;
}
div.data-list div.page-selector a {
	color: black;
	font-size: 11pt;
}

div.data-list table {
}
div.data-list td {
	padding: 2px 0px 0px 3px;
}
div.data-list td.data {
	text-align: left;
	background-color: #fdeb23;
	color: black;
}
div.data-list td.textfield {
	padding: 20px;
}
div.data-list td.data a {
	color: #fdfdfb;
}
div.data-list td.data a:hover {
	text-decoration: underline;
}



div.testimonial-form {
	margin: 30px;
}
div.testimonial-form td {
	padding: 10px;
}



table.form {
	margin: 10px;
}
table.form td.label {
	width: 190px;
}
table.form td.input {
	padding: 3px 0px;
}
table.form td.input input.input-rect, table.form td.input textarea.input-rect {
	width: 390px;
	border: 1px solid #b3bd1c;
}


div.fls-video-thumb {
	width: 200px;
	height: 180px;
	float: left;
}
div.fls-video-thumb a {
	text-decoration: none;
	color: #fdfdfb;
}

div.product, div.product-separator {
	height: 305px;
	float: left;
}
div.product {
	width: 165px;
}
div.product div.head {
	font-size: 12pt;
	color: #f2ff26;
	text-align: center;
}
div.product div.beschrijving {
	font-size: 8pt;
	margin: 3px;
	height: 85px;
	overflow: auto;
}
div.product-separator {
	width: 1px;
	background-image: url('img/product-vline.gif');
}
div.product div.pricetag {
	width: 157px;
	height: 69px;
	background-image: url('img/product-pricetag.gif');
}
div.product div.pricetag div {
	padding: 32px 0px 0px 90px;
	color: black;
}


div.formulier input.input-rect, div.formulier textarea.input-rect {
	border: 1px solid #f2ff26;
	background-color: #ededed;
	width: 300px;
}
div.formulier td.form-input, div.formulier td.form-label {
	padding: 2px 6px;
}


div.forum-topics {
}
div.forum-topics-caption {
	width: 630px;
	height: 23px;
	margin: 0px auto;
	color: black;
	font-size: 13pt;
	background-image: url('img/box-list.gif');
	text-align: center;
}
div.forum-topics-list {
	width: 624px;
	margin: 0px auto;
	border-style: solid;
	border-color: #fdeb23;
	border-width: 0px 3px 3px 3px;
}
div.forum-topics div.page-selector {
	background-color: white;
	color: black;
	font-size: 11pt;
	height: 20px;
}
div.forum-topics div.page-selector a {
	color: black;
	font-size: 11pt;
}
div.forum-topics-list th, div.forum-topics-list td {
	padding: 2px 4px;
	border-right: 1px solid #fdeb23;
}
div.forum-topics-list th {
	white-space: pre;
}
div.forum-topics-list td {
	border-top: 1px solid #fdeb23;
}
div.forum-topics-list td.data {
	text-align: center;
}
div.forum-topics-list td.data a {
	text-decoration: none;
	color: white;
}
div.forum-topics-list td.data a:hover {
	text-decoration: underline;
	color: white;
}



div.forum-posts {
}
div.forum-topics-caption {
	width: 630px;
	height: 23px;
	margin: 0px auto;
	color: black;
	font-size: 13pt;
	background-image: url('img/box-list.gif');
	text-align: center;
}
div.forum-topics-list {
	width: 624px;
	margin: 0px auto;
	border-style: solid;
	border-color: #fdeb23;
	border-width: 0px 3px 3px 3px;
}
div.forum-topics div.page-selector {
	background-color: white;
	color: black;
	font-size: 11pt;
	height: 20px;
}
div.forum-topics div.page-selector a {
	color: black;
	font-size: 11pt;
}
div.forum-topics-list th, div.forum-topics-list td {
	padding: 2px 4px;
	border-right: 1px solid #fdeb23;
}
div.forum-topics-list th {
	white-space: pre;
}
div.forum-topics-list td {
	border-top: 1px solid #fdeb23;
}
div.forum-topics-list td.data {
	text-align: center;
}
div.forum-topics-list td.data a {
	text-decoration: none;
	color: white;
}
div.forum-topics-list td.data a:hover {
	text-decoration: underline;
	color: white;
}



div.forum-posts-caption {
	width: 630px;
	height: 23px;
	margin: 0px auto;
	color: black;
	font-size: 13pt;
	background-image: url('img/box-list.gif');
	text-align: center;
}
div.forum-posts-list {
	width: 624px;
	margin: 0px auto;
	border-style: solid;
	border-color: #fdeb23;
	border-width: 0px 3px 3px 3px;
}
div.forum-posts div.page-selector {
	background-color: white;
	color: black;
	font-size: 11pt;
	height: 20px;
}
div.forum-posts div.page-selector a {
	color: black;
	font-size: 11pt;
}
div.forum-posts-list th, div.forum-posts-list td {
	padding: 2px 4px;
	border-right: 1px solid #fdeb23;
}
div.forum-posts-list th {
	white-space: pre;
}
div.forum-posts-list td {
	border-top: 1px solid #fdeb23;
}
div.forum-posts-list td.data {
	text-align: center;
}
div.forum-posts-list td.data a {
	text-decoration: none;
	color: white;
}
div.forum-posts-list td.data a:hover {
	text-decoration: underline;
	color: white;
}

td.forum-post-user {
	text-align: center;
}
td.forum-post-user img.photo {
	margin-top: 5px;
	border: 1px solid #fdeb23;
}
td.forum-post-user a {
	color: white;
	text-decoration: none;
}


div.my-profile input.input-rect, div.my-profile textarea {
	border: 1px solid #fdeb23;
	width: 400px;
}
div.my-profile textarea {
	height: 100px;
}
div.my-profile td {
	padding-top: 3px;
	padding-bottom: 3px;
}

div.contact div.form-label {
	width: 200px;
}

