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

html, body {
	background-color: #EEEEEE;
	margin: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}
a:link, a:visited, a:hover, a:active, a:focus {
	color: #000000;
	text-decoration: none;
	outline:none;
}
a.head:link, a.head:visited, a.head:hover, a.head:active, a.head:focus {
	color: #FFCC2A;
	text-decoration: none;
	outline:none;
}
a.menubalk:link, a.menubalk:visited, a.menubalk:active, a.menubalk:focus {
	color: #FFFFFF;
	text-decoration: none;
	outline:none;
}
a.menubalk:hover {
	color: #000000;
	text-decoration: none;
	outline:none;
}
img {
	border: 0;
}

#menubalk {
	width: 880px;
	height: 30px;
	margin: 0 auto;
	position:absolute;
	left: -15px;
	top: 165px;
	padding: 8px;
	background:url(images/menu.gif) no-repeat;
	z-index:1;
}
.menubalk {
	color:#FFFFFF;
	font-weight:900;
	text-align:center;
	text-transform:uppercase;
}
#logo {
	border: 0px;
	position: absolute;
	top: 30px;
	left: 50px;
	width: 300px;
	height: 105px;
	background:url(images/logo.jpg) no-repeat;
}
#gegevens {
	width: 440px;
	height: 105px;
	position:absolute;
	right: 50px;
	top: 30px;
	color: #CCCCCC;
	font-weight: 900;
}
#website {
	width:750px;
	height:350px;
	position: absolute;
	left:50%;
	margin-left:-425px;
	top:50%;
	margin-top:-225px;
	background:#FFFFFF;
	border: 1px solid #000000;
	padding: 50px;
	/*
	background:url(images/raster.jpg);
	*/
}
#slogan1 {
	width: 165px;
	height: 58px;
	position:absolute;
	top: 235px;
	left: 50px;
	background:url(images/slogan.jpg) no-repeat;
}
#slogan2 {
	width: 560px;
	position:absolute;
	top: 235px;
	left: 235px;
}
.box {
	border-right: 2px dotted #CCCCCC;
	border-left:  2px dotted #CCCCCC;
	position:absolute;	
	padding-left: 15px;
	padding-right: 15px;
}
.border {
	border-bottom: 2px dotted #CCCCCC;
}
#dienst {
	width: 217px;
	height: 70px;
	left: 50px;
	top: 340px;
}
#tarief {
	width: 218px;
	height: 70px;
	left: 299px;
	top: 340px;
}
#contact {
	width: 217px;
	height: 70px;
	right: 50px;
	top: 340px;
}
#cont_left {
	width: 342px;
	height: 175px;
	left: 50px;
	top: 235px;
}
#cont_right {
	width: 342px;
	height: 175px;
	right: 50px;
	top: 235px;
}
#Scroller-1 {
position:absolute;
overflow:hidden;
width:342px;
height:145px;
top: 30px;
}
.Scroller-Container {
position:absolute;
top:0;
left:0
}

#scrollup {
cursor:pointer;
position:absolute;
left:815px;
top:300px;
width:30px;
height:30px
}

#scrolldown {
cursor:pointer;
position:absolute;
left:815px;
top:325px;
width:30px;
height:30px
}
.head {
	font-size:14px;
	text-transform:uppercase;
	font-weight:900;
	color: #ffcc2a;
}
.copy {
	margin:0 auto;
	position:relative;
	width: 200px;
	top:385px;
	font-size:9px;
	text-align:center;
}
textarea {
	width: 328px;
	height: 90px;
	background:#FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	position: relative;
	top: 4px;
	border: 1px solid #CCCCCC;
}
input {
	width: 175px;
	height: 16px;
	background:#FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	vertical-align:middle;
}
.button {
	width: 125px;
	height: 20px;
	background:#CCCCCC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
}