
/**
 * GENERAL
 */
* {
	margin:0;
	padding:0;
}
body {
	background-position:left 79px;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:19px;
	color:#020202;
	min-width:1096px;
}
img {
	border:none;
}
hr {
	height:1px;
	background-color:#d1d3d4;
	border:0;
	margin:20px 0;
}
p{
	margin: 10px 0;
}
label {
	margin-right:10px;
	padding-top:6px;
	display:block;
}
input,
textarea {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:19px;
	border:1px solid #888888;
	padding:2px 4px;
	background-image:url('/images/general/input_bg.gif');
	background-repeat:repeat-x;
	background-position: top;
	background-color:#f9f9f9;
	height:19px;
	margin:6px 0;
}
input[type=submit] {
	color:#FFF;
	background-image:url('/images/general/btn_bg.gif');
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:40px;
	padding-right:10px;
	border:none;
	height:31px;
	cursor:pointer;
	margin-top:20px;
}
input.small {
	width:50px;
}
input.large {
	width:300px;
}
input.form_data,
input.medium {
	width:400px;
}
textarea {
	height:80px;
	width:300px;
}
a{color:#710000;}


/** MESSAGES **/
/*** errors ***/
.error{
      color:#CC0000;
      border:1px solid #CC0000;
      background-color:#FFEEEE;
      padding:5px;
      font-weight:bold;
}

/*success*/
.success {
	color:#264409;
	border:1px solid #C6D880;
	background-color:#E6EFC2;
	padding:15px 0 15px 15px;
	font-weight:bold;
}
.success a {color:#264409;}
/*** notices ***/
.notice {
	color:#514721;
	border:1px solid #FFD324;
	background-color:#FFF6BF;
	padding:15px 0 15px 15px;
	font-weight:bold;
}
.notice a {color:#514721;}


.left {
	float:left;
	display:inline;
	margin-right:15px;
}

.noMargin {
	margin:0 0 0 0;
}
.noPadding {
	padding:0 0 0 0;
}

div.clear {
	clear:both;
}
div.setPosition {
	width:1096px;
	margin:0 auto;
}
a.btn {
	height:31px;
	display:inline-block;
	background-image:url('/images/general/btn_bg.gif');
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
	cursor:pointer;
}
a.top{
	display: inline-block;
	margin-bottom: 50px;
	}
a.btn span {
	background-image:url('/images/general/btn_right_bg.gif');
	background-repeat:no-repeat;
	background-position:top right;
	height:31px;
	line-height:31px;
	display:inline-block;
	padding-left:70px;
	text-decoration:none;
	color:#FFF;
	font-size:15px;
	padding-right:35px;
	cursor:pointer;
}
a.btn2 {
	height:33px;
	display:inline-block;
	background-image:url('/images/general/btn2_bg.png');
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
	padding-left:40px;
	cursor:pointer;
}
a.btn2 span, a.btn4 span {
	background-image:url('/images/general/btn2_right_bg.png');
	background-repeat:no-repeat;
	background-position:top right;
	height:33px;
	line-height:33px;
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	font-size:14px;
	padding-right:15px;
	cursor:pointer;
}
a.btn4{
    background-image: url("/images/general/btn4_arrow.png");
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 33px;
    padding-left: 40px;
    text-decoration: none;
}
a.btn3 {
	background-image:url('/images/general/arrow_block.png');
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
	display:inline-block;
}

a.btn5{
	  background-image: url("/images/general/btn5_bg_arrow.png");
    background-position: right top;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 33px;
    padding-right: 40px;
    text-decoration: none;
}
a.btn5 span {
	background-image:url('/images/general/btn5_left_bg.png');
	background-repeat:no-repeat;
	background-position:top left;
	height:33px;
	line-height:33px;
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	font-size:14px;
	padding-left:15px;
	cursor:pointer;
}

a.btn6{
	height:33px;
	display:inline-block;
	background-image: url("/images/admin/btn_left_end.png");
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
	padding-left:40px;
	cursor:pointer;
}


a.btn6 span {
	background-image:url('/images/admin/btn_right_bg.png');
	background-repeat:no-repeat;
	background-position:top right;
	height:33px;
	line-height:33px;
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	font-size:14px;
	padding-right:35px;
	cursor:pointer;
	
}

a.btnHeart {
	background-image:url('/images/general/heart.png');
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	margin-bottom:20px;
	margin-top:10px;
}
.partners p a,
a.link {
	padding-left: 18px;
	background-image:url('/images/general/arrow_block.png');
	background-repeat:no-repeat;
	background-position:0 3px;
	color:#450008;
	text-decoration:underline;
	display:inline-block;
    cursor:pointer;
}
a.closelink {
	padding-left: 18px;
	background-image:url('/images/general/arrow_close.png');
	background-repeat:no-repeat;
	background-position:0 3px;
	color:#450008;
	text-decoration:underline;
	display:inline-block;
    cursor:pointer;
}
h1 {
	color:#e2001a;
	font-size:48px;
	line-height:100%;
	font-weight:normal;
	margin-bottom:20px;
	margin-top: 20px;
}
h2 {
	color:#020202;
	font-size:26px;
	line-height:26px;
	font-weight:normal;
	margin-bottom:20px;
}
h3 {
	font-size:17px;
	line-height:22px;
	margin-bottom:10px;
	padding-bottom: 10px;
	font-weight: normal;
}

.generic h3,
#faq h3,
.column_1 h3,
.recipe h3,
.column_1 h4{
	color: #e2001a;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	
	}
	
.generic h3,
#faq h3,
.column_1 h3,
.recipe h3 {
	font-size:17px;
	line-height:22px;
	margin-bottom:10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #e2001a;
	font-weight: bold;
	margin-top:20px;
}
.column_1 h3 {
	width: 180px;
}
h4 {
	font-size:14px;
	line-height:22px;
	font-weight:normal;
}


/**
 * AddThis
 */
div.addthis_toolbox.addthis_default_style {
	margin:45px 0 20px;
}
a.addthis_button_compact {
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	font-size:12px;
}



/**
 * FAQ
 */

#faq h4{
	margin: 10px 0;
	padding:10px 0 0 0;
	border-top: 1px dotted #ccc;
	}
#faq h4.first{
	border: none;
	}
#faq h4 a{
	display: inline-block;
	text-decoration: none;
	padding-left: 20px;
	font-weight: normal;
	font-size: 12px;
	background: url('../images/general/arrow_block.png') 0 3px no-repeat;
	margin-left:0;
}
#faq .faq-answer{
	background-color: #eee;
	padding: 1px 15px;
	margin-left: 20px;
}
#faq ul{
	margin-bottom: 50px;
	list-style: none;
	} 

