﻿/* Reset */
html, body {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-size:100%;
}
hr{
	margin:0;
	padding:0;
}
p {
	margin:0 0 1em 0;
}
ul,ol,dl,dd,dt,li,blockquote,form { 
	margin:0;
	padding:0;
}
a img {
	border-width:0
}
th{
	margin:0;
	padding:0;
	text-align: left;
}
/* Layout */
html,body {
	height:100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/vleeswerkt/bg_body.gif);
	background-position: top right;
	background-repeat: repeat-x;
	margin: 0px;
}
#frame{
	position: relative;
}
#container{
	overflow: hidden;
}
#header{
	height: 125px;
	background-image: url(/images/vleeswerkt/bg_header.gif);
	background-repeat: no-repeat;
	/*width: auto!important;
	min-width: 790px;*/
	width: 100%;
}
#logo{
	/*position:absolute;
	top:0px;
	left:0px;*/
	float: left;
}
#menu{
	/*position:absolute;
	top:50px;
	left:123px;*/
	float: left;
	margin: 50px 0 0 62px;
	width: 100%;
}
#zoek{
	/*position:absolute;
	top:76px;
	left:85px;*/
	float: left;
	margin: 6px 0 0 43px;
}
#zoek .zoeken_veld{
	width: 50px;
	height: 18px;
	border: solid 1px #000000;
	font-size: 10px;
}
.btn_zoek{
	border: none;
	cursor: hand;
	padding-top: 5px;
}
.multizoek_searchresult_page_extra_info{
	font-size: 12px;
	font-style: italic;
}
#rechts{
	float: right;
	width: 350px;
	margin-left:27px;
}
#content{
	overflow: hidden;
	zoom: 1;
}
h1{
	font-size: 16px; 
	text-transform:uppercase;
	color: #ab0041;
	font-weight: bold;
	margin-left: 30px;
}
h2{
	font-size: 18px; 
	color: #ab0041;
	margin-left: 30px;
	margin-top: 7px;
}
h3{
	font-weight: bold; 
	font-size: 80%; 
	color: #ab0041; 
	line-height: 140%;
	margin-left: 30px;
	margin-top: 19px;
	margin-bottom: 19px;
}
hr {
	margin: -7px 0 0 30px;
	color: #ab0041;
}
.tekst{
	font-size: 80%; 
	color: #008ccc; 
	line-height: 140%;
	margin-left: 30px;
	margin-top: 16px;
}
.nieuws{
	width: 180px;
	overflow: hidden;
	background-image: url(/images/vleeswerkt/sidebar_nieuws.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
	margin: 33px 3px 0 0;
}
.uitgelicht{
	width: 150px;
	overflow: hidden;
	background-image: url(/images/vleeswerkt/sidebar_geel.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	margin: 33px 3px 0 0;
}
.nieuws img{
	margin: 10px 10px 8px 9px;
}
.uitgelicht img{
	margin: 10px 10px 9px 9px;
}
#nieuws_items .bg_blauw p{
	background-color:#008CCC;
	background-image:url(/images/vleeswerkt/bg_blauw.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	margin-bottom: 3px;
	padding: 10px 0 10px 10px;
}
#nieuws_items .bg_blauw a{
	background-image:url(/images/vleeswerkt/pijl_blauw.gif);
	background-position:right top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	padding:0px 15px 0px 0px;
	text-decoration:none;
}
.bg_blauw{
	background-image: url(/images/vleeswerkt/bg_blauw.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: white !important;
	font-size: 75%; 
	line-height: 120%;
	margin-bottom: 3px;
}
#nieuws_items .bg_oker p{
	background-color:#008CCC;
	background-image:url(/images/vleeswerkt/bg_oker.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-color: #E59C20;
	margin-bottom: 3px;
	padding: 10px 0 10px 10px;
}
#nieuws_items .bg_oker a{
	background-image:url(/images/vleeswerkt/pijl_geel.gif);
	background-position:right top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	padding:0px 15px 0px 0px;
	text-decoration:none;
}
.bg_oker{
	background-image: url(/images/vleeswerkt/bg_oker.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: white !important;
	font-size: 75%; 
	line-height: 120%;
	margin-bottom: 3px;
}
.bg_blauw strong,
.bg_oker strong{
	color:white;
}
.bg_blauw a,
.bg_oker a{
	color: white !important;
	text-decoration: none;
}
.bg_blauw img,
.bg_oker img{
	margin: 0px 0px 0px 0px;
}
.bg_blauw .tekst,
.bg_oker .tekst{
	margin: 0px 5px 0px 0px;
	font-size: 100%;
	line-height: 120%;
}
.print{
	float:right;
	padding: 15px 15px 0 0;
}