@charset "UTF-8";
/* Eric Meyer Browser Reset  */

/* v1.0 | 20080212 */

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: 0;
	outline: 0;
	font-size: 100%;
	novertical-align: baseline;
	background: transparent;
}
body{
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************** END CSS RESET ******************/



/************** START SCREEN CSS ******************/


/* general kerk in nood stylesheet  */


/* ______________ GENERAL HTML TAGS ______________ */

body{
	position: relative;
	color: #000;
	font-size: 14px;
	height: 100%;
	margin: 0px;
	text-align: center;
	background: #f3f3f1 url(/dmp/printflo/content/12/22/images/layout/bodyBack.png) top center repeat-y;
	font-family: "Trebuchet MS", Verdana, Helvetica;
}


h1{

}


h2{
	min-height: 50px;
        height: auto;
	text-align: right;
	color:#d31a25;
	font-size: 1.5em;
	background: #fff url(/dmp/printflo/content/12/22/images/layout/h2Back.png) bottom right no-repeat;
	text-transform: uppercase;
	line-height: 30px;
}

h3{
	font-size: 1em;
	color: #666;
	margin-bottom: 20px;
}

h4{
	font-size: 0.9em;
	color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: dotted 1px #efefef;
}

a{
	color: #bebe30;
	text-decoration: none;
}

a:hover{
	color: #bebe30;
	text-decoration: underline;
}




/* ______________ GENERAL TEXT STYLES ______________ */

.small{
	font-size: 0.75em;
}
.medium{
	font-size: 1em;
}
.large{
	font-size: 2.25em;
}

.greenArrow{
	vertical-align: top;
}

/* ______________ GENERAL FORM STYLES ______________ */

.btn{
	border: none;
	background: #bb0d18;
	color: #fff;
	outline: 0px;
	height: 22px;
}

.text{
   width: 300px;
   border: solid 1px #ccc;
   margin-bottom: 5px;
}

textarea{
   width: 300px;
   height: 200px;
   border: solid 1px #ccc;
   margin-bottom: 5px;
}

.label{
   color: #999;
   font-size: 0.8em;
   padding-right: 5px;
}

/* ______________ POSITION PAGE ______________ */


#container{
	position: relative;
	width: 960px;
	height: 100%;
	margin: 0px auto 0px auto;
	text-align: left;
	background: #fff;
}


/* ______________ HEADER ______________ */

#header{
	position: relative;
	width: 960px;
	height: 180px;
}

.NL{
	background: url(/dmp/printflo/content/12/22/images/layout/headerBackNL.png) top center no-repeat;
}
.FR{
	background: url(/dmp/printflo/content/12/22/images/layout/headerBackFR.png) top center no-repeat;
}
.DE{
	background: url(/dmp/printflo/content/12/22/images/layout/headerBackDE.png) top center no-repeat;
}

#header #title a{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 425px;
	height: 90px;
}

#header #title span{
	display: none;
}



/* ______________ SERVICE NAV ______________ */

#service{
	position: absolute;
	width: 500px;
	height: 30px;
	right: 30px;
	top: 0px;
}



#service *{
	vertical-align: bottom;
	height: 30px;
	line-height: 30px;
}

#service ul{
	float: right;
	height: 30px;
}

#service li{
	float: left;
	display: block;
	line-height: auto;
}

#service li img{
	margin-right: 5px;
	vertical-align: middle;
}


#service li.bullet{
	padding: 0 20px 0 0;
	margin: 0 15px 0 0;
	background: transparent url(/dmp/printflo/content/12/22/images/layout/serviceBullet.png) center right no-repeat;
}

#service li span{
	margin: 0 3px 0 3px;
	font-size: 0.8125em;
}

#service li A{
	color: #000;
	text-decoration: none;
	font-size: 0.8125em;
}

#service li A.small{
	font-size: 0.75em;
}

#service li A.medium{
	font-size: 1em;
}

#service li A.large{
	font-size: 1.25em;
}

#service li A:hover, #service li A.active{
	color: #fff;
	text-decoration: none;
}

/* ______________ SEARCH NAV ______________ */

#search{
	position: absolute;
	width: 215px;
	height: 30px;
	bottom: 13px;
	right: 25px;
}

#search input{
	width: 145px;
	noheight: 22px;
	border: solid 2px #bb0d18;
	vertical-align: middle;
	background: transparent url(/dmp/printflo/content/12/22/images/layout/searchBack.png) top left repeat-x;
}

