html { -webkit-text-size-adjust:none; }

body{
	background: url(../pic/site_backgr.jpg) repeat-x;	
}

.container {
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	position: relative;			
	width: 982px;
}

.header{
	background: url(../pic/header.jpg);
	height: 72px;
}

.logo{
	position: absolute;
	margin-top: 3px;
	margin-left: 20px;
}

.emc{
	position: absolute;
	margin-top: 10px;
	margin-left: 180px;
}

.taal{
	position: absolute;
	right: 26px;
	margin-top: 50px;
}
.taal a{
	color: #3D87C0;
	text-decoration: none;
	padding-left: 20px;
}
.taal a:hover{
	color: #000;
}
.taal a.selected{
	color: #000;
}

.maincontainer{
	padding-top: 7px;
	min-height: 300px;
}

.footer{
	background: url(../pic/lijn.jpg) repeat-x;
	height: 30px;
	color: #91BBDB;
	font-size: 11px;
	padding-top: 10px;
}
.footer ul{
	padding: 0px;
	margin: 0px;	
}
.footer li{
	list-style-type: none;	
	margin: 0px; 
	padding: 0px;
	float: right;
	display: block;
	margin-right: 10px;
	border-right: solid 1px #91BBDB;
	padding-right: 10px;
}
.footer li:first-child{
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}
.footer a{
	color: #91BBDB;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}

.linkerkolom{
	width: 181px;
}
.rechterbovenkolom{
	width: 801px;
	height: 235px;	
	background: url(../pic/lijn2.jpg) repeat-y;
}
.rechterkolom{
	width: 801px;
	background: url(../pic/lijn3.png) repeat-y;
}

.laatstenieuws{
	margin-top: 27px;
	margin-bottom: 27px;
	padding-right: 20px;
}
.laatstenieuws ul{
	padding: 0px;
	margin: 0px;	
}
.laatstenieuws li{
	list-style-type: none;	
	margin: 0px; 
	padding: 0px;
	display: block;
	background-image: url(../pic/blok.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom: 3px;
}
.laatstenieuws a{
	color: #3D86BF;
	text-decoration: none;
	display: block;
	padding-left: 13px;
}
.laatstenieuws a:hover{
	color: #D91A32;
}

.licht{
	color: #9CC2DF;
}

/* Home */
.home .paginaafbeelding{
	margin-left: 26px;
}
.home .paginaafbeelding .kader{
	float: left;
	margin-left: 74px;
	width: 338px;
	height: 227px;
	overflow: hidden;	
}
.home .paginaafbeelding .kader:first-child{
	margin-left: 0px;
}
.home .paginaafbeelding .overlay{
	position: absolute;
	width: 338px;
	height: 227px;
	overflow: hidden;
}
.home .rechterkolom{
}
.home .rechterkolom .tekst{
	width: 580px;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 17px;
	padding-bottom: 17px;	
}
.home .rechterkolom .blokken{
	width: 221px;
	padding-bottom: 17px;	
	background: url(../pic/lijn3.png) repeat-y;
	background-color: #F5F9FC;
}
.home .rechterkolom .blokken .blokkentop{
	width: 221px;
	height: 17px;
	background: url(../pic/blokkentop.jpg) no-repeat;
}
.home .rechterkolom .blokken .padding{
	padding-left: 20px;
	padding-right: 20px;
}
.home hr{
	margin-left: -25px;
	margin-right: -26px;
}

/* Subpagina */
.subpagina .rechterkolom{
	background: url(../pic/lijn3.png) repeat-y;
}
.subpagina .mainbackgr{
	background: url(../pic/main_backgr.jpg) no-repeat right top;
	min-height: 330px;
	padding-top: 9px;
	padding-left: 32px;
	padding-right: 9px;
	padding-bottom: 26px;
}
.subpagina .wittelijn{
	position: absolute;
	background: url(../pic/lijn2.jpg) repeat-y;
	height: 235px;
	width: 1px;
}
.subpagina h1{
	color: #000;
	margin-bottom: 10px;
}
.subpagina .rechterkolom .tekst{
	width: 484px;
	padding-right: 17px;
	padding-top: 11px;
}
.subpagina .rechterkolom .blokken{
	width: 317px;
}
.subpagina .kader{
	width: 338px;
	height: 227px;
	overflow: hidden;	
}
.subpagina .rechterkolom .paginaafbeelding .overlay{
	position: absolute;
	width: 338px;
	height: 227px;
	overflow: hidden;
}
.subpagina .contactblok{
	margin-top: 9px;
	background: url(../pic/lijn2.jpg) repeat-y;
}
.subpagina .contactblok .lijn{
	background: url(../pic/lijn.jpg) repeat-x;
	height: 1px;
}
.subpagina .contactblok .padding{
	padding: 13px;
	padding-right: 0px;
}
.subpagina .contactblok h2{
	color: #000;
	font-size: 15px;
	text-transform: none;
	margin-bottom: 17px;
}

.leesmeer{
	font-weight: bold;
	padding-top: 10px;
	text-align: right;
}
.leesmeer a{
	color: #3D85BF;
	text-decoration: none;
}
.leesmeer a:hover{
	color: #D91A32;
	text-decoration: none;
}

.terug{
	font-weight: bold;
	padding-top: 10px;
}
.terug a{
	color: #3D85BF;
	text-decoration: none;
}
.terug a:hover{
	color: #D91A32;
	text-decoration: none;
}

/* PRODUCTEN */
ul.productenoverzicht{
	padding: 0px;
	margin: 0px;
}

.productenoverzicht li{
	margin:0px; 
	padding:0px;
	margin-bottom: 8px;
	list-style-type: none;
	background-image: none;
	float: left;
	display: block;
	width: 351px;
	background: url(../pic/lijn2.jpg) left top repeat-y;
	padding-left: 20px;
	padding-right: 0px;	
	margin-bottom: 20px;
}
.productenoverzicht li:first-child{
	background: none;
	padding-right: 20px;
	padding-left: 0px;
}
.productenoverzicht h1{
	color: #D91A32;
}
.productenoverzicht .imagekader{
	margin-bottom: 18px;
	width: 350px;
	height: 237px;
	overflow: hidden;
	cursor: pointer;
}
.productenoverzicht .imagekader .overlay{
	position: absolute;
	background: url(../pic/productenoverzicht_overlay.png);
	width: 350px;
	height: 237px;	
}
.productenoverzicht img{
	width: 350px;
}

.product h1{
	color: #D91A32;
}
.product .imagekader{
	margin-bottom: 18px;
	width: 400px;
	height: 271px;
	overflow: hidden;
	cursor: pointer;
}
.product .imagekader .overlay{
	position: absolute;
	width: 401px;
	height: 271px;	
}
.product img{
	width: 403px;
}

.productenlogo{
	text-align: center;
}
.productenlogo img{
	width: 170px;
	margin-bottom: 3px;
}

/* BLOG */
.blog{
	background: url(../pic/lijn.jpg) left top repeat-x;
	margin-top: 20px;
	padding-top: 20px;
}
.blog h1{
	color: #D91A32;
}
.blog .datum{
	color: #000;
}
.blog .imagekader{
	margin-bottom: 18px;
	width: 400px;
	height: 271px;
	overflow: hidden;
	cursor: pointer;
}
.blog .imagekader .overlay{
	position: absolute;
	width: 401px;
	height: 271px;	
}
.blog img{
	width: 403px;
}

/* NIEUWSOVERZICHT */
ul.nieuwsoverzicht{
	padding: 0px;
	margin: 0px;
}
.nieuwsoverzicht li{
	margin:0px; 
	padding:0px;
	padding-top: 11px;
	margin-bottom: 8px;
	list-style-type: none;
	background-image: none;
	background: url(../pic/lijn.jpg) left top repeat-x;
}
.nieuwsoverzicht li a{
	color: #3D85BF;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../pic/blok.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;	
	padding-left: 13px;
}
.nieuwsoverzicht li a:hover{
	color: #D91A32;
}

/* NIEUWS */
.nieuws h1{
	color: #D91A32;
}
.nieuws .datum{
	font-weight: normal;
	color: #000;
}

/* PUBLICATIESOVERZICHT */
ul.publicatiesoverzicht{
	padding: 0px;
	margin: 0px;
}
.publicatiesoverzicht li{
	margin:0px; 
	padding:0px;
	padding-top: 11px;
	margin-bottom: 8px;
	list-style-type: none;
	background-image: none;
	background: url(../pic/lijn.jpg) left top repeat-x;
}
.publicatiesoverzicht li a{
	color: #3D85BF;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../pic/blok.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;	
	padding-left: 13px;
}
.publicatiesoverzicht li a:hover{
	color: #D91A32;
}

/* PUBLICATIES */
.publicaties h1{
	color: #D91A32;
}
.publicaties .datum{
	font-weight: normal;
	color: #000;
}
.publicaties .imagekader{
	margin-bottom: 18px;
	width: 400px;
	height: 271px;
	overflow: hidden;
	cursor: pointer;
}
.publicaties .imagekader .overlay{
	position: absolute;
	width: 401px;
	height: 271px;	
}
.publicaties img{
	width: 403px;
}

/* DOWNLOADS */
ul.downloads{
	padding: 0px;
	margin: 0px;
}

.downloads li{
	margin:0px; 
	padding:0px;
	padding-top: 11px;
	padding-bottom: 11px;
	list-style-type: none;
	background-image: none;
	background: url(../pic/lijn.jpg) left bottom repeat-x;
}
.downloads h1{
	text-transform: none;
}

/* SUBPAGINA NAVIGATIE: */
#subpaginanavigatie{
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 8px;
}
#subpaginanavigatie a{
	padding: 2px;
	padding-left: 5px;
	padding-right: 3px;
	background-color: #CCC;
	margin-right: 3px;
	text-decoration: none;
	color: #FFF;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;			
}
#subpaginanavigatie a:hover{
	background-color: #999999;	
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;	
}
#subpaginanavigatie span{
	padding: 2px;
	padding-left: 5px;
	padding-right: 3px;
	background-color: #999999;
	margin-right: 3px;
	text-decoration: none;
	color: #FFF;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;	
}
#subpaginanavigatie .leftright{
	background-color: #3C87C0;
}

/* SOCIAL MEDIA */
.socialmedia{
	position: absolute;
	right: 20px;
	margin-top: 10px;
}