html {
	padding: 0;	
	background: #DBE2F2 url("images/bg.png") repeat-x;
	color: #00003c;
	font: 11px "Trebuchet MS", Sans-Serif;
}

body {
	width: 768px;
	background: url("images/body_bg.png") repeat-y;
	margin: 0 auto;
	margin-top: 12px;
}

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

h1 {
	font-size: 11px;
   padding: 0px;
   margin: 0px;
   font-weight: normal;
}

h5 {
	font-size: 20px;
   padding: 0 0 5px 0;
   margin: 0px;
}

/* link opmaak */
a {
	color: #00003c;
	text-decoration: none;
}
a:hover {
	color: #00003c;
	text-decoration: underline;
}
/* /link opmaak */

/* invisible */
.invisible {display: none;}
/* /invisible */

/* images */
img {border: 0;}
/* /images  */

/*Alinea*/
p {
	margin: 0;
	padding: 0;
		
}
/*/Alinea*/

/* Header  */
div#header  {
	width: 760px;
	height: 202px;
	background: url("images/header_bg.png") no-repeat;
	margin: 0;
	padding: 0 0 0 8px;
}

p.dots{
	color: #bde5ff;
	font-size: 10px;
}
/* /Header */

/* Left */
div#left {
	float: left;
	width: 555px;	
	margin: 4px 5px 0 0;
	padding: 0 0 0 7px;
}
/*Aanbevolen*/
div.head {
	width: 555px;
	height: 22px;
	background: url("images/head.png") no-repeat;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
}
div.head span {
	float: right;
	display: block;
	margin: 1px 3px 0 0;
	padding: 1px 0 0 23px;
}
span.nieuw {background: url("images/nieuw.png") no-repeat;}
span.tip {background: url("images/tip.png") no-repeat;}
span.zeker {background: url("images/zeker.png") no-repeat;}

div#left h2 {
	float: left;
	margin: 6px 0 0 0;
	padding: 0 0 0 7px;
	color: #fff;
	font-size: 11px;
	
}

div.foot {
	width: 555px;
	height: 8px;
	background: url("images/foot.png") bottom no-repeat;
	font-size: 1px;
	line-height: 0%;
}


ul#aanbevolen {
	width: 553px;
	background: #E1EFFF;
	margin: 0;
	padding: 0;
	border: 1px solid #CCE4FF;
	border-bottom: 0px;
	list-style: none;
	font: 12px Arial;
}
ul#aanbevolen li {
    min-height: 15px;
	padding: 2px 0 5px 26px;
	margin: 0;
}
ul#aanbevolen li.light {background: #E1EFFF url("images/tip_klein.png") 4px 6px no-repeat;}
ul#aanbevolen li.dark {background: #CCE4FF url("images/tip_klein.png") 4px 6px no-repeat;}
ul#aanbevolen li.update {
	padding: 3px 0 1px 6px;
	background: #E1EFFF;
	font-size: 11px;
	color: #474B69;
}

li span.left {float: left; font-weight: bold;}
li span.right {float: right; font-weight: bold;}
/*/Aanbevolen*/


/*Sterproducten*/
ul#ster {
	width: 553px;
	background: #E1EFFF;
	margin: 0;
	padding: 0;
	border: 1px solid #CCE4FF;
	border-bottom: 0px;
	list-style: none;
	font: 12px Arial;
}
ul#ster li {
	padding: 4px 0 6px 26px;
	margin: 0;
}
ul#ster li.light {background: #E1EFFF url("images/zeker_klein.png") 4px 8px no-repeat;}
ul#ster li.dark {background: #CCE4FF url("images/zeker_klein.png") 4px 8px no-repeat;}

ul#ster h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
/*/Sterproducten*/

/*Algemeen*/
ul#algemeen {
	width: 553px;
	background: #E1EFFF;
	margin: 0;
	padding: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #CCE4FF;
	border-bottom: 0px;
	list-style: none;
	font: 12px Arial;
}
ul#algemeen li {
/*/	padding: 4px 0 6px 7px;*/
	padding: 0px 0 0px 0px;

	margin: 0;
}
ul#algemeen li.light {background: #E1EFFF;}
ul#algemeen li.dark {background: #CCE4FF;}

ul#algemeen a {
   text-decoration: underline;
}

ul#algemeen a:hover {
   text-decoration: none;
}
/*/Algemeen*/

/*Menu*/
ul#menu {
	width: 503px;
	height: 24px;
	background: url("images/menu_bg.png") no-repeat;
	margin: 8px 0 0 0;
	padding: 5px 0 0 10px;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}

ul#menu li {display: inline;}
/*/Menu*/

/*Nieuw*/
ul#nieuw {
	width: 553px;
	background: #E1EFFF;
	margin: 0;
	padding: 0;
	border: 1px solid #CCE4FF;
	border-bottom: 0px;
	list-style: none;
	font: 12px Arial;
}
ul#nieuw li {
	padding: 7px 7px;
	margin: 0;
}
ul#nieuw li.light {background: #E1EFFF;}
ul#nieuw li.dark {background: #CCE4FF;}

ul#nieuw h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
/*/Nieuw*/

