@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #f6f5f5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
#simplemodal-container{
	border: 2px solid #ccc; 
	}
#popupContactClose{
	position: absolute;
	top: 5px;
	right: 18px;
	cursor: pointer;
	color: #000;
	font-size: 14px;
	line-height: 5px;
	}
#popupContactClose span{
	float: left;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
}
#popupContactClose img{
float: left;
}
#sitecontainer{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -524px;
	height: 845px;
	width: 1048px;
	background: #fff;
}
#header{
	position: absolute;
	top: 0px;
	left: 30px;
	height: 184px;
	width: 988px;
	background: url(../images/header.jpg);
}
#backcontent{
	position: absolute;
	top: 183px;
	left: 30px;
	height: 175px;
	width: 346px;
	background: url(../images/backcontent.jpg);
}
#menu{
	position: absolute;
	top: 185px;
	left: 30px;
	height: 130px;
	width: 210px;
}
#content{
	position: absolute;
	top: 185px;
	left: 250px;
	height: 515px;
	width: 500px;
}
#content_home{
	position: absolute;
	top: 185px;
	left: 250px;
	height: 700px;
	width: 500px;
}
#content_webshop{
	position: absolute;
	top: 185px;
	left: 250px;
	height: 650px;
	width: 765px;
}
#rechtsbalk{
	position: absolute;
	top: 154px;
	right: 82px;
	height: 536px;
	width: 196px;
	background: url(../images/rechtsbalk.jpg);
	padding-top: 40px;
	padding-left: 5px;
}
#rechtsbalk_home{
	position: absolute;
	top: 154px;
	right: 82px;
	height: 735px;
	width: 196px;
	background: url(../images/rechtsbalk.jpg) top no-repeat #f6f4f5;
	padding-top: 40px;
	padding-left: 5px;
}
*:first-child+html #rechtsbalk{
	position: absolute;
	top: 154px;
	right: 82px;
	height: 536px;
	width: 196px;
	background: url(../images/rechtsbalk.jpg);
	padding-top: 50px;
	padding-left: 5px;
}
#rechtsbalk_workshops{
	position: absolute;
	top: 154px;
	right: 82px;
	height: 630px;
	width: 196px;
	background: url(../images/rechtsbalk.jpg) top no-repeat #f6f4f5;
	padding-top: 40px;
	padding-left: 5px;
}
#footer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 193px;
	width: 1046px;
	background: url(../images/footer.jpg);
}
#footer_workshops{
	position: absolute;
	top: 740px;
	left: 0px;
	height: 193px;
	width: 1046px;
	background: url(../images/footer.jpg);
}
#footer_home{
	position: absolute;
	top: 845px;
	left: 0px;
	height: 193px;
	width: 1046px;
	background: url(../images/footer.jpg);
}