@charset "utf-8";
/* CSS Document */

/*********OPMERKINGEN**********************
borders image:#f7f6da;
h1 en h2: #4b3e32;
witte tekst:#f5e4d9;
body tekst:#4b3e32;
blauwe tekst: #001933
link lichtblauw: #6892ce
*****************EINDE OPMERKINGEN****************/

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}


ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}


h1 {
font-size:25px;
color:#001933;
font-weight:normal;
padding-bottom:5px;
margin-bottom:15px;
background:url(images/h1-divider.jpg) repeat-x bottom;
}

h2 {
font-size:20px;
color:#4b3e32;
font-weight:normal;
}

p {
padding-bottom:15px;
}

img {
position:relative;
float:right;
width:225px;
height:100%;
margin-bottom:10px;
border:1px solid #e2e2e2;
}

.logo {   /***let op!!! in ie6 en ie7******/
position:relative;
float:left;
width:500px;
height:100%;
margin-top:25px; 
overflow:hidden;
}

.logo a:link img, .logo a:visited img, .logo a:hover img{
float:left;
border:none;
width:295px;
height:auto;
}


a:link, a:visited {
text-decoration:underline;
color:#6892ce;
	
    }

    a:hover {
    text-decoration:none;
	color:#6892ce;
    }
/********************CONTAINER*****************/


html #container {

    margin: 0 auto;
    width: 950px;
    position: relative;
    text-align: left;
    }

  #container   {

    width: 950px;
    }
	
	#content_container {
	width:950px;
	background:#f7f5f5;
	height:auto;
	overflow:auto;
	clear:left;
	}

/*****************EINDE CONTAINER*************/

/********************BEGIN CSS**************/

body {
	background:url(images/bg.jpg) repeat-x #02071a;
	font-family:"Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#4b3e32;
}

#header {
	position:relative;
	width:950px;
	height:auto;
	margin:0px;
	padding:0px;
	}

#slide-container { /*let op in ie6!!!!!!*/
float:left;
position:relative;
width:900px;
height:300px;
margin:10px 25px 10px 25px;
background:url(images/slide-bg.jpg) no-repeat #0b1829;
}

#left-home {
	float:left;
	position:relative;
	width:265px;
	height:auto;
	min-height:300px;
	z-index:999;
	padding-left:25px;
	padding-right:10px;
}

#content-home {
	float:left;
	position:relative;
	width:300px;
	heigth:auto;
	min-height:300px;
	margin-left:25px;
}


#right-home {
	float:right;
	position:relative;
	width:265px;
	height:auto;
	min-height:300px;
	padding-right:25px;
	padding-left:10px;
}


#tweekolom-left {
	float:left;
	position:relative;
	width:240px;
	height:auto;
	min-height:300px;
	z-index:999;
	background:url(images/divider-staand.jpg) repeat-y right;
	overflow:hidden;
	

}

#tweekolom-content {
	float:left;
	position:relative;
	width:650px;
	heigth:auto;
	min-height:300px;
	margin-left:25px;
	margin-top:20px;
}

#footer {
	float:left;
	position:relative;
	width:940px;
	height:60px;
	background:#09152b;
	margin-top:15px;
	padding-top:10px;
	padding-left:10px;
	}


#footer p {
position:relative;
float:left;
font-size: 11px;
padding:0px;
margin:0px;
color:#fff;
}

#footer p a,  #footer p a:visited{
color:#fff;
}

#footer img {
position:relative;
float:right;
width:200px;
background:#999900;

}

/********************SLIDESHOW*************************/

#imageslider {
float:right;
position:relative;
width:500px;
margin-right:20px;
margin-top:25px;
padding-bottom:5px;
overflow:visible;
}

#imageslider .ce_imageslider {
margin-left:60px;
}

#imageslider img {
border:7px solid #ffffff;
width:364px;
height:233px;

}

.buttons {
position:absolute;
top:80px;
left:0px;
width:500px;
height:50px;
text-align:center;
}

.buttons #prev1 {
position:absolute;
left:0;
width:49px;
height:48px;
background:url(images/prev.png) no-repeat;
text-indent:-9999px;
}

.buttons #next1 {
position:absolute;
right:0;
width:49px;
height:48px;
background:url(images/next.png) no-repeat;
text-indent:-9999px;
}



/**************tekst links van slideshow ****************/

.slide-header {
position:relative;
float:left;
width:325px;
height:auto;
padding-left:25px;
padding-top:25px;
}

.slide-header h1 {
font-size:30px;
color:#fff;
padding-left:10px;
padding-bottom:5px;
background:none;
}

