/* CSS Document */

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, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

sup
{
	vertical-align: text-top;
}

body {
	background-color: #171717;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/assets/imgs/interface/bg-gradient.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
}

ul li
{
	font-family: Arial, Helvetica, sans-serif;
	color: #fffad0;
	font-size: 12px;
}

hr
{
	border: 0px;
	height: 1px;
	background-color: #ffdc7c;	
}

/* CONTAINER */

#container {
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #000000;
}

#content {
	width: 900px;
	margin: auto 0;
}

/* HEADER */

#header {
	width: 980px;
	height: 190px;
	margin: auto 0;
}

#logo {
	position: absolute;
	margin-left: 280px;
	margin-top: 32px;
}

#titleActie {
	position: absolute;
	margin-left: 640px;
	margin-top: 54px;
}

#headerBanner {
	position: relative;
	left: 720px;
	top: -110px;
	border: 0px;
	width: 238px;
}

/* MAIN MENU */

#menu {
	width: 980px;
	height: 48px;
	margin: auto 0;
	background-image: url(/assets/imgs/interface/bg-menu.jpg);
	background-repeat: no-repeat;
}

#menu ul {
	margin-left: 20px;
	padding-top: 7px;
	color: #fffad0;
	list-style: none;
	font-weight: bold;
	font-size: 12px;
}

#menu ul li {
	float: left;
	padding-top: 8px;
	padding-right: 26px;
}

#menu ul li a {
	text-decoration: none;
	color: #fffacf;
}

#menu ul li a:hover {
	text-decoration: none;
	color: #ffdc7c;
}

#menu ul li.active a {
	text-decoration: none;
	color: #ffdc7c;
}

/* ACTION MENU */

#actionMenu {
	/*float: right;
	width: 396px;*/
	position: absolute;
	margin-left: 505px;
}

#actionMenu .marsProduct {
	z-index: 0;
	margin-bottom: -26px;
}

#actionMenu ul {
	margin-left: 60px;
	z-index: 1000;
}

#actionMenu ul li {
	color: #fffacf;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
	list-style: none;
}

.deelnemendeProducten {
	height: 61px;
	cursor: pointer;
}

.weekWinnaars {
	height: 55px;
	cursor: pointer;
	top: 8px;
	left: 35px;
	position: relative;
}

.veelGesteldeVragen {
	height: 54px;
	cursor: pointer;
	position: relative;
	top: -30px;
	margin-left:80px;
}

.prijzen {
	height: 31px;
	cursor: pointer;
	position: absolute;
	margin-top: -30px;
	margin-left: 70px;
}

.actievoorwaarden {
	height: 53px;
	cursor: pointer;
	position: absolute;
	margin-top: -54px;
	margin-left: 100px;
}


#actionMenu span {
	display: none;
}

/* CONTENT */

#page
{
	background-image: url(/assets/imgs/interface/content-repeat.jpg);
	background-repeat: repeat-y;
	margin: auto 0;
}

#contentActionBox {
	width: 980px;
	min-height: 460px;
	margin: auto 0;
	background-image: url(/assets/imgs/interface/bg-content-action.jpg);
	background-repeat: no-repeat;
}

#contentBox {
	width: 980px;
	min-height: 436px;
	margin: auto 0;
	background-image: url(/assets/imgs/interface/bg-content.jpg);
	background-repeat: no-repeat;
}

#content {
	padding: 30px;
	padding-left: 40px;
	padding-bottom: 0px;
}

#contentBottom {
	width: 980px;
	margin: auto 0;
}

/* ACTIEVOORWAARDEN */

#containerActievoorwaarden {
	width:750px;
	margin:30px;
	margin-right:50px;
}	

#containerActievoorwaarden ol li {
	font-size: 11px;
	color: #6f6a62;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

#containerActievoorwaarden ul li {
	font-size: 12px;
	color: #FFFAD0;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

#containerActievoorwaarden h2 {
	padding-top: 10px;

}


/* FORM */

div.errormessage {
	display: block;
	color: #e60003;
	font-size:12px;
	line-height:8px;
}


/* FOOTER */

#footer {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footerLinks ul {
	margin-left: 195px;
	color: #c4c4c4;
	list-style: none;
	font-size: 11px;
}

#footerLinks ul li {
	float: left;

}

