/*
# Compat tested in:
# FF, IE6-7-8, Opera, Safari, Chrome
*/

* {
	margin: 0;
	padding: 0;
}
body
{
	background: #27455c url(../afbeeldingen/bg_pattern.png) repeat-x;
	position: relative;
	font-family: "Trebuchet MS", "Verdana", "sans-serif";
	font-size: 12px;
	color: #000000;
}
a
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#container
{
	min-height: 350px;
	height: auto !important;
	height: 350px;
	width: 1000px;
	background: url(../afbeeldingen/bg_content_top.png) no-repeat;
	float: left;
}
#bottle
{
	background: url(../afbeeldingen/bg_content_patt.png) repeat-y;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	width: 1000px;
	margin: 0 auto;
}
#bottom, #footer
{
	background: url(../afbeeldingen/bg_content_bottom.png) no-repeat;
	height: 25px;
	margin: 0 auto;
	width: 1000px;
}
#header
{
	height: 95px;
	overflow: hidden;
}
#header h1
{
	display: none;
}
#header #h1
{
	margin: 0;
	height: 58px;
	margin-left: 88px;
	width: 266px;
	background: url(../afbeeldingen/megadownloads.png) no-repeat;
	cursor: pointer;
	cursor: hand;
}
#header h2
{
	font-size: 11px;
	text-align: right;
	width: 315px;
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: normal;
	font-family: "Verdana";
	color: #f3f3f3;
}
#fastfwd, .fright
{
	float: right;
	background: #ffffff;
	
	
}
#headleft, .fleft, .fl
{
	float: left;
}

/******* TOPMENU *****/

#topmenu
{
	width: 1000px;
	height: 40px;
	position: absolute;
	overflow: hidden;
}

* html #topmenu
{
	height:1px;
}

head+body #topmenu 
{
	overflow:hidden;
}

* html #topmenu
{
	overflow: visible;
}

#topmenu #encap
{
	left: 50%;
	float:left;
	position:relative;
}

#lavamenu
{
	position: relative;
	height: 40px;
	padding: 0 16px;
	margin: 0px 0;
	overflow: hidden;
	left: -50%;
	list-style: none;
	z-index: 1
}

* html #lavamenu
{
	float: left; /* move to #lavamenu and loose safari support */
}

#lavamenu li
{
	height: 35px;
	font-family: "Trebuchet MS", "Verdana";
	font-size: 11pt;
	color: #f3f3f3;
	margin-top: 7px;
	float: left;
	list-style: none;
}

#lavamenu li a
{
	float: left;
	padding-left:0px;
	text-decoration:none;
	background-position:top right;
	height: 33px;
	color: #f3f3f3;
	outline: none;
	/*top: 7px;*/
	z-index: 10;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 7px 30px;
	font-weight: bold;
}

#lavamenu li.back 
{
	background: url(../afbeeldingen/topmenu_bg.png) no-repeat right -35px;
	width: 8px; height: 35px;
	z-index: 8;
	position: absolute;
}
#lavamenu li.back .left
{
	background: url(../afbeeldingen/topmenu_bg.png) no-repeat top left;
	height: 35px;
	margin-right: 8px;
}
#lavamenu li a:hover, #lavamenu li a:active, #lavamenu li a:visited 
{
	border: none;
}

#lavamenu li a:hover
{
	font-weight: bold;
}

#lavamenu .current
{
	font-weight: bold;
}