#search .btn{
	width: 60px;
	height: 22px;
	border: none;
	background: #bb0d18;
	color: #fff;
	outline: 0px;
}



/* ______________ MAIN NAV ______________ */

#nav{
	position: absolute;
	width: 600px;
	height: 35px;
	bottom: 15px;
	left: 100px;
	font-size: 0.85em;
}


#nav ul{
	position: relative;
	height: 35px;
	background: url(/dmp/printflo/content/12/22/images/layout/navBack.png) top left no-repeat;
	padding-left: 2px;
}

#nav li{
	top: 0px;
	height: 35px;
	width: auto;
	float: left;
}

#nav li a{
	color: #fff;
	text-transform: uppercase;
	padding: 0 26px 0 26px;
	height: 35px;
	width: auto;
	line-height: 35px;
	background: url(/dmp/printflo/content/12/22/images/layout/navBack.png) top right no-repeat;
		display: inline-block;
}

#nav li a:hover, #nav li a.active{
	text-decoration: none;
	background: url(/dmp/printflo/content/12/22/images/layout/navBackA.png) top right no-repeat;
}

/* ______________ MAIN CONTENT ______________ */

#main{
	position: relative;
	margin-top: 20px;
	width: 960px;
	height: 475px;
}

/* ______________ LEFTNAV ______________ */

#leftnav{
	position: relative;
	width: 225px;
	height: 655px;
	float: left;
}

#leftnav ul{
	width: 185px;
	margin-right: 40px;
	height: auto;
	margin-bottom: 20px;
	position: relative;
}

#leftnav li{
	height: 45px;
	width: 185px;
	text-align: right;
}

#leftnav li a{
	height: 45px;
	line-height: 45px;
	padding-right: 10px;	
	display: block;
	background: url(/dmp/printflo/content/12/22/images/layout/leftNavBack.png) center right no-repeat;
	color: #999;
	text-decoration: none;
}

#leftnav li a:hover, #leftnav li a.active{
	background: url(/dmp/printflo/content/12/22/images/layout/leftNavBackA.png) center right no-repeat;
	color: #fff;
	text-decoration: none;
}

/* publications */

.publication{
	width: 185px;
	height: 75px;
	position: relative;
	margin-top: 0px;
}

.pubCover{
	width: 75px;
	height: 75px;
	position: absolute;
	top: 0px;
	left: 132px;
	background: url(/dmp/printflo/content/12/22/images/layout/coverBack.png) top left no-repeat;
}

.pubCover img{
	width: 39px;
	height: 53px;
	position: absolute;
	top: 10px;
	left: 8px;
}
.pubTitle{
	width: 130px;
	height: 60px;
	position: absolute;
	bottom: 10px;
	left: 0px;
	line-height: 1.4;
}

.pubTitle A{
	width: 110px;
	height: auto;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 0.85em;
	color: #999;
	text-transform: uppercase;
	text-align: right;
}

.pubTitle A:hover{
	color: #666;
	text-decoration: none;
}

/* rss */

.leftIcon{
   position: relative;
margin-top: 20px;
font-size: 0.85em;
}

#rssFeedLink{
   position: relative;
padding-right: 38px;
line-height: 30px;
background: url(/dmp/printflo/content/12/22/images/layout/rss.png) top right no-repeat;
margin-right: 55px;
   height: 30px;
   display: block;
   color: #ff6633;
text-align: right;
}

#facebook{
   position: relative;
   margin-right: 55px;
padding-right: 38px;
line-height: 30px;
background: url(/dmp/printflo/content/12/22/images/layout/facebook.png) top right no-repeat;
   height: 30px;
   display: block;
   color: #4571b2;
text-align: right;
}

#newsletterLink{
   position: relative;
padding-right: 38px;
line-height: 15px;
background: url(/dmp/printflo/content/12/22/images/layout/newsIcon.png) top right no-repeat;
margin-right: 55px;
   height: 30px;
   display: block;
   color: #999;
text-align: right;
}


/* ______________ CONTENT ______________ */

#content{
	position: relative;
	width: 690px;
	min-height: 475px;
height: auto;
	margin-left: 240px;
}


#mainContent{
	width: 425px;
	min-height: 475px;
	height: auto;
	float: left;
}

#sideContent{
	width: 210px;
	height: auto;
	margin-left: 475px;
}