/**
 * Sitemap
 */

div.columns_3 div.column_2 .generic h3 a{
	text-decoration: none;
	color: #e2001a;
	}
.generic ul{
	margin-bottom: 10px;
	}
.sitemap-section{
	margin: 40px 0;
	}
.sitemap-section ul{
	color: #710000;
	}
.sitemap-section ul li{
	margin: 5px 0;
	}
.sitemap-section ul{
	font-size: 14px;
	}
.sitemap-section ul ul{
	font-size: 11px;
	margin-left: 10px;
	}


/**
 * PARTNERS 
 */
.partners{
	overflow: hidden;
	margin: 100px 0 0 0;
	list-style: none;
	}
.partners li{
	width: 220px;
	float: left;
	height: 100px;
	margin: 0 20px 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	}

/**
 * MENU
 */
div#menu {
	background-color:#e2001a;
	height:79px;
	width:100%;
	min-width:1096px;
	position:relative;
	z-index:999;
}
body.clubMenu div#menu {
	background:none;
	background-image:url(../images/general/menu_bg.png);
	background-repeat:repeat-x;
	margin-bottom:-43px;
	height:122px;
}
div#menu div {
	background-image:url(../images/general/menu_bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	height:79px;
}
body.clubMenu div#menu div {
	background-image:url(../images/general/menu_bg_2.png);
	height:122px;
}
div#menu div div {
	margin:0 auto;
	width:1096px;
	background:none;
	position:relative;
}
body.clubMenu div#menu div div {
	background:none;
}
div#menu div div img {
	position:absolute;
	left:15px;
}
div#menu div div img#clublogo {
	left:780px;
	top:40px;
}
div#menu div div ul {
	padding:30px 0 0 150px;
}
div#menu div div ul li {
	float:left;
	list-style:none;
	margin-left:20px;
}
div#menu div div ul li a {
	color:#FFFFFF;
	font-family:Verdana,Geneva,sans-serif;
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 1px #000000;
}
div#menu div div ul li a.selected,
div#menu div div ul li a:hover {
	color:#FED600;
}



/**
 * BREADCRUMBS
 */
div.breadcrumbs {
	position:absolute;
	top:89px;
	z-index:999;
	padding:0 0 0 230px;
}
body.clubMenu div.breadcrumbs {
	top:122px;
}
body.clubMenu div.breadcrumbs {
	top:122px;
}
div.breadcrumbs,
div.breadcrumbs a {
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-decoration:none;
}


/**
 * HEADIMAGE
 */
div#headImage {
	position:relative;
	height:370px;
	width:100%;
	background-position:left top;
	background-repeat:no-repeat;
	min-width:1096px;
	z-index:0;
}
div#headImage div.setPosition {
	padding:40px 106px 30px 410px;
	width:580px;
	text-align:right;
}
body.clubMenu div#headImage div.setPosition {
	padding-top:100px;
	padding-left:110px;
	width:880px;
}
div#headImage div.setPosition h1 {
	margin-bottom:20px;
}
div#headImage div.setPosition h2 {
	margin-bottom:20px;
}
div#headImage div.setPosition p {
	color:#080808;
	font-size:17px;
}
div.headImage .setPosition ul.like {
	list-style: none;
	margin-left: 0;
	padding: 0;
}
ul.like{
	color: #a90918;
	font-size: 11px;
	margin: 0 0 30px 0;
	overflow: hidden;
	list-style: none;
	}

ul.like li{
	width: auto;
	float: left;
	padding-left: 35px;
	height: 28px;
	line-height: 28px;
	}
