body { 
	margin: 0;
	padding: 0;	
	background-image: url('http://timfeed.localhost/public/images/web/backgrounds/koeien.jpg');
	background-position: top center; 
	background-repeat: no-repeat; 

	/* This next one is for IE6 */
	background-attachment: fixed;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	cursor:default;
	color:#000;
}

html,
#bg,
#bg table,
#bg td,
#cont {
	width:100%;
	height:100%;
	overflow:hidden;
}







img#expando { 
padding: 0;
margin: 0;
position: absolute; 
display: none; 
z-index: 1; 
-ms-interpolation-mode: bicubic; 
}
 
.wide img#expando, 
.tall img#expando { 
display: block; 
}
 
.wide img#expando { 
width: 100%; 
height: auto; 
}
 
.tall img#expando { 
width: auto; 
height: 100%; 
}
 
.ie6fixed {
position: absolute;
top: expression((ignoreMe = document.documentElement.scrollTop ?
document.documentElement.scrollTop : document.body.scrollTop) + 'px');
}



	#bg div {
		position:absolute;
		width:200%;
		height:200%;
		top:-50%;
		left:-50%;
	}

	#bg td{vertical-align:middle;text-align:center}
	#bg img{min-height:50%;min-width:50%;margin:0 auto}
	
#cont{
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	overflow:auto;
}

div#container {
	padding: 40px 0px 40px 0px;
	margin: 0px auto 0px auto;
	width: 920px;
}

div#header {
	margin: 0;
	height: 130px;
	width: 920px;
	background: url("../images/web/headers/default.png") top left no-repeat;	
}

	div#header ul {
		list-style: none;
		margin: 0px 50px 0px 50px;
	}

		div#header ul li.a {
			border: none;
			position: relative;
			z-index: 3;
			float: left;
                       color: #56aa46;
			height: 44px;
			margin: 86px -15px 0px -15px;
			background: url("../images/web/tab_active_left.png") bottom left no-repeat;	
		}
		

			div#header ul li.a a {
				text-decoration: none;
			}

			div#header ul li.a a span {
				display: block;
				background: url("../images/web/tab_active_right.png") bottom right no-repeat;
				height: 44px;
				margin: 0px 0px 0px 36px;
				padding: 0px 36px 0px 0px;
				cursor: hand;
				line-height: 55px;
				color: #56aa46;
				font-weight: bold;
				font-size: 12px;
				display: block;
			}

		div#header ul li {
			position: relative;
			z-index: 1;
			float: left;
			height: 34px;
			margin: 95px -15px 0px -15px;
			border-bottom: 1px solid #e7e7e7;
			background: url("../images/web/tab_inactive_left.png") bottom left no-repeat;
		}
		
		div#header ul li.hl {
			background: url("../images/web/tab_inactive_green_left.png") bottom left no-repeat;
		}

		div#header ul li:hover {
			z-index: 2;
			display: block;
		}

			div#header ul li a {
				text-decoration: none;
			}			
			
			div#header ul li a span {
				background: url("../images/web/tab_inactive_right.png") bottom right no-repeat;
				height: 34px;
				margin: 0px 0px 0px 30px;
				padding: 0px 30px 0px 0px;
				cursor: hand;
				line-height: 45px;
				color: #56aa46;
				font-weight: normal;
				font-size: 12px;
				display: block;
			}
			
			div#header ul li.hl a span {
				background: url("../images/web/tab_inactive_green_right.png") bottom right no-repeat;
				color: #fff;
			}

			div#header ul li span:hover {
				color: #0a5394;
				text-decoration: underline;
			}
			
			div#header ul li.hl span:hover {
				color: #fff;
				text-decoration: underline;
			}

div#wrapper {
	background: url("../images/web/wrapper_bg.png") repeat-y;
	width: 920px;
	margin: 0;
}

div#main {
	width: 900px;
	padding: 10px;
	margin: 0;
}

div#main-left {
	width: 220px;
	float: left;
	padding: 0px 14px 14px 14px;
}

