/* body { behavior:url("css/csshover.htc"); } */
body,td,th, select, option {
	color: #000000;	
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
}

a:link {
	color: #0071B9;
	text-decoration: underline;
}
a:visited {
	color: #0071B9;
	text-decoration: underline;
}
a:hover {
	color: #0071B9;
	text-decoration: underline;
}
a:active{
	color: #0071B9;
	text-decoration: underline;
}
a.active{
	color: #E1001A;
	text-decoration: none;
}

.red{
	color: #E1001A;
}

h1,h2,h3,h5,h6,p {
	padding:0;
	margin:0 0 1em 0;
}
h1{ font-size:14px; font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; color: #E1001A; }
h2{ font-size:14px; font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; color: #E1001A;}
h3{ font-size:13px; font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; color: #E1001A;}

img {
	border:none;
	vertical-align:top;
}

.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;
}


.alert{
	border:1px solid #FF0000;
	color:#FF0000;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px;
}


.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{
	height:100%;
	width:100%;
}

#site{
	position:relative;
	width:960px;
	height:649px;
	text-align:left;
}

#header{
	position:absolute;
	top:0;
	left:0;
	height:56px;
	width:960px;
	border-bottom:1px solid #0071B9;
}

#main{
	position:absolute;
	top:72px;
	left:0;
	width:960px;
	height:500px;
}

#footer{
	position:absolute;
	left:0;
	bottom:0;
	padding-top:5px;
	height:55px; /* 60px */
	width:960px;
	border-top:1px solid #0071B9;
	border-bottom:1px solid #0071B9;
}

#sidebar{
	position:absolute;
	top:30px;
	left:0;
	width:420px;
	height:470px;
	overflow:hidden;
}
#sidebar.home{
	top:0;
	height:500px;	
}

#content{
	position:absolute;
	top:30px;
	left:440px;
	width:520px;
	height:470px;
	overflow:hidden;
}
#content.home{
	top:0;
	height:500px;	
}
#content.breed{ width:610px; left:350px; }

/*--------------------- */
/* HEADER				*/
/*--------------------- */

#logo{
	color:#FFFFFF;
	display:block;
	height:56px;
	width:124px;
	background:url(../img/header-logo-zaken-golfster.gif) no-repeat;	
}
#logo strong{
	display:none;
}

#nav{
	position:absolute;
	right:1px;
	top:35px;
	list-style:none;
	padding:0;
	margin:0;
}
#nav li{
	float:left;
	margin:0;
	padding:0 0 5px 15px;
	position:relative;
}
#nav a{
	font-size:14px;
	color:#0071B9;
	text-decoration:none;
	font-weight:bold;
}
#nav a.active, #nav a:hover{
	color:#E1001A;
}


/* subnav */

#nav li ul{
	list-style:none;
	margin:0;
	display:none;
	position:absolute;
	z-index:1;
	left:5px;
	top:21px;
	color:#FFF;
	background-color:#0071B9;
	padding:5px 10px;
}
#nav li:hover ul{ display:block; }

#nav li ul li{
	padding:2px 0;
	display:block;
	float:none;
}

#nav li ul a{
	color:#FFF;
}


/*--------------------- */
/* MAIN					*/
/*--------------------- */

div.foto-wrapper {
    float: right;
    text-align: right;
    width: 150px;
}
div.foto-wrapper img{
	margin-bottom:5px;
}

div.scroll{
	width:520px;
	height:470px;
}
.home div.scroll{ height:500px; }
.breed div.scroll{ width:610px; }

#content strong{
	/*color: #0071B9;*/
}

#content table.programma td{
	border-bottom:1px solid #0071B9;
}
#content td p{
	margin:0;
	padding:0;
}


ul.headlines{
	list-style:none;
	margin:-8px 0 0 0;
	padding:0 0 15px 0;
}
ul.headlines li{
	margin:0;
	padding:0px 0 2px 10px;
}
ul.headlines a{
}


/* IMAGE GALLERIES */

ul.gallery, ul.imagelist, ul.preview{
	list-style:none;
	margin:0;
	padding:0;
}
ul.gallery li, ul.imagelist li, ul.preview li{
	display:inline;
	margin:0;
	padding:0;
}

ul.gallery img, ul.imagelist img, ul.preview img{
	margin:0 5px 5px 0;
}



input.fld{
	border:1px solid #0071B9;
	width:120px;
}
input.fld2{
	border:1px solid #0071B9;
	width:330px;
}
select.fld{
	border:1px solid #0071B9;
}


.block{
	border:1px solid #0071B9;
	font-weight:bold;
	padding:10px;
	width:395px;
}



/*--------------------- */
/* FOOTER				*/
/*--------------------- */










/* ------------------------- */
/* 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;
	}
	
}