ul.like li.like-nr{
	background: url('/images/general/icn-like.png') 0 0 no-repeat;
	font-weight: bold;
	}
ul.like li.like-me{
	padding-left: 0;
	margin-left: 10px;
	}
ul.like li.like-me a{
	color: #a90918;
	}

/**
 * FOOTER
 */
div#footer {
	position:relative;
	border-top:1px solid #CCCCCC;
	text-align:center;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:5px;
	width:1086px;
	margin-bottom:5px;
	margin-top: 20px;
}
div#footer a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
div#footer img {
	position:absolute;
	right:0;
}




/**
 * CONTENTDIV
 */
body.clubMenu #contentDiv {
	margin-top:53px;
}
body #contentDiv {
	margin-top:25px;
	min-height: 680px
}



/**
 * HOMETEMPLATE
 */
div#homeTemplate {
	text-align:right;
	width:1005px;
	padding:0 45px 0 46px;
}
div#homeTemplate a {
	text-decoration:none;
	cursor:pointer;
}
div#homeTemplate a div {
	cursor:pointer;
}
div#homeTemplate img#homeClub {
	margin-top:10px;
}
div#homeTemplate div#homeWin {
	margin-top:10px;
}
div#homeTemplate div#homeWin p {
	margin-bottom:15px;
	color:#8b7c9f;
	width:250px;
	text-align:right;
	float:right;
}
div#homeTemplate div.homeVisual {
	text-align:left;
	background-image:url('../images/general/content_background_dark.png');
	background-repeat:repeat;
	padding:12px 15px 10px 15px;
	width:270px;
	height:148px;
	float:left;
	color:#701b1a;
	margin-left:35px;
	margin-bottom:55px;
	margin-top:60px;
	position:relative;
}
div#homeTemplate div.homeVisual h1 {
	position:relative;
	z-index:999;
	font-size:18px;
	line-height:18px;
	margin-bottom:4px;
	width:180px;
	font-weight:bold;
	color:#701b1a;
	margin-top:0px;
}
div#homeTemplate div.homeVisual img {
	position:absolute;
	z-index:100;
	top:-30px;
	right:-30px;
}
div#homeTemplate div.homeVisual img.noAbsolute {
	position:relative;
	z-index:0;
	top:3px;
	right:0;
	margin-right:4px;
	display:inline-block;
}
div#homeTemplate div.homeVisual p {
	position:relative;
	z-index:999;
	font-size:12px;
	width:190px;
	line-height:16px;
	color:#701b1a;
}
div#homeTemplate div.homeVisual p a {
	display:block;
	margin-top:10px;
	background-image:url('../images/general/arrow.png');
	background-repeat:no-repeat;
	background-position:left center;
	color:#701b1a;
	padding-left:20px;
	text-decoration:none;
}
div#homeTemplate div.homeVisual ul {
	margin-top:10px;
}
div#homeTemplate div.homeVisual ul li {
	list-style:none;
}
div#homeTemplate div.homeVisual ul li a {
	display:inline;
	font-size:12px;
	background-image:url('../images/general/arrow_block.png');
	background-repeat:no-repeat;
	background-position:left top;
	color:#701b1a;
	padding-left:20px;
	text-decoration:underline;
}



/**
 * COLUMNS_2
 */
div.columns_2 {
	width:1096px;
	margin:0 auto;
}
div.columns_2 div.column_1 {
	float:left;
	width:710px;
	display:block;
	position:relative;
}
div.columns_2 div.column_2 {
	float:left;
	padding-left:75px;
	padding-right:106px;
	width:205px;
	display:block;
	position:relative;
	color:#710000;
}

 
/**
 * COLUMNS_3
 */

div.columns_3 {
	width:1096px;
	margin:0 auto;
}
div.columns_3 div.column_1 {
	float:left;
	width:230px;
	display:block;
	position:relative;
}
div.columns_3 div.column_1 ul {
	color: #a90918;
	font-size: 12px;
	width: 150px;
	margin: 10px 0 30px 20px;
	line-height: 130%;
	/*margin-left:10px;*/
}
div.columns_3 div.column_1 ul li{
	margin-bottom: 5px;
}