div#main-right {
	width: 620px;
	float: left;
	padding: 0px 14px 14px 14px;
	
}

	div#main-right ul {
		padding: 0;
		margin: 5px 0px 10px 20px;
	}

		div#main-right ul li {
			line-height: 20px;
		}

div#menu {
	margin-top: 10px;
}

	div#menu h2 {
		display: block;
		margin: 0px;
		padding: 10px 5px 5px 5px;
		font-size: 14px;
		line-height: 20px;
		color: #474747;
		font-weight: bold;
		border-bottom: 1px #56aa46 dotted;
	}

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

		div#menu ul li.a,
		div#menu ul li.a:hover{
			padding: 0;
			margin-top: 5px;
			background: url("../images/web/menu_active_left.gif") top left no-repeat;
		}

			div#menu ul li.a span,
			div#menu ul li.a span:hover {
				cursor: hand;
				line-height: 40px;
				color: #56aa46;				
				font-weight: bold;
				font-size: 12px;
				text-decoration: none;
				background: url("../images/web/menu_active_right.gif") top right no-repeat;
				padding: 0px 40px 0px 6px;
				margin: 0px 0px 0px 16px;
				display: block;
			}

		div#menu ul li {
			margin-top: 5px;
			background: url("../images/web/menu_inactive_left.png") top left no-repeat;
		}

			div#menu ul li a,
			div#menu ul li a:hover {				
				background: none;
				text-decoration: none;
			}

			div#menu ul li:hover {
				background: url("../images/web/menu_inactive_left_hover.png") top left no-repeat;	
			}

			div#menu ul li a span  {
				cursor: hand;
				line-height: 40px;
				color: #56aa46;				
				font-weight: normal;
				font-size: 12px;
				background: url("../images/web/menu_inactive_right.png") top right no-repeat;
				padding: 0px 40px 0px 8px;
				margin: 0px 0px 0px 12px;
				display: block;
			}

			div#menu ul li a span:hover {
				text-decoration: underline;
				background: url("../images/web/menu_inactive_right_hover.png") top right no-repeat;
				color: #0a5394;
			}

			div#menu ul li ul {
				background: url("../images/web/menu_border.gif") bottom left no-repeat;
				list-style: none;
				padding: 5px 5px 5px 8px;
				border-left: 1px solid #d7d7d7;
				border-right: 1px solid #d7d7d7;
				border-bottom: 1px solid #d7d7d7;
				margin: 0px 8px 0px 8px;
				display: none;
			}

				div#menu ul li ul li.at,
				div#menu ul li ul li.at:hover {
					background: none;
					margin: 5px 0px 0px 0px;
					height: 30px;
					
					border-top: 1px dotted #d7d7d7;
					border-bottom: 1px dotted #d7d7d7;
				}

					div#menu ul li ul li.at a,
					div#menu ul li ul li.at a:hover {
						cursor: hand;
						display: block;
						margin-right: 8px; /* Pijltje goed */
						padding: 0px 10px 0px 10px;
						background: url("../images/web/menu_active_item_bullet.png") center right no-repeat;
						text-decoration: none;
						color: #56aa46;
						font-weight: bold;
						font-size: 11px;
						line-height: 30px;
					}
	

				div#menu ul li ul li {
					margin: 5px 0px 0px 0px;
					height: 30px;	
					background: url("../images/web/menu_item_inactive_left.png") top left no-repeat;
				}

					div#menu ul li ul li a {
						text-decoration: none;
						display: block;
						cursor: hand;
						height: 30px;
						line-height: 30px;
						color: #56aa46;
						font-weight: normal;
						font-size: 11px;
						background: url("../images/web/menu_item_inactive_right.png") bottom right no-repeat;
						padding: 0px 2px 0px 10px;
						margin: 0px 0px 0px 2px;
						
					}

					div#menu ul li ul li a:hover {
						background: url("../images/web/menu_item_inactive_right_hover.png") bottom right no-repeat;
						color: #0a5394;
						text-decoration: underline;
					}

