@charset "UTF-8";

/*basic elements	*/	
	
html,body{
	margin:0;
	padding:0;
	left:0;
	height:100%;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;

}
img {
	border: 0px;
}

#container {
	margin:0px auto;
	width:1000px;
	display:block;
	
}


	
/*header elements*/	



#header {
	width:1000px;
	height: 85px;
	display:block;
	border:0px solid #f99;
}
	
#logo {
	width: 277px;
	margin-top: 25px;
	border: 0px solid #f96;
	float:left;
}	



/*basic typography*/

h1 {
	margin-bottom:10px;
	font-weight:bold;
	font-size:28px;
}

td {
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	color: #333;
}



.intro {
	font-weight:normal;
	font-size:16px;
	line-height:21px;
}

.actie {
	font-weight:normal;
	font-size:28px;
	margin-bottom:20px;
}

.onderschrift {
	font-size:12px;
	line-height:16px;
	color: #333;
}

.bold {
	font-size:13px;
	font-weight:bold;
}

.code {
	text-align:right;
	font-size:10px;
	color:#999;
}
.sale {
	font-size:13px;
	font-weight:bold;
	color:#F00;
}
.strikethrough {
	font-size:10px;
	text-decoration:line-through;
}


/*basic hyperlink styles*/

a { font-weight:bold;color: #999;text-decoration:none;}
a:visited {color: #999;}
a:hover {color: #666;}




/*main content elements*/

#containermain {
	width:1000px;
	margin-top: 35px;
	display:block;
	border:0px solid #39f;
}

#main {
	width:980px;
	border: 0px solid #f6f;
	color:#fff;
	display:block;
}

.clear { clear: both; background: none; }



/*footer*/

#footer {
	width:964px;
	font-weight:normal;
	color:#fff;
	border:0px solid #f9f;
	display:block;
	text-align:right;
	margin-top:10px;
	margin-bottom:25px;
}