div.columns_3 div.column_2 {
	float:left;
	width:480px;
	display:block;
	position:relative;
}
div.columns_3 div.column_2 ul{
	list-style-position: inside;
}
div.columns_3 div.column_2 ul.listTips,
div.columns_3 div.column_2 ul.list {
	list-style:none;
}
div.columns_3 div.column_2 ul.listTips {
	border-top:1px dotted #a90918;
	padding-top:15px;
	margin-top:20px;
}
div.columns_3 div.column_2 ul.listTips li,
div.columns_3 div.column_2 ul.list li {
	border-bottom:1px dotted #a90918;
	padding-bottom:15px;
	margin-bottom:20px;
}
div.columns_3 div.column_2 ul.list li img {
	float:left;
	width:90px;
	margin-right:10px;
	border:1px solid #9f9596;
}
div.columns_3 div.column_2 ul.list li div {
	float:left;
	width:300px;
	display:block;
}
div.columns_3 div.column_2 ul.listTips li h1,
div.columns_3 div.column_2 ul.list li div h1 {
	font-size:20px;
	line-height:20px;
	margin-bottom:6px;
}
div.columns_3 div.column_2 ul.listTips li h1 {
	padding:0 0 0 45px;
	margin:0 0 6px 0;
}
div.columns_3 div.column_2 ul.listTips li h1.noMargin {
	margin:0 0 0 0;
}
div.columns_3 div.column_2 ul.listTips li h1.noPadding {
	padding:0 0 0 0;
}
div.columns_3 div.column_2 ul.listTips li p,
div.columns_3 div.column_2 ul.list li div p {
	font-size:11px;
	line-height:14px;
}
div.columns_3 div.column_2 ul.listTips li p {
	padding-left:45px;
}
div.columns_3 div.column_2 ul.listTips li a.btn3 {
	margin-left:45px;
	margin-top:8px;
	display:block;
	line-height:16px;
}
div.columns_3 div.column_2 ul.listTips li span {
	position:absolute;
	font-size:20px;
	color:#E2001A;
}
div.columns_3 div.column_2 ul.list li div.clear {
	float:none;
}
div.columns_3 div.column_2 img.tipImage {
	margin:0 15px 15px 0;
	float:left;
}
div.columns_3 div.column_3 {
	float:left;
	padding-left:75px;
	padding-right:106px;
	width:205px;
	display:block;
	position:relative;
	color:#710000;
}
div.columns_3 div.column_3 a,
div.columns_3 a {
	color:#710000;
}
div.columns_3 div.column_3 div {
	position:relative;
}
div.columns_3 div.column_3 div.none {
	background:none;
	padding:0;
}
div.columns_3 div.column_3 ul {
	list-style-position:outside;
	margin-left:20px;
}
div.columns_3 div.column_3 div img.wedstrijd {
	position:absolute;
	top:-9px;
	right:-9px;
}
div.columns_3 div.column_3 div.leftImg img,
div.columns_3 div.column_3 div.rightImg img {
	position:absolute;
	top:-30px;
}
div.columns_3 div.column_3 div.leftImg img {
	left:-30px;
}
div.columns_3 div.column_3 div.rightImg img {
	right:-30px;
}
div.columns_3 div.column_3 div.rightImg p {
	width:150px;
}
div.columns_3 div.column_3 div.leftImg h1 {
	padding-left:20px;
}
div.columns_3 div.column_3 div a.btn,
div.columns_3 div.column_3 div a.btn2 {
	margin-top:15px;
}
div.columns_3 div.column_3 div.rightImg p img,
div.columns_3 div.column_3 div.leftImg p img {
	position:relative;
	left:0;
	top:0;
	float:none;
}
body.clubMenu div.columns_3 div.column_3 {
	margin-top:70px;
}
body.headImage div.columns_3 div.column_3 {
	margin-top:0px;
}
body.clubMenu.headImage div.columns_3 div.column_3,
body.headImage.clubMenu div.columns_3 div.column_3 {
	margin-top:0px;
}
div.columns_3 div.column_3 div {
	background-image:url('/images/general/content_background_dark.png');
	background-repeat:repeat-y;
	padding:15px;
	margin-bottom:30px;
}
div.columns_3 div.column_3 div h1 {
	font-size:18px;
	line-height:18px;
	color:#710000;
	margin-bottom:5px;
}
div.columns_3 div.column_3 div p {
	line-height:16px;
}
div.columns_3 p img {
	float:left;
	margin:0 15px 15px 0;
}
div.columns_3 h2 {
	margin-bottom:25px;
}

/**
 * RECIPE
 */


div.columns_3 div.column_2 div.recipe ol,
div.columns_3 div.column_2 div.recipe ul{
	margin: 0 0 30px 15px;
	list-style-position: outside;
}
div.columns_3 div.column_2 div.recipe ol{
	margin-left: 0;
	}
div.recipe ol li,
div.recipe ul li{
	margin-bottom: 5px;
}

div.recipe ul.details{
	color: #a90918;
	font-size: 11px;
	margin: 0 0 30px 0;
	overflow: hidden;
	list-style: none;
	}

div.recipe ul.details li{
	width: auto;
	float: left;
	padding-left: 35px;
	height: 28px;
	line-height: 28px;
	margin-right:20px;
}
div.recipe ul.details li.details-pers{
	background: url('/images/general/icn-pers.png') 0 0 no-repeat;
	}
div.recipe ul.details li.details-time{
	background: url('/images/general/icn-time.png') 0 0 no-repeat;
	}
div.recipe ol.bereiding{
	list-style: none;
	margin-left: 0;
	margin-bottom: 40px;
	}
div.recipe ol.bereiding li{
	padding: 0 0 20px 65px;
	margin: 20px 0;
	border-bottom: 1px dotted red;
	height:auto;
	min-height:55px;
	background: url('/images/general/bullet-big.jpg') 0 0 no-repeat;
	}