div#main-right h3 {
	margin: 0;
	padding: 5px 5px 5px 10px;
	background: url("../images/web/menu_active_item_bullet.png") center left no-repeat;
	color: #56aa46;
	font-size: 12px;
	font-weight: bold;
}

span.contact {
	padding: 0;
	text-align: right;
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	color: #747474;	
	display: block;
}

div#main h1 {
	margin: 0;
	padding: 10px 5px 5px 5px;
	font-size: 16px;
	line-height: 20px;
	color: #0a5394;
	font-weight: bold;
	background: url("../images/web/title_content_border.gif") bottom left repeat-x;
}

div#main span.title {
	margin: 0;
	padding: 10px 5px 5px 5px;
	font-size: 16px;
	line-height: 20px;
	color: #0a5394;
	font-weight: bold;
	background: url("../images/web/title_content_border.gif") bottom left repeat-x;
	display: block;
}

div#main-right h2 {
	margin: 0;
	padding: 5px 5px 10px 5px;
	display: normal;
	background: none;
	color: #0a5394;
	font-size: 14px;
	font-weight: normal;
}

div#main-right p {
	text-align: justify;
	margin: 0;
	padding: 5px 0px 10px 0px;
	font-size: 12px;
	line-height: 18px;
	color: #747474;
	font-weight: normal;
}

div#main-right li {
	color: #747474;
	font-size: 12px;
}

div#main-right a {
	color: #56aa46;
}

div#main-left a {
	color: #56aa46;
}

div#imgbox {
	border: 1px #dadada solid;
	width: 204px;
	margin: 0px;
}

	div#imgbox img {
		width: 200px;
		height: 300px;
		border: none;
		margin: 0;
		padding: 0;
	}

div#imgbox-container {
	width: 200px;
	height: 300px;
	border: 2px solid #dadada;
}
	
	div#imgbox p {
		margin: 0;
		padding: 5px;
		color: #fff;
		font-size: 11px;
	}
	
div#imgbox-info {
	margin: -54px 0px 0px 0px;
	width: 200px;
	height: 50px;
	background: black;
	opacity: .4;
	filter: alpha(opacity=40);
}

div#links {
	border-left: 15px solid white;
	border-top: 10px solid white;
	border-bottom: 10px solid white;
	float: right;
	background: #fff;
}

	div#links ul {
		list-style: none;
		padding: 0px 3px 3px 3px;
		margin: 0;
	}

		div#links ul li {
			margin: 3px 0px 0px 0px;
			height: 30px;	
			background: url("../images/web/menu_item_inactive_left.png") top left no-repeat;
		}

			div#links ul li a {
				text-decoration: none;
				display: block;
				cursor: hand;
				height: 30px;
				line-height: 30px;
				color: #56aa46;
				font-weight: normal;
				font-size: 11px;
				background: url("../images/web/menu_item_inactive_right.png") bottom right no-repeat;
				padding: 0px 2px 0px 10px;
				margin: 0px 0px 0px 2px;
			}

			div#links ul li a:hover {
				background: url("../images/web/menu_item_inactive_right_hover.png") bottom right no-repeat;
				color: #0a5394;
				text-decoration: underline;
			}

div#footer {
	width: 920px;
	height: 65px;
	margin: 0;
	background: url("../images/web/footer_bg.png") bottom center no-repeat;
}

	div#footer ul {
		list-style: none;
		margin: 0px 50px 0px 50px;
	}

		div#footer ul li {
			position: relative;
			z-index: 1;
			float: left;
			height: 34px;
			margin: 8px -15px 0px -15px;
			background: url("../images/web/tab_footer_inactive_left.png") top left no-repeat;	
		}

		div#footer ul li:hover {
			z-index: 2;
			display: block;
		}

			div#footer ul li a {
				text-decoration: none;
			}

			div#footer ul li a span {
				display: block;
				background: url("../images/web/tab_footer_inactive_right.png") top right no-repeat;
				height: 34px;
				margin: 0px 0px 0px 30px;
				padding: 0px 30px 0px 0px;
				cursor: hand;
				line-height: 24px;
				color: #56aa46;
				font-weight: normal;
				font-size: 11px;
			}

			div#footer ul li h2:hover {
				z-index: 2;
				color: #0a5394;
				text-decoration: underline;
			}

