/* text blue: #0763aa */
/* text grey: #646464 */

/* @group main */
*{
	margin: 0;
	padding: 0;
	}
a{
	outline:none;
	}

html{
	background: url(../images/bg_main.jpg) 0 0 repeat-x;
	font-family: arial, helvetica, sans;
	font-size: 12px;
	color: ##646464;
	height: 100%;
	}
body{
	min-width: 1000px;
	height: 100%;
	color: #646464;
	}
body.fr{
	background: url(../images/header_fr.jpg) center 0 no-repeat;
	}
body.nl{
	background: url(../images/header_nl.jpg) center 0 no-repeat;
	}
a{
	 color: #0763aa;
	}
img,
a img{
	border: none;
	}
.anchorLink{
	text-decoration: none;
	font-family: georgia, times, serif;
	font-style: italic;
	background-image: url(../images/btn_slide_right.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
	padding-right: 15px;
	display:block;
	color: #fff;
	text-align: center;
	float:left;
	}
.anchorLink span{
	display: block;
	height: 20px;
	padding-top: 2px;
	background-image: url(../images/btn_slide_left.jpg);
	background-position: left 0;
	background-repeat: no-repeat;
	padding-left: 15px;
	cursor: pointer;
	float:left;
	}
.anchorLink:hover span{
	background-position: left -22px;
	}
.anchorLink:hover{
	background-position: right -22px;
	}

#VCard,
.callbackSubTitleBtn,
.vcardSubTitleBtn,
.wedstrijdBtn,
.simulatortipSubTitleBtn,
.pollSubTitleBtn,
.videtipSubTitleBtn,
.howtoSubTitleBtn,
.flashSubTitleBtn{
	width: 530px;
	height: 120px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	margin: 20px 0 20px -20px;
	}

#VCard span,
.callbackSubTitleBtn a,
.vcardSubTitleBtn a,
.wedstrijdBtn a,
.simulatortipSubTitleBtn span,
.polltipSubTitleBtn span,
.videtipSubTitleBtn span,
.howtoSubTitleBtn span,
.flashSubTitleBtn span{
	display: block;
	margin: 20px 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #686868;
	text-decoration: none;
	height: 70px;
	padding: 15px 20px 20px 160px;
	cursor:pointer;
	cursor:hand;
	}
#VCard span{
	padding: 20px 10px 20px 145px;
	}
.wedstrijdBtn a{
	padding: 20px 10px 0px 160px;
	}
#VCard span:hover,
.callbackSubTitleBtn a:hover,
.vcardSubTitleBtn a:hover,
.wedstrijdBtn a:hover,
.simulatortipSubTitleBtn span:hover,
.polltipSubTitleBtn span:hover,
.videtipSubTitleBtn span:hover,
.howtoSubTitleBtn span:hover,
.flashSubTitleBtn span:hover{
	color: #0763aa;
	cursor:pointer;
	cursor:hand;
	}
#VCard a span{
	display: block;
	}
/*.callbackSubTitleBtn{ background-image: url(../images/cta_btn_callback.jpg); }*/
/*#VCard, .vcardSubTitleBtn{ background-image: url(../images/cta_btn_vcard.jpg); }*/
.callbackSubTitleBtn{ background-image: url(../images/cta_btn_vcard.jpg); }
#VCard, .vcardSubTitleBtn{ background-image: url(../images/cta_btn_callback.jpg); }
.wedstrijdBtn{ background-image: url(../images/cta_btn_wedstrijd.jpg); }
.simulatortipSubTitleBtn{ background-image: url(../images/cta_btn_simulator.jpg); }
.polltipSubTitleBtn{ background-image: url(../images/cta_btn_poll.jpg); }
.videtipSubTitleBtn{ background-image: url(../images/cta_btn_video.jpg); }
.howtoSubTitleBtn{ background-image: url(../images/cta_btn_howto.jpg); }
.flashSubTitleBtn{ background-image: url(../images/cta_btn_presentation.jpg); }
sup{
	font-size: 9px;
	}
hr{
	border: 0;
	background: transparent;
	height: 1px;
	margin: 10px 0;
	border-bottom: 1px dashed #ccc;
	}
.dummyLink{
	position: absolute;
	margin: 20px 0 0 90px;
	display:block;
	width: 370px;
	height: 120px;
	}
.left{
	float: left;
	}
.right{
	float: right;
	}
.clearing{
	float: none;
	clear: both;
	}
.container{
	width: 1000px;
	margin: auto;
	}
	
dl, ul, ol{
	margin: 20px;
	}
ol{
	*margin: 25px;
	}
ul li, ol li{
	margin-bottom: 10px;
	}


.smallprint{
	font-size: 10px;
	/*line-height: 100%;
	*line-height: auto;*/
	}
/* @end */

/* @group Language */
html.language{
	background: url(../images/bg_languageMain.jpg) 0 0 repeat-x;
	}

html.language body{
	background: url(../images/bg_languageImage.jpg) center 0 no-repeat;
	min-width: 500px;
	}
html.language .container{
	width: 500px;
	}
html.language .languageBtns{
	list-style: none;
	width: 161px;
	position: absolute;
	margin: 340px 0 0 100px;
	padding: 0;
	}
html.language .languageBtns li{
	float: left;
	width: 161px;
	margin: 0;
	padding: 0;
	}
html.language .languageBtns li a img,
html.language .languageBtns li a{
	display: block;
	}

/* @end */

/* @group Content */
.contentContainer{
	width: 983px;
	margin: 0 auto;
	top: 190px;
	position: relative;
	background: url(../images/bg_search.jpg) 0 0 no-repeat;
	}
.leftContent{
	width: 729px;
	float: left;
	/*overflow: hidden;*/
	}
.rightContent{
	width: 254px;
	float: right;
	}
.mainContent{
	margin-top: 20px;
	}