/* home */

#intro{
	margin-top: 10px;
	font-size: 0.85em;
	line-height: 1.6em;
	text-align: justify;
}
#intro p.lnk{
	display: inline;
}

.intro{
	margin-top: 10px;
	font-size: 0.85em;
	line-height: 1.6em;
	text-align: justify;
	margin-bottom: 10px;
}

.intro p{
	margin-bottom: 10px;
}

.intro li{
	list-style: circle inside;
}
.intro ul{
   margin-bottom: 10px;
}

.intro img{
	margin: 0 10px 5px 10px;

}

/* kalender */

.cal{
	margin-top: 20px;
	font-size: 0.85em;
	text-align: left;
}

.cal td, .cal th{
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	border-bottom: solid 1px #efefef;
}

.cal .even td{
	background: #fbfbfa;
}

.cal tr:hover td{
	background: #f5f5f5;
}

.cal a, .cal a:hover{
	color: #000;
	text-decoration: none;
}

.cal th{
	font-weight: bold;
	text-align: left;
	color: #fff;
	background: url(/dmp/printflo/content/12/22/images/layout/thBack.png) top left repeat-x;
}

.cal .calHour{
margin-top: 3px;
font-size: 9px;
color: #999;
}


/* shop */

.basket{
	margin-top: 20px;
	font-size: 0.85em;
	text-align: left;
}

.basket td, .basket th{
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	border-bottom: solid 1px #efefef;
}



.basket tr:hover td{
	background: #f5f5f5;
}

.basket a, .basket a:hover{
	color: #000;
	text-decoration: none;
}

.basket th{
	font-weight: bold;
	text-align: left;
	color: #fff;
	background: url(/dmp/printflo/content/12/22/images/layout/thBack.png) top left repeat-x;
}

/* grid */

.grid{
	margin-top: 20px;
	position: relative;
height: 440px;
}

.grid tr{
	position: relative;
	height: 200px;
}

.grid td{
	width: 172px;
	height: 200px;
	position: relative;
}

.grid h3{
	width: 150px;
	text-align: center;
	cursor: pointer;
}

.grid td a, .grid td a:hover{
	text-decoration: none;
	color: #999;
	font-size: 0.85em;
	position: relative;
	width: 172px;
	height: 210px;
	display: block;

}

.grid .ico{
	position: relative;
      z-index: 100;
	top: -110px;
	left: 130px;
	width: 35px;
	height: 35px;

}
.grid .ico img{
	position: relative;

}

.grid .bijschrift{
	font-size: 0.8125em;
	text-transform: none;
	font-weight: normal;
	width: 155px;
	text-align: center;
	cursor: pointer;
}
.grid .bijschriftLarge{
	font-size: 0.9em;
	text-transform: none;
	font-weight: bold;
	width: 155px;
	text-align: center;
	cursor: pointer;
}


.prijs{
	font-size: 1.25em;
	color: #dc1a26;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 10px;
}

#message{
   border: solid 1px #dad934;
   padding: 10px;
   font-size: 0.8em;
   margin-bottom: 10px;
   text-align: center;
   background: #f9f9e2;
}


#pages{

margin: 30px 20px 0px 0px;
	text-align: right;
	font-size: 0.8125em;
	color: #999;
}

#pages a{
	padding: 0 5px 0 5px;
	color: #666;
	font-weight: bold;
}

#pages a:hover, #pages a.active{
	padding: 0 5px 0 5px;
	color: #dc1a26;
	font-weight: bold;
	text-decoration: none;
}

#BackDiv{
clear: left;
float: none;
padding-top: 30px;
}
#BackLink{
display: block;
font-size: 0.8em;
height: 35px;
line-height: 35px;
padding-left: 40px;
background: url(/dmp/printflo/content/12/22/images/layout/backArrow.png) top left no-repeat;
text-decoration: none;
}

/* newsgrid */

.newsgrid{
	margin-top: 20px;
	position: relative;
}

.newsgrid tr{
	position: relative;

}

.newsgrid td{
	width: 215px;
	height: 160px;
	position: relative;
padding-right: 10px;
}



.newsgrid td a, .newsgrid td a:hover{
	text-decoration: none;
	color: #999;
	font-size: 0.85em;
	position: relative;
	width: 215px;
	height: 160px;
	display: block;

}



/* banners */

.banner{
	width: 210px;
	margin-bottom: 30px;
}


