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

body,td,th,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body,html {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	heigh: 100%;
}
a:focus {
	outline: none;
}
a:link,a:visited,a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.orange:link,a.orange:visited,a.orange:active {
	color: #FF9933;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF9933;
}
a.orange:hover {
	text-decoration: none;
	color: #FFFFFF;
}
img {
	border: 0px;
}
#website {
	height: 520px; 
	width: 855px;
	position: absolute;
	left:50%;
	margin-left:-427px;
	top:50%;
	margin-top:-260px;
}
#top {
	position: absolute;
	width: 855px;
	height: 100px;
	left: 0px;
	top: 10px;
	background:url(images/top.jpg) left top no-repeat;
}
#left {
	position: absolute;
	width: 200px;
	height: 405px;
	left: 0px;
	bottom: 0px;
	background:url(images/left.jpg) left bottom no-repeat;
}
#main {
	position:absolute;
	width: 650px;
	height: 425px;
	right: 0px;
	bottom: 0px;
	background:url(images/main.jpg) left bottom no-repeat;
}
#logo {
	position:absolute;
	width: 230px;
	height: 230px;
	left: 47px;
	top: -21px;
	background:url(images/logo.gif) left bottom no-repeat;
}
#jazz {
	position:absolute;
	width: 150px;
	height: 150px;
	left: 322px;
	top: -13px;
	background:url(images/jazz.gif) left bottom no-repeat;
	cursor:pointer;
}
#menu {
	position: absolute;
	left: 15px;
	bottom: 10px;
	z-index: 9;
}
#Scroller-1 {
	position:absolute;
	overflow:hidden;
	width:545px;
	height:340px;
	top: 55px;
	left: 75px;
}
.Scroller-Container {
	position:absolute;
	top:0;
	left:0
}
#up {
	position: absolute;
	right: -25px;
	top: 170px;
}
#down {
	position: absolute;
	right: -25px;
	top: 225px;
}
.orange {
	color: #FF9933;
}
.blast {
	font-size: 24px;
	font-weight: bold;
	color: #FF9933;
}
.copy {
	font-size: 10px;
	font-weight: bold;
}
.big {
	font-size: 18px;
	font-weight: bold;
}
.small {
	font-size:10px
}
.opnieuw{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	background-color: #E5E5E5;
	background-image: url(images/opnieuw.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	width: 130px;
	height: 25px;
	font-weight: bold;
}
.terug{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	background-color: #E5E5E5;
	background-image: url(images/terug.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	width: 130px;
	height: 25px;
	font-weight: bold;
}
.verzenden{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	background-color: #E5E5E5;
	background-image: url(images/verzenden.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	width: 130px;
	height: 25px;
	font-weight: bold;
}
textarea {
	font-family: Verdana;
	font-size: 12px;
	width: 520px;
}