#footerLinks li a {
	text-decoration: none;
	color: #c4c4c4;
	padding-right: 7px;
	padding-left: 7px;
	border-right: 1px solid #c4c4c4;
}

#footerLinks ul li a:hover {
	text-decoration: underline;
	color: #c4c4c4;
}

#footerDisclaimer {
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	color: #c4c4c4;
	list-style: none;
	font-size: 11px;
	text-align: center;
}

/* FORM */

#formActie p {
	margin-bottom: 5px;
	font-size: 12px;
	color: #fffad0;
}

#formActie {
	width: 511px;
}

label {
	float: left;
	padding-top: 2px;
	width: 120px;
}

label.code {
	padding-top: 2px;
	width: 200px;
}

.codeField {
	width: 149px;
	height: 24px;
	font-size: 11px;
	background-image: url(/assets/imgs/interface/form/bg-code.png);
	padding-left: 5px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #333333;
	float: right;
	margin-right: 79px;
	line-height: 22px;
	border: 0px;
}

.textField {
	width: 303px;
	height: 24px;
	padding-left: 6px;
	padding-top: 0px;
	vertical-align:middle;
	font-size: 11px;
	background-image: url(/assets/imgs/interface/form/bg-text-field.png);
	background-repeat: no-repeat;
	background-color: transparent;
	color:#470b03;
	line-height: 22px;
	border: 0px;
}

.optinField {
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	margin-top: 3px;
	!margin-top: -1px;
	float: left;
}

.submitBtn {
	margin-top: 5px;
	background-image: url(/assets/imgs/interface/form/submit_btn.png);
	background-repeat: no-repeat;
	width: 127px;
	height: 39px;
	background-color: transparent;
	cursor: pointer;
	float: right;
	margin-right: 88px;
	border: 0px;
	padding: 0px;
}

/* PRODUCT PAGE */

#productLeft {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 328px;
	height: 201px;
	float: left;
	left: 40px;
	top:50px;
}

#productRight {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 373px;
	height: 247px;
	float: right;
	top:30px;
	left: -20px;
}

#productMiddle {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
	left: 50px;
	top: 50px;
	width: 180px;
}

#productRightTitel {
	width: 225px;
	height: 185px;
	position: absolute;
	margin-top: 100px;	
	margin-left: 680px;
}

#banner {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: -16px;
	top: 0px;
	float: left;
	width: 558px;
	height: 114px;
}

#bannerActie {
	margin: 0px;
	padding: 0px;
	left: -16px;
	float: left;
	width: 442px;
	height: 114px;
}

.productRight {
	margin: 0px;
	padding: 0px;
	float: right;
}

/* COMMERCIALS PAGE */

#commercials {
	margin: 0px;
	padding: 0px;
	margin-left: -12px;
}

.commercialBtn
{
	 border: 1px solid #e7c285; 
	 width: 188px; 
	 height: 142px; 
	 float: left; 
	 margin-left: 12px;
}

/* DEELNEMENDE PRODUCT PAGE */

#marsProducts {
	float: right;
	margin-right: 70px;
	margin-top: 10px;
	height: auto;
}	

#marsProducts img {
	display: block;
	margin-bottom: 20px;
}

/* MARS PLANETS PAGE */

#veelgesteldevragenBtn {
	width: 170px;
	float: left;
	margin-top: 10px;
}

#mars150g {
	float:left;
	width: 218px;
	height: 273px;
	position: absolute;
	top: 0px;
	margin-top: 420px;	
	margin-left: 450px;
	!margin-left:285px;
	display:block;
}

#marsRight {
	width: 258px;
	height: 191px;
	position: absolute;
	top: 0px;
	margin-top: 540px;	
	margin-left: 666px;
	!margin-left: 500px;
}

#marsLogo {
	width: 183px;
	height: 260px;
	position: absolute;
	top: 0px;
	margin-top: 248px;	
	margin-left: 666px;
	!margin-left: 500px;
}

/* TEXT */

h1 {
	margin: 0px;
	margin-bottom: 16px;
	padding: 0px;
	color: #ffdc7c;
	font-size: 20px;
}

h2 {
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	color: #fffad0;
	font-size: 12px;
	font-weight: bold;
}

p {
	margin-bottom: 16px;
	font-size: 12px;
	color: #fffad0;
}

a {
	color: #fffad0;
}

a:hover {
	color:#ffdc7c;
}

#content > img {
  float: right;
}
