/* ------------------------------------------------------------------------------------------
global
------------------------------------------------------------------------------------------ */

html 
{
	height: 				   100%;
	overflow: 				-moz-scrollbars-vertical;
}

body,
#frm,
.pagewrapper,
.wrapper,
.leftbar
{
   height:              100%;
}

body 
{
	background-color:		#FFF;
	font:						normal 11px verdana, tahoma, arial, sans-serif;
	margin:					auto;
	text-align:				center;
}

table 
{
	border:					0;
	border-collapse:		collapse;
	cell-spacing:			0;
	margin:					0;
	padding:					0;
}

td 
{
	text-align:				left;
	vertical-align:		top;
}

a 
{
	color:					#0084FF;
	text-decoration:		underline;
}

img 
{
	border:					0;
}

/* ------------------------------------------------------------------------------------------
miscelaneous 
------------------------------------------------------------------------------------------ */

.wrapper 
{
	overflow:				hidden;
	width:					100%;
}

.left 
{
	float:					left;
}

.right 
{
	float:					right;
}

.hidden
{
   display:             none;
   visibility:          hidden;
}

.clear
{
   clear:               both;
   margin:              -1px 0 0 0;
   overflow:            hidden;
}
html>body .clear
{
   height:              1px;
}
/* ------------------------------------------------------------------------------------------
specific 
------------------------------------------------------------------------------------------ */

.pagewrapper 
{
	border-left:			solid 6px #D81691;
	margin:					auto;
	text-align:				left;
	width:					754px;
}

.logo{
	margin-left:20px;
	text-align:left;
}


/* ------------------------------------------------------------------------------------------
submenu
------------------------------------------------------------------------------------------ */

.submenu a {
	background:				transparent url("../images/icon_submenu.gif") no-repeat scroll 0px 0px;
	padding-left:			18px;
/*	line-height:				24px; */
	font:					   bold 12px verdana, tahoma, arial, sans-serif;
	color:					#D50C8C;
	text-decoration:		underline;
}

/* ------------------------------------------------------------------------------------------
leftbar
------------------------------------------------------------------------------------------ */

.leftbar 
{
	width:					171px;
}

.navigation {
	padding-left:			17px;
}

.navigation a.nav {
	border-bottom:			solid 1px #D1D1D1;
}

.nieuwsbrief 
{
	padding-top:			50px;
	text-align:          center;
}

div.banner1
{
	padding:					13px 0 10px 0px;
   text-align:          center;
}


/* ------------------------------------------------------------------------------------------
rightbar
------------------------------------------------------------------------------------------ */

.rightbar 
{
	width:					583px;
}

.topwrapper 
{
	background-color:		#D81691;
	height:					32px;
}

input.zoeken {
	border:					solid 1px #A34681;
	lineheight:				32px;
}

.contentwrapper 
{
	margin-top:				12px;
}

.content 
{
	width:					346px;
}

.intro {
	/*border:					solid 1px #CCC;*/
	width:					314px; /* 346  -2x15(padding) -2x1(border)*/
	padding:					15px;
	line-height:			16px;
	margin-bottom:			10px;
}

div.kinderen 
{
	margin:					10px 0;
}

.nieuws {
	/*border:					solid 1px #CCC;*/
	width:					314px; /* 346  -2x15(padding) -2x1(border)*/
	padding:					15px;
	line-height:			16px;
	/*margin-bottom:			      10px;*/
}

.bericht {
	padding:					10px 0;
}

.onderstebericht {
	padding:					10px 0 0 0;
}

.line {
	border-bottom:			solid 1px #CCC;
}

.nieuwsimageleft {
	margin:					0 10px 2px 0;
	border:					solid 1px #CCC;
}

.nieuwsimageright {
	margin:					0 0 2px 10px;
	border:					solid 1px #CCC;
}

.acties {
	width:					221px;
	text-align:				left;
}

.actie {
	border:					solid 1px #CCC;
	margin-bottom:			15px;
}

.actieKinder 
{
	height: 				   159px;
	border:					solid 1px #CCC;
	margin-bottom:			15px;
}


div.actiecontent 
{
	padding:					3px 0px 3px 3px;
	width:					216px;
}

h1 
{
	margin:					0 0 15px 0;
	font-size:				17px;
	color:					#D81691;
}

h2 
{
	margin:					0;
	font-size:				15px;
	color:					#D81691;
	background-color:		#F7D0E9;
	display:					block;
	height:					27px;
	line-height:			27px;
	padding-left:			3px;
}

h3 
{
	font-size:				11px;
	font-weight:			bold;
	margin:					0;
}

.prijs 
{
	padding:             3px 0;
}

.euro 
{
	font-size:				34px;
	font-weight:			bold;
	font-family:			arial, sans-serif, verdana, tahoma;
	letter-spacing: 		-1px;
	color:					#D81691;
}

.cent 
{
	font-size:				21px;
	vertical-align:		top;
	position:            relative;
	top:                 3px;
}

.opmerkingen 
{
	color:					#D81691;
}


/* ------------------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------------------ */
div.space-footer
{
   display:             block;
   height:              27px;
}

div.footer 
{
	background-color:		#000;
	color:					#FFF;
	display:             block;
	font-size:				10px;
	position:            absolute;
	height:					21px; /* hoogte = hoogte + paddingtop + paddingbottom */
	margin:					auto;
	padding-top:			6px;
	text-align:				center;
	visibility:          hidden;
	width:					754px;
}

div.footer a
{
   color:               #FFFFFF;
}