div.recipe ol.bereiding li.step1{ background-image: url('/images/general/bullet-big-1.jpg'); }
div.recipe ol.bereiding li.step2{ background-image: url('/images/general/bullet-big-2.jpg'); }
div.recipe ol.bereiding li.step3{ background-image: url('/images/general/bullet-big-3.jpg'); }
div.recipe ol.bereiding li.step4{ background-image: url('/images/general/bullet-big-4.jpg'); }
div.recipe ol.bereiding li.step5{ background-image: url('/images/general/bullet-big-5.jpg'); }
div.recipe ol.bereiding li.step6{ background-image: url('/images/general/bullet-big-6.jpg'); }
div.recipe ol.bereiding li.step7{ background-image: url('/images/general/bullet-big-7.jpg'); }
div.recipe ol.bereiding li.step8{ background-image: url('/images/general/bullet-big-8.jpg'); }
div.recipe ol.bereiding li.step9{ background-image: url('/images/general/bullet-big-9.jpg'); }
div.recipe ol.bereiding li.last{ border: none; }

div.recipe ol.bereiding li span{
	display: block;
	}

div.article {
	position:relative;
	margin-top:20px;
	background-color:#f4f4f4;
	padding:15px;
}
div.article img {
	position:absolute;
	top:-30px;
	right:-30px;
}
div.article h1 {
	font-size:18px;
	line-height:20px;
	width:380px;
}
div.article p {
	margin-bottom:10px;
	width:380px;
}


div.recepten {
	padding:15px 15px 5px 15px;
	background-image:url('/images/general/recepten_bg.gif');
	background-repeat:repeat-y;
	background-position:top right;
	background-color:#eaebeb;
	margin-top:15px;
}
div.recepten h1,
div.column_equal h1 {
	font-size:18px;
	line-height:20px;
}
div.recepten p {
	margin-bottom:10px;
}
div.recepten ul {
	list-style:none;
}
div.recepten ul li {
	border-top:1px dotted #020202;
	padding-top:10px;
	padding-bottom:10px;
}
div.recepten ul li img {
	display:block;
	padding:4px;
	background-image:url('/images/general/recepten_small_bg.png');
	background-repeat:no-repeat;
	height:40px;
	width:40px;
	float:left;
	margin-right:5px;
}


div.form h1 {
	font-size:18px;
	line-height:20px;
	margin:0;
	margin-bottom:6px;
	margin-top:15px;
}
div.form input.small {
	margin:0;
}
/*
form p.error,
div.form p.error {
	background-color:#FFF0F0;
	color:#a90918;
	border:1px solid #a90918;
	padding:10px;
	margin-top:20px;
	font-weight:bold;
}
form p.error {
	margin-bottom:20px;
	margin-top:0;
}*/



form#registerForm table {
	width:480px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:11px;
}
form#registerForm table tr td {
	vertical-align:top;
}
form#registerProForm label.small,
form#registerForm label {
	margin-right:6px;
	display:inline-block;
}
form#registerForm b,
form#registerForm strong {
	display:inline-block;
	margin-bottom:4px;
	margin-top:6px;
}
form#registerForm input {
	display:inline-block;
	margin:6px 4px 0 0;
	line-height:11px;
	height:auto;
}
form#registerForm input[type=text] {
	margin:6px 0;
	width:470px;
	height:19px;
}
form#registerForm input.small {
	margin-right:0;
	width:100px;
}
form#registerForm input.medium {
	margin-right:0;
	width:200px;
}



ul.rubrieken {
	list-style:none;
	margin-bottom:30px;
}
ul.rubrieken li {
	float:left;
	width:140px;
	height:100px;
	position:relative;
	margin-bottom:25px;
}
ul.rubrieken li.middle {
	margin-left:30px;
	margin-right:30px;
}
ul.rubrieken li span {
	display:block;
	background-image:url('../images/general/arrow.png');
	background-repeat:no-repeat;
	background-position:6px 4px;
	padding:2px 6px 4px 30px;
	width:94px;
	position:absolute;
	top:2px;
	left:5px;
	background-color:#FFF;
	color:#bc161d;
	text-transform:uppercase;
}
ul.rubrieken li img {
	border:1px solid #d0d0d0;
	width:138px;
	height:98px;
}



ul.recepten {
	list-style:none;
}
ul.recepten li {
	width:140px;
	float:left;
	position:relative;
}
ul.recepten li.middle {
	margin-left:30px;
	margin-right:30px;
}
ul.recepten li span {
	display:block;
	font-size:12px;
	line-height:14px;
	text-decoration:underline;
	height:30px;
	overflow:hidden;
}
ul.recepten li img {
	border:1px solid #d0d0d0;
	width:138px;
	height:108px;
}
ul.recepten li img.nieuw {
	width:auto;
	height:auto;
	position:absolute;
	top:-30px;
	right:-30px;
	border:none;
}

div#viewThemasDiv {
	margin:15px 0 0 0;
	padding:0;
	background:none;
	display:none;
}


div.columns_3_equal {
	width:1095px;
}
div.columns_3_equal .column_equal {
	width:325px;
	float:left;
	padding:0 20px;
}
div.columns_3_equal .column_equal img {
	border:1px solid #D0D0D0;
	height:98px;
	width:138px;
	display:inline;
	float:left;
	margin:0 15px 0 0;
}