.clear {
	clear: both;
}

.border {
	border: 3px solid #dadada;
}
.green {
	color: #56aa46;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.hr {
	height: 1px;
	border-bottom: 1px dotted #d7d7d7;
	width: 100%;
}

/*
 *  Zend_form opmaak
 * */
span.required {
	color: #e30101;
}
dt {
	padding: 10px 5px 5px 10px;
	margin: 0;
	background: url("../images/web/menu_active_item_bullet.png") center left no-repeat;
	color: #56aa46;
	font-size: 12px;
	font-weight: bold;
}
dd {
	padding: 0px;
	margin: 0px;	
}
	dd input,
	dd textarea {
		border: 1px solid #dadada;
		color: #0a5394;
		font-family: lucida console;
		line-height: 20px;
		background: url("../images/web/input_bg.gif") top left repeat-x;
	}
	
	dd input:hover,
	dd textarea:hover {
		border: 1px solid #bdbdbd;
	}
	
	dd ul {
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
		dd ul li {
			padding: 3px;
			color: #e30101;
		}

 		
/*
 *	Ticker (Tim 9-26-09) 
 * */
div#ticker {
	height: 251px;
	width: 615px;
	margin-top: 5px;
}
	div#ticker_overlay {
		margin-top: 177px;
		width: 550px;
		height: 73px;
		position: absolute;
		background: url("../images/web/ticker_overlay.png") bottom left no-repeat;	
	}
		div#ticker_overlay h1 {
			color: #fff;
			background: none;
			font-size: 18px;
			padding: 10px 10px 5px 10px;
			margin-bottom: 0px;
		}
		div#ticker_overlay p {
			color: #fff;
			padding: 0px 10px 0px 10px;
			margin: 0px;	
			line-height: 16px;
		}

/*
 * Product (10-4-09) Bas
 * */

div#product_update {
	margin-top: 12px;
	float: right;
}

	div#product_update p {
		display: block;
		padding: 0;
		margin: 0;
		text-align: right;
		font-size: 11px;	
	}

/*
 * News (9-28-09) Tim
 * */

div#news_info {	
	border-bottom: 1px dotted #d7d7d7;
}

	div#news_info p {
		padding: 10px 0px 0px 0px;
		margin: 0;
		font-size: 11px;
	}

div#news_source {
	border-top: 1px dotted #d7d7d7;
}

	div#news_source p {
		padding: 0;
		margin: 0;
		text-align: right;
		font-size: 11px;
	}

/*
 * 9-30-09 Keywords Tim
 */
div#keywords {
	width: 600px;
}
	div#keywords h2,
	div#keywords h3,
	div#keywords h4,
	div#keywords h5,
	div#keywords h6 {
		background: none;
		border: none;
		float: left;
		height: 15px;		
		margin: 0px;
		padding: 10px;
	}

	div#keywords h2 {
		font-size: 24px;
	}
	div#keywords h3 {		
		font-size: 18px;		
	}
	div#keywords h4 {
		font-size: 16px;
	}
	div#keywords h5 {
		font-size: 14px;
	}
	div#keywords h6 {
		font-size: 10px;
	}

div.box {
	margin: 0 5px 0 0;
	float: left;
	width: 200px;
	background: url("../images/web/box_as.png") 0 0 no-repeat;
	height: 150px;
}

	div.box .wrapper {
		padding: 15px;
	}

	div.box a {
		padding: 0;
		margin: 0;
		text-decoration: none;
		display: block;
	}
	
	div.box span.head {
		text-align: center;
		display: block;
		font-size: 12px;
		color: #56aa46;
		font-weight: bold;	
		padding: 0;
		margin: 0;
	}
	
	div.box img {
		float: left;
		border: 1px solid #fff;
		height: 100px;
		width: 170px;
	}
	
	div.box:hover {
		cursor: hand;
		background: url("../images/web/box_as_hover.png") 0 0 no-repeat;
	}
	