#breadcrumbs
{
	margin-top: 47px;
	padding-left: 55px;
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

#breadcrumbs a
{
	color: #000000;
	text-decoration: none;
}

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

#page
{
	padding: 10px 58px 0px;
}
#neck
{
	width: 880px;
	background: #eef2fd;
}

#leftbar
{
	width: 182px;
	float: left;
}

#content
{
	float: left;
	width: 487px;
	margin-left: 8px;
	overflow: hidden;
}

#content.stretch
{
	width: 689px;
	margin-left: 9px;
	overflow: hidden;
}

#rightbar
{
	width: 194px;
	float: right;
}

.zoeken
{
	margin: 0 0 10px 0; 
	background: #ffffff url(../afbeeldingen/zoekbalk.png) repeat-x 0 -33px;
	height: 33px;
	width: 100%;
	font-family: "Trebuchet MS";
	font-size: 12px;
	overflow: hidden;
}

.zoeken .l, .zoeken .r
{
	background: url(../afbeeldingen/zoekbalk.png) no-repeat;
	height: 33px;
}

.zoeken .r
{
	background-position: 100% -66px;
	padding: 8px 10px;
	color: #4b4b4b
}

.zoeken .r div, .zoeken .r form, .zoeken span, .zoeken input, .zoeken em
{
	float: left;
}

.blue, .green, .red, .grey, .yellow /* fancy button */
{
	background: url(../afbeeldingen/bluebutton.png) 0 -24px;
	height: 24px;
	top: -3px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
	float: left;
}

.green {
	background: url(../afbeeldingen/greenbutton.png) 0 -24px;
}

.red {
	background: url(../afbeeldingen/redbutton.png) 0 -24px;
}

.grey {
	background: url(../afbeeldingen/greybutton.png) 0 -24px;
}

.yellow {
	background: url(../afbeeldingen/yellowbutton.png) 0 -24px;
}

.blue a:hover, #content .blue a:hover, 
.green a:hover, #content .green a:hover,
.red a:hover, #content .red a:hover,
.grey a:hover, #content .grey a:hover,
.yellow a:hover, #content .yellow a:hover
{
	text-decoration: underline;
}

.blue .bl, .green .gr, .red .re, .grey .gy, .yellow .ye
{
	background: url(../afbeeldingen/bluebutton.png) no-repeat;
	height: 24px;
	float: left;
}

.green .gr {
	background: url(../afbeeldingen/greenbutton.png) no-repeat;
}

.red .re {
	background: url(../afbeeldingen/redbutton.png) no-repeat;
}

.grey .gy {
	background: url(../afbeeldingen/greybutton.png) no-repeat;
}

.yellow .ye {
	background: url(../afbeeldingen/yellowbutton.png) no-repeat;
}

.blue a, #content .blue a, 
.green a, #content .green a,
.red a, #content .red a,
.grey a, #content .grey a,
.yellow a, #content .yellow a
{
	background: url(../afbeeldingen/bluebutton.png) no-repeat 100% -48px;
	height: 24px;
	padding: 3px 7px;
	text-decoration: none;
	display: block;
	float: left;
	font-family: "Trebuchet MS";
	color: #ffffff;
	font-weight: 900;
	font-size: 11px;
	min-width: 18px;
	width: auto !important;
	text-align: center;
	width: 18px;
}
.green a, #content .green a {
	background: url(../afbeeldingen/greenbutton.png) no-repeat 100% -48px;
}
.red a, #content .red a {
	background: url(../afbeeldingen/redbutton.png) no-repeat 100% -48px;
}
.grey a, #content .grey a {
	background: url(../afbeeldingen/greybutton.png) no-repeat 100% -48px;
}
.yellow a, #content .yellow a {
	background: url(../afbeeldingen/yellowbutton.png) no-repeat 100% -48px;
	color: black;
}

.zoeken input
{
	margin-top: 2px;
	height: 14px;
}

input.term, input#briefmail
{
	font-size: 12px;
	height: 16px;
	border-top: 1px #abaab3 solid;
	border-left: 1px #e1e0e9 solid;
	border-right: 1px #dadee5 solid;
	border-bottom: 1px #e4e8ef solid;
	color: #3f3f3f;
	padding: 0 2px;
	position: relative;
	top: -2px;
	width: 150px;
}
.zoeken span
{
	margin-right: 10px;
}
.zoeken form span
{
	margin: 0 10px 0 10px;
}

.zoeken em
{
	margin-left: 6px;
	font-style: normal;
	margin-right: 16px;
}

/* LEFTMENU */

