/* body { behavior:url("css/csshover.htc"); } */
body,td,th {
	color: #00022a;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:12px;
}
body {
	margin:0;
	padding:0;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active{
	color: #000000;
	text-decoration: none;
}

h1,h2,h3,h5,h6,p {
	padding:0;
	margin:0 0 1em 0;
}
h1{ font-size:18px; padding-left:22px; }
h2{ font-size:16px; }
h3{ font-size:16px; font-weight:normal; }

img {
	border:none;
	vertical-align:top;
}

* { outline:none; }

.left{ float:left; }
.right{ float:right; }
.hidden{ display:none; }

img.left{ margin:5px 10px 10px 0px; }
img.right{ margin:5px 0px 10px 10px; }
img.block{ display:block; margin:10px 0; }

form{
	margin:0px;
	padding:0px;
}

.error{
	border:1px solid #FF6600;
	color:#FF6600;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px;
}

.alert{
	border:1px solid #F9DD34;
	color:#000000;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px;
	background-color:#FCF7DC
}


.clear{ clear:both; }

.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:912px;
	margin:0px auto;
}

#main{
	padding:375px 0 30px 224px;
}
div.home #main{
	padding-top:421px;
}

#header{
	position:absolute;
	left:0;
	top:124px;
	width:912px;
	height:230px;
	overflow:hidden;
}
div.home #header{
	height:276px;
}


#logo{
	position:absolute;
	top:27px;
	left:0;
}

#footer{
	border-top:1px solid #CCC;
	padding:12px 0;
	color:#afafaf;
	text-align:right;
	background:url(../img/footer-telefoon.gif) no-repeat 0 15px;
}
#footer a{
	color:#afafaf;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer img{
	float:left;
}

#tooltip{
	position:absolute;
	border:1px solid #FFFFFF;
	color:#FFFFFF !important;
	background:#00022a;
	padding:2px 5px;
	color:#333;
	display:none;
	z-index:10;
	max-width:180px;
	text-align:left;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}


/*--------------------- */
/* NAV's 				*/
/*--------------------- */

#nav{
	position:absolute;
	top:57px;
	left:280px;
}

#nav ul{
	list-style:none;
	padding:0;
	margin:0;
}

#nav li{
	float:left;
	padding:0;
	margin:0;
}

#nav a{
	display:block;
	float:left;
	padding:8px 0;
	margin:0 12px 0 0;
	font-size:16px;
	color:#00022a;
	text-decoration:none;
}
#nav a:hover{
	color:#FF6600;
}
#nav a.active{
	border-bottom:6px solid #e4e4e4;
	color:#00022a;
}




#lannav{
	position:absolute;
	left:10px;
	top:363px;
}
div.home #lannav{
	top:409px;
}

#lannav ul{
	list-style:none;
	padding:0;
	margin:0;
}

#lannav li{
	float:left;
	padding:0 4px 0 0;
	margin:0;
}

#lannav a{
	display:block;
	float:left;
	height:0;
	width:21px;
	padding:15px 0 0 0;
	overflow:hidden;
}
#lannav a.nl{ background:url(../img/lan_nl.gif) no-repeat 0 0; }
#lannav a.en{ background:url(../img/lan_en.gif) no-repeat 0 0; }
#lannav a.de{ background:url(../img/lan_de.gif) no-repeat 0 0; }



#subnav{
	position:absolute;
	left:0;
	top:418px;
	width:210px;
}
div.home #subnav{
	top:464px;
}

#subnav ul{
	list-style:none;
	padding:0;
	margin:0;
}

#subnav li{
	padding:0 0 10px 0;
	margin:0;
}

#subnav a{
	display:block;
	font-size:14px;
	color:#00022a;
	text-align:right;
	text-decoration:none;
	padding-right:10px;
}

#subnav a:hover{
	color:#FF6600;
}

#subnav a.active{
	border-right:4px solid #CCC;
	padding-right:6px;
	color:#00022a;
}


/*--------------------- */
/* HEADER				*/
/*--------------------- */

#header ul{
	list-style:none;
	margin:0;
	padding:0;
}
#header li{
	margin:0;
	padding:0;
	height:276px;
	width:912px;
	overflow:hidden;
}

#headernav{
	position:absolute;
	z-index:40;
	right:15px;
	bottom:12px;
}
#headernav a{
	display:block;
	float:left;
	width:18px;
	text-align:center;
	padding:2px 0;
	margin-left:4px;
	text-decoration:none;
	background:url(../img/header-btns.png) no-repeat 0 0;
	font-size:11px;
	color:#333333;
}
#headernav a.activeSlide{
	background:url(../img/header-btns.png) no-repeat 0 -22px;
	color:#000000;
}