/* @end */


/* @group header */
.header{
	height: 186px;
	position: absolute;
	width: 1000px;
	}
.language .mainTitle,
.language .baseline,
.hidden,
.header .mainTitle span,
.header .baseline,
.header .logoTogether{
	position: absolute;
	left: -10000px;
	top: auto;
	overflow: hidden;
	width: 1px;
	height: 1px;
	}
.logos{
	position: absolute;
	margin: 14px 0 0 870px;
	width: 119px;
	height: 120px;
	}
.nl .logos{
	background: url(../images/logo_samen_met.gif) 0 bottom no-repeat;
	}
.fr .logos{
	background: url(../images/logo_avec.gif) 0 bottom no-repeat;
	}
.logoBelgacom{
	display: block;
	position: absolute;
	}
.logoProximus{
	display: block;
	position: absolute;
	margin: 86px 0 0 61px;
	}
/* @end */

/* @group mainNavigation */
.mainNavigation{
	position: absolute;
	font-family: georgia, times, serif;
	font-size: 13px;
	list-style: none;
	margin: 160px 0 0 15px;
	}
.mainNavigation a{
	color: #747474;
	text-decoration: none;
	}
.mainNavigation .active,
.mainNavigation .active a,
.mainNavigation a:hover{
	color: #0763aa;
	}
.mainNavigation li{
	float: left;
	margin-right: 10px;
	padding: 3px 12px 3px 0;
	background: url(../images/menu_divider.jpg) right 0 repeat-y;
	}
.mainNavigation li.last{
	float: left;
	margin-right: 0;
	padding-right: 0;
	background: none;
	}
/* @end */
	
/* @group languageSelector */
.languageSelector{
	position: absolute;
	font-size: 10px;
	list-style: none;
	margin: 165px 0 0 950px;
	}
.languageSelector a{
	color: #747474;
	text-decoration: none;
	margin: 0;
	}
.languageSelector li{
	float: left;
	margin-right: 5px;
	padding: 0 5px 0 0;
	border-right: 1px solid #747474;
	}
.languageSelector li.last{
	float: left;
	margin-right: 0;
	padding-right: 0;
	border: none;
	}
.languageSelector .active,
.languageSelector .active a{
	color: #ccc;
	}
/* @end */

/* @group H1 > H6 */
h1, h2, h3, h4, h5, h6{
	font-family: georgia, times, serif;
	font-weight: normal;
	}
h1{
	font-size: 50px;
	}
h2{
	font-size: 24px;
	}
.baseline{
	font-size: 15px;
	font-style: italic;
	}
.logoTogether{
	font-size: 8px;
	font-style: italic;
	width: 50px;
	margin: 7px 8px;
	}
.leftContent h1{
	font-size: 24px;
	margin: 20px 0 10px 0;
	/*border:1px solid red;*/
	/*background-image: url(../images/bg_mainTitleTip.png);
	background-position: 0 0;
	background-repeat: no-repeat;*/
	}
.leftContent .pollModule h1{
	position: relative;
	}
.leftContent h3{
	font-size: 22px;
	margin: 50px 0 20px 0;
	}
.leftContent h4{
	font-size: 20px;
	margin: 20px 0;
	color: #0763aa;
	}
.leftContent h5{
	font-size: 18px;
	margin: 20px 0 10px 0;
	color: #646464;
	}
.rightContent h2, 
.rightContent h3, 
.rightContent h4, 
.rightContent h5, 
.rightContent h6{
	color: #0a68ae;
	margin-bottom: 10px;
	}
.rightContent .tagCloudContainer h4{
	height: 25px;
	overflow: hidden;
	font-style: italic;
	font-size: 16px;
	padding: 5px 0 0 10px;
	margin: 0;
	color: #fff;
	background: url(../images/bg_tags_title.jpg) 0 0 no-repeat;
	}
.rightContent .tagCloudContainer h4 a{
	color: #fff;
	}
.tipModule h2{
	font-size: 16px;
	height: 65px;
	*height:55px;
	line-height: 110%;
	padding: 5px 0 5px 2px;
	display: table-cell;
	vertical-align: bottom;
	}
.tipModule h2 a{
	text-decoration: none;
	color: #646464;
	}
.tipModule h4 a{
	color: #fff;
	text-decoration: none;
	display: block;
	}
.tipModule a:hover{
	color: #0763aa;
	}
a.more:hover{
	text-decoration:underline;
	}
