body {
	font-family: "Lucida Sans Unicode", Arial, Helvetica;
	font-size: 11px;
	color: #fff;
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/* ELEMENTEN */

body,p,form,ul,li,h1,h2,h3 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

img.noborder {
	border: 0;
}
img{
	border: 0;	
}
li.menu {
	list-style: none;
	float: left;
	padding-top: 6px;
	background-image: url(../images/menu_top.png);
	background-position: top;
	background-repeat: repeat-x;
}

a {
	color: #fff;
	text-decoration: underline;
	outline: 0;
}
a:hover {
	text-decoration: none;
}

a.menu_item {
	color: #738da8;
	display: block;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #112131;
	text-decoration: none;
}
a.menu_item:hover {
	color: #fff;
	background-color: #1a324c;
	background-image: none;
	border-top: 1px solid #112131;
	border-left: 1px solid #112131;
	border-right: 1px solid #112131;
	border-bottom: 1px solid #1a324c;
}

a.menu_item_inschrijven {
	color: #fff;
	display: block;
	background-image: url(../images/menu_inschrijven_bg.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #112131;
	text-decoration: none;
}
a.menu_item_inschrijven:hover {
	color: #fff;
	background-color: #1a324c;
	background-image: none;
	border-top: 1px solid #112131;
	border-left: 1px solid #112131;
	border-right: 1px solid #112131;
	border-bottom: 1px solid #1a324c;
}

a.menu_item_on {
	display: block;
	color: #fff;
	background-color: #1a324c;
	border-top: 1px solid #112131;
	border-left: 1px solid #112131;
	border-right: 1px solid #112131;
	border-bottom: 1px solid #1a324c;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
}

a.inschrijven_button {
	height: 125px;
	width: 143px;
	padding-top: 18px;
	display: block;
	background-image: url(../images/inschrijven_button.png);
	background-position: top;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
}
a.inschrijven_button:hover {
	background-position: bottom;
}

a.lightblue {	
	color: #a1b6cc;
	text-decoration: underline;
}
a.lightblue:hover {
	text-decoration: none;
}

span.lightblue {
	color: #a1b6cc;
}

ul.sitemap {
	margin-left: 20px;
}

input.text {
	width: 200px;
	font-size: 11px;
	font-family: "Lucida Sans Unicode";
	border: 1px solid #ccc;
}

input.button {
	border: 1px solid #fff;
	color: #fff;
	background-color: #f8540b;
	font-family: "Lucida Sans Unicode";
	cursor: pointer;
}

button {
	border: 1px solid #fff;
	color: #fff;
	background-color: #f8540b;
	font-family: "Lucida Sans Unicode";
	cursor: pointer;
}

textarea {
	width: 300px;
	height: 150px;
	font-size: 11px;
	font-family: "Lucida Sans Unicode";
	border: 1px solid #ccc;
}

span.valid {
	color: #009900;
	font-weight: bold;
}

span.invalid {
	color: #cc0000;
	font-weight: bold;
}

/* LAY-OUT */

div#wrapper {
	margin: 0 auto;
	width: 980px;
}

div#header {
	width: 980px;
	height: 215px;
}

div#logo {
	margin-top: 37px;
	margin-left: 20px;
	float: left;
}

div#syntens {
	margin-top: 37px;
	margin-left: 230px;
	float: left;
	font-size: 12px;
	text-align: center;
}

div#left {
	width: 558px;
	float: left;
	
}

div#menu {
	width: 560px;
	background-image: url(../images/menu_top_glow.png);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

div#menu_left {
	height: 39px;
	width: 17px;
	background-image: url(../images/menu_left.png);
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}

div#menu_right {
	height: 38px;
	width: 6px;
	background-image: url(../images/menu_right.png);
	float: left;
}

div#menu_content {
	float: left;
}

div#content_top {
	background-image: url(../images/content_top.png);
	width: 558px;
	height: 15px;
	float: left;
}

div#content_wrapper {
	width: 558px;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	padding-left: 6px;
	float: left;
}

div#content {
	width: 518px;
	background-image: url(../images/content_bg_bottom.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	float: left;
	padding-left: 14px;
	padding-right: 14px;
	line-height: 1.6;
}

div#content_bottom {
	height: 22px;
	width: 558px;
	background-image: url(../images/content_bottom.png);
	float: left;
}

div#jules_sneek {
	padding-left: 30px;
}

div#bottom_items {
	position: absolute;
	width: 980px;
	float: left;
	margin-top: 20px;
	z-index: 999;
}