div.body_suffix table tr td {
	padding:4px 10px 4px 0;
}

#imc_graphique_fr {
	background:transparent url(/images/wellness/imc_graphique_fr.png) no-repeat scroll left center;
	padding:34px 0;
	width:100%;
}
#imc_graphique_nl {
	background:transparent url(/images/wellness/imc_graphique_nl.png) no-repeat scroll left center;
	padding:34px 0;
	width:100%;
}
#imc_curseur {
	background:#FFFFFF none repeat scroll 0 0;
	height:24px;
	width:4px;
}


ul#articlesOverview,
ul#otherTips {
	list-style:none;
}
ul#articlesOverview img,
ul#otherTips img {
	width:100px;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #D0D0D0;
}
ul#articlesOverview h3,
ul#otherTips h3 {
	padding-bottom:0;
}


ul#winnerList {
	list-style:none;
}
ul#winnerList li h3 {
	margin-bottom:0;
	padding-bottom:0;
}
ul#winnerList li p {
	margin-top:0;
}
ul#winnerList li hr {
	margin-top:15px;
}
ul#winnerList li ul {
	list-style:none;
	display:none;
}



ul#languageSwitch {
	position:absolute;
	right:45px;
	top:0;
}


/**
 * homepage
 * @author:		Avril Verhaeghen
 * @company:	Boulevart
 */
.homeMeTime {
	width: 690px;
	float: right;
	padding-left:315px;
}

div#contentDiv div#homeTemplate div.homeMeTime .tijdvoorjezelfbanner {
	position: relative;
	width: 690px;
	height: 210px;
	margin-right: 0;
	background: url("/images/home/homepage_me_time_bg.png") no-repeat;
	top: 10px;
}

div#contentDiv div#homeTemplate div.homeMeTime .tijdvoorjezelfwin,
div#contentDiv div#homeTemplate div.homeMeTime .tijdvoorjezelfwin_fr {
	position: relative;
	width: 639px;
	height: 210px;
	background: url("/images/home/homepage_win_bg.png") no-repeat;
	top: 25px;
	right: 0px;
	margin-left:51px;
	display:none;
}
div#contentDiv div#homeTemplate div.homeMeTime .tijdvoorjezelfwin_fr {
	background: url("/images/home/homepage_win_bg_fr.png") no-repeat;
}

.home_left_espressomachine {
	position:relative;
	width: 101px;
	height: 155px;
	background: url("/images/home/canderel_homeHome_13.png") no-repeat;
	float: left;
	margin: -22px 0 0 46px;
}

.home_canderel_image_nl,
.home_canderel_image_fr {
	position: relative;
	width: 131px;
	height: 125px;
	float: left;
	background: url("/images/home/canderel_homeHome_16.png") no-repeat;
	margin: 10px 0 0 14px;
}
.home_canderel_image_fr {
	background: url("/images/home/canderel_homeHome_16_fr.png") no-repeat;
}

.home_canderel_image_nl a,
.home_canderel_image_fr a {
	position: relative;
	top: 33px;
	margin-right: 30px;
}
.home_canderel_image_fr a {
	top: 35px;
	margin-right: 32px;
}

.tijdvoorjezelfwin h2,
.tijdvoorjezelfwin_fr h2 {
	position: relative;
	top: 15px;
	margin-left: 120px;
	text-transform: uppercase;
}

.button {
	position: relative;
	margin: 80px 30px 0 0;
}

.tijdvoorjezelfbanner h1 {
	position: relative;
	font-size: 64px;
	color: #301852;
	top: 55px;
}

.tijdvoorjezelfbanner a {
	position: relative;
	top: 60px;
	font-size: 25px;
	color: #8b7c9f;
}

h1.small_header {
	font-size: 42px;
}

.red-color-fr { color: #ab0919; font-size: 26px; }
.red-color { color: #ab0919; font-size: 28px; }
.darkblue-color { color: #0d3356; font-size: 20px; }

/**
 * END homepage
 * @author:		Avril Verhaeghen
 * @company:	Boulevart
 */



/**
 * enquete
 * @author: 	Brecht Cloetens
 * @company:	Duval Guillaume
 */
div#enquete {
	position:relative;
}
div#enquete ul#pageOverview {
	list-style:none;
	position:absolute;
	right:106px;
	top:-83px;
}
div#enquete ul#pageOverview li {
	float:left;
	height:60px;
	width:60px;
	line-height:60px;
	text-align:center;
	background-image:url('/images/enquete/pages.png');
	margin-left:-10px;
	position:relative;
	color:#F00;
	font-weight:lighter;
	font-style:italic;
	font-size:35px;
}
div#enquete ul#pageOverview li:first-child {
	background-image:url('/images/enquete/pages_first.png');
}
div#enquete ul#pageOverview li.current {
	background-image:url('/images/enquete/pages_current.png');
	z-index:9999;
	color:#FFF;
}

div#enquete ul#pages {
	list-style:none;
	padding-left:250px;
}