.slide-header h2 {
font-size:16px;
color:#fff;
padding-left:20px;
background:url(images/groen-ok.png) no-repeat left;
vertical-align:middle;
padding-bottom:5px;
}

.slide-header h3 a:link, .slide-header h3 a:visited {
display:block;
height:30px;
text-decoration:none;
color:#fff;
background:url(images/slide-header-link-bg.png) no-repeat;
padding-left:20px;
padding-top:2px;
font-size:16px;
}

.slide-header h3 a:hover {
text-decoration:none;
color:#6892ce;
background:url(images/slide-header-link-bg.png) no-repeat;

}

/********************EINDE SLIDESHOW*************************/

/**********KOLOMMEN HOME***********************/

.kolom-home img {
border:none;
padding-right:8px;
padding-bottom:8px;
}

.kolom-home h1 {
font-size:25px;
color:#001933;
font-weight:normal;
padding-bottom:15px;
height:25px;
margin-bottom:10px;
}



/**********EINDE KOLOMMEN HOME***********************/ 

/************TWEE KOLOMMEN VERVOLG******************/

.koffie {
position:relative;
float:left;
clear:left;
width:240px;
height:auto;
margin-bottom:25px;
}

.koffie img {
position:relative;
float:left;
border:none;
margin-top:15px;
width:230px;
height:auto;
margin-left:10px;
}

.koffie a:link img, .koffie a:visited img, .koffie a:hover img{
position:relative;
float:left;
clear:left;
border:none;
margin-top:15px;
width:230px;
height:auto;
}


/********************CONTENT*************************/

#left-home img {
postion:relative;
float:left;
width:100px;
height:auto;
margin-top:5px;
margin-right:8px;
margin-bottom:0px;
}


#right-home img {
postion:relative;
float:left;
width:100px;
height:auto;
margin-top:5px;
margin-right:8px;
margin-bottom:0px;
}

#tweekolom-content .ce_text {
position:relative;
float:left;
width:375px;
}


#tweekolom-content #contact .ce_form{
position:relative;
float:left;
width:600px;
}

#tweekolom-content .ce_image img {
position:relative;
float:right;
width:225px;
height:auto;
margin-bottom:0px;
margin-top:25px;
border:1px solid #e2e2e2;
}

#tweekolom-content .ce_download img {
position:relative;
float:left;
width:auto;
height:auto;
border:none;
}

#tweekolom-content .ce_download {
position:relative;
float:left;
clear:both;
width:375px;
margin-bottom:10px;
}

#tweekolom-content .ce_downloads img {
position:relative;
float:left;
width:auto;
height:auto;
border:none;
}

#tweekolom-content .ce_downloads {
position:relative;
float:left;
clear:both;
width:375px;
margin-bottom:10px;
}

.mod_ce_nonverblaster {
position:relative;
width:260px;
height:150px;
margin-top:25px;
border:1px solid #e2e2e2;

}

#video{
padding-top:10px;
padding-left:10px;
}

#referenties .info {
margin:0px;
padding:0px;
}

#referenties .teaser {
margin:0px;
padding:0px;
}


/********************EINDE CONTENT*************************/

/********************NIEUWS*************************/

#tweekolom-content .mod_newsreader .ce_text {
position:relative;
float:left;
width:575px;
} 
/********************EINDE NIEUWS*************************/

/********************PRODUCTEN*************************/

#tweekolom-content .producten .ce_text {
position:relative;
float:left;
width:650px;
}

#tweekolom-content .producten img {
width:175px;
height:auto;
border:1px solid #e2e2e2;
}

#tweekolom-content .producten .ce_image {
float:left;
postion:relative;
width:200px;
margin-bottom:15px;
}

#tweekolom-content .producten .ce_image img {
position:relative;
float:left;
margin:0px;
padding:0px;
margin-top:-15px;
}

#tweekolom-content .producten .ce_image h1 {
position:relative;
background:url(images/productheader-bg.png) no-repeat;
font-size:15px;
color:#001933;
z-index:91;
padding-left:10px;
padding-right:25px;
text-align:center;
height:40px;
}

#tweekolom-content .producten .image_container {
position:relative;
z-index:90;
}


/********************EINDE PRODUCTEN*************************/


/*********************MENU********************/

#servicenav {
position:relative;
float:right;
clear:both;
width:200px;
height:auto;
margin-top:10px;
}

/*******************main nav*******************/
.mod_navigation a.invisible {  /****zorgt ervoor dat de skip navigation regel niet gehoverd wordt*****/
	display: none;
}

.mod_navigation
{
	position:relative;
    float:left;
    overflow:visible;
	width:935px;
	height:50px;
	margin-top:25px;
	z-index:2;
	background:url(images/nav-bg.png) no-repeat;
	padding-left:15px;

	}