div.pannel{
	position:relative;
	float:left;
	width:220px;
	height:230px;
	background:#00022a;
	color:#FFFFFF;
}

div.pannel div.quote{
	font-size:18px;
	padding:43px 20px 0 20px;
	text-align:center;
	line-height:30px;
}

div.pannel div.kop{
	font-size:18px;
	padding:20px 10px 0 10px;
}

div.pannel div.tekst{
	padding:15px 10px 0 10px;
	color:#efefef;
	font-size:12px;
	line-height:20px;
}

div.pannel div.more{
	position:absolute;
	right:15px;
	bottom:12px;
}
div.pannel div.more a{
	color:#ff9600;
	text-decoration:none;
}



div.foto{
	position:relative;
	float:right;
	width:683px;
	height:230px;
}


div.home div.pannel{
	height:276px;
}
div.home div.foto{
	height:276px;
}




/*--------------------- */
/* MAIN					*/
/*--------------------- */

#main a{
	border-bottom:1px solid #CCCCCC;
}


#content{
	float:left;
	width:375px;
	padding:0 22px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	/* min-height:250px;   ff tijdelijk */
	line-height:19px;
}
div.breed #content{
	width:460px;
}


#sidebar{
	float:right;
	width:246px;
}
div.breed #sidebar{
	width:162px;
}

div.fotos img{
	margin-bottom:8px;
}



a.pdf{
	display:block;
	margin:0 0 3px 0;
	padding:0 0 2px 25px;
	background:url(../img/png-icon.png) no-repeat 0 50%;
}

#sidebar a.pdf{
	margin:0 0 5px 0;
	padding:2px 0 0 30px;
	height:20px;
	background:url(../img/pdf-button.gif) no-repeat 0 0;
	border:none !important;
}
#sidebar a.pdf:hover{
	background:url(../img/pdf-button.gif) no-repeat 0 -30px;
}



ul.projecten{
	list-style:none;
	margin:0;
	padding:0 0 0 22px;
	border-left:1px solid #CCC;
	/* min-height:250px;  ff tijdelijk */
	line-height:19px;
}

ul.projecten li{
	position:relative;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #CCC;
}
ul.projecten li.last{
	border:none;
	margin:0;
	padding:0;
}

ul.projecten a{
	height:131px;
	overflow:hidden;
	display:block;
	border:none !important;
}

ul.projecten img{
	float:left;
}

ul.projecten div.tekst{
	position:relative;
	float:right;
	background:#f0f0f0 url(../img/project-bg.gif) no-repeat left top;
	height:111px; /*131px*/
	width:502px; /*522px*/
	padding:10px;
}
ul.projecten a:hover div.tekst{
	background:#e5e5e5 url(../img/project-bg.gif) no-repeat left bottom;
}


ul.projecten h3{
	margin-bottom:5px;
}
ul.projecten h3 span{
	color:#788bb6;
}

ul.projecten div.more{
	position:absolute;
	right:10px;
	bottom:10px;
	color:#ff6600;
}





ul.headlines{
	list-style:none;
	margin:0;
	padding:0;
}

ul.headlines li{
	position:relative;
	margin:0;
	padding:0 0 12px 80px;
	line-height:17px;
}

ul.headlines em{
	position:absolute;
	display:block;
	top:1px;
	left:-5px;
	padding:0 0 0 5px;
	width:67px;
	height:18px;
	color:#5471b4;
	background:#ededed url(../img/datum-bg.gif) no-repeat 0 0;	
	font-size:11px;
	font-style:normal;
}



/* IMAGE GALLERIES */

ul.gallery, ul.imagelist, ul.preview{
	list-style:none;
	margin:0;
	padding:0;
}
ul.gallery{
	width:250px;
}

ul.gallery li, ul.imagelist li, ul.preview li{
	display:inline;
	margin:0;
	padding:0;
}

ul.gallery img, ul.imagelist img, ul.preview img{
	float:left;
	margin:0 3px 3px 0;
}


#mailform{
	min-height:200px;
}
#mailform td.label{
	width:110px;
}

#mailform label{
	display:block;
}

#mailform .fld{
	width:250px;
}


/*--------------------- */
/* FOOTER				*/
/*--------------------- */







/*--------------------- */
/* CORNERS				*/
/*--------------------- */

span.corner{
	display:block;
	position:absolute;
	height:10px;
	width:10px;
	background-image:url(../img/corners.png);
	background-repeat:no-repeat;
}

span.tl{
	left:0;
	top:0;
	background-position:left top;
}
span.tr{
	right:0;
	top:0;
	background-position:right top;
}
span.bl{
	left:0;
	bottom:0;
	background-position:left bottom;
}
span.br{
	right:0;
	bottom:0;
	background-position:right bottom;
}








/* ------------------------- */
/* 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;
	}
	
}


