* { margin: 0; padding: 0; border: 0;}
html {overflow-y: scroll;}
html {
	scrollbar-base-color: #FFF;
	scrollbar-track-color: #FFF; 
	scrollbar-face-color: #FFF; 
    scrollbar-arrow-color: #333;
    scrollbar-3dlight-color: #FFF;    
    scrollbar-highlight-color: #666;
    scrollbar-shadow-color: #666;
    scrollbar-darkshadow-color:#FFF;}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; color: #333333;
	background-color: #FFF;}
	
#wrapper {
	text-align: left; 
	width: 920px; 
	margin: 20px auto 20px auto;
	background-color: #EEE; /*#EFE5D8;*/
	/*border: 1px solid #00CC33;*/}
	
body#home #wrapper {
	background-color: #FFF;}
		
h1 {
	font: bold 16px Arial, Helvetica, sans-serif; color: #333;	
	margin: 20px 0 18px 0; /*20px;*/}
	
a:link, a:visited, a:hover, a:active { 
	font: normal 12px Arial, Helvetica, sans-serif; color: #069; 
	text-decoration: underline;}
	
a:hover {font: bold 12px Arial, Helvetica, sans-serif; color: #069;}

.clearfloat { 								
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}						/* this class should be placed on a div or break element and should be the final                                             element before the close of a container that should fully contain a float */
		
/* HEADER
-----------------------------------------------------------------------------------------------------------------------------*/
#header {
	position: relative; 
	top: 0; left: 0; 
	width: 920px; height:120px;
	color: #333;	
	background-image:url(uitvaartkisten/uitvaartkist-sloophout.jpg); background-repeat:no-repeat; background-position: left top;}
	
#header img.noprint { 		/* logo */
	display: block;
	float: left; 
	margin-top: 3px; margin-left: 45px;}   
	
#header img.print { 		/* logo */
	display: none; 
	float: left; 
	margin-top: 3px; margin-left: 45px;}   

#header h1 { 
	float: left; 
	margin-top: 34px; margin-left: 49px; 
	font: normal 23px Arial, Helvetica, sans-serif; color: #FFF;	
	letter-spacing: 2px;	
	display: block;}
	
/* NAVIGATIE BOVEN
-----------------------------------------------------------------------------------------------------------------------------*/			
#navtop {
	position: absolute; 
	top: 95px; left: 0; 
	width: 920px; height: 25px;
	color: #333;
	text-align: right;}

body#home a#homenavtop, body#uitv a#uitvnavtop, 
body#sloo a#sloonavtop, body#stei a#steinavtop,  
body#draa a#draanavtop, body#cont a#contnavtop { color: #FFF;}
	
#navtop ul {
	list-style-type: none;
	/*padding: 3px 0;*/
	padding-top: 3px;
	padding-right: 25px;/*19px;*/
	text-align: right;
	}	
#navtop li {
	display: inline;
	margin:0 15px;}	
#navtop li a {
	font: bold 15px Arial, Helvetica, sans-serif; color: #000;
	letter-spacing: 1px;
	text-decoration: none;}	
#navtop li a:hover { color: #FFF;}	

/* CONTENT -----------------------------------------------------------------------------------------------------------------------------*/	
#content {
	position: relative; 
	top: 0; left: 0; 
	width: 840px; 
	padding: 0 40px 0 40px;
	/*border: 1px solid #F00;*/}
	
body#home #content {
	width: 920px; 
	padding: 0;}
	
img.index { display: block;}
	
img.indexprint { display: none;}

.bloklinks {
	float: left;
	width: 400px; height: 300px; 
	margin: 12px 0 20px 0;}
	
.blokrechts { 			
	float: left;/*right;*/ 
	position: relative;
	width: 400px; height: 300px; 
	margin: 12px 0 20px 40px;}
		
.bloklinks p, .blokrechts p {		
	font-size: 12px; color: #333;
	line-height: 130%; 
	margin-bottom: 12px;}	

/* pagina portfolio */	
.portfolio { padding-bottom: 12px;}

.portfolio .bloklinks {
	float: left;
	width: 400px; /*height: 300px; */
	margin: 12px 0 20px 0;
	padding-bottom: 12px;}
	
.portfolio .blokrechts { 			
	float: left;/*right;*/ 
	position: relative;
	width: 400px; /*height: 300px; */
	margin: 12px 0 20px 40px;
	padding-bottom: 12px;}	
	
.portfolio .bloklinks p, .portfolio .blokrechts p {		
	font-size: 12px; color: #333;
	line-height: 130%; 
	margin-bottom: 12px;
	padding-top: 6px;}
	
.lb, .lo, .rb, .ro {
	position: absolute;	
	width: 180px; height: 130px;}
.lb { top:0; left: 0;}	
.lo { bottom:0; left: 0;}
.rb { top:0; right: 0;}
.ro { bottom:0; right: 0;}
	
.tekst { 
	float: left;	
	width: 840px;  
	font: normal 12px/130% Arial, Helvetica, sans-serif; color: #333;
	text-align: left;}	

.tekst h1 {
	font: bold 16px Arial, Helvetica, sans-serif; color: #333;	
	margin-bottom: 12px; margin-top: 0;
	letter-spacing: 1px;}
	
.tekst h2 { 
	font-size: 12px; color: #333;}
		
.tekst p{
	font-size: 12px; color: #333;
	line-height: 130%; 
	margin-bottom: 12px;}

.tekst img.tekstplaatje { float: right;  padding: 0 0 20px 40px;}	

/* FOOTER
-----------------------------------------------------------------------------------------------------------------------------*/
#footer { 
    width: 920px;  height: 1px;
	background-color: #FFF;
	clear: both;
	text-align: center;}
	
#footer ul {
	list-style-type: none;
	font: normal 11px Arial, Helvetica, sans-serif; color: #333;
	padding-top: 3px;}
	
#footer li { display: inline; margin: 0 13px;}	
#footer li a { 
	font: normal 11px Arial, Helvetica, sans-serif; color: #333;
 	text-decoration: underline;}
#footer li a:hover, #footer li a:visited { color: #333;}