div#enquete ul#pages li {
	display:none;
	list-style:none;
}
div#enquete ul#pages li div.answers ul li {
	display:block;
}
div#enquete ul#pages li.current {
	display:block;
}
div#enquete ul#pages li.current {
	min-height:450px;
	padding-right:106px;
}
div#enquete ul#pages li div.block {
	margin-left:70px;
	padding-top:20px;
	position:relative;
}
div#enquete ul#pages li div.block div.blocknumber {
	width:43px;
	height:45px;
	background-image:url('/images/enquete/blocks.png');
	background-repeat:none;
	position:absolute;
	left:-70px;
	top:0;
	text-align:right;
	padding-top:10px;
	padding-right:12px;
	color:#FFF;
	font-style:italic;
	font-size:26px;
}
div#enquete ul#pages li div.block div.question {
	padding-bottom:13px;
	margin-bottom:15px;
	border-bottom:1px solid #E5E5E5;
}
div#enquete ul#pages li div.block div.question div.question {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
	margin-top:25px;
	display:none;
}
div#enquete ul#pages li div.block div.question h3 {
	font-size:13px;
	color:#F00;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
}
div#enquete ul#pages li div.block div.question p {
	margin-top:-2px;
	margin-bottom:0;
	font-size:11px;
}
div#enquete img.image {
	border:1px solid #E5E5E5;
	margin-bottom:35px;
	display:block;
}
div#enquete label img.image {
	margin-bottom:10px;;
}
div#enquete label {
	display:inline-block;
	margin:0;
	padding:0;
	line-height:17px;
	vertical-align:top;
}
div#enquete div.answers {
	margin-top:10px;
	position:relative;
}
div#enquete div.checkbox {
	width:17px;
	height:17px;
	background-image:url('/images/enquete/checkbox.gif');
	background-position:0 0;
	background-repeat:none;
	display:inline-block;
}
div#enquete div.checkbox.checked {
	background-position:0 -17px;
}
div#enquete div.radio {
	width:18px;
	height:18px;
	background-image:url('/images/enquete/radio.gif');
	background-position:0 0;
	background-repeat:none;
	display:inline-block;
}
div#enquete div.radio.checked {
	background-position:0 -18px;
}
div#enquete ul.radio li label.radioYesNo {
	width:250px;
}
div#enquete ul#pages li ul.checkbox li.other {
	display:none;
	list-style:none;
}
div#enquete ul.checkbox li textarea {
	margin-left:20px;
	margin-top:0;
}
div#enquete ul.rating {
	list-style:none;
}
div#enquete ul.rating li {
	float:left;
	background-image:url('/images/enquete/rate.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	width:36px;
	height:37px;
	line-height:36px;
	text-align:center;
	position:relative;
	color:#FFF;
	font-size:11px;
	cursor:pointer;
	margin-left:-6px;
}
div#enquete ul.rating li.selected {
	background-position:0 -37px;
	z-index:999;
}
div#enquete div.tagcloudCounter {
	background-image:url('/images/enquete/tagcloudCounter.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	height:25px;
	margin-bottom:10px;
	margin-left:20px;
	margin-top:5px;
	position:relative;
	display:none;
}
div#enquete div.tagcloudCounter span {
	display:block;
	height:25px;
	width:31px;
	line-height:25px;
	text-align:center;
}
div#enquete div.tagcloudCounter div.tagcloudDown,
div#enquete div.tagcloudCounter div.tagcloudUp {
	height:10px;
	width:14px;
	background-image:url('/images/enquete/tagcloudUpDown.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	display:inline-block;
	cursor:pointer;
	position:absolute;
	left:38px;
	top:1px;
}
div#enquete div.tagcloudCounter div.tagcloudDown {
	background-position:0 -10px;
	top:12px;
}
div#enquete div.tagcloudContainer {
	width:500px;
	position:absolute;
	right:0;
	top:0;
}
div#enquete ul.radioYesNo {
	display:inline-block;
}
div#enquete ul.radioYesNo li {
	float:left;
}
div#enquete ul.radioYesNo li label {
	padding-left:3px;
	padding-right:30px;
}
div#enquete div#footerContent {
	padding-left:70px;
}




/**
 * enquete
 * @author: 	Gregory GERARD
 * @company:	Ausy Lux for Duval Guillaume
 */
.marginLeft, #enqueteFirst {
	position: relative;
	margin-left:250px;
}
.displayNone{
	display:none;
}
#enqueteFirst ul{
	list-style:none;
}
#enqueteFirst ul li p{
	width:650px;
}
#enqueteGift li{
	margin-left:45px;
	list-style:none;
}


#tableForm{width:410px}
#tableForm tbody tr td input, #tableForm tbody tr td label{
	display: inline;	
	padding:0px;
	margin:0px;
	vertical-align: middle;

	height:25px;
}
#tableForm tbody tr td label {
	line-height: 40px;
	height:40px;
}
.tableFormLabel {vertical-align: middle}

.errorBox{;padding: 10px}

.error2, .errorBox span{
	color: red;
	font: 10px verdana;
	padding: 3px 5px 5px 5px;
  border:1px solid #CC0000;
  background-color:#FFEEEE;
	width:auto;
}


#enqueteIntroTitle{
	font-size:26px;
	line-height:26px;
	color: #f00;
}

