/* Algemeen */
html, body{
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	background-image:url(../images/main_background.png);
	background-position: 50% top;
	background-repeat: repeat-y;
	text-align:center;
	background-attachment: scroll;
} 

td, tr {
font-size:12px;
}

hr {
border:0 solid grey;
}

#main {
width:955px;
height:100%;
text-align:center;
margin-left:auto; 
margin-right:auto;  
}

#header {
height:220px;
width:955px;
overflow:hidden;
}



#content {
background-image:url(../images/content_background.jpg);
background-repeat:no-repeat;
width:955px;
}

#column_left {
width:250px;
height:800px;
float:left;
display:inline;
}

#column_right {
width:220px;
height:400px;
float:right;
text-align:left;
margin-right:10px;
margin-top:10px;
}

#column_center {
width:445px;
float:left;
text-align:left;
margin-left:10px;
}


.clear {
clear:both;

}

/* Navigatie */
#navigation {
height:34px;
width:955px;
color:#FFFFFF;
background-image:url(../images/navigation.png);
overflow:hidden;
}



a.buttons {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
text-decoration:none;
color:#FFFFFF;
margin-left:3px;
margin-right:3px;
line-height:34px;
}

a.buttons:hover {
text-decoration:underline;
}


/* Artikelen */

.artikel {
margin-top:10px;
margin-right:20px;
margin-bottom:30px;
clear:both;
}

h1 {
color:#990000;
font-size:16px;
font-weight:bold;
}


h2 {
color:#990000;
font-size:14px;
font-weight:bold;
}


.artikel img {
	margin:3px;
	border: 1px solid #006600;
}

.product img {
border:0px solid #FFFFCC;
}

.product {
margin-bottom:30px;
clear:both;
}



/* Recepten */
.receptbox {
width:230px;
height:auto;
margin-top:10px;
margin-left:10px;
text-align:left;
}

.receptbox_boven {
width:230px;
height:9px;
margin:0px;
background-image:url(../images/receptbox_boven.gif);
overflow:hidden;
}

.receptbox_onder {
width:230px;
height:10px;
margin:0px;
background-image:url(../images/receptbox_onder.gif);
overflow:hidden;
}

.receptbox_midden {
margin:0px;
background-image:url(../images/receptbox_midden.gif);
background-repeat:repeat-y;
padding-left:5px;
padding-right:5px;
}

.receptbox_banner {
margin:0px;
background-image:url(../images/receptbox_midden.gif);
background-repeat:repeat-y;
}

.receptbox_titel {
color:#990000;
font-size:14px;
font-weight:bold;
}

/* Winkels */


.winkel_titel {
font-size:12px;
color:#990000;
font-weight:bold;
}

.winkel_lijst {

}

.landkaart {
}

.winkel_rechts {
float:right;
width:250px;
}

.winkel_detail {
clear:both;
height: auto;
padding-bottom: 30px;
}

.contact_winkel {
width:320px;

}

label {
display:block;
}

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

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