.mainTips .tipModule .tipThumbTitle{
	color:  #fff;
	font-size: 16px;
	font-style: italic;
	padding: 0 10px;
	margin: 150px 0 0 0;
	background-image: url(../images/bg_titelTipGroot.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	position: absolute;
	width: 314px;
	height: 21px;
	overflow: hidden;
	}
.subTips .tipModule .tipThumbTitle{
	color:  #fff;
	font-size: 14px;
	font-style: italic;
	padding: 0 10px;
	margin: 94px 0 0 0;
	background-image: url(../images/bg_titelTipKlein.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	position: absolute;
	width: 194px;
	height: 15px;
	overflow: hidden;
	}

/*
.leftContent .tipColour{
	font-size: 1px;
	margin: 0;
	color: #fff;
	height: 24px;
	position: absolute;
	width: 512px;
	background-image: url(../images/bg_mainTitleTip.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}
*/
.leftContent .tipColour{
	font-size: 1px;
	margin: 237px 0 0 0;
	color: #fff;
	height: 24px;
	position: absolute;
	width: 512px;
	background-image: url(../images/bg_mainTitleTip2.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	}
/*edition 1*/
.tip_yellow .tipColour, .tip_yellow .tipThumbTitle{ background-color: #fff200; color: #a49c00;}
.tip_red .tipColour, .tip_red .tipThumbTitle{ background-color: #ed1c24; }
.tip_orange .tipColour, .tip_orange .tipThumbTitle{ background-color: #c54318; }
.tip_blue .tipColour, .tip_blue .tipThumbTitle{ background-color: #00a1e4; }
.tip_green .tipColour, .tip_green .tipThumbTitle{ background-color: #00a651; }
.tip_beige .tipColour, .tip_beige .tipThumbTitle{ background-color: #e6e54a; }
.tip_magenta .tipColour, .tip_magenta .tipThumbTitle{ background-color: #c6168d; }
.tip_olive .tipColour, .tip_olive .tipThumbTitle{ background-color: #9aca3c; }
.tip_purple .tipColour, .tip_purple .tipThumbTitle{ background-color: #82418e; }
.tip_grey .tipColour, .tip_grey .tipThumbTitle{ background-color: #7c93a0; }
.tip_cyan .tipColour, .tip_cyan .tipThumbTitle{ background-color: #00b3bd; }

/*edition 2*/
.tip_105_175_105 .tipColour, .tip_105_175_105 .tipThumbTitle{ background-color: rgb(105,175,105);}
.tip_0_191_223 .tipColour, .tip_0_191_223 .tipThumbTitle{ background-color: rgb(0,191,223);}
.tip_243_112_33 .tipColour, .tip_243_112_33 .tipThumbTitle{ background-color: rgb(243,112,33);}
.tip_130_65_142 .tipColour, .tip_130_65_142 .tipThumbTitle{ background-color: rgb(130,65,142);}
.tip_0_155_219 .tipColour, .tip_0_155_219 .tipThumbTitle{ background-color: rgb(0,155,219);}
.tip_0_91_170 .tipColour, .tip_0_91_170 .tipThumbTitle{ background-color: rgb(0,91,170);}
.tip_128_131_125 .tipColour, .tip_128_131_125 .tipThumbTitle{ background-color: rgb(128,131,125);}
.tip_11_95_94 .tipColour, .tip_11_95_94 .tipThumbTitle{ background-color: rgb(11,95,94);}
.tip_210_35_42 .tipColour, .tip_210_35_42 .tipThumbTitle{ background-color: rgb(210,35,42);}
.tip_35_31_32 .tipColour, .tip_35_31_32 .tipThumbTitle{ background-color: rgb(35,31,32);}
.tip_100_148_50 .tipColour, .tip_100_148_50 .tipThumbTitle{ background-color: rgb(100,148,50);}

/*edition 3*/
.tip_54_83_110 .tipColour, .tip_54_83_110 .tipThumbTitle{ background-color: rgb(54,83,110);}
.tip_0_178_89 .tipColour, .tip_0_178_89 .tipThumbTitle{ background-color: rgb(0,178,189);}
.tip_73_111_114 .tipColour, .tip_73_111_114 .tipThumbTitle{ background-color: rgb(73,111,114);}
.tip_201_77_75 .tipColour, .tip_201_77_75 .tipThumbTitle{ background-color: rgb(201,77,75);}
.tip_100_148_50 .tipColour, .tip_100_148_50 .tipThumbTitle{ background-color: rgb(100,148,50);}
.tip_0_179_189 .tipColour, .tip_0_179_189 .tipThumbTitle{ background-color: rgb(0,179,189);}
.tip_133_137_140 .tipColour, .tip_133_137_140 .tipThumbTitle{ background-color: rgb(133,137,140);}
.tip_67_106_179 .tipColour, .tip_67_106_179 .tipThumbTitle{ background-color: rgb(67,106,179);}
.tip_11_95_94 .tipColour, .tip_11_95_94 .tipThumbTitle{ background-color: rgb(11,95,94);}
.tip_130_65_142 .tipColour, .tip_130_65_142 .tipThumbTitle{ background-color: rgb(130,65,142);}
.tip_243_112_33 .tipColour, .tip_243_112_33 .tipThumbTitle{ background-color: rgb(243,112,33);}

/*edition 4*/

.tip_69_85_111 .tipColour, .tip_69_85_111 .tipThumbTitle{ background-color: rgb(69,85,111);}
.tip_173_63_57 .tipColour, .tip_173_63_57 .tipThumbTitle{ background-color: rgb(173,63,57);}
.tip_95_114_117 .tipColour, .tip_95_114_117 .tipThumbTitle{ background-color: rgb(95,114,117);}
.tip_31_96_151 .tipColour, .tip_31_96_151 .tipThumbTitle{ background-color: rgb(31,96,151);}
.tip_121_147_46 .tipColour, .tip_121_147_46 .tipThumbTitle{ background-color: rgb(121,147,46);}
.tip_64_167_182 .tipColour, .tip_64_167_182 .tipThumbTitle{ background-color: rgb(64,167,182);}
.tip_143_145_146 .tipColour, .tip_143_145_146 .tipThumbTitle{ background-color: rgb(143,145,146);}
.tip_49_65_115 .tipColour, .tip_49_65_115 .tipThumbTitle{ background-color: rgb(49,65,115);}
.tip_57_96_96 .tipColour, .tip_57_96_96 .tipThumbTitle{ background-color: rgb(57,96,96);}
.tip_120_60_130 .tipColour, .tip_120_60_130 .tipThumbTitle{ background-color: rgb(120,60,130);}
.tip_208_101_22 .tipColour, .tip_208_101_22 .tipThumbTitle{ background-color: rgb(208,101,22);}


/*
.mainTips .tip_yellow h4{ background-image: url(../images/tips/tip_poll_big.jpg); }
.mainTips .tip_red h4{ background-image: url(../images/tips/tip_flash_big.jpg); }
.mainTips .tip_orange h4{ background-image: url(../images/tips/tip_simulator_big.jpg); }
.mainTips .tip_blue h4{ background-image: url(../images/tips/tip_howto_big.jpg); }
.mainTips .tip_green h4{ background-image: (../images/tips/tip_video_big.jpg); }
.mainTips .tip_beige h4{ background-image: url(../images/tips/tip_news_big.jpg); }

.subTips .tip_yellow h4{ background-image: url(../images/tips/tip_poll_small.jpg); }
.subTips .tip_red h4{ background-image: url(../images/tips/tip_flash_small.jpg); }
.subTips .tip_orange h4{ background-image: url(../images/tips/tip_simulator_small.jpg); }
.subTips .tip_blue h4{ background-image: url(../images/tips/tip_howto_small.jpg); }
.subTips .tip_green h4{ background-image: url(../images/tips/tip_video_small.jpg); }
.subTips .tip_beige h4{ background-image: url(../images/tips/tip_news_small.jpg); }
*/

/* @end */

/* @group Forms */
fieldset{
	border: none;
	}
fieldset input{
	color: #aeaeae;
	font-style: italic;
	font-size: 12px;
	}
.mainSearchBox fieldset{
	margin: 12px 0 0 14px;
	}
.moduleContent input,
.mainSearchBox input{
	display: block;
	float: left;
	}
.mainSearchBox .searchField{
	border: 1px solid #b0b0b0;
	padding: 6px 7px 0 7px;
	height: 22px;
	width: 625px;
	border-right: none;
	}
.moduleContent fieldset{
	padding-bottom: 3px
	}
.moduleContent .searchField{
	border: 1px solid #b0b0b0;
	border-right: none;
	padding: 2px;
	height: 16px;
	width: 179px;
	}
/* @end */


/* @group tagCloud */
.tagCloudContainer{
	background: #E6E6E6 url(../images/bg_tags_bottom.jpg) center bottom no-repeat;
	padding: 0 15px 25px 15px;
	margin: 15px 0 20px 0;
	}
.tagCloudContainer h4{
	margin: auto;
	padding: 0;
	}
.tagCloudContainer img{
	display: block;
	}
.tagCloud{
	border: 1px solid #b0b0b0;
	border-width: 0 1px;
	background: #fff;
	padding: 15px;
	padding-bottom: 0;
	text-align: center;
	}
.tagCloudContainer .tagCloud{
	*width: 192px;
	}
.tagCloud ul{
	list-style: none;
	margin: 0;
	}
.tagCloud ul li{
	display: inline;
	margin: 0;
	}
.tagCloud a{
	text-decoration: none;
	padding: 0 2px;
	}
.tagCloud a:hover{
	background: #e5edf4;
	}
.tagCloud .level1 a,
.tagCloud .level1{ color: #005396; font-size: 19px;/*font-size: 24px;*/ }

.tagCloud .level2 a,
.tagCloud .level2{ color: #3476ab; font-size: 18px;/*font-size: 22px;*/ }

.tagCloud .level3 a,
.tagCloud .level3{ color: #4c86b5; font-size: 17px;/*font-size: 20px;*/ }

.tagCloud .level4 a,
.tagCloud .level4{ color: #73a1c5; font-size: 16px;/*font-size: 18px;*/ }

.tagCloud .level5 a,
.tagCloud .level5{ color: #a0bfd8; font-size: 15px;/*font-size: 16px;*/ }

.tagCloud .level6 a,
.tagCloud .level6{ color: #a0bfd8; font-size: 14px;/*font-size: 14px;*/ }

.tagCloud .level7 a,
.tagCloud .level7{ color: #a0bfd8; font-size: 13px;/*font-size: 12px;*/ }

.tagCloud .level8 a,
.tagCloud .level8{ color: #a0bfd8; font-size: 12px;/*font-size: 10px;*/ }

.mainContent .tagCloud{
	border: none;
	background: none;
	padding: 15px;
	text-align: left;
	height: auto;
	}
.tagCloud a.more{
	float:right;
	margin: 15px 0 0 0;
	display:block;
	padding-right: 10px;
	background: transparent url(../images/arrow_blue.gif) right 3px no-repeat;
	}
.tagCloud a.more:hover{
	text-decoration: underline;
	}

/* @end */


/* @group Module */
.rightColumnModule{
	margin:  0 0 20px 0;
	}
.rightColumnModule .moduleTop{
	height: 14px;
	background: url(../images/bg_module_top.jpg) 0 0 no-repeat;
	font-size: 1px;
	}
.rightColumnModule .moduleBottom{
	height: 14px;
	background: url(../images/bg_module_bottom.jpg) 0 0 no-repeat;
	font-size: 1px;
	}
.rightColumnModule .moduleContent{
	background: #f9f9f9;
	border: 1px solid #b0b0b0;
	border-width: 0 1px;
	padding: 0 15px;
	}
.moduleContent p{
	padding-bottom: 10px;
	}	
.moduleContent ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}
.moduleContent ul li{
	margin: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	background: url(../images/arrow_grey.gif) 0 4px no-repeat;
	}
.moduleContent ul a{
	color: #646464;
	text-decoration: none;
	}
.moduleContent ul a:hover{
	text-decoration: underline;
	}
.more{
	font-size: 11px;
	text-decoration: none;
	float: right;
	margin-right: 15px;
	padding-right: 10px;
	background: url(../images/arrow_blue.gif) right 4px no-repeat;
	}
.subQuestions .more{
	margin-top: 10px;
	}
/* @end */

/* @group listModule */
.listModule{
	margin-bottom: 20px;
	}
.listModule h4{
	margin: 0 0 0 15px;
	}
.listModule h4 span{
	font-size: 16px;
	display: block;
	}
.listModule ul{
	width: 480px;
	margin-bottom: 0;
	}
.listModule li{
	margin: 0 20px 0 20px;
	padding-bottom: 10px;	
	}
.listModuleTop{
	width: 512px;
	height: 10px;
	background: url(../images/pollModuleTop.jpg) 0 0 no-repeat;
	}
.listModuleBottom{
	width: 512px;
	height: 10px;
	background: url(../images/pollModuleBottom.jpg) 0 bottom no-repeat;
	}
.listModuleContent{
	border-color: #bebebe;
	border-width: 0 1px;
	border-style: solid;
	background-color: #fafafa;
	}
.moduleLabel{
	width: 10px;
	height: 47px;
	background: url(../images/label.jpg) 0 0 no-repeat;
	position: absolute;
	margin: 2px 0 0 -10px;
	overflow: hidden;
	}
.moduleLabel span{
	color: #fff;
	font-size: 20px;
	display: block;
	margin: 7px 0 0 7px;
	}
/* @end */

/* @group Poll */
.promo{
	position: absolute;
	margin: -20px 0 0 -20px;
	}
.pollModule{
	/*background: url(../images/pollModuleBottom.jpg) left bottom no-repeat;
	padding-bottom: 10px;*/
	margin: 20px 0;
	}
.promoModule{
	margin-top: 35px;
	}
.promoModule h5{
	font-size:18px;
	color: #0763aa;
	line-height: 110%;
	margin-top: 15px;
	}
.promoModule span{
	font-size:12px;
	margin-top: 0;
	}
.pollModule .moduleTop{
	background: url(../images/pollModuleTop.jpg) left top no-repeat;
	height: 10px;
	}
.pollModule .moduleBottom{
	background: url(../images/pollModuleBottom.jpg) left bottom no-repeat;
	height: 10px;
	}
.pollModule .pollContent{
	border: 1px solid #bebebe;
	border-width: 0 1px;
	padding: 10px 15px;
	background-color: #fafafa;
	}
.pollModule .promoContent{
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	}
.pollModule .pollContent .question{
	font-size: 18px;
	margin: 0 20px 20px 20px;
	font-family: georgia, times, serif;
	}
.pollModule .pollContent form fieldset{
	margin: 0;
	}
.pollModule .pollContent form span{
	display: block;
	float: none;
	/*height: 25px;*/
	margin-bottom: 15px;
	margin-left: 40px;
	}
.pollModule .pollContent form span label,
.pollModule .pollContent form span input{
	display: inline;
	margin-right: 5px;
	float:none;
	}
.sendPoll{
	margin-top: 20px;
	text-align: right;
	}
.sendPoll input{
	color: #666;
	}
/* @end */

/* @group blueTip */
.blueTipModule{
	/*background: url(../images/pollModuleBottom.jpg) left bottom no-repeat;
	padding-bottom: 10px;*/
	margin: 0 0 30px 0;
	}
.blueTipModule .moduleTop{
	/*background: url(../images/pollModuleTop.jpg) left top no-repeat;*/
	background: url(../images/blueTop.jpg) left top no-repeat;
	height: 10px;
	}
.blueTipModule .moduleBottom{
	/*background: url(../images/pollModuleBottom.jpg) left bottom no-repeat;*/
	background: url(../images/blueBottom.jpg) left bottom no-repeat;
	height: 10px;
	}
.blueTipModule .blueTipContent{
	/*border: 1px solid #bebebe;
	border-width: 0 1px;*/
	border:none;
	padding: 0 10px;
	/*background-color: #fafafa;*/
	background-color: #c9e5f1;
	}
.blueTipModule ol{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 25px;
	color: #0075ab;
	}
.blueTipModule li{
	margin: 0;
	padding-bottom: 10px;
	}
/* @end */

/* @group Tips */
.mainTips{
	margin-bottom: 20px;
	}
.mainTips .tipModule{
	width: 334px;
	height: 300px;
	float: left;
	margin: 0 30px 10px 0;
	}
.mainTips .tipImage{
	margin-top: 5px;
	}
.mainTips .tipImage img{
	width: 334px; 
	}
.mainTips .tipModule p{
	padding: 8px;
	overflow: hidden;
	border-bottom:1px solid #eee;
	margin-bottom: 5px;
	}
.tipModule p a{
	color: #646464;
	text-decoration: none;
	}
.subTips{
	
	}
.subTips p{
	padding: 8px;
	/*height: 38px;*/
	height: 50px;
	overflow: hidden;
	font-size: 11px;
	border-bottom:1px solid #eee;
	margin-bottom: 5px;
	font-weight: bold;
	}
.subTips .tipModule{
	width: 214px;
	min-height: 180px;
	float: left;
	margin: 0 25px 30px 0;
	}

.subTips .tipImage img{
	width: 214px; 
	}
.rateResult{
	float: left;
	width: 100px;
	padding-left: 5px;
	height: 15px;
	}

/* @end */

/* @group tipContent */
.pageTop{
	min-height: 50px;
	margin-bottom: 20px;
	}
.flash_video{
	height: 288px;
	}
.flash_howto{
	margin: 20px 0;
	}
.text_howto{
	width: 460px;
	margin-left: 25px;
	margin-bottom: 20px;
	}
.text_howto .moduleTop{
	height: 12px;
	background: url(../images/bg_list_top.jpg) 0 0 no-repeat;
	font-size: 1px;
	}
.text_howto .moduleBottom{
	height: 12px;
	background: url(../images/bg_list_bottom.jpg) 0 0 no-repeat;
	font-size: 1px;
	}
.text_howto .moduleContent{
	background: #F4F4F4;
	margin: 0;
	padding-top: 10px;
	}
.text_howto ol,
.text_howto ul{
	margin: 0;
	padding: 0 20px 0 40px;	
	}
.text_howto ol li,
.text_howto ul li{
	margin: 0;
	padding: 0 0 10px 0;
	}
.tipContent{
	width: 512px;
	float: left;
	/*overflow: hidden;*/
	/*background: #eee;*/
	}
.tipContent p{
	margin: 0 0 10px 0;
	}
.tipRate{
	float: right;
	width: 152px;
	margin-right: 30px;
	margin-top: 20px;
	overflow:hidden;
	/*border:1px solid red;*/
	}
.tipRate .rateModule{
	width: 152px;
	height: 57px;
	background: url(../images/bg_rateModule.jpg) 0 0 no-repeat;
	margin-bottom: 10px;
	text-align: center;
	}
.tipRate .rateModule span{
	display: block;
	padding: 9px 0 5px 0;
	}
#vcardFormContainer a.rateBtn,
#questionFormContainer a.rateBtn,
#voteModuleMessageDiv a.rateBtn,
.tipRate .rateModule a.rateBtn{
	display: block;
	width: 126px;
	height: 20px;
	margin: auto;
	background-image: url(../images/btn_rate.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #fff;
	font-family: georgia, times, serif;
	font-style: italic;
	text-decoration: none;
	padding-top: 1px;
	text-align: center;
	}
.tipRate .rateModule a.yesBtn,
.tipRate .rateModule a.noBtn{
	display: block;
	width: 43px;
	height: 20px;
	float: left;
	color: #fff;
	font-family: georgia, times, serif;
	font-style: italic;
	text-decoration: none;
	padding-top: 1px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0 0;
	}
.tipRate .rateModule a.noBtn{
	background-image: url(../images/btn_no.gif);
	}
.tipRate .rateModule a.yesBtn{
	background-image: url(../images/btn_yes.gif);
	margin-left: 30px;
	}
#questionFormContainer a.rateBtn:hover,
#voteModuleMessageDiv a.rateBtn:hover,
.tipRate .rateModule a.rateBtn:hover,
.tipRate .rateModule a.noBtn:hover,
.tipRate .rateModule a.yesBtn:hover{
	background-position: 0 -22px;
	}
.tipRate .rateModule .rateResult{
	float: none;
	padding: 0;
	text-align: center;
	width: auto;
	padding: 7px 0;
	}
.tipRate #askThis{
	height: 132px;
	background: url(../images/bg_rateModuleQuestion.jpg) 0 0 no-repeat;
	}
.tipRate #askThis span{
	text-align: right;
	font-family: georgia, times, serif;
	font-size: 15px;
	width: 110px;
	height: 90px;
	margin-left: 30px;
	font-style: italic;
	}
blockquote{
	font-family: georgia, times, serif;
	color: #0763aa;
	font-size: 16px;
	margin: 20px 0;
	}

/* @end */

/* @group subQuestions */
.subQuestions{
	margin-right: 35px;
	}
.subQuestions h4{
	font-family: arial, helvetica, sans;
	color: #0763aa;
	font-size: 14px;
	padding: 0 0 5px 10px;
	background: url(../images/arrow_blue.gif) 0 4px no-repeat;
	margin-bottom: 0;
	}
.questionModule{
	width: 670px;
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 1px;
	}
.questionModule .moduleBottom,
.questionModule .moduleTop{
	margin-left: 10px;
	width: 650px;
	height: 12px;
	font-size: 1px;
	overflow: hidden;
	
	}
.questionModule .moduleTop{
	background: url(../images/bg_question_top.jpg) 0 0 no-repeat;
	}
.questionModule p{
	margin: 0 10px 0 10px;
	padding: 0 15px;
	font-style: italic;
	background: #F4F4F4;
	}
.questionModule .moduleBottom{
	background: url(../images/bg_question_bottom.jpg) 0 0 no-repeat;
	}
/* @end */


/* @group Tables */
.tableTip{
	width: 512px;
	}
.tableTip th,
.tableTip td{
	width: 25%;
	padding: 0 5px;
	vertical-align: top;
	text-align: left;
	}
/*
.compareTable{
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 20px;
	}
*/

	
.compareTable th,
.compareTable td{
	padding: 10px 5px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	}
.tableFour th,
.tableFour td{
	width: 25%;
	}
.tableTwo th,
.tableTwo td{
	width: 50%;
	}
.tableAdvantage th,
.tableAdvantage td{
	width: 30%;
	}
.tableAdvantage .advantageCell{
	width: 10%;
	}
.compareTable th{
	background: #eee;
	padding: 5px;
	}
.compareTable th.altCell{
	/*background: #ddd;*/
	}
.compareTable td.altCell{
	/*background: #eee;*/
	}
/* @end */

/* @group FAQ */
.faq{
	}
.faq h4{
	font-size: 18px;
	margin: 0;
	padding: 0;
	}
.faqModule{
	border-bottom: 1px solid #dadada;
	margin-bottom: 25px;
	}
.faqModule .moduleContent{
	background-color: #f4f4f4;
	width: 450px;
	margin: 0 0 0 20px;
	padding: 0 15px;
	font-size: 12px;
	}
.faqModule .moduleContent p{
	padding-bottom: 10px; 
	margin:0;
	}
.faqModule .moduleContent dt{
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	}
.faqModule .moduleContent dd{
	background:none;
	margin:0;
	padding: 0 0 20px 0;
	}
.faqModule .moduleContent dl{
	margin: 0;
	}
.faqModule .moduleContent ul{
	list-style: disc;
	margin-left: 20px;
	}
.faqModule .moduleContent ul li{
	background: none;
	padding-left:0;
	}
.faqModule .moduleTop,
.faqModule .moduleBottom{
	background-color: #f4f4f4;
	height: 12px;
	margin: 0 0 0 20px;
	width: 450px;
	padding: 0 15px;
	}
.faqModule .moduleTop{
	background: url(../images/bg_faq_top.jpg) 0 0 no-repeat;
	margin-top: 10px;
	font-size: 1px;
	}
.faqModule .moduleBottom{
	background: url(../images/bg_faq_bottom.jpg) 0 0 no-repeat;
	margin-bottom: 25px;
	font-size: 1px;
	}
/* @end */

/* @group 2columnModule */
.twoColumnModule{
	width: 240px;
	margin: 0 0 30px 0;
	*margin: 0 0 10px 0;
	}
.twoColumnModule .moduleTop{
	width: 240px;
	height: 10px;
	font-size: 1px;
	background: url(../images/bg_twoColumnModule_top.jpg) 0 0 no-repeat;
	}
.twoColumnModule .moduleBottom{
	width: 240px;
	height: 10px;
	font-size: 1px;
	background: url(../images/bg_twoColumnModule_bottom.jpg) 0 0 no-repeat;
	}
.twoColumnModule .moduleContent{
	background: #f4f4f4;
	min-height: 170px;
	}
.twoColumnModule ul,
.twoColumnModule ol,
.twoColumnModule li,
.twoColumnModule p,
.twoColumnModule h4{
	margin: 0;
	}
.twoColumnModule h4{
	font-size: 18px;
	padding: 0 0 8px 15px;
	}
.twoColumnModule p{
	padding: 0 0 8px 15px;
	}
.twoColumnModule li{
	padding: 0 0 5px 0;
	}
.twoColumnModule ul,
.twoColumnModule ol{
	padding: 0 0 0 0;
	margin: 0 15px 0 30px;
	}
.twoColumnModule .smallprint{
	padding: 10px 0 0 0;
	}
/* @end */


/* @group Footer */
.footer{
	padding: 20px 0;
	width: 729px;
	text-align: center;
	font-size: 10px;
	color:#779FAE;
	}
.footer a{
	color:#779FAE;
	text-decoration: none;
	}
/* @end */

/* @group inschrijving */
.form_subscribe{
	width: 396px;
	}

.set_detail label,
.set_address_2 label,
.set_address_1 label,
.set_personal label,
.form_subscribe label{
	display: block;
	margin: 20px 0 5px 2px;
	font-family: georgia, times, serif;
	font-size: 15px;
	color: #0763aa;
	}

.set_detail input,
.set_address_2 input,
.set_address_1 input,
.set_personal input,
.form_subscribe input{
	border: 1px solid #b0b0b0;
	padding: 3px;
	width: 390px;
	color: #333;
	font-style: normal;
	}
.set_address_2 #form_zip,
.set_address_1 #form_number,
.form_subscribe #form_zip,
.form_subscribe #form_number{
	width: 70px;
	}
.set_address_2 #form_city,
.set_address_1 #form_street,
.form_subscribe #form_city,
.form_subscribe #form_street{
	width: 290px;
	}
.set_detail #form_vat,
.form_subscribe #form_vat{
	width: 120px;
	}
.set_address_2 .right,
.set_address_1 .right{
	float:left;
	}
.set_address_2 .left input,
.set_address_1 .left input{
	margin-right: 20px;
	margin-left: 0;
	}
.set_address_2 .right input,
.set_address_1 .right input{
	margin-right: 0;
	margin-left: 0;
	}
label.form_error,
h4.form_error a,
h4.form_error,
div.form_error{
	color: red;
	}
.form_subscribe .set_send label{
	font-size: 12px;
	color: #646464;
	display: inline;
	}
.form_subscribe .set_send #form_option{
	border: none;
	display: inline;
	width:20px;
	}
fieldset.set_send{
	padding: 30px 0;
}

fieldset.set_send #form_send{
	display: block;
	width: 180px;
	/*margin: auto;*/
	margin-top: 30px;
	border: none;
}
/* @end */

/* @group Wedstrijd */
.questionFormContainer{
	width: 700px;
	}
.questionHeader{
	width: 717px;
	height: 263px;
	margin-left: -30px;
	margin-bottom: 20px;
}
.fr .questionFormContainer .questionHeader{
	background: url(../images/wedstrijdheader_fr.jpg) 0 0 no-repeat !important;
	}
.nl .questionFormContainer .questionHeader{
	background: url(../images/wedstrijdheader_nl.jpg) 0 0 no-repeat !important;
	}
.questionHeader h2{
	position: absolute;
	color: #0763aa;
	font-size: 42px;
	width: 400px;
	margin: 80px 0 0 35px;
	}
.questionFormContainer h4{
	/*text-indent: -23px;
	padding-left: 23px;*/
	margin-top: 30px;
	}
.questionFormSet span{
	display: block;
	margin-bottom: 5px;
	}
.questionFormSet input{
	margin-left: 45px;
	}
.questionFormSet label{
	margin: 0 0 8px 10px;
	}
.questionFormSub{
	}
.questionFormSub label{
	float: left;	
	display: inline;
	margin-right: 15px;
	font-size: 14px;
	margin-top: 15px;
	}
.questionFormSub input{
	width: 40px;
	display: inline;
	margin: 10px 5px 0 0;
	border: 1px solid #b0b0b0;
	padding: 3px;
	width: 390px;
	color: #333;
	font-style: normal;
	}
.questionIntro{
	font-size: 16px;
	}

.questionFormContainer .moduleContent{
	overflow: hidden;
	width: 647px;
	padding: 10px 20px;
	background: #ebebeb;
	}
.questionFormContainer .moduleTop{
	width: 687px;
	height: 10px;
	background: #ebebeb url(../images/bg_wedstrijdFormModuleTop.jpg) 0 0 no-repeat;
	overflow: hidden;
	}
.questionFormContainer .moduleBottom{
	width: 687px;
	height: 10px;
	background: #ebebeb url(../images/bg_wedstrijdFormModuleBottom.jpg) 0 0 no-repeat;
	overflow: hidden;
	}
.questionFormSend{
	text-align: left;
	margin: 30px 10px 50px 0;
	}
/* @end */

/* @group IE 6&7 */
.mainSearchBox fieldset{
	*margin-left: 6px;
	}
/* @end */

/* @group IE6  */
* html .leftContent .tipColour{
	margin: 228px 0 0 0;
	background-image: url(../images/bg_mainTitleTip2.gif);
	}
* html .mainTips .tipModule .tipThumbTitle{
	background-image: url(../images/bg_titelTipGroot.gif);
	}
* html .subTips .tipModule .tipThumbTitle{
	background-image: url(../images/bg_titelTipKlein.gif);
	}
* html .leftContent{
	overflow: hidden;
	}
* html .mainSearchBox fieldset{
	margin-left: 6px;
	}

* html .rightColumnModule .moduleBottom,
* html .rightColumnModule .moduleContent,
* html .rightColumnModule .moduleTop{
	margin: 0;
	display: block;
	position: relative;
	}
* html .rightColumnModule .moduleBottom,
* html .rightColumnModule .moduleTop{
	width: 254px;
	}
* html .rightColumnModule .moduleContent{
	width: 222px;
	}
* html .tipRate{
	margin-right: 15px;
	}
* html .tipRate .rateModule a.yesBtn{
	background-image: url(../images/btn_yes.gif);
	margin-left: 15px;
	}
* html .pageTop{
	height: 50px;
	}

* html .listModuleContent{
	width: 510px;
	overflow: hidden;
	}
* html .twoColumnModule .moduleContent{
	height: 170px;
	}
/* @end */

/* @group backend */

/*LOGINBAR RELATED STUFF*/
	
.loginBar{
	width:100%;
	height:25px;
	background:#0A68AE;
	/*color: rgba(255,255,255,0.5);*/
	color: #84b3d6;
	padding-top:5px;
	position:absolute;
	z-index:99;
	left:0;
}


#loginbar_logout_div{
	float:right;
	margin-right:10px;
}
#loginbar_logout_div a{
 	color:#fff;
	text-decoration: none;
}
#loginbar_logout_div a:hover{
	text-decoration: underline;
}
#loginbar_welcome_div{
	margin-left:10px;
	float:left;
	font-size:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#loginbar_welcome_div a{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px dotted #fff;
	color:white;
	text-decoration:none;
	padding-left: 10px !important;
	margin-left: 10px;
}
#loginbar_welcome_div a:hover{
	text-decoration: underline;
}
/*ADMIN RELATED STUFF*/
/*
fieldset{
	border : 1px solid #0A68AE;
}

legend{
	font-size:18px;
	padding-left:20px;
	padding-right:20px;
}
*/

.adminHeader{
	color: #0763aa;
	font-size: 18px;
	margin: 0;
	padding: 20px 0 0 0;
	text-transform: uppercase;
	}

.overviewTable{
	width:70%;
	border-collapse: collapse;
	margin: 25px 0;
	border: 1px solid #999;
}
.overviewTable td,
.overviewTable th{
	text-align:left;
	border-bottom: 1px solid #999;
	padding: 5px;
}
.overviewTable th{
	background: #eee;
	}

li span, dd{
	display: block;
	background-color: #eee;
	padding: 10px;
	margin: 5px 0 10px 0;
	}

#fieldset-fr legend{
	}

#fr-question,
#nl-question,
#fr-tag,
#nl-tag,
#fr-alias,
#nl-alias,
#fr-title,
#nl-title{
	width: 600px;
	color: #333;
	font-style:normal;
}

#nl-body,
#fr-body{
	width:600px;
	height:500px;
}
#nl-teaser,
#fr-teaser{
	width:600px;
	height:100px;
}
/* @end */

/* @group jQuery additions */
#questionForm,
#booleanvoteModuleMessageDiv,
#voteModuleMessageDiv{
	margin-top: 10px;
	color:#646464 !important;
	}
#voteModuleMessageDiv a.rateBtn{
	margin-top: 20px;
	}
#voteModuleMessageDiv img{
	cursor: pointer;
	}
#vcardFormContainer select{
	width: 215px;
	display: block;
	}

#vcardFormContainer input,
#questionForm textarea,
#questionForm input{
	width: 215px;
	border: 1px solid #b0b0b0;
	padding: 3px;
	display: block;
	margin-bottom: 0 !important;
	}
#questionForm textarea{
	height: 50px;
	}
