/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}*/


body {
	margin:0px;
	padding:0px;
	background:url(../img/bg.gif) repeat-x 0px 24px;
	text-align: center;
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 12px;
	line-height: 21px;
}

* {
	outline: none;
}

h1 {
	font-size:18px;
	line-height:23px;
	color:#CC0000;
	margin-top: 0px;
	margin-bottom: 23px;
}

strong {
	color:#CC0000;
}

img {
	border: none;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color:#CC0000;
	font-weight: bold;
}

ul li span {
	padding-right: 10px;
}

p {
	margin-top: 0px;
	margin-bottom: 21px;
}

#container {
	width: 970px;
	height: 620px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background: url(../img/intro.jpg) no-repeat 4px 7px;
}

#intro {
	width: 970px;
	height: 520px;
	overflow: hidden;
	float: left;
	z-index: 1;
	position: relative;
}

#intro .info_top {
	position: absolute;
	left: 50px;
	top: 232px;
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	color: #002a6e;
}
#intro .info {
	position: absolute;
	left: 50px;
	top: 313px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #002a6e;
}
#folder {
	width: 200px;
	height: 163px;
	position: absolute;
	right: 25px;
	top: 325px;
}

#content {
	width: 970px;
	height: auto;
	float: left;
	position: relative;
	padding: 30px 0px;
	z-index: 10;
	text-align: left;
}

#content .left {
	width: 400px;
	height: auto;
	margin-left: 50px;
	float: left;
}


#content .right {
	width: 300px;
	height: auto;
	margin-right: 50px;
	float: right;
}

#footer {
	width: 970px;
	height: 120px;
	float: left;
	background: url(../img/footer.jpg);
	position: relative;
}

#copyright {
	width: 930px;
	height: 30px;
	padding-bottom: 20px;
	line-height: 30px;
	float: left;
	position: relative;
	text-align: right;
	font-size:11px;
	color:#D0D0D0;
	padding-right: 40px;
}

#copyright a {
	color:#D0D0D0;
}

td#copyright, td#copyright a {
	padding-top:10px;
	text-align:right;
	font-size:11px;
	color:#D0D0D0;
}


/* p-config voor gelijke behandeling in firefox als in ie */
p {
	padding:0px 0px 10px 0px;
	margin:0px;
}

div#footermenu {
	position: absolute;
	bottom: 15px;
	z-index: 50;
	text-align: left;
	left: 50px;
}

div#footermenu a {
	margin-right:25px;
	font-size:11px;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
div#footermenu a:hover {
	text-decoration:underline;
}