/* Index top Bas 5-12-2009
*/

div#subnav {
	width: 840px;
	margin: 0 30px;
}

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

		div#subnav ul li {
			margin: 0px 0px 0px 10px;
			display: block;
			float: left;
			height: 30px;	
			background: url("../images/web/menu_item_inactive_left.png") top left no-repeat;
		}

			div#subnav ul li a {
				text-decoration: none;
				display: block;
				cursor: hand;
				height: 30px;
				line-height: 30px;
				color: #56aa46;
				font-weight: normal;
				font-size: 11px;
				background: url("../images/web/menu_item_inactive_right.png") bottom right no-repeat;
				padding: 0px 17px 0px 10px;
				margin: 0px 0px 0px 2px;
			}

			div#subnav ul li a:hover {
				background: url("../images/web/menu_item_inactive_right_hover.png") bottom right no-repeat;
				color: #0a5394;
				text-decoration: underline;
			}
			
			div#subnav ul li.hl {
				background: url("../images/web/menu_item_inactive_left_blue.png") top left no-repeat;
			}
			
			div#subnav ul li.hl a.hl {
				color: #fff;
				background: url("../images/web/menu_item_inactive_right_blue.png") bottom right no-repeat;
			}
			
			div#subnav ul li.hl a.hl:hover {
				background: url("../images/web/menu_item_inactive_right_blue_hover.png") bottom right no-repeat;
				color: #fff;
				text-decoration: underline;
			}

/* Toppers Bas 5-12-2009
*/

#toppers {
	width: 860px;
	margin: 0 20px;
}

#toppers .topper {
	margin: 0 3px;
	width: 280px;
	height: 150px;
	background: url("../images/web/toppers/box.png") 0 0 no-repeat;
	float: left;
}

#toppers .topper#big {
	margin: 0 2px;
	width: 300px;
	height: 150px;
	background: url("../images/web/toppers/box_big.png") 0 0 no-repeat;
	float: left;	
}

	#toppers .topper .wrapper {
		padding: 15px 15px 0px 15px;
		height: 90px;
	}

		#toppers .topper .wrapper span.sub {
			font-size: 10px;
			color: #747474;
			font-weight: normal;		
		}
		
		#toppers .topper .wrapper span.count {
			margin-left: 5px;
			padding-left: 5px;
			background: url("../images/web/menu_active_item_bullet.png") center left no-repeat;
			font-size: 10px;
			color: #56aa46;
			font-weight: normal;
		}
		
		#toppers .topper .wrapper span.head {
			display: block;
			font-size: 11px;
			color: #56aa46;
			font-weight: bold;	
			line-height: 15px;
		}
		
		#toppers .topper#big .wrapper span.head {
			font-size: 12px;
		}
		
		#toppers .topper .wrapper img.pos {
			float: right;
		}
		
		#toppers .topper .wrapper img.pic {
			border: 1px #fff solid;
			margin-right: 5px;
			width: 78px;
			height: 117px;
			float: left;
		}

	#toppers .topper ul {
		list-style: none;
		padding: 0;
		margin: 0 15px;
	}

		#toppers .topper ul li {
			margin: 0;
			display: block;
			float: right;
			height: 30px;	
			background: url("../images/web/menu_item_inactive_left.png") top left no-repeat;
		}

			#toppers .topper ul li a {
				text-decoration: none;
				display: block;
				cursor: hand;
				height: 30px;
				line-height: 30px;
				color: #56aa46;
				font-weight: normal;
				font-size: 10px;
				background: url("../images/web/menu_item_inactive_right.png") bottom right no-repeat;
				padding: 0px 17px 0px 10px;
				margin: 0px 0px 0px 2px;
			}

			#toppers .topper ul li a:hover {
				background: url("../images/web/menu_item_inactive_right_hover.png") bottom right no-repeat;
				color: #0a5394;
				text-decoration: underline;
			}