/* body { behavior:url("css/csshover.htc"); } */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;	
}
body {
	margin:0;
	padding:0;
	background-color:#808080;
}

a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
a:active{
	color: #808080;
	text-decoration: none;
}

h1,h2,h3,h5,h6,p {
	margin:0;
	padding:0 0 1em 0;
}

h1{ font-size:18px; color:#333333; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
h2{ font-size:13px; color:#666666; font-family:Verdana, Arial, Helvetica, sans-serif; margin-top:-1em; }
h3{ font-size:14px; color:#333333; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }

img {
	border:none;
	vertical-align:top;
}

.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; }
.hidden{ display:none !important; }

img.left{ margin:5px 10px 10px 0px; }
img.right{ margin:5px 0px 10px 10px; }

form{
	margin:0px;
	padding:0px;
}

.alert{
	border:1px solid #FF0000;
	color:#FF0000;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px;
}


.clearfix:after{
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
*+html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */


/*--------------------- */
/* WRAPPERS				*/
/*--------------------- */

#wrapper{
	position:relative;
	width:830px;
	margin:0 auto;
	padding:30px 0 10px 0;
}

#site{
	position:relative;
	/*height:300px;  FF TIJDELIJK VOOR IE6 */
	background:#FFFFFF url(../img/site_bg.gif) repeat-y;
}

#site-top, #site-bottom{
	position:absolute;
	left:0;
	width:830px;
	height:20px;
}
#site-top{ top:0; background:#FFFFFF url(../img/site_bg.gif) repeat-y right top; }
#site-bottom{ bottom:0; background:#FFFFFF url(../img/site_bg.gif) repeat-y right bottom; }


#main{ padding:255px 20px 15px 250px; line-height:18px; min-height:180px; }
.home #main{ padding:350px 255px 15px 20px; line-height:18px; }


#logo{
	position:absolute;
	left:63px;
	top:25px;
	z-index:1;
}


#nav{
	position:absolute;
	left:250px;
	top:40px;
}


#subnav{
	position:absolute;
	left:20px;
	top:255px;
}


#header{
	position:absolute;
	top:115px;
	left:20px;
	height:125px;
	width:790px;
	overflow:hidden;
}
.home #header{ height:220px; }

#footer{
	padding-top:5px;
	color:#CCCCCC;
	text-align:center;
}



/*--------------------- */
/* MAIN					*/
/*--------------------- */

.content{
	position:relative;
	background-color:#F2F2F2;
	padding:10px 15px;
	margin-bottom:10px;
	min-height:150px;
}

.content-lt, .content-rt, .content-lb, .content-rb{
	position:absolute;
	height:5px;
	width:5px;
}
.content-lt{ left:0; top:0; background:#F2F2F2 url(../img/content-corners.gif) no-repeat left top; }
.content-rt{ right:0; top:0; background:#F2F2F2 url(../img/content-corners.gif) no-repeat right top; }
.content-lb{ left:0; bottom:0; background:#F2F2F2 url(../img/content-corners.gif) no-repeat left bottom; }
.content-rb{ right:0; bottom:0; background:#F2F2F2 url(../img/content-corners.gif) no-repeat right bottom; }

.content a{
	font-weight:bold;
}


.items{
	width:570px;
	/*margin-right:-10px;*/
}

.items ul{
	list-style:none;
	margin:0;
	padding:0;
}
.items li{
	float:left;
	width:275px;
	margin:0;
	padding:0 10px 0 0;
}
.items li h3{ padding:0 0 5px 0; }
.items li img{ padding:0 0 5px 0; }
.items li p{ height:72px; overflow:hidden; line-height:16px; }

.home .items li{ width:256px; }


.images{
	position:relative;
	margin-bottom:10px;
}

.images-lt, .images-rt, .images-lb, .images-rb{
	position:absolute;
	height:5px;
	width:5px;
}
.images-lt{ left:0; top:0; background:url(../img/images_corner.png) no-repeat left top; }
.images-rt{ right:0; top:0; background:url(../img/images_corner.png) no-repeat right top; }
.images-lb{ left:0; bottom:0; background:url(../img/images_corner.png) no-repeat left bottom; }
.images-rb{ right:0; bottom:0; background:url(../img/images_corner.png) no-repeat right bottom; }


.gallery{
	list-style:none;
	margin:0;
	padding:0;
}
.gallery li{
	margin:0;
	padding:5px;
	float:left;
	width:96px;
	height:96px;
}


/* HOME PAGE */

#headlines{
	position:absolute;
	right:20px;
	top:350px;
	width:220px;
}
#headlines h2{
	margin:0;
	padding:0 0 5px 0;
	font-size:18px; 
	color:#333333; 
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#headlines ul{
	list-style:none;
	margin:0;
	padding:0;
}

#headlines li{
	position:relative;
	margin:0 0 2px 0;
	padding:0;
	background-color:#B3B3B3;
}

#headlines li a{
	display:block;
	z-index:1;
	padding:5px 15px 5px 50px;
	color:#FFFFFF;
	font-weight:bold;
	background:url(../img/nav_arrow_wit.png) no-repeat 208px 50%;
}
#headlines li a:hover{ color:#333333; text-decoration:none; background:url(../img/nav_arrow_zwart.png) no-repeat 208px 50%; }