.mod_navigation a,
.mod_navigation a:visited  /***********maakt de niet actieve menu items tekst wit*****/
{
    text-decoration:none;
	color:#fff;	
	font-size:16px;
	font-weight:normal;
}



.mod_navigation li:hover a, .mod_navigation li.sfhover a
.mod_navigation li:hover a:visited, .mod_navigation li.sfhover a:visited {   /*****Houdt de tekst in toplink wit wanneer er met de cursor naar het submenu item gegaan wordt************/
    color:#6892ce;
    }
	

.mod_navigation ul
{
    margin:0px;
    padding:0px;
    list-style-type:none;
}

.mod_navigation li
{
    width:auto; /* Define the width of an menu entry */
	margin:0 5px 0 5px;
	padding:0 20px 0 20px;
	vertical align:middle;
    position:relative; /* position */
    float:left; /* arrange left-aligned */
    line-height:40px; /* defines the height of an menu entry */
	text-decoration:none;
	}
	
.mod_navigation li.active /*actief menu item*/
{
font-size:16px;
color:#001933;
font-weight:normal;
text-decoration:none;
background:#f7f5f5;
}

.mod_navigation li.trail /*actief menu item*/
{
font-size:16px;
color:#001933;
font-weight:normal;
text-decoration:none;
background:#f7f5f5;
}

.mod_navigation li.trail a,
.mod_navigation li.trail a:visited  /***********maakt de niet actieve menu items tekst wit*****/
{
    text-decoration:none;
	color:#001933;	
	font-size:16px;
	font-weight:normal;
}

/*******************subnav*********************************/
/*
blauwe tekst: #001933
link lichtblauw: #6892ce
*/

#subnav {
float:left;
position:relative;
width:200px;
height:auto;
background:none;
padding:0px;
margin:0px;
padding-bottom:25px;
margin-left:15px;
}


div#subnav h1 {
color:#001933;
font-weight:normal;
float:left;
position:relative;
width:200px;
background:url(images/h1-divider.jpg) repeat-x bottom;
margin:0px;
padding:0px;
padding-bottom:5px;
margin-bottom:5px;
}

div#subnav h1 a:link, div#subnav h1 a:visited{
font-size:18px;
color:#001933;
font-weight:normal;
}

div#subnav li {
position:relative;
float:left;
width:190px;
line-height:25px;
padding:0px;
margin:0px;
padding-left:10px;
background:url(images/h1-divider.jpg) repeat-x bottom;
font-size:10px;
}
div#subnav  li a:link, div#subnav li a:visited {
color:#001933;
background:url(images/subnav-pijl.png) no-repeat left;
padding-left:11px;
font-size:12px;
}

div#subnav li a:hover{
color:#5182b1;
background:url(images/subnav-pijl-actief.png) no-repeat left;
font-size:12px;

}

div#subnav li .active {
position:relative;
color:#5182b1;
background:none;
padding-left:0px;
font-size:12px;
font-weight:bold;
}

/********************EINDE MENU*************************/

/********************TEASER*************************/

#tweekolom-left #teaser {
position:relative;
float:left;
clear:left;
width:220px;
margin-left:15px;
margin-bottom:15px;
}


#tweekolom-left .image_container {
position:relative;
float:left;
clear:both;
margin:0px;
padding:0px;

}

#tweekolom-left #teaser img{
position:relative;
float:left;
width:200px;
height:100%;
}

#tweekolom-left #teaser h1{
font-size:18px;
}
#tweekolom-left #teaser .ce_text  {
font-size: 11px;
padding-right:15px;
}

/********************EINDE TEASER*************************/

/********************CONTACT FORMULIER*************************/

.ce_form {
position:relative;
	float:left;
	clear:left;
	}
	
span.mandatory {
color:#FF0000;
font-weight:bold;
}

label {
    width:200px;
    text-align:left;
}

.select {
width:147px;
}


.textarea {
width:300px;
height:100px;
border:#aea795 1px solid;
margin:2px 0 0 10px;
vertical-align:text-top;

}

.text {
width:300px;
height:20px;
border:#aea795 1px solid;
margin:2px 0 0 10px;
}

.submit_container {
margin:2px 0 0 10px;
color:#fdfaeb;
padding-bottom:20px;
}

.error {
color: #84151b;
}

.captcha {
width:300px;
height:20px;
border:#84151b 1px solid;
margin:2px 0 0 10px;
}
.mandatory {
color:#FF0000;;

}
	
/********************EINDE CONTACT FORMULIER*************************/


