body {
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #666699;
	scrollbar-arrow-color: #9999CC;
	scrollbar-base-color: #515183;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-track-color: #515183;
	scrollbar-highlight-color: #666699;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #515183;
	overflow-y: auto;
	overflow-x: hidden;
	
}

#container{
	position:absolute;
	top: 50%;
	left: 50%;
	width:940px;
	height:560px;
	margin: -280px  -470px;
	padding: 0px;
	border: 1px solid #666666;
	z-index: 1;
	text-align: center;
	background: #333366;
}


#kopfoto{
	position:relative;
	left: 42px;
	z-index: 2;
	padding-left: 0px;
	text-align: left;
	top: 24px;

}

@media handheld {
#kopfoto{
	left: 42px;
	}
}

#menubackground {
	background: url(menubalk.jpg) no-repeat;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	height: 21px;
	width: 485px;
	left: 230px;
	top: 170px;
	z-index: 6;
	visibility: visible;

}

#menulinks {
	text-align: center;
	vertical-align: middle;
	position: relative;
	height: 21px;
	width: 485px;
	margin-left: 14px;
	z-index: 7;
	top: 1px;
	padding: 0px;

}

 /* Fix for Safari, Chrome */ 
@media screen and (-webkit-min-device-pixel-ratio:0) {
#menulinks{
	margin-left: 19px;
	top: 0px;
}
}
/* End Fix for Safari, Chrome */ 


#ondertitel{
	position:absolute;
	left:180px;
	width: 578px;
	height:17px;
	top: 537px;
	z-index: 5;
	text-align: center;
}

#tekstvak {
	position:absolute;
	background: #3E3E71 url(achtergr-toetsenbord.jpg) no-repeat ;
	width: 864px;
	top: 178px;
	left: 43px;
	height: 355px;
	text-align: left;
	font: 13px/18px "Century Gothic", "Trebuchet MS", Verdana;
	color: #BDB4D1;
	padding: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-3dlight-color: #3E3E71;
	scrollbar-arrow-color: #9999CC;
	scrollbar-base-color: #3E3E71;
	scrollbar-track-color:#3E3E71;
	border: 0px solid #666666;

}



a:link, a:visited, a:active{
	text-decoration: none;
	font: normal 13px/18px "Century Gothic", "Trebuchet MS", Verdana;
	color:#A89EC0;
	border-bottom: 1px solid #515183;
}
a:hover {
	text-decoration: none;
	font: 13px/18px "Century Gothic", "Trebuchet MS", Verdana;
	color:#ffffff;
	border-bottom: 0px;

}


h1 {
	color: #BDB4D1;
	font: 600 16px "Century Gothic", "Trebuchet MS", Verdana;
	padding: 15px 0px 0px 80px;
	text-align: left;
	vertical-align: middle;

}

h2 {
	font: 600 14px "Century Gothic", "Trebuchet MS", Verdana;
	color: #BDB4D1;
	padding: 15px 0px 10px 80px;
}

h3 {
	font: normal 13px "Century Gothic", "Trebuchet MS", Verdana;
	color: #BDB4D1;
	text-align: center;
	padding-top: 15px;
	margin-bottom: -10px;
}

p {
	text-align: justify;
	font: 13px/18px "Century Gothic", "Trebuchet MS", Verdana;
	color: #BDB4D1;
	padding:0px 80px;
}
ul {
	list-style: circle;
	font: 13px/18px "Century Gothic", "Trebuchet MS", Verdana;
	color: #BDB4D1;
	padding-left: 8px;
	text-align: justify;
	margin: 0px 65px 0px 95px;

}
.eerste {
	font: 600 18px "Century Gothic", "Trebuchet MS", Verdana;
	color: #E0C7EC;
}

.nietvet {
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}


/* hieronder voor FORMULIER */

label {
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 5px;
}

input, textarea {
	padding: 3px;
	margin: 3px;
	border: 0px solid #333366;
	font: 12px "Century Gothic", "Trebuchet MS", Verdana;
	color: #BDB4D1;
	background: #515183;
}

textarea {
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-track-color:#515183;
	scrollbar-base-color: #515183;

}

input.fout, textarea.fout {
	border: 1px solid #FF0000;
}

label.fout {
	color: #FF0000;
}

.verzonden {
	font: 12px "Century Gothic", "Trebuchet MS", Verdana;
	color: #BDB4D1;
	background: #515183;
	}
	
#errors {
font: 12px "Century Gothic", "Trebuchet MS", Verdana;
color: #FF0000;
}


/* RIJEN AFB VAN PAGINA PORTFOLIO*/

#eersterij, #tweederij, #derderij, #vierderij, #vijfderij{
	position:relative;
	height:100px;
	text-align: center;
	width: 864px;
	margin:0px;
}


#eersterij{
top: 8px;

}

#tweederij{
	top: 16px;

}

#derderij{
	top: 24px;

}

#vierderij{
	top: 30px;
}

#vijfderij{
	top: 38px;
}