#leftbar .menu
{
	background: url(../afbeeldingen/leftmenu_back.png) no-repeat;
	min-height: 125px;
	height: auto !important;
	height: 100px;
	margin-bottom: 12px;
}
#leftbar .titel, #rightbar .titel
{
	font-weight: 900;
	color: #ffffff;
	font-size: 13px;
	padding: 8px 12px;
	overflow: hidden;
}
#leftbar ul, #leftbar span, #leftbar form, #leftbar .cright, #rightbar dl
{
	margin: 0;
	padding: 0 13px;
	list-style: none;
	display: block;
}
#leftbar ul li
{
	background: url(../afbeeldingen/listmarker.gif) no-repeat 0 5px;
	padding-left: 10px;
	margin-bottom: 2px;
}
#leftbar ul li a.strong
{
	color: #193644;
	font-weight: 900;
}
#leftbar .menu form
{
	margin-top: 5px;
}

input#briefmail
{
	width: 100px;
	float: left;
	margin-right: 10px;
	top: 0;
}
.example { 
	color: #666; 
}
.menu a.cright
{
	display: block;
	text-align: right;
}

/* RIGHTMENU */

#rightbar .menu
{
	
	min-height: 60px;
	height: auto !important;
	height: 60px;
	background: url(../afbeeldingen/rightmenu_back.png) repeat-y -388px;
	margin-bottom: 10px;
}

#rightbar .ct
{
	background: url(../afbeeldingen/rightmenu_back.png) no-repeat -194px 100%;
}

#rightbar .cu
{
	background: url(../afbeeldingen/rightmenu_back.png) no-repeat 0 0;
}

#rightbar .titel
{
	text-align: center;
	clear: left;
	padding-top: 7px;
}

#rightbar .contain
{
	margin: 0 13px;
	padding-bottom: 3px;
}

#rightbar .infotbl span
{
	display: block;
	border-top: 1px #e0e0e0 solid;
	padding: 3px 0;
}

#rightbar .contain img
{
	max-width: 168px;
	max-height: 41px;
	overflow: hidden;
	height: auto !important;
	height: 41px;
	width: auto !important;
	width: 168px;
}

#rightbar .infotbl span.nob
{
	border: 0;
	padding-top: 0;
}

.rater
{
	padding-top: 10px;
    padding-left: 17px;
	float: left;
}

#sideratetip
{
	font-weight: bold;
	font-size: 13px;
	position: relative;
	left: 6px;
	top: 4px;
	float: left;
}

#screenraster
{
	padding-left: 6px;
	overflow: hidden;
}

#screenraster a
{
	display: inline;
	width: 74px;
	height: 74px;
	background: white;
	border: 1px solid #d1d1d1;
	float: left;
	margin: 10px 0 0 10px;
	overflow: hidden;
}

#screenraster img
{
	max-width: 70px;
	max-height: 70px;
	width: auto !important;
	height: auto !important;
	width: 70px;
	height: 70px;
	display: block;
	float: left;
	border: 2px solid #ffffff;
	overflow: hidden;
}

#socialmarks
{
	background: url(../afbeeldingen/social_raster.png);
	height: 71px;
	width: 161px;
	margin: 10px 14px;
	float: left;
	display: inline;
	overflow: hidden;
}

#socialmarks div
{
	text-align: center;
	float: left;
	width: 16px;
	margin: 10px 13px 8px 13px;
	display: inline;
}

