
body, html {
    margin: 0;
    padding: 0;
    background-color: #fffffe;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #5a656c;
}

#wrapper {
    width: 960px;
    height: auto;
    margin: 0 auto;
	background-image:url(/images/template/wrapper_bg.png);
	background-repeat:repeat-y;
}

.clear {
	float:none;
	clear:both;
}

#leftcol {
    width: 230px;
    height: auto;
    float: left;
    background-color: #5a656c;
	background-image: url(/images/template/leftcol_bg.png);
	background-repeat:repeat-y;
	position: relative;
}

#top_image {
	width:230px;
	height:158px;
	overflow:hidden;
}

#leftcol h3 {
color: #fff;
margin: 0 20px 0 20px;
}

#leftcol img {
border: 0px solid #fff;
}

.leftcol_recept_img {
margin: 5px 0 5px 10px;
width: 210px;
height: 140px;
overflow: hidden;
}

#leftcol a {
color: #333333;
margin: 0 0 5px 10px;
}

#momenten {
background-color: #FDC613;
width: 230px;
height: auto;
margin: 0 0 20px 0;
}

#momenten h4 {
font-size: 14px;
line-height: 20px;
height: auto;
padding-top: 2px;
color: #333333;
display: block;
text-indent: 0;
margin-left: 12px;
text-decoration: none;
font-weight: bold;
letter-spacing: -0.5px;
}

#momenten_buttons {
/* display: none; */
}

#momenten_buttons a {
width: 100px;
height: 20px;
display: block;
text-align: center;
color: #fff;
text-decoration: none;
padding: 0;
font-size: 12px;
line-height: 20px;
font-weight: bold;
margin: 4px 0;
}

#momenten_buttons a:hover {
color: #ddd;
}

.bruin {
background-color: #9E7000;
}
.lichtblauw {
background-color: #0086E3;
}
.donkerblauw {
background-color: #03558D;
}
.turqoise {
background-color: #0E869C;
}
.oranje {
background-color: #F55C00;
}
.rose {
background-color: #E300A6;
}
.paars {
background-color: #8B00E3;
}
.rood {
background-color: #E30000;
}

#momenten_buttons .mom_left {
float: left;
margin: 0px 0 2px 10px;
}

#momenten_buttons .mom_right {
float: right;
margin: 0px 10px 2px 0;
}

#left_banner {
margin: 30px 0 24px 0;
background-image: url(/images/leftcol_folder_bg.jpg);
background-repeat: no-repeat;
height: 330px;
}

#left_banner a {
width: 168px;
height: 238px;
display: block;
margin: 10px 0 0 31px;
}


#huismerken {
width: 230px;
height: auto;
clear: both;
position: relative;
}

#left_waerderkaas {

}

#left_zuivellijntje {
	position: relative;
	left: 80px;
	top: -20px;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

#left_pietershoeve {
	position: relative;
	top: -40px;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

#left_weidegeit {
	position: relative;
	left: 80px;
	top: -60px;
	width: 150px;
	height: 150px;
	overflow: hidden;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.95;
	width: 200px;
	height: 150px;
}

.social {
margin: 5px 0 0 20px;
}
.social img {
margin: 0 4px 0 0;
}

.intro h4 {
font-weight: bold;
font-size: 18px;
margin-bottom: 4px;
}

.intro {
background-image: url(/images/template/intro_bg.png);
background-repeat: no-repeat;
width: 180px;
height: 180px;
padding: 40px;
display: none;
line-height: 16px;
}

#intro_waerderkaas {
position: absolute;
z-index: 10000;
left: 100px;
top: -30px;
}

#intro_zuivellijntje {
position: absolute;
z-index: 10000;
left: 180px;
top: 100px;
}

#intro_pietershoeve {
position: absolute;
z-index: 10000;
left: 100px;
top: 230px;
}

#intro_weidegeit {
position: absolute;
z-index: 10000;
left: 180px;
top: 355px;
}


