/************************************************************************************************/
/* template */
/************************************************************************************************/

* 
{ 	
	margin: 0px; 
	padding: 0px;
}

body 
{ 
	font-family: Arial; 
	font-size: 12px; 
	color: #565555;
	background: #ffffff;
}

div.clear 
{ 
	clear: both; 
	overflow: hidden; 
}

ul 		{ list-style: none; }
img		{ border: 0px; }
a		{ text-decoration: none; }
p		{ margin: 0px; padding: 0px; }
fieldset	{ border: 0px; }

.left 	{ float: left; }
.right 	{ float: right; }
.center 	{ margin: 0 auto; }

h1 		{ font: bold 20px myriad-pro,arial; margin-bottom: 10px; }
h2 		{ font: bold 16px myriad-pro,arial; color: #3e9f93; }
h3		{ font: bold 14px arial; color: #2173a8; }

/************************************************************************************************/
/* header */
/************************************************************************************************/

#header
{
	margin: 0px;
	height: 128px;
	background-image: url(/images/menu_back.jpg);
}

#logo
{
	float: left;
	margin: 15px;
	width: 330px;
	height: 60px;
	background: url(/images/logo.jpg);
}

#banner_top
{
	float: right;
	margin: 15px;
	width: 466px;
	height: 58px;
	background: #cccccc;
}

/* navigation */

#navigation
{
	margin: 0px 0px 0px 15px;
	float: left;
}

#navigation ul li
{
	list-style: none;
	float: left;
	text-align: center;
} 

#navigation ul li a
{
	margin: 4px 10px 4px 0px;
	padding: 6px 9px 6px 9px;
	display: block;
	font: bold 13px myriad-pro,arial;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
} 

#navigation ul li a:hover
{
	background: #74b0d7;
}

/************************************************************************************************/
/* container */
/************************************************************************************************/

#container1
{
	width: 990px; 
	margin:	0px auto 0px; 
}

#container2
{
	width: 960px; 
	margin:	0px auto 0px; 
	padding: 10px;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;		
}

/************************************************************************************************/
/* content */
/************************************************************************************************/

#content
{
	margin: 0px;
	float: left;
	width: 550px;
	background: #ffffff;
}

#content p
{
	line-height: 20px;
	margin-bottom: 20px;
}

/* Populair */

table#listing
{
	margin-bottom: 15px;
	width: 550px;
	border-spacing: 0px;
	padding: 0px;
}

table#listing-mer
{
	margin-bottom: 15px;	
	width: 550px;
	border-spacing: 0px;
	padding: 0px;
	border-top: 1px solid #d1d1d1;	
}

table thead th
{
	border-bottom: 1px solid #d1d1d1;
}

table thead th#title
{
	text-align: left;
}

table td
{
	vertical-align: top;
	border-bottom: 1px solid #d1d1d1;
}

.winkel-img
{
	margin: 10px 10px 10px 8px;
	border: 2px solid #cccccc;
}

table h2 	{ margin: 0px 0px 6px 8px; text-transform: uppercase; }
table h3 	{ margin: 10px 0px 3px 0px; }
table h3 a { color: #dd4a98; text-decoration: underline; }
table h3 a:hover { color: #2173a8; text-decoration: underline; }

table span
{
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-size: 11px;
	display: block;	
}

.subtitle
{
	color: #8c8c8c;
}

.more
{
	margin: 0px 0px 10px 0px;
	color: #5c9dc6;
	font-weight: bold;
}
.more a		 { color: #5c9dc6; }
.more a:hover { text-decoration: underline; }

.coupon
{
	text-align: center;
	margin: 10px 6px 0px 6px;
	padding: 5px 4px 5px 4px;
	width: 110px;
	height: 17px;
	background-image: url(/images/coupon.jpg);
}

.coupon a		{ color: #565555; }
.coupon a:hover 	{ text-decoration: underline; }

/* mailing bottom */

#content .mailing
{
	color: #ffffff;
	margin-bottom: 10px;
	padding: 10px 150px 10px 10px;
	background: #9e9ec8 url(/images/mail.jpg) no-repeat 410px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#content .mailing span
{
	padding: 0px 4px 0px 4px;
	margin-bottom: 10px;
	width: 390px;
	display: block;
}

form
{
	width: 320px;
}

.input
{

	margin: 2px;
	padding: 10px 2px 2px 10px;
	width: 201px;
	height: 26px;
	background: #ffffff;
	border: 0px;
	background-image: url(/images/input_mail_back.jpg);
	background-repeat: no-repeat;	
}

.bttn_aanmelden
{
	padding: 0px;
	margin: 0px;
	width: 93px;
	height: 38px;
	vertical-align:bottom;
	background: url(/images/bttn_aanmelden.jpg) no-repeat 0px -2px;
	border: 0px;
}

#contact 
{
	padding: 0px 15px 0px 15px;
	width: 550px;
}

#contact input, #contact textarea {
	padding: 4px;
	width: 350px;
	font-family: Arial;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact textarea { height: 90px; }
#contact textarea:focus, #contact input:focus { border: 2px solid #e069a9; }

#contact input.submit-button {
	width: 100px;
	float: right;
}

label {
	display: block;
	margin-bottom: 5px;
	font-size: 1.4em;
}



/************************************************************************************************/
/* submenu */
/************************************************************************************************/

#submenu
{
	float: left;
	margin-left: 20px;
	width: 390px;
	background: #ffffff;
}

#submenu h2
{
	padding: 4px 6px 4px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#winkels
{
	color: #ffffff;
	background: #94cbc8;
}

#winkel-list
{
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
}

#winkel-list li
{
	display: block;
	font-size: 14px;
	margin: 1px 8px 6px 1px;
	float: left;
} 

#winkel-list li a		{ color: #565555; } 
#winkel-list li a:hover	{ text-decoration: underline; }

#add
{
	width: 390px;
	text-align: center;
}


#submenu .mailing
{
	color: #ffffff;
	margin-bottom: 20px;
	padding: 10px 150px 10px 10px;
	background: #9e9ec8 url(/images/mail.jpg) no-repeat 250px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#submenu .mailing span
{
	padding: 0px 4px 0px 4px;
	margin-bottom: 10px;
	width: 340px;
	display: block;
}

#cats
{
	color: #ffffff;
	background: #bd9ec8;
}

#acties
{
	color: #ffffff;
	background: #e069a9;
}

#cats-list
{
	margin-bottom: 20px;
	padding: 5px 10px 5px 10px;
}

#cats-list li
{
	display: block;
	margin: 1px 4px 1px 1px;
	float: left;
} 

#cats-list li a		{ color: #565555; } 
#cats-list li a:hover	{ text-decoration: underline; }

#pop-acties
{
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
}

#pop-acties li
{
	display: block;
	padding-left: 15px;
	margin: 1px 10px 1px 0px;
	background: url(/images/arrow.png) no-repeat 0px;	
} 

#pop-acties li a		{ color: #565555; } 
#pop-acties li a:hover	{ text-decoration: underline; }

/************************************************************************************************/
/* footer */
/************************************************************************************************/

#footer
{
	padding: 10px 15px 20px 15px;
	border-top: 1px solid #cfe2ef;
	background: #ffffff;
}

#footer a
{
	color: #253743;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer ul
{
	float: left;
	width: 640px;
}

#footer ul li
{
	display: block;
	padding-left: 15px;
	margin: 1px 10px 1px 0px;
	width: 185px;
	float: left;
	background: url(/images/arrow.png) no-repeat 0px;
} 

#footer ul li a			{ color: #686868; } 
#footer ul li a:hover	{ text-decoration: underline; }