#socialmarks span
{
	width: 16px;
	height: 16px;
	background: url(../afbeeldingen/social_marks.gif);
	float: left;
	cursor: pointer;
	cursor: hand;
	display: inline;
}
#socialmarks span.jij
{
	height: 14px;
	width: 14px;
	margin: 1px 0 0 2px;
}
#socialmarks span.ek
{
	background-position: 0 -14px;
}
#socialmarks span.dg
{
	background-position: 0 -30px;
	height: 14px;
	margin-top: 1px;
}
#socialmarks span.tw
{
	background-position: 0 -44px;
	width: 12px;
	height: 15px;
	margin: 1px 0 0 1px;
}
#socialmarks span.fv
{
	background-position: 0 -59px;
	height: 15px;
	width: 15px;
	margin: 1px 0 0 1px;
}
#socialmarks span.ml
{
	background-position: 0 -74px;
	height: 10px;
	width: 14px;
	margin: 4px 0 0 2px;
}
#socialmarks span.pr
{
	background-position: 0 -84px;
	width: 14px;
	height: 11px;
	margin: 3px 0 0 1px;
}
#socialmarks span.go
{
	background-position: 0 -95px;
}
#socialmarks span em
{
	display: none;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:26px;height:26px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../afbeeldingen/rate_delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(../afbeeldingen/rate_stars.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:26px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -26px!important}
div.star-rating-hover a{background-position:0 -26px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

#content .white
{
	background: white url(../afbeeldingen/contentbg.png) repeat-y -974px 0;
	color: #4b4b4b;
}
#content.stretch .white
{
	background: white url(../afbeeldingen/contentbgstretch.png) repeat-y -1378px 0;
	color: #4b4b4b;
}
#content a
{
	color: #4b4b4b;
	text-decoration: underline;
}
#content .t
{
	background: url(../afbeeldingen/contentbg.png) no-repeat 0 0;
	width: 487px;
}
#content.stretch .t
{
	background: url(../afbeeldingen/contentbgstretch.png) no-repeat 0 0;
	width: 689px;
}
#content .b
{
	background: url(../afbeeldingen/contentbg.png) no-repeat -487px 100%;
	padding: 10px;
}
#content.stretch .b
{
	background: url(../afbeeldingen/contentbgstretch.png) no-repeat -689px 100%;
	padding: 10px;
}
#reacties
{
	padding: 10px;
}

#content h1, #content h3
{
	font-weight: 900;
	font-size: 20px;
	color: #000000;
	margin-bottom: 5px;
}

#content .description
{
	font-weight: bold;
	margin-bottom: 5px;
	color: #000000;
}
#content .ads
{
	color: darkblue;
	margin: 5px 0;
}
p
{
	display: block;
	margin: 0 0 15px;
}
#content .foobar
{
	color: #1f414b;
	font-weight: bold;
}
#download
{
	margin: 15px 0;
}
#content .blue a, #content .green a, #content .red a, #content .grey a, #content .yellow a
{
	padding: 3px 13px;
}
#reacties .reactie
{
	background: url(../afbeeldingen/reactiebg.png) repeat-x;
	padding: 0 5px;
	min-height: 96px;
	height: auto !important;
	height: 96px;
	margin-top: 15px;
}
#reacties .head
{
	height: 22px;
	overflow: hidden;
}
#reacties .head strong, #reacties .head span
{
	margin-top: 2px;
	display: block;
	float: left;
}
#reacties .head span
{
	float: right;
}
#reacties .tekst
{
	padding: 5px 0;
}
#related a 
{
	font-weight: bold;
}

/** Catpage **/

.categorie
{
	width: 671px;
	background: url(../afbeeldingen/catbg.png) -671px 0;
	min-height: 84px;
	height: auto !important;
	height: 84px;
	margin: 10px 0;
}

.categorie .tc
{
	background: url(../afbeeldingen/catbg.png) no-repeat 0 0;
}

.categorie .bc
{
	background: url(../afbeeldingen/catbg.png) no-repeat -1342px 100%;
	min-height: 84px;
	height: auto !important;
	height: 84px;
}

.categorie .desc, .categorie .top
{
	float: left; 
	width: 278px;
}

.categorie .top
{
	margin-left: 15px;
	width: 283px;
}

.categorie img
{
	margin:11px;
	margin-bottom: 0;
	float: left;
	width: auto !important;
	max-width: 140px;
	margin-top: 11px;
}

.categorie h2, .categorie span, .categorie em
{
	margin-top: 8px;
	margin-right: 2px;
	font-weight: 900;
	font-size: 14px;
	color: black;
	float: left;
	display: block;
	font-style: normal;
}

#content .categorie p a
{
	color: #285866;
}

.categorie p
{
	display: block;
	clear:left;
	margin: 0 0 8px 0;
}

#footer
{
	margin: 0 auto 8px;
	background: url(../afbeeldingen/footer.png) no-repeat center;
	height: 31px;
	width: 1000px;
	line-height: 32px;
	text-align: center;
}
