/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:none;
	outline:0;
	list-style-type:square;
}

html,body{
	height:100%;
	width:100%;
	font-family:Tahoma, Helvetica, sans-serif;
	background:url(images/bg.gif) repeat-x #5B0101;
}

*{margin:0;}

img { -ms-interpolation-mode: bicubic; }

/* CMS styles  
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/  
#Name{   
font-family:"Century Gothic";
font-size:18px;
color:#700000;
padding-bottom:5px;
font-weight:lighter; 
}

#Info{   
display:block;
padding:0px 0px 0px 0px;
}  
/*-----------------------------------------------------------------*/

/* Index  
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#krul{
background-image:url(images/krul.png);
background-repeat:no-repeat;
width:1200px;
height:800px;
position:fixed;
}

#container{
width:897px;
min-height:100%;
_height:100%;

position:absolute;
margin-left:150px;
z-index:2;
/*position:relative;
margin-left:auto;
margin-right:auto;*/
}

#top{
width:897px;
height:397px;
position:relative;
background-image:url(images/top.png);
background-repeat:no-repeat;
}

#nav{
width:897px;
top:155px;
position:absolute;
text-align:center;
font-size:12px;
color:#700000;
}
#nav a{
color:#700000;
text-decoration:none;
background:transparent url(../images/button_bg.png) no-repeat scroll 0 -200px;
color:#700000;
display:block;
float:left;
line-height:40px;
margin:0 8px;
}

#nav a:first-child {
margin:0 8px 0 43px;
}

#nav a:hover{
color:#999;
text-decoration:none;
background-position:center top;
}

#banner{
width:816px;
height:189px;
top:200px;
position:relative;
margin-left:auto;
margin-right:auto;
background-image:url(images/banner.gif);
}

#gegevens{
font-size:11px;
color:#cfb4b4;
padding:25px;
line-height:14px;
}
#gegevens a{
color:#FFFFFF;
text-decoration:none;
}
#gegevens a:hover{
color:#FFFFFF;
text-decoration:underline;
}

.titel{
color:#FFFFFF;
font-size:18px;
font-family:"Century Gothic";
padding-bottom:10px;
}

#content{
width:897px;
min-height:266px;
_height:266px;
max-height:100%;
position:relative;
background-image:url(images/content.png);
background-repeat:repeat-y;
}

#inhoud{
width:805px;
font-size:11px;
color:#666;
text-align:justify;
padding:20px 47px 0px 47px;
}
#inhoud a{
color:#700000;
text-decoration:underline;
}
#inhoud a:hover{
color:#700000;
text-decoration:none;
}

h1{
font-family:"Century Gothic";
font-size:18px;
color:#700000;
padding-bottom:5px;
font-weight:lighter;
}

#footer{
width:897px;
height:54px;
position:relative;
background-image:url(images/footer.png);
background-repeat:no-repeat;
}

#proxilogo{
width:81px;
height:13px;
position:relative;
left:800px;
padding-bottom:10px;
}


/*contactform*/
.CFItem {width:400px;clear:both;}
.CFLabel {width:150px;float:left;font-family:verdana;font-size:10px;color:#666666;margin-bottom:2px;margin-top:2px;}
.CFField {width:250px;float:left;font-family:verdana;font-size:10px;color:#666666;margin-bottom:2px;margin-top:2px;}
.CFFieldText {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldTextarea {font-family:verdana;font-size:10px;color:#666666;width:250px;height:70px;overflow:auto;}
.CFFieldSelect {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldRadio {}
.CFFieldCheckbox {}
.CFFieldPassword {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldFile {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldEmail {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldCopy {}
.CFFieldRadioData {}
.CFFieldCheckboxData {}
.CFCaptcha {width:400px;font-family:verdana;font-size:10px;color:#666666;text-align:center;}
.CFCaptchaTitre {width:100%;text-align:center;font-weight:bold;display:none;}
.CFCaptchaTexte {width:100%;text-align:justify;}
.CFStar {width:400px;font-family:verdana;font-size:10px;color:#ff0000;text-align:center;margin-top:20px;}
.CFStarIcon {font-family:verdana;font-size:10px;color:#ff0000;}
.CFButton {width:400px;text-align:center;}
.CFButtonSubmit input {font-family:verdana;font-size:10px;color:#666666;font-weight:bold;width:200px;text-align:center;margin-top:20px;}
.CFButtonReset input {font-family:verdana;font-size:10px;color:#666666;font-weight:bold;float:left;width:200px;text-align:center;margin-top:20px;display:none;}
.CFMessageSent {width:400px;font-family:verdana;font-size:12px;color:#003300;font-weight:bold;text-align:center;margin-top:20px;}
.CFFieldset {clear:both;display:block;border:solid 1px #999999;margin:0;margin-bottom:4px;padding:10px;width:400px;}
.CFLegend {font-family:verdana;color:#666666;font-size:12px;font-weight:bold;background:#efefef;border:solid 1px #999999;padding:2 5 2 5;margin-bottom:10px;}