@charset "utf-8";
/* CSS Document */
/********** BASIC ************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
}


body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: left;
	background-image: url(/assets/imgs/interface/bg_glow_repeat.jpg);
	background-color: #cf3800;
	background-position: top center;
	background-repeat: repeat-y;
}

img
{
	border: 0px;
}

a
{
	color: #FFFFFF;
}

p
{
	margin: 0px;
	padding:0px;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #6f941f;
}

hr
{
	margin: 16px;
	margin-bottom: 26px;
	border: 0px;
	height: 1px;
	background-color: #e47001;
	background-image: url(/assets/imgs/interface/hr.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.readMore {
	padding-left: 120px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: #E86000;
}

.doeMee {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: #E86000;
}

.speelMee {
	list-style-type: none;
	margin: 0px;
}

.speelMee a {
	color: #6f941f;
	text-decoration: none;
	vertical-align:super;
}

.speelMee a:hover {
	color: #6f941f;
	text-decoration: underline;
}


td .speelMee {
	border:0px solid red;
}
/* PRIJZEN THUMBS */

.prijsThumb {
	height: 60px;
	margin-top: 1px;
	margin-right: 3px;
}

td
{
	color: #6f941f;
}

ul, ol
{
	margin: 0px;
	padding:0px;
	margin-top: 8px;
	margin-bottom: 12px;	
}

li
{
	margin-left: 16px;
}

p a
{
	color: #6f941f;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 12px;
	color: #6f941f;
}

h1
{
	margin-top: 6px;
	font-size: 22px;
	color: #E86000;
	font-style: italic;
}

h2
{
	font-size: 14px;
}

.imgLeft {
	float:left;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 10px;
}


.imgRight {
	float:right;
	margin-left: 16px;
}

.clear {
	clear:both;
}

p.mini
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #E86000;
	font-style: italic;
}

.submitLink 
{
	margin-left: 16px; 
	margin-right:16px; 
	text-align:center; 
	padding:5px; 
	background-color: #6f941f;
}

.submitLink>a
{
	color: #ffffff; 
	text-decoration:none; 
	font-weight: bold;
}

#rightContent .box.tip p {
	border: 1px solid #70aa46;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 0px;
	margin-left:16px;
	list-style: inside;
}


/* LAYOUT */

#logoVitalu
{
	position: absolute;
	margin-left: -35px;
}

#backgroundContainer
{	
	background-color: #b1c500;	
	background-image: url(/assets/imgs/interface/repeating_grass.jpg);
	background-repeat: repeat-x;
	background-position: 0px 180px;
	padding: 0px;
	margin: 0px;
}

#mainContainer
{
	text-align: center;
	background-image: url(/assets/imgs/interface/top_repeat.jpg);
	background-repeat: repeat-x;
}

#mainContent
{
	background-image: url(/assets/imgs/interface/top_glow.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 840px;
	margin: 0px auto;
}

#bodyContent
{
	background-color: #FFFFFF;
	padding-top: 26px;
	padding-bottom: 12px;
}

/* FOOTER MENU */

#footer
{
	background-image: url(/assets/imgs/interface/footer_repeat.jpg);
	background-repeat: repeat-x;
}

#footerLinks
{
	padding-top: 18px;
	padding-bottom: 12px;
	margin: 0px auto;
	width: 840px;
	background-image: url(/assets/imgs/interface/bottom_glow.jpg);
	background-repeat: no-repeat;	
	height: 18px;
}

#footer ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 440px;
}

#footer ul li
{
	float: left;
	list-style-type: none;
}




/* LAYOUT LEFT */ 

#leftContent
{
	text-align: left;
	width: 234px;
	padding-top: 260px;
}

.leftBlock
{
	background-color: #FFF;
	width: 220px;
}

.leftBlockTop, .leftBlockBottom
{
	font-size: 1px;
	line-height: 1px;
	height: 8px;
	width: 220px;
	background-repeat: no-repeat;
}

.leftBlockTop
{
	background-image: url(/assets/imgs/interface/leftBlock_top.gif);
}

.leftBlockBottom
{
	background-image: url(/assets/imgs/interface/leftBlock_bottom.gif);
	margin-bottom: 12px;	
}

/* LAYOUT RIGHT */


#rightContent
{
	width: 606px;
	text-align: left;
}

#rightContent p, #rightContent ul, #rightContent ol
{
	padding-right: 16px;
	padding-left: 16px;
}


#rightContent h1, #rightContent h2, #rightContent h3, #rightContent h4, #rightContent h5, #rightContent h6
{
	padding-right: 16px;
	padding-left: 16px;
}

#rightContent .box
{
	
}

#rightContent .box h1, #rightContent .box h2, #rightContent .box h3, 
#rightContent .box h4, #rightContent .box h5, #rightContent .box h6
{
	color: #6f941f;
}

