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

td {
	font-size:0.95em;

}


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

#header {
height:390px;
overflow:hidden;
}



#content {
background-image:url(../images/content_background.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
width:953px;
border:1px #006600 solid;
text-align:left;
}

#column_left {
width:270px;
height:600px;
float:left;
display:inline;
}



.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:10px;
margin-right:10px;
line-height:34px;
}

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


/* Artikelen */

.artikel {
margin-top:20px;
margin-right:20px;
margin-left:20px;
height:auto;
width:620px;
text-align:left;
float:left;
display:inline;
}

h1 {
	color:#006600;
	font-size:18px;
	font-weight:bold;
}

.artikelen, img {
margin:3px 10px 10px 10px;
border:1px solid black;
}

.assortiment {
border:0px solid black;
}

p {
line-height:16px;
}

.tablerecepten td {
	vertical-align:bottom;
}



/* Recepten */
.receptbox {
width:230px;
height:auto;
margin-top:10px;
margin-left:10px;
margin-right:30px;
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_titel {
color:#006600;
font-size:14px;
font-weight:bold;
}

/* Winkels */

.winkel_lijst {
width:250px;
float:left;
}

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

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



