/* START RESET * /

@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 RESET */



/* general kerk in nood stylesheet for print  */


/* ______________ GENERAL HTML TAGS ______________ */

body{
	position: relative;
	color: #000;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 14px; /* base format for relative font sizes */
	width: 100%;
	margin: 20px;
	text-align: center;
}


h1{

}


h2{
	height: 50px;
	color:#d31a25;
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 30px;
}

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;
}



/* ______________ POSITION PAGE ______________ */


#container{
	position: relative;
	width: 960px;
	height: 100%;
	margin: 0px auto 0px auto;
	text-align: left;
	background: #fff;
}


/* ______________ HEADER ______________ */

#header{
	position: relative;
	height: 150px;
	border-bottom: solid 1px #000;
}

#header #title a{
	display: block;
	color: #000;
	font-size: 18px;
	margin-bottom: 20px;
}

#header span.txt{
	display: none;
}


/* ______________ SERVICE NAV ______________ */

#service{
	display: none;
}


/* ______________ SEARCH NAV ______________ */

#search{
	display: none;
}





/* ______________ MAIN NAV ______________ */

#nav{
	height: 40px;
	font-size: 0.85em;
}


#nav ul{
	position: relative;
	height: 35px;
	padding-left: 2px;
}

#nav li{
	top: 0px;
	height: 35px;
	width: auto;
	float: left;
}

#nav li a{
	color: #000;
	text-transform: uppercase;
	padding: 0 26px 0 26px;
	height: 35px;
	width: auto;
	line-height: 35px;
	display: inline-block;
}

#nav li a:hover{
	text-decoration: none;
}

/* ______________ MAIN CONTENT ______________ */

#main{
	position: relative;
	margin-top: 20px;
	height: 475px;
}

/* ______________ LEFTNAV ______________ */

#leftnav{
	position: relative;
	width: 225px;
	height: 475px;
	float: left;
}

#leftnav ul{
	width: 185px;
	margin-right: 40px;
	height: auto;
	margin-bottom: 20px;
	position: relative;
}

#leftnav li{
	height: 40px;
	width: 185px;
	text-align: right;
	
	
}

#leftnav li a{
	height: 35px;
	line-height: 35px;
	padding-right: 10px;	
	display: block;
	color: #999;
	text-decoration: none;
	border: solid 1px #999;
	
}

#leftnav li a:hover, #leftnav li a.active{
	color: #000;
	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;
}

/* ______________ CONTENT ______________ */

#content{
	position: relative;
	width: 690px;
	height: 475px;
	margin-left: 240px;
}


#mainContent{
	width: 425px;
	min-height: 475px;
	height: auto;
	float: left;
}

#sideContent{
	width: 210px;
	height: 475px;
	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;
}


/* 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;
}

.grid tr{
	position: relative;
	height: 200px;
}

.grid td{
	width: 172px;
	height: 200px;
	position: relative;
}

.grid h3{
	width: 155px;
	text-align: center;
}

.grid td a{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
	font-size: 0.85em;
	position: absolute;
	dispay: block;
	width: 172px;
	height: 200px;
}

.grid td a:hover{
	text-decoration: none;
	color: #666;
}

.grid .ico{
	display: none;
}

.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;
	margin-bottom: 10px;
}

#message{
   border: solid 1px #dad934;
   padding: 10px;
   font-size: 0.8em;
   margin-bottom: 10px;
   text-align: center;
   background: #f9f9e2;
}


#pages{
	margin: 10px 20px 0 0;
	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{
display: none;
}




/* 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;
      width: 205px;
      height: 105px;
}
.bannerSmall img{
      width: 195px;
      height: 95px;
   margin-top: 3px;
   margin-left: 5px;      
}

.bannerLarge{
      background: url(/dmp/printflo/content/12/22/images/layout/bannerLarge.png) top left no-repeat;
      width: 155px;
      height: 155px;
}
.bannerLarge img{
      width: 145px;
      height: 145px;
   margin-top: 2px;
   margin-left: 4px;   
   margin-bottom: 10px;   
}

.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;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
	font-size: 0.85em;
}
.banner span, .banner p{
	color: #999;
	font-size: 0.85em;
	line-height: 1.2em;
}
.banner a:hover{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}

.banner .bijschrift, .bijschrift{
	font-size: 0.8125em;
	text-transform: none;
	font-weight: normal;
	margin-top:4px;
	color: #999;
}

/* 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;
	vertical-align: top;
}

.linkGrid td a{
	text-decoration: none;
	font-weight: bold;
	color: #999;
	font-size: 0.85em;
	position: absolute;
	dispay: block;
	width: 172px;
	height: 130px;
}

.linkGrid td a:hover{
	text-decoration: none;
	color: #666;
}

.linkGrid .ico{
	display: none;
}

.linkGrid .bijschrift{
	font-size: 0.8125em;
	text-transform: none;
	font-weight: normal;
	width: auto;
	text-align: center;
}

.linkImg{
   background: url(/dmp/printflo/content/12/22/images/layout/linkBack.png) top left no-repeat;
   width: 155px;
   height: 105px;
}
.linkImg img{
   width: 145px;
   height: 95px;
   margin-top: 3px;
   margin-left: 4px;   
   margin-bottom: 10px;   
}
/* ______________ FOOTER ______________ */
.contentEnd{
float: none;
clear: left;
}
#footer{
	margin-top: 10px;
	clear: both;
	height: 70px;
	width: 960px;
	border-top: 1px solid #000;
} 

#footerContent{
	font-size: 0.8125em;
	padding: 50px 0 0 30px;
	color: #828b59;
	line-height: 20px;
} 

#footerContent img{
	vertical-align: middle;
} 

