/*Stylesheet for website Dit is beveiligen*/

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding:0px;
}

/*Structure*/

#container {
	position: absolute;
	margin-top: 0px;
	margin-left: -497px;
	top: 0px;
	left: 50%;
	width: 994px;
}
#top {
	position: absolute;
	background-color: #FF6402;
	top: 0px;
	left: 50%;
	width: 994px;
	height: 104px;
	margin-left: -497px;
}
#content {
	position: absolute;
	top: 104px;
	left: 50%;
	width: 994px;
	height: 394px;
	margin-left: -497px;
}
#tekst {
	position: absolute;
	top: 40px;
	left: 24px;
	width: 650px;
	height: 300px;
	text-align: justify;
}
#tekst_watisdit {
	position: absolute;
	top: 40px;
	left: 24px;
	width: 915px;
	height: 300px;
	text-align: justify;
}
#symbool {
	position: absolute;
	top: 245px;
	left: 821px;
	width: 122px;
	height: 132px;
}
#bottom {
	position: absolute;
	background-color: #FF6402;
	top: 498px;
	left: 50%;
	width: 994px;
	height: 82px;
	margin-left: -497px;
}
#menu {
	position: absolute;
	top: 18px;
	left: 13px;
	width: 980px;
	height: 38px;
}

/* Content styles */

#tekst .normaal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}
#tekst .kop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 24px;
}
#tekst_watisdit .normaal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
}
#tekst_watisdit .kop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 24px;
}
#tekst a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
#tekst a:visited {
	color: #FF6402;
	text-decoration: underline;	
}
#tekst a:hover {
	color: #FF6402;
	text-decoration: underline;
}
#tekst a:active {
	color: #000000;
	text-decoration: underline;
}

div.message{
	background-color:#FFFFFF;
	position: absolute;
	margin-top: 50px;
	margin-left: 50%;
	left: -300px;
	width: 600px;
	height: 500px;
	overflow:auto;
}

div.message p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	text-align:justify;
	color:#000000;
	margin: 20px;
}

div.message h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height: 20px;
	text-align:justify;
	color:#000000;
	margin: 20px;
}

div.transparent{
	position:absolute;
	background-color:#000000;
 	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
	text-align:center;
}

div.close{
	position:absolute;
	margin-top: 35px;
	margin-left: 50%;
	left: 285px;
	background-image:url(images/fancy_close.png);
	height:30px;
	width: 30px;
	padding: 0px;
}

.ditiseenafbeelding{
	margin-left:10px;
	margin-bottom: 10px;
}