#subtitle
{
	font-size:16px;
	font-weight:bold;
	color:#8d3333;
}

#enquete_img1_fr
{
	background-image: url("/images/enquete/intro_img1_be_fr.png");
	background-position: right top;
	background-repeat: no-repeat;
	width:215px;
	height:125px;
	display:block
}

#enquete_img2_fr
{
	background-image: url("/images/enquete/intro_img2_be_fr.png");
	background-position: right top;
	background-repeat: no-repeat;
	width:650px;
	height:158px;
	display:block
}

#enquete_img1_be_nl
{
	background-image: url("/images/enquete/intro_img1_be_nl.png");
	background-position: right top;
	background-repeat: no-repeat;
	width:211px;
	height:122px;
	display:block
}
#enquete_img2_be_nl
{
	background-image: url("/images/enquete/intro_img2_be_nl.png");
	width:652px;
	height:159px;
	display:block;
	background-position: right top;
	background-repeat: no-repeat;
}

#enquete_img1_nl_nl
{
	background-image: url("/images/enquete/intro_img1_nl_nl.png");
	background-position: right top;
	background-repeat: no-repeat;
	width:614px;
	height:269px;
	display:block
}

#enqueteAsterix{
	padding-top:25px;
	font-size:10px;
	color:#404040;
	float:right;
	line-height: 10px;
}

#banner_fr_be
{
	width:224px;
	height:304px;
	background-image: url("/images/enquete/banner_4_fr_be.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	display:block;
	position:absolute;
	left:6px;
}

#banner_nl_be
{
	width:224px;
	height:304px;
	background-image: url("/images/enquete/banner_4_nl_be.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	display:block;
	position:absolute;
	left:6px;
}
#banner_nl_nl
{
	width:224px;
	height:219px;
	overflow:visible;
	background-image: url("/images/enquete/banner_4_nl_nl.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	display:block;
	position:absolute;
	left:6px;
}
.agreementlabel{
	line-height:12px;
	vertical-align:middle;
	padding-top:0px
}
#agreement {
	vertical-align:middle
}
.linkEnquete
{color:#000}

.other span{
	font-size:10px;
	font-weight:bold;
	padding-left:25px
}
#form_fields {}
#form_fields a{
float:right;
}

#form_fields{}
#form_fields label{
	width:155px;
	line-height: 15px;
	height:15px;
	display: inline;
	float:left;
}
#form_fields input, #form_fields textarea{
	width:290px;
	float:left;
	display:inline;	
}

	
#bannerLeft{
	heigth: 175px;
	width: 133px;
}

h2.enqueteH2{
	color:#FF0000;
}
div#errorAnswer{
	margin-bottom:15px;
}
p.ENQUETE_REQUIRED {
	font-size:10px;
}
p.ENQUETE_REQUIRED span {
	display:block;
	font-size:10px;
	font-style:italic;
}

div.finished_contest {
	padding:15px 15px 5px 15px;
	background-repeat:repeat-y;
	background-position:top right;
}

div.contest_header {
    background-image:url('/images/general/recepten_bg.gif');
}

div.finished_contest h1 {
    margin-top:10px;
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
}

div.contest_finished {
    float:right;
    font-weight:bold;
    font-size:10px;
    padding:10px;
}

div.winnerslist {
    display:none;
    margin-top:20px;
}
div.winnerslist h3 {
    font-weight:bold;
    font-sze:16px;
    margin-left:30px;
}
div.winnerslist table {
    margin-left:30px;
}
div.dashed_contest {
    border-bottom:2px dotted #FF0000;
}

a.closelist {
    margin: 10px 0 10px 0;
}
.running_contest img {
    float:left;
    margin-right:20px;
}
.running_contest h1 {
    font-size:16px;
    font-weight:bold;
}
.contest_ending {
    clear:left;
    margin-left:120px;
    font-size:11px;
}
.contest_button {
    float:right;
    margin-top:-5px;
    margin-bottom:25px;
}

ul.producten{list-style:none;position:relative;}
ul.producten li{list-style:none;width:186px;float:left;padding-left:10px;}
ul.producten li img{margin-bottom:15px;}
ul.producten li img.nieuw{position:absolute;top:-22px;right:5px;}
ul.producten li a{text-decoration:none;}
ul.producten li h1{font-size:22px;margin:0;display:block;height:45px;}
ul.producten li p{color:#000;margin-right:15px;display:block;height:170px;}

div.generic th{text-align:left;}


/** GREEN **/
ul.producten li.green a h1, h1.green, h2.green{color:#42a356;}
h3.green{color:#42a356;border-bottom:1px dotted #42a356;}

/** KORTING **/
div#korting h1{color:#229339;font-size:34px;font-weight:bold;font-family:Verdana;margin:30px 0 40px;}
div#korting img#titleImage{position:absolute;top:0;right:0;}
div#korting div.bon{margin-top:35px;}
div#korting div.bon h2{color:#d90022;font-weight:bold;font-size:20px;margin-bottom:0;}
div#korting div.bon h3{color:#070707;font-weight:bold;font-size:14px;}