#vcardFormContainer div,
.pollContent .pollError,
#questionFormContainer .questionFormError,
#questionFormContainer div{
	border: 1px solid red !important;
	background-color: #ffd9d9 !important;
	text-align: center;
	padding: 5px;
	color: red !important;
	 -moz-border-radius: 8px; -webkit-border-radius: 8px;
	}
#vcardFormContainer div{
	margin-bottom: 10px;
	}
.pollContent .pollError{
	margin: 0 15px 15px;
	}
.pollContent .ui-progressbar { height:12px; text-align: left; background:#eaf6ff url(../images/bg_progressbar_empty.jpg) 0 0 repeat-x !important; border: 1px solid #c5d7de; margin: 0 40px 5px 0;}
.pollContent .ui-progressbar-value { height:12px; text-align: left; background:#0763aa url(../images/bg_progressbar.jpg) 0 0 repeat-x !important; border: 1px solid #0763aa; margin: 0 40px 5px 0;}

/* @end */

.languageBtns{
	margin:0px 0px 0px 0px!important;
	
	
}
.btnNl{
	width:220px;
	height:40px;
	position:absolute;
	top:195px;
	left:350px;
}



.btnFr{
	position:absolute;
	width:220px;
	height:40px;
	top:235px;
	left:350px;
}

fieldset#fieldset-relatedNodes legend{
	cursor:pointer;
}

fieldset#fieldset-relatedNodes dd{
 display:block;
 width:10px;
 height:30px;
 padding:0px;
 float:left;
 margin:0px;
}
fieldset#fieldset-relatedNodes dt{

 width:850px;
 float:right;
 height:30px;
}

dl.collapsed{
	display:none;
}

