@charset "UTF-8";
/* CSS Document */
html, body	{
	background-color: #f1f1f1;
	font-size:11px;
	color:#996699;
	font-family:Arial;
}

a {
	color:#996699;
	font-weight:bold;
}

.curved {
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px;	
}

#contentwrapper {
	position:relative;
	width:770px;
	background-color:#f8f8f8;
	margin: 10px auto 0px auto;
	border: 2px solid #d9d9d9;
	padding-top:20px;
}

#sloganwrapper {
	width:650px;
	height:70px;
	margin:0 auto 85px auto;
	padding-top:28px;
	background-color:#f1f1f1;
	border: 4px solid #cccccc;
}

#formroundwrapper {
	width:340px;
	height:50px;
	margin: 0 auto 50px auto;
	position:relative;
}

#formwrapper {
	float:left;
	width:235px;
	height:47px;
	padding: 0 5px;
	background-color:#f1f1f1;
	border: 4px solid #cccccc;
}


#formwrapper input {
	margin-top:4px;
	background: none;
	border: none;
	width:232px;
	height:30px;
	color: #c8b0c8;
	font-family: Arial Black;
	font-size:25px
}

#buttonwrapper {
	background-color:#996699;
	float:right;
	width:73px;
	height:47px;
	border: 4px solid #cccccc;
}

.button {
	font-family:Arial Black;
	font-size:25px;
	width:72px;
	height:45px;
	border:none;
	background:none;
	text-align:center;
	color:#f1f1f1;
	cursor:pointer;
}

#helplayer {
	position:absolute;
	top:222px;
	right:175px;
	width:33px;
	height:33px;
	cursor:help;
	background-image:url(../afbeeldingen/help.jpg);
}

#adwrapper {
	width:770px;
	background-color:#f8f8f8;
	border: 2px solid #d9d9d9;
	margin: 15px auto;
}

#dhtmltooltip{
	font-family:Arial;
	position: absolute;
	width:300px;
	border: 2px solid #d9d9d9;
	padding:7px;
	visibility: hidden;
	z-index: 100;
}
#dhtmltooltip p{
	margin-top:10px;
	margin-bottom:0;
}


.bottomtekst a{
	color:#ccc;
	font-family:Arial Black;
	font-size:15px;
	margin:0 80px;
	text-decoration:none;
}



.slogantekst {
	margin:0;
	text-align:center;
	font-family: Arial Black;
	font-size:25px;
}

.contenttekst {
	font-family:Arial;
	margin: 0 80px 30px 80px;
}
.hiddentekst {
	font-family:Arial;
	margin: 0 80px 10px 80px;
}

.code {	padding: 10px;
  border: 1px solid #ccc;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-family: 'Lucida Console', 'courier new', monospace;
	font-size: 10px;
	line-height: 1.5em;
	font-weight: 300;
}


#contact input, textarea, select {
	border:2px solid #ccc;
	color:#996699;
	font-size:11px;
}

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}

#popupsluiten {
	cursor:pointer;
	font-size:14px;
	font-weight:700;
}

#sluiten {
	width:300px;
	height:20px;
	text-align:right;
}

#popup{
font-family:Arial Black;
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:280px;
width:300px;
background:#FFFFFF;
border: 4px solid #cccccc;
z-index:2;
padding:12px;
padding-top:0px;
font-size:13px;
}