div.algemeen {
   background: #E1EFFF;
	padding: 10px 7px 10px 7px
}

div.algemeenkorting {
   background: #E1EFFF;
	padding: 5px 2px 5px 2px
}

div.algemeen a {
   text-decoration: underline;
}

div.algemeen a:hover {
   text-decoration: none;
}

.algemeen .left {
	float: left;
	width: 80%;
}

.algemeen .right {
	float: right;
	text-align: right;
	width: 20%;
}

.fout {
	color: red;
	margin: 0px;
}

div#meerpartners_container {
   background: #E1EFFF;
   width: 550px;
   padding-left: 5px;
}

.meerpartners {
   width: 132px;
   float: left;
   padding-right: 5px;
}

div#meerpartners_container ul {
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
	list-style: none;
	font: 12px Arial;
}

div#meerpartners_container li {
	min-height: 14px;
	padding: 0;
	padding-left: 5px;
	margin: 0;
}

div#meerpartners_container li.light {	background: #E1EFFF; }
div#meerpartners_container li.dark {	background: #CCE4FF; }
div#meerpartners_container h4 {
	height: 22px;
	background: url("images/h4.png") no-repeat;
	color: #fff;
	margin: 0;
	margin-top: 4px;
	padding: 3px 0 0 16px;
	font-size: 11px;
}

div#meer_info_form {
   width: 240px;
}

div#meer_info_form div.label { float: left; }
div#meer_info_form div.input { float: right; }

.clear {
   clear: both;
}

/* Radio */
div#radio_container { width:500px; margin-left: 40px; }

.rij { height:86px; margin-bottom: 3px; clear: both; }
div#player_links, div#player_rechts { height: 178px; width: 115px; float: left; margin-right: 5px; }
div#player { float:left; width: 235px; margin-right: 5px; height: 175px; margin-bottom: 3px; background: #E1EFFF; }
div#player_title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #CCE4FF;
	width: 225px;
	margin: 5px;
}

div#radio_container .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.rij div,div#player_links div, div#player_rechts div { background-image: url(images/radio/vakje2.jpg); background-repeat: repeat; background-position: top; width:96px; height:66px; float:left; padding:10px 9px 10px 10px; }
.rij div { margin-right: 5px; }
div#player_links div, div#player_rechts div { margin-bottom: 3px; }
/* /Radio */

/* /Left  */

/* Right */
div#right {
	float: left;
	width: 197px;
	background: url("images/right_bg.png") top right no-repeat;
	margin: 0 0 24px 0;
	padding: 4px 0 0 0;
}

div#right h3 {
	width: 181px;
	height: 25px;
	background: url("images/h2.png") no-repeat;
	color: #fff;
	margin: 0;
	padding: 3px 13px 0 0;
	font-size: 11px;
	text-align: right;
}

div#right div {
	width: 183px;
	background: #CCE4FF url("images/right_div.png") bottom no-repeat;
	padding: 0 0 13px 11px;
	margin: 0 0 5px 0;
	font-size: 12px;
}

div#right p#menu_rechts {
	font-size: 14px;
	font-weight: bold;
}

div#right p#informatie_rechts {
	font-size: 13px;
}

div#right p#toppartners_rechts {
	font-size: 13px;
}

/* /Right */

/* Footer  */
div#footer {
	width: 768px;
	background: #DBE2F2 url("images/footer_bg.png") no-repeat;
	margin: 0;
	padding: 37px 0 0 0;
	font-weight: bold;
	text-align: center;
	clear: both;
}
/* /Footer */

/* sIFR */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 13px;
}

/* mouseover plaatje */
#plaatje {
   position: absolute;
   visibility: hidden;
   z-index: 80;
   border: 1px solid black;
}

/* gratis-prijsvragen.php */

#kolom	{
	float:left;
	width:500px;
	margin:0 0 20px 0;
}

#gratisspullen	{
	width:500px;
	margin:0 0 4px 0;
	overflow:auto;
}

#tekst	{
	width:500px;
	margin:6px 0 6px 0;
	
}

#gratisspullen img	{
	float:left;
	margin:6px 0 6px 0;
}


div#categorieen {
	width: 545px;
	float: right;
}
div#categorieen h2 {
	width: auto;
	height: 21px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 6px 0px 0px 8px;
}
div#categorieen .catscontent {
	padding-left: 5px;
	padding-top: 5px;
	font-weight: bold;
	color: #ffffff;
	
	}
div#categorieen .catsbottom {
	height: 20px;
}
/** Categorieën MARK */
ul#game {
	list-style-type: none;
	margin: 2px;
	padding: 2px;
}

ul#game li {
  background-color:#568ed6;
	float: left; 
	width: 170px;
	margin:3px;
}

ul#game li:hover {
  background-color:#003185;
	float: left; 
	width: 170px;
	margin:3px;
}

ul#game li a img {
	float: left; 
	border: 0px;
}

ul#game li p {
	float: right; 
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

ul#game li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

ul#game li a:hover {
	color: #ffc501;
}

/** einde Categorieën */


a.twitter {
width:109px;
height:22px;
display:block;
background: url(twitter.png) no-repeat 0 0%;
}
a.twitter:hover {
background-position: 0 100%;
}

