@media print{
	 html, body {
    	padding:0px;
    	margin:0px;
    }
 
 	div#columnLeft
	{
		display:none;
		visibility:hidden;
	}

 	div#columnRight
	{
		width:600px;
	}

    body, input, select, textarea, td {
    	font-family:verdana, Trebuchet MS, arial;
    	color:#575757;
    	font-size:11px;
    	line-height:20px;
    }
    
    body {
    	text-align:center;
 		background:url("../images/default/bg.jpg") top left repeat-x;
    }
    
    a:link, a:visited {
    	color:#3e7eaf;
    	font-weight:bold;
    	text-decoration:None;
    }
    
    a:hover,  a:active {
    }
    
    h1 {
    	text-transform:uppercase;
    	font-size:13px;
    	height:35px;
    	padding-left:11px;
    	_height:45px;
    	padding-top:12px;
 		background:url("../images/default/h1Bg.jpg") top left repeat-x;
    	font-weight:bold;
    	margin-top:-11px;
    	margin-left:-11px;
    	color:#57ab40;
    	margin-right:-11px;
    	margin-bottom:10px;
    	font-family:verdana, Trebuchet MS, arial;
    }
	
    h1#green {
    	text-transform:uppercase;
    	font-size:13px !important;
    	height:35px;
    	padding-left:11px;
    	_height:45px;
    	padding-top:12px;
 		background:url("../images/default/h1Bg.jpg") top left repeat-x;
    	font-weight:bold;
    	margin-top:-11px;
    	margin-left:-11px;
    	color:#57ab40;
    	margin-right:-11px;
    	margin-bottom:10px;
    	font-family:verdana, Trebuchet MS, arial;
    }
	
	h1.turned{
		
 		background:url("../images/default/h1Bg_turned.jpg") top left repeat-x;
	}
    

    h2 {
		color:#414141;
    	text-transform:uppercase;
    	font-weight:bold;
    	font-size:10px;
    	font-family:verdana;
    	white-space:nowrap;
    	font-family:verdana, Trebuchet MS, arial;
    }
    
    h3 {
    }
    
    p {
        margin-bottom: 10px;
    }
    
    ul {
    }
    
    li {
	    list-style: disc;
		margin-left:22px;
    }
	
	hr
	{
		background-color:	#005596;
		color:				#005596;
		border:				none;
		border-bottom:		1px solid #005596;
		height:				1px;
		
		margin-bottom:		7px;
	}


/*************************************************************************************************
 * GLOBALE LAYOUT (STRAMIEN + ALGEMENE OPMAAK)
 *************************************************************************************************/
	
 div#container {
 	width:1000px;
 	position:relative;
 	margin:0 auto;
 	text-align:left;
 }
 
 div#header {
 	background:url("../images/default/header.jpg") top left no-repeat;
 	width:1000px;
 	height:250px;
	position:relative;
	display:none;
 }

div#header a.logolink{
	position:absolute;
	left:30px;
	width:220px;
	height:75px;
	z-index:999;
	display:block;
	background:#FFFFFF;
	opacity:0;
	filter: alpha(opacity = 0);
}
 
  div#footer {
 	background:url("../images/default/footer.jpg") top left no-repeat;
 	width:1000px;
 	height:35px;
 	margin-left:11px;
	font-size:10px;
	display:none;
 }
 
  div#overflow {
 	overflow:hidden;
 	_overflow:visible;
 	_height:1%;
 	min-height:445px;
	height:auto !important;
	height:445px;
	position:relative;
 	_overflow:visible;
 }

 
 div.search {
 	position:absolute;
	right:20px;
 	color:#989898;
 	height:20px;
 	margin-top:6px;
 	margin-right:30px;
 	display:inline;
 	text-transform:Uppercase;
	z-index:999;
 }
 
 div.search input {
 	border:1px solid #e0e0e0;
 	width:137px;
	z-index:999;
 }
 
 div.search input.btn {
 	font-size:10px;
 	border:1px solid #c3c3c3;
 	width:41px;
 	text-transform:uppercase;
 	background:white;
 	_height:20px;
 }
 
 a.print{
 	display:block;
	height:20px;
	width:20px;
	background:url('../images/icon_print.jpg') top left no-repeat;
	position:absolute;
	top:5px;
	left:690px;
	z-index:999;
 }
 
}