#rightContent .box h2, #leftContent .box h2,
#rightContent .box h3, #leftContent .box h3
{
	color: #E86000;
}


/* LAYOUT PRODUCTS */

.productBox
{
	clear: both; 
	height: 160px;
}

.productBox a
{
	float: left; 
	margin: 16px;
}

h3.smallHeader a
{
	display: inline;
	float: none;
	width: auto;
	height: auto;
	color: #E86000;
	text-decoration: none;
	margin: 0px;
}

.productBox p a
{
	float: right; 
	margin: 16px;
}
.productBoxTop {
	position: relative;
}

.productBoxTop img {
	float: left;
	margin: 0 0 0 25px;
}

.productBoxTop p {
	width: 220px;
	padding: 80px 0 0;
	float: left;
	background: transparent url(/assets/imgs/interface/arrows.png) no-repeat 0 15px;
}

.productBoxMiddle {
	position: relative;
	top: -70px;
}

.productBoxMiddle img {
	float: right;
	margin: 0 25px 0 ;
}

.productBoxMiddle p {
	background: transparent url(/assets/imgs/interface/arrows.png) no-repeat 125px -240px;
	width: 200px;
	padding: 80px 0 0;
	float: right;
}

.productBoxBottom {
	position: relative;
	top: -140px;
}

.productBoxBottom img {
	float: left;
	margin: 0 0 0 0;
}

.productBoxBottom p {
	background: transparent url(/assets/imgs/interface/arrows.png) no-repeat 0 -460px;
	width: 200px;
	padding: 80px 0 0;
	float: left;
}
.productBoxTop a,
.productBoxMiddle a,
.productBoxBottom a {
	font-weight: 600;
}


/* MAIN MENU */

#mainMenu
{
	padding: 0px;
	margin: 0px;
	margin-top: 88px;
}

#mainMenu ul
{
	padding: 0px;
	margin: 0px;
	height: 30px;
}

#mainMenu ul li
{
	padding: 0px;
	margin: 0px;
	float: left;
	list-style-type: none;
	margin-right: 6px;
	text-align: center;
	/*background-color: yellow;*/
}

#mainMenu ul li a
{
	display: block;
	text-decoration: none;
}

#mainMenu ul li a:hover
{
	text-decoration: underline;	
}

#mainMenu ul li a.active
{
	background-color: #FFFFFF;
	background-image: url(/assets/imgs/interface/tab_left.gif);
	background-repeat: no-repeat;
}

#mainMenu ul li a span
{
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;	
	padding-left: 18px;
	padding-right: 18px;	
	padding-top: 6px;
	padding-bottom: 6px;
	color: #FFFFFF;
}

#mainMenu ul li a.active span
{
	color: #dc5901;
	background-image: url(/assets/imgs/interface/tab_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#mainMenu ul li ul
{
	display: none;
	position: absolute;
	height: auto;
	padding-top: 13px;
	background-image: url(/assets/imgs/interface/submenu_arrow.jpg);
	background-repeat: no-repeat;
	
}

#mainMenu ul li ul li
{
	clear: both;
	float: none;	
}

#mainMenu ul li ul li a
{
	margin-left: 13px;
	color: #ffffff;
	background-color: #e36d02;
	width: 120px;
	padding: 4px;
	padding-left: 8px;
	text-align: left;
}

/* SUB MENU */

#subMenu
{
	margin-left: 18px;
	margin-top: 8px;
	margin-bottom: 18px;
	padding-left: 14px;
	padding-top: 6px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(/assets/imgs/interface/bg_submenu.jpg);
	background-repeat: no-repeat;
	height: 29px; 
}

#subMenu ul
{
	padding: 0px;
	margin: 0px;
	height: 30px;
}

#subMenu ul li
{
	padding: 0px;
	margin: 0px;
	float: left;
	list-style-type: none;
	margin-right: 12px;
	text-align: center;
}

#subMenu ul li a
{
	display: block;
	text-decoration: none;
}

#subMenu ul li a:hover
{
	text-decoration: underline;	
}

#subMenu ul li a.active
{
	text-decoration: underline;	
}

/* TABLES */

.infoTable{
	border: 1px solid #e86000;
	background-color:#CCFF99;
	margin: 12px;
	border-left: 0px;
	}

.infoTable td{
	border: 0px;
	border-top: 0px;
	border-left: 1px solid #e86000;
	padding:4px;
	}

.infoTable .header td{
	font-weight:bold;
	background-color: #e86000;
	border-left: 0px solid red;
	color: white;
	}

.darkRow td{
	background-color: #f7fce2;
	}

.lightRow td{
	background-color: #ffffff;
	}