div#arno {
	width: 194px;
	height: 109px;
	background-image: url(../images/arno_bg.png);
	float: left;
	padding-top: 168px;
	padding-left: 20px;
	padding-right: 20px;
}

div#ben {
	width: 194px;
	height: 109px;
	background-image: url(../images/ben_bg.png);
	float: left;
	padding-top: 168px;
	padding-left: 20px;
	padding-right: 20px;
}

div#partners {
	width: 194px;
	height: 109px;
	background-image: url(../images/partners_bg.png);
	float: left;
	padding-top: 168px;
	padding-left: 20px;
	padding-right: 20px;
}

div#compilatie {
	width: 194px;
	height: 109px;
	background-image: url(../images/compilatie_bg.png);
	float: left;
	padding-top: 168px;
	padding-left: 20px;
	padding-right: 20px;
}

div#preview_video {
	width: 360px;
	float: left;
	margin-right: 15px;
}

div#inschrijven_button {
	float: left;
	margin-top: 3px;
}

div#wrapper_bottom {
	float: left;
	width: 100%;
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #15293d;
	height: 50px;
}

div#bottom
{
	width: 980px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
}

/* BOOT */

div#wrapper_boat {
	margin-top: 35px;
	margin-left: 35px;
	float: left;
}

div#boat_text {
	width: 320px;
	margin-left: 10px;
}
div#subscriptions_text {
	width: 320px;
	margin-left: 10px;
    margin-top: 2em;
    font-size: 140%;
}
div#subscribers_text {
	width: 320px;
	margin-left: 10px;
    margin-top: 1em;
    font-size: 100%;
}
div#subscribers_text ul {
    padding-left: 20px;
}
div#subscribe_text {
	width: 320px;
	margin-left: 10px;
    font-weight: bold;
    font-size: 140%;
    margin-top: 1em;
}

/* AANVRAAG */
#quick-contact input[type="text"]{
	width: 166px;
	height: 16px;
	border: 0;
	outline: 0;
	background-color: transparant;
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 3px 2px 0px 2px;
	color: #172c41;
	font-size: 11px;
}
#qc-name{
	background-image: url('../images/qc-name.png');
}
#qc-email{
	background-image: url('../images/qc-email.png');
}
#qc-phone{
	background-image: url('../images/qc-phone.png');
}
#qc-bedrijf{
	background-position: top;
	background-image: url('../images/qc-bedrijf.png');
}
#quick-contact .error{
	border: 3px solid #B20031;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#quick-contact .error ul{
	padding-left: 20px;
	margin-left: 10px;
}
#quick-contact label{
	width: 150px;
	margin: 0;
	padding: 0;
	position: absolute;
	margin-left: 174px;
	margin-top: -21px;
	background: #fff;
}
.innosubmit{
	width: 168px;
	height: 42px;
	background: url('../images/advies-aanvragen.png');
	border: none;
	outline: none;
	margin: 0px 0px 0px 1px;
}
.curs{
	font-style: italic;
}
.norm{
	font-style: normal;	
}
/* FOTO'S */

div.image-container{
		
}
div.thumbnail{
	width: 115px;
	height: 90px;
	overflow: hidden;
	float: left;
	margin: 5px;
	border: 1px solid #112131;
	background: #000;
	text-align: center;
}
div.thumbnail img{
	display: block;
	border: 0;
}
div.thumbnail a{
	border: 0;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
}

div.righttext{
	text-align: right;	
}

div.element{
	position: absolute;
	width: 980px;
	height: 180px;
	margin: 220px 0px 0px 0px;
	z-index: 1;
}

div.video{
	width: 170px;
	height: 230px;
	float: left;
	text-align: center;
}
.item{
}
.item .name{
	padding: 5px 50px 0px 30px;	
	font-size: 9px;	
	text-align: right;
}
.item .date{
	padding: 0px 50px 0px 30px;	
	font-size: 9px;	
	text-align: right;
}
.item .txt{
	padding: 15px 50px 0px 30px;
	height: 80px;
	width: 250px;
	overflow: hidden;
}
div#fire{
	background: url('../images/element_vuur.jpg') no-repeat;
}
div#air{
	background: url('../images/element_lucht.jpg') no-repeat;
}
div#earth{
	background: url('../images/element_aarde.jpg') no-repeat;
}
div#water{
	background: url('../images/element_water.jpg') no-repeat;
}

.clear{
	clear: both;	
}