.bannerSmall{
      background: url(/dmp/printflo/content/12/22/images/layout/bannerSmall.png) top left no-repeat;
      margin-bottom: 5px;
}
.bannerSmall img{
      width: 195px;
      height: 95px;
   margin-top: 3px;
   margin-left: 5px;      
   margin-bottom: 7px;
}

.bannerLarge{
      background: url(/dmp/printflo/content/12/22/images/layout/bannerLarge.png) top left no-repeat;
      height: 210px;
      position: relative;
      cursor: pointer;

}
.bannerLarge img{
      width: 145px;
      height: 145px;
   margin-top: 2px;
   margin-left: 4px;   
   margin-bottom: 10px;  
   position: relative; 
}

.bannerXL{
      background: url(/dmp/printflo/content/12/22/images/layout/bannerXL.png) top left no-repeat;
      width: 205px;
      height: 305px;
}
.bannerXL img{
      width: 195px;
      height: 295px;
   margin-top: 3px;
   margin-left: 5px;   
   margin-bottom: 10px;   
}


.banner a{
	text-decoration: none;
	notext-transform: uppercase;
	nofont-weight: bold;
	color: #999;
	font-size: 0.8125em;
}
.banner span, .banner p{


	line-height: 1.2em;
	notext-transform: uppercase;
	font-weight: bold;
	color: #999;
	font-size: 0.8125em;
}
.banner a:hover{
	text-decoration: none;
	notext-transform: uppercase;
	nofont-weight: bold;
	color: #666;
}

.banner .bijschrift, .bijschrift{
	font-size: 0.8125em;
	text-transform: none;
	font-weight: normal;
	margin-top:4px;
	color: #999;
}


#morelink a{
   font-size: 0.8em;
   padding-right: 38px;
   line-height: 35px;
   height: 35px;
   text-align: right;
   background: url(/dmp/printflo/content/12/22/images/layout/greenArrow.png) right center no-repeat;
   display: block;
}

.mbLink a, 
.mbLink a:hover{
   font-size: 0.8em;
   line-height: 40px;
   height: 40px;
   text-align: right;
   display: block;
text-decoration: none;
}


.mbLink span, .mbLink img{
   vertical-align: middle;
}

/* gebed */
#gebed{
   background: url(/dmp/printflo/content/12/22/images/layout/gebedBack.png) top left no-repeat;
   min-height: 200px;
   padding: 10px;
}
#gebed #tekst{
   font-size: 0.8em;
   text-align: center;
   line-height: 1.6em;
   font-style: italic;
}


/*links*/

.linkGrid{
	margin-top: 20px;
	position: relative;
}

.linkGrid tr{
	position: relative;
	height: 130px;
}

.linkGrid td{
	width: 172px;
	height: 130px;
	position: relative;
}

.linkGrid td a, .linkGrid td a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #999;
	font-size: 0.85em;
	position: relative;
	display: block;
	cursor: pointer;
}


.linkGrid .ico{
	position: relative;
	top: -80px;
	left: 130px;
	width: 35px;
	height: 35px;
}

.linkGrid .bijschrift{
	font-size: 0.8125em;
	text-transform: none;
	font-weight: normal;
	width: 150px;
	text-align: center;
}

.linkImg{
   background: url(/dmp/printflo/content/12/22/images/layout/linkBack.png) top left no-repeat;
   height: 130px;
   position: relative;
   display: block;
}
.linkImg img{
   width: 145px;
   height: 95px;
   margin-top: 3px;
   margin-left: 4px;   
   margin-bottom: 10px;
   position: relative;
}
/* ______________ FOOTER ______________ */
.contentEnd{
float: none;
clear: left;
}
#footer{
	margin-top: 10px;
	clear: both;
	height: 70px;
	width: 960px;
	background: url(/dmp/printflo/content/12/22/images/layout/footerBack.png) 2px 2px no-repeat;
} 

#footerContent{
	font-size: 0.8125em;
	padding: 50px 0 10px 30px;
	color: #828b59;
	line-height: 20px;
} 

#footerContent img{
	vertical-align: middle;
} 
/* search*/

.searchBlock{
   border-bottom: solid 1px #efefef;
padding-bottom: 20px;
margin-bottom: 20px;
line-height: 16px;
}
.searchBlock a {font-size: 0.9em; line-height: 16px;}

.outro{
font-size: 11px;
margin-top: 20px;
}