* {
	margin: 0;
	padding: 0;
	outline: 0;
}

html {
	margin: 15px 0 15px 0;
	font : normal normal normal 62.5% Arial, Verdana, Helvetica, sans-serif;
}

#container {
	width: 980px;
	margin: 0 auto;
	background: url(images/bg_container.gif) repeat-y;
}

img {
	border: 0;
}


p {
	font-size: 1.2em;
	margin-bottom: 20px;
	line-height: 1.4em;
}

#header {
	position: relative;
	height: 120px;
}

#logo {
	position: absolute;
	left: 20px;
	top: 0;
	background: url(images/logo.gif) no-repeat;
	width: 226px;
	height: 120px;
}

#logo h1 {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}

#logo h1 a {
	width: 100%;
	height: 100%;
	display: block;
}


#contact {
	position: absolute;
	right: 200px;
	top: 0;
	background: url(images/contact.gif) no-repeat;
	width: 75px;
	height: 41px;
}

#contact h2 {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	line-height: 0;
}

#contact h2 a {
	width: 100%;
	height: 100%;
	display: block;
}

/* foto slider */

#slider {
	margin: 50px auto;
	position: relative;
	width: 880px;
	background: #e4e4e4;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	padding: 50px;
}

.scroll {
	background: #ebebeb;
	clear: left;
	overflow: auto;
	overflow:hidden;   /* CSS3: overflow-x: hidden;  */
	position: relative;
	

}

.scrollContainer div.panel {
	padding: 20px;
	width: 840px;
	margin: 0 auto;
}

.scrollButtons{
	margin-top: 120px;
}

.hide {
	display: none;
}


.columnLeft, .columnRigth{
	float:left;
	width:119px;
}
	
.columnLeft .img{
	float:right;
}

.columnRight .img{
	float:left;
}
	
.columnScreenshot{
	position: relative;
	float:left;
	margin: 0 25px 0 25px;
	
	
}

.columnScreenshot a {
	position: absolute;
	right: -13px;
	top: -13px;
	width: 46px;
	height: 46px;
	background: url(images/vergroten.png) no-repeat left top;
	z-index: 50;
}

/* footer */

#footer {
	position: relative;
	background: url(images/footer_bg.gif) no-repeat bottom right;
	height: 150px;
}

#footer a:hover {
	background: #000;
	color: #fff;
}

#footer a {
	color: #3e3e3e;
	text-decoration: none;
	background: #f5bdc9;
	padding: 0 3px 0 3px;
}

#wie {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #e9e9e9;
	padding: 5px;
	color: #c0c0c0;
	width: 200px;
	text-align: right;
	
}

/* FORMULIEREN */

#contactform {
	background: url(images/mail.png) no-repeat right 50px;
	position: relative;
	width: 400px;
	padding: 20px;
}

#contactform h1.contactje {
	background: url(images/h1.contact.png) no-repeat;
	width: 117px;
	height: 19px;
	text-indent: -9999px;
	margin-bottom: 20px;
}

label {
	color: #000;
	text-transform: lowercase;
	font-size: 1.2em;
	font-weight: bold;
}

#contactform input, #contactform textarea  {
	background: #fafafa;
	border: none;
	font-size: 1.4em;
	padding: 3px;
}

#contactform input:focus {
	border: none;
}

label.fout {
    color: #FF0000;
}
input.fout, textarea.fout {
    border: 1px solid #FF0000;
}

#contactform input, #contactform textarea {
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
}

#contactform input#stuurkopie {
	display: inline;
	margin: 0 0 0 10px;
}

#contactform input#wis, #contactform input#verzenden {
	display: inline;
	background: #de264c;
	color: #fff;
}

#contactform input#wis:hover, #contactform input#verzenden:hover {
	background: #bf0f33;
}

#contactform input#verzenden {
	margin-right: 10px;
}

#contactform img {
	margin-bottom: 5px;
}

/* apparatuur */

#apparatuur {
	position: absolute;
	left: 500px;
	top: 20px;
	width: 350px;
	height: 400px;
	background: url(images/350d.png) no-repeat right 50px;
}

h1.appartuurtje {
	background: url(images/h1.apparatuur.png) no-repeat;
	width: 170px;
	height: 24px;
	text-indent: -9999px;
	margin-bottom: 20px;
}

#apparatuur ul {
	margin-left: 20px;
}

#apparatuur ul li {
	list-style-type: none;
	background: url(images/li.png) no-repeat left center;
	padding-left: 20px;
	font-size: 1.2em;
	margin-bottom: 10px;
	}
	
/* disclaimer */

#disclaimer {
	padding: 20px;
}


#disclaimer a {
	color: #3e3e3e;
	text-decoration: none;
	background: #f5bdc9;
	padding: 0 3px 0 3px;
}

#disclaimer a:hover {
	background: #000;
	color: #fff;
}

h1.disclaimertje {
	background: url(images/h1.disclaimer.png) no-repeat;
	width: 159px;
	height: 19px;
	text-indent: -9999px;
	margin-bottom: 20px;
}


