/**
 *
 *	Cascading Style Sheet voor Koningswerk.nl
 *	Ontwerp: Blik grafisch ontwerp (www.klikopblik.nl)
 *	Uitvoering: Magnatron design & technology (ww.magnatron.nl)
 *	 
 *	Additief voor print 
 *	
 */

body{
	width:					20cm;
	height:					auto;
	font-size:				10pt;
}
div{
	padding:				0px;
	margin:					0px;
}
address{
	font-style:				normal;
}
a{
	display:				inline;
	text-decoration:		none;
	color:					#000;
}
a img{
	border:					none;
}
h1{
}


#outerpage{
	width:					18cm;
	height:					auto;
}
#backgroundHolder{
	display:				none;
}
#branding{
	height:					auto;
	text-align:				left;
}
#branding #adres{
	display:				block;
	padding-left:			5.5mm;
}
#coverpagetop{
	display:				none;
}
#coverpagebottom{
	display:				none;
}
#innerpage{
	height:					auto;
}
#innerpage #slideredge{
	display:				none;
}
#innerpage #slider{
	display:				none;
}
#innerpage #slider #knob{
	display:				none;
}
#navigation{
	display:				none;
}
#content{
	position:				relative;
	margin-left:			5.5mm;
}
p, h1, h2, ul, li{
}
#content img{
	float:					left;
	display:				inline;
	width:					5cm;
	height:					auto;
}
#content ul{
	list-style-position:	inside;
}
#content li{
}
#content #toc{
	display:				none;
}
#content h1{
	font-size:				12pt;
	margin-bottom:			10px;
	font-weight:			bold;
}
#text_type1{
	height:					auto;
	width:					360px;
}
#text_type1 p, #text_type1 h1, #text_type1 h2, #text_type1 ul, #text_type1 li{
	width:					300px;
}
#text_type2{
	height:					auto;
	width:					16cm;
}
#text_type2 p, #text_type2 h1, #text_type2 h2, #text_type2 ul, #text_type2 li{
	width:					15cm;
}
#text_type3{
	height:					auto;
	width:					14cm;
}
#text_type3 p, #text_type3 h1, #text_type3 h2, #text_type3 ul, #text_type3 li{
	width:					12cm;
}
#text_type0{
	height:					auto;
}
#text_type0 p, #text_type0 h1, #text_type0 h2, #text_type0 ul, #text_type0 li{
}
#text_type0 a, #text_type1 a, #text_type2 a, #text_type3 a {
	display:				inline;
	padding-left:			10px;
}
#footer{
	display:				none;
}