#headlines li em{
	position:absolute;
	top:5px;
	left:8px;
	color:#808080;
	font-style:normal;
	font-size:11px;
}

#headlines li span{
	position:absolute;
	display:block;
	left:0;
	width:220px;
	height:5px;
}
#headlines li span.top{ top:0; background:url(../img/subnav_btn.gif) no-repeat left top; }
#headlines li span.bottom{ bottom:0; background:url(../img/subnav_btn.gif) no-repeat left bottom; }

#headlines .more{
	padding-top:3px;
	padding-bottom:20px;
	text-align:right;
}

#headlines div.twitter{
	margin:10px 0 0 0;
}

/* contact formulier */

.fld{
	width:220px;
}


/* video pagina */

ul.video{
	list-style:none;
	margin:0 0 15px 0;
	padding:0;
}
ul.video li{
	float:left;
	margin:0;
	padding:5px;
	width:100px;
	text-align:center;
}
ul.video a{
	text-decoration:none;
}
ul.video a:hover{
	color:#000000;
}
ul.video a.active{
	font-weight:bold;
	color:#000000;
	
}
ul.video img{
	display:block;
}



/*--------------------- */
/* HEADER				*/
/*--------------------- */


#header ul{
	list-style:none;
	padding:0;
	margin:0;
}
#header li{
	padding:0;
	margin:0;
}





#logo a{
	display:block;
	height:72px;
	width:132px;
	background:url(../img/Pure-liner-logo.gif) no-repeat;
}
#logo a strong{
	display:none;
}



/*--------------------- */
/* NAV					*/
/*--------------------- */

#nav ul{
	list-style:none;
	padding:0;
	margin:0;
}

#nav li{
	float:left;
	padding:0;
	margin:0;
	border-left:1px solid #B3B3B3;
}

#nav a{
	display:block;
	/*width:74px;*/
	padding:35px 18px 0 5px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
	background:url(../img/nav_arrow.gif) no-repeat 5px 0px;
}
#nav a:hover{
	background:url(../img/nav_arrow_anim.gif) no-repeat 5px 0px;
}
#nav a.active{
	background:url(../img/nav_arrow.gif) no-repeat 5px -125px;
}


#subnav ul{
	list-style:none;
	padding:0;
	margin:0;
	width:220px;
}

#subnav li{
	padding:0;
	margin:0;
	height:26px;
	background:url(../img/subnav_btn.gif) no-repeat;
}

#subnav a{
	display:block;
	height:19px; /* 24px */
	width:208px;
	padding:5px 0 0 12px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	background:url(../img/nav_arrow_wit.png) no-repeat 208px 50%;
}
#subnav a:hover, #subnav a.active{
	color: #333333;
	background:url(../img/nav_arrow_zwart.png) no-repeat 208px 50%;
}



#lannav{
	position:absolute;
	top:12px;
	width:825px;
	color:CCCCCC;
	text-align:right;
}
#lannav ul{
	list-style:none;
	padding:0;
	margin:0;
}

#lannav li{
	display:inline;
	padding:0 12px 0 0;
	margin:0;
}

#lannav a{
	color:#CCCCCC;
	padding-left:26px;
	padding-bottom:1px;
}

#lannav a.nl{ background:url(../img/icon_nl.png) no-repeat left bottom; }
#lannav a.be{ background:url(../img/icon_be.png) no-repeat left bottom; }
#lannav a.en{ background:url(../img/icon_en.png) no-repeat left bottom; }
#lannav a.de{ background:url(../img/icon_de.png) no-repeat left bottom; }
#lannav a.fr{ background:url(../img/icon_fr.png) no-repeat left bottom; }


/*--------------------- */
/* FOOTER				*/
/*--------------------- */

#footer a{
	color:#CCCCCC;
}








/* ------------------------- */
/* PRINT  					 */
/* ------------------------- */


@media print {
	body,td,th, h1, h2, h3, h4, p, a{
		color: #000000 !important;
	}
	
	a:link, a:visited, a:hover, a:active {
		color: #000000 !important;
	}
	
	#header, #nav, #footer{
		display:none !important;
	}
	
	#wrapper, #main, #content{
		float:none !important;
		width:100% !important;
		margin:0 !important;
		padding:0 !important;
	}
	
}



