/* top level html containers */
html { height: 100%; overflow: auto; }
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #000;
	color: #adadad;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align:center;
}

/* general styling rules */
a { color: #adadad; text-decoration:none; }
a:hover { color: #f88f1d; }
span { color: #f88f1d; }
table, form, p { margin: 0px; padding: 0px; }
img { border: 0px; }
.colorized { background-image: url(../img/shade.png); }

/* form validation */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.required, textarea.required { border: 1px solid #00A8E6; }
input.validation-failed, textarea.validation-failed { border: 1px solid #FF3300; color : #FF3300; }
input.validation-passed, textarea.validation-passed { border: 1px solid #00CC00; color : #000; }
.validation-advice { color: #FF3300; font-weight: bold; }
.custom-advice { color: #C8AA00; font-weight: bold; }


/* mainframe */

#mainframe {
	position: relative;
	background: #3a3535;
	width: 950px;
	margin: 100px auto 0 auto;
	min-height:750px;
	text-align:left;


	z-index:0;
}

#wrapper {
	padding-left:193px;
	border:1px solid #454545;
	min-height:750px;
}

#footer {
	width: 952px;
	margin: 18px auto 40px auto;
	padding-bottom:40px;
	font-size:11px;
}

#footer span {
	color:#f88f1d;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	color:f88f1d;
}

#footer .seperator {
	color: #adadad;
	padding:0 22px;
}

#gallery {
	position:relative;
	z-index:99;
}

#gallery img {
	position:absolute;
	z-index:99;
}

#logo {
	background: url(../img/logo.jpg) no-repeat;
	width:225px;
	height:664px;
	position:absolute;
	left:-31px;
	top:-44px;
}

#logo a {
	font-family:"Helvetica Neue Light", HelveticaNeue-Light, Verdana;
	font-size:16px;
	text-decoration:none;
	display:block;
	margin:770px 0 0 40px;
}

.nav {
	width:741px;
	background: url(../img/nav.png) repeat-y;
	margin:40px 0 28px 0;
	font-size:18px;
	line-height:21px;
	padding:4px;
	float:left;
	font-family:"HelveticaNeue-Light", Verdana;
}

.nav a {
	text-decoration:none;
	padding:0 60px 0 10px;
}

.content {
	clear:both;
	width:610px;
	padding-left:10px;
}

.tekst {
	padding: 17px 0 0 0;
}

h1 {
	clear:both;
	font-size:24px;
	padding:8px 0 4px 0;
	font-weight:normal;
	margin:0;
	font-family:"Helvetica Neue Light", HelveticaNeue-Light, Verdana;
}

h1 img {
	vertical-align:middle;
}

h1.toggler {
	cursor:pointer;
}

h2 {
	clear:both;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0 0 15px 0;
	font-family:"Helvetica Neue Light", HelveticaNeue-Light, Verdana;
}

.nieuwsbrief {
	padding:0 0 20px 0;
}

.nieuwsbrief input {
	border: 1px solid #ff9620;
	background:#3a3535;
	color:#9e9d9d;
	padding:2px;
}

.shop {
	margin:10px 130px 10px 0;
}

.coming {
	padding:0 40px 20px 0;
}

.tooltip {
	z-index: 999;
	background: black;
	border:1px solid #464646;
	overflow: hidden;
	padding: 5px 10px;
	text-align:left;
}

.tooltip .tip-title { font-size: 11px; overflow: hidden; line-height: 14px; }
.tooltip .tip-text { display: none; }

#keurmerk_logo {
	width : 168px;
	height : 62px;
	display : block;
	margin-top : 20px;
}

a#keurmerk_logo:hover img{
	visibility : hidden;
}