@charset "UTF-8";
/* CSS Document */
  *  {
margin : 0;
padding : 0;
}

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body, html {
width : 100%;
height : 100%;
font-family : Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
background-image:url(../images/achtergond6.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	}

/*#background {
	background-image:url(../images/achtergond6.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
}*/

#container {
position : relative;
width : 980px;
margin : 0 auto;
height : auto !important ;
height : 100%;
min-height : 100%;
border:1px #e31818 solid;
background-image:url(../images/achtergond_midden6.jpg);
background-position:top center;
background-repeat:no-repeat;
}

#top {
	width:980px;
	height:180px;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#tekst {
	float:left;
	width:550px;
	margin:0 0 0 102px;
	padding:25px 45px 150px 45px;
	min-height:500px;
	background-image:url(../images/tekst.png);
	background-repeat:repeat-y;
	background-position:center top;
}

#rechts {
	float:right;
	width:119px;
	min-height:500px;
	padding:50px 0 200px 0;
}

#clear {
clear:both;
}

#button {
	position:absolute;
	padding:150px 10px 100px 450px;
}

/*****NAV*******/

#navlist {
	background-image:url(../images/nav_solid.png);
	background-repeat:no-repeat;
	height:57px;
	width:980px;
	float:left;
}


#navlist UL
{
list-style: none;
margin: 0;
padding: 0 0 0 0;
}

#navlist li
{
display: block;
margin: 0;
float: left;
width: auto;
height:57px;
}


#navlist A
{
color: #fff;
display:block;
float:left;
width: auto;
height:57px;
text-decoration: none;
margin: 0;
padding: 15px 10px 0 10px;
font-size:11px;
}


#navlist a:hover {
background-image:url(../images/nav_red.jpg);
background-repeat:repeat-x;
padding: 15px 10px 0 10px;
}

#current {
font-size:11px;
color:#fff;
background-image:url(../images/nav_red.jpg);
background-repeat:repeat-x;
padding:15px 10px 0 10px;

}
	

/********styles*******/

h1 {
color:#e31818;
font-size:18px;
padding:0 0 10px 0;
}

h2 {
color:#0055a0;
font-size:15px;
font-weight:bold;
}
	

p {
font-size:14px;
line-height:160%;
color:#0055a0;
}

ul {
	color:#e31818;
	padding:5px 0 0 20px;
}

li p {
	font-size:12px;
}

.special {
	list-style:square;
	marhin-left:10px;
}


.font10 {
	font-size:12px;
}
	

a { color: #0055a0; text-decoration:underline; }
a:visited { color: #0055a0; }
a:hover { color: #0055a0; text-decoration:underline; }
a:active { color: #0055a0; }

/******footer********/

#footer {
	width:880px;
	height:133px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	background-position:center top;
	position:absolute;
	bottom:-1px;
	font-size:12px;
	color:#FFF;
	padding-left:100px;
}

#footer_tekst {
	padding-top:110px;
	padding-left:25px;
}

#footer_tekst a, #footer_tekst a:hover {
	color:#fff;
	text-decoration:none;
}

#footer_tekst2 {
	padding-top:15px;
	padding-left:25px;
	padding-bottom:5px;
	text-align:center;
	color:#5C94C5; 
	float:left;
	font-size:12px;
}

#footer_tekst2 a, #footer_tekst2 a:hover {
	color:#5C94C5;
	text-decoration:none;
}

