@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	font-family: "Arial Rounded MT Bold", Arial;
	left: 0px;
	top: 0px;
	margin: 0;
}

a{
	text-decoration: none;
}

#main {
	margin: 0 auto;
	width: 1000px;
	height: 700px;
	background-image: url("/images/Draden.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
#content {
	font-size: 36pt;
	position: relative;
	left: 200px;
	top: 50px;
	width: 600px;
	height: 600px;
	background-attachment: inherit;
}
#mainleft {
	margin: 0 auto;
	width: 1000px;
	height: 740px;
	background-image: url("/images/draad left.jpg");
	background-repeat: no-repeat;
	background-position: left center;
}
#contentright {
	font-size: 14pt;
	position: relative;
	left: 470px;
	top: 100px;
	width: 340px;
	height: 600px;
	background-attachment: inherit;
}

#mainright {
	margin: 0 auto;
	width: 1000px;
	left: 470px;
	height: 740px;
	background-image: url("/images/draad right.jpg");
	background-repeat: no-repeat;
	background-position: right center;
}

#contentleft {
	font-size: 14pt;
	position: relative;
	left: 155px;
	top: 100px;
	width: 340px;
	height: 600px;
	background-attachment: inherit;
}
#leftimg {
	position: absolute;
	width:100px;
	height:100px;
	margin-left:100px;
	margin-top:300px;
	background-image: url("/images/cross left.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
#rightimg {
	position: absolute;
	width:100px;
	height:100px;
	margin-left:800px;
	margin-top:300px;
	background-image: url("/images/cross right.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
.textident {
	position: relative;
	padding-left: 150px;
}
.leftcross {
	padding=left: 0px;
	padding-top: 250px;
}
.bigtext {
	font-size: 30pt;
}
.smalltext {
	font-size: 9pt;
	line-height: 15px;
}
.emailtel {
	color: #C00000;
}
.emailtel a{}
.linespace {
	font-size: 15px;
}