#header {
    width: 960px;
    height: 128px;
    background-image: url(/images/template/header_bg.png);
    background-repeat: repeat-x;
    position: relative;
}

#logo {
position: relative;
width: 480px;
height: 128px;
left: 230px;
top:0px;
background-image: url(/images/template/logo.png);
background-repeat: no-repeat;
}

#navigation {
    width: 960px;
    height: 30px;
    float: left;
    background-color: #fdc613;
    background-image: url(/images/template/nav_bg.png);
    font-size: 15px;
    color: #000000;
}

ul#nav_top {
    margin: 0 0 0 150px;
    padding: 0;
}

#nav_top li {
    list-style: none;
    margin: 0 10px 0 0;
    line-height: 30px;
}

#nav_top li a {
    color: #000000;
    text-decoration: none;
    display:block;
    background-image: url(/images/template/nav_bg_normal.png);
    padding: 0 8px;

}

#nav_top li a.active {
	color: #fff;
    background-image: url(/images/template/nav_bg_active.png);
}

#nav_top li a:hover {
	color: #606b72;
}


/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { float: left; zoom: 1; }
ul.dropdown a:hover		            { }
ul.dropdown a:active                {  }
ul.dropdown li a                    { display: block; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; }
ul.dropdown li.hover a              {  }


/* 
	LEVEL TWO
*/
ul.dropdown ul {
    width: 200px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -50px;

}
ul.dropdown ul li 					{ float: none; background-color:#ffcc00; margin:0; padding: 0 5px; display:block; height:16px; line-height:16px;}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ background-image: none !important; border-right: none; width: 100%; display: block; font-size:12px; height:16px; line-height:16px; margin:0; padding:0; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }




#main {
    float: left;
}

#main h1 {
color: #000;
font-size: 22px;
font-weight: bold;
margin: 12px 0 8px 20px;
line-height: 36px;
letter-spacing: -0.5px;
}

strong {
font-weight: bold;
}

.themabericht {
width: 729px;
height: 288px;
overflow: hidden;
background-color: #fdc613;
}

.themabericht img {
width: 437px;
height: 288px;
float: left;
}

h1.thema {
color: #000;
font-size: 22px;
font-weight: bold;
margin: 12px 0 8px 20px;
line-height: 36px;
letter-spacing: -0.5px;
}

.themabericht_txt {
float: left;
padding: 20px;
width: 247px;
overflow: hidden;
color: #000;
}

.content_item {
	width:690px;
	height:auto;
	margin: 40px 20px 20px 20px;
	padding: 0 0 10px 0;
	border-bottom:1px solid #ffcc00;
}

.content_item img {
	border:1px solid #ffcc00;
	margin:0 0 5px 5px;
	float: right;
}

.content_item .images {
width: 220px;
height: auto;
float: right;

}

.content_item h2 {
	font-size:18px;
	font-weight:bold;
	color:#000;
	line-height:18px;
	margin:0 0 10px 0;
}

.content_item h3 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	line-height:14px;
	margin:0 0 10px 0;
}

.content_item p {
	margin:0 0 10px 0;
}

.content_item p strong {
	font-weight:bold;
}

.content_item td p {
	margin:0;
}

.content_item table {
	margin:0 0 10px 0;	
}

.images_winkel {
	float:right;
	width:220px;

}

.winkel_details {
display: none;
}


#footer {
	clear:both;
	float:none;
	margin: 20px 0 20px 200px;
	height: 15px;
	
}

#footer ul {
	list-style:none;
	font-size:9px;
}

#footer ul li {
	float: left;
	color:#97a2a9;
	margin: 0 10px;
}

#footer ul li a {
	text-decoration:none;
	color:#97a2a9;
}


#aanbiedingen_container {
	margin:40px 0 0 0;
}


form {
width:500px;
}

label {
display:block;
}

input, select, textarea {
width:300px;
float:left;
margin:0 300px 8px 0;
padding:2px;
}

.error {
	color:#ff0000;
	margin:0;
	float: none;
	display: block;
}

