.bluebutton { 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-ms-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px; 
	line-height: 2em; 
	color: white; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 11px; 
	margin: 0; 
	padding: 2px 10px; 
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	border: 0 none; 
	text-align: center; 
	cursor: pointer; 
	background-color: #4d96cc; 
}
.bluebutton:hover { color: white; text-decoration: none; }
.bluebutton:hover { background-color: #75add7; }
.bluebutton.disabled { background-color: #c4dcee; }
html, body {
	margin			: 0em auto;
	padding			: 0;
	text-align		: center;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 13px;
    line-height		: 1.3em;
    background		: #d4d9dd url(images/pagebackground.gif) repeat-y center;
}
table {
	border			: 0;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 13px;
}
td {
	vertical-align	: top;
}
table.off {
	background		: #FFFFFF;
}
table.on {
	background		: #E8E8E8;
} 
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: .25em 0.5em .34em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
.cadeau {
	overflow		: hidden;
	border			: solid 1px #D3D3D3;
	-webkit-border-radius	: 10px; 
	-moz-border-radius		: 10px;
	border-radius	: 10px;
	background		: #FFFFFF;
	margin			: 0 0 10px 0;
	padding			: 11px 11px 0px 11px;
	width			: 630px;
	min-height		: 107px;
	height			: auto;
}
.cadeau:hover {
	border-color: silver;
}
#cdhbottom {
	position		: absolute;
	bottom			: 0;
}
#cdhbutton {
	border-right			: solid thin white;
	display					: inline-block;
	height					: 20px;
	width					: 80px;
	text-decoration			: none;
	text-align				: center;
	padding					: 2px 0 0 0;
	margin					: 15px 1px 0 0;
	background				: #CCD6F5;
	color					: black;
}
.radius {
	border-left				: solid 1px #D3D3D3;
	-webkit-border-radius	: 0 0 0 10px; 
	-moz-border-radius		: 0 0 0 10px;
	border-radius			: 0 0 0 10px;
}
.pagina {
	margin			: auto;
	width			: 990px;
}
.header {
	margin-bottom	: 50px;
	position		: relative;
}
.bannertitel {
	position		: absolute;
	left			: 10px;
	top				: 100px;
}
.icon1 {
	position		: absolute;
	left			: 930px;
	top				: 170px;
}
.icon2 {
	position		: absolute;
	left			: 949px;
	top				: 170px;
}
.icon3 {
	position		: absolute;
	left			: 968px;
	top				: 170px;
}
a {
	color			: #20208F;
	text-decoration	: none;
}
a:hover {
	text-decoration	: underline;
}
.a-none {
	color			: black;
	text-decoration	: none;
}
.a-none:hover {
	text-decoration	: none;
}
.bolcom {
	color			: #808080;
	font-style		: italic;
}
img {
	border			: none;
}
h1 {
	font-family		: Arial; 	
	font-size		: 14px;
	color			: #303030;
	margin			: 0;
}
h2 {
	font-family		: Arial;
	font-size		: 13px;
	color			: #303030;
	margin-bottom	: 10px;
}
h3 {	
	font-family		: Arial;
	font-size		: 11px;
	color			: #303030;
	margin			: 0;
}
li {
    margin			: 0;
	padding			: 0;
}
.no-padding-margin {
    margin			: 0;
	padding			: 0;
}
p {
    margin			: 0;
	padding			: 0;
}
input, select, textarea {
	font-family		: Arial;
	font-size		: 12px;
	border			: solid 1px #4682B4;
	padding-left		: 2px;
	margin			: 1px;
}
.noborder {
	border			: 0px;
}
.input-bewerken {
	margin			: 1px;
	border			: solid 1px #D3D3D3;
}
.input-new, .textarea-new, .select-new {
	font-size: 13px;
	margin: 5px 0 10px 0;
	padding: 4px;
	border: 1px solid #E5E5E5;
	color: #666;
}
.textarea-new {
	width: 300px;
	height: 150px;
}
.textarea-new:focus, .input-new:focus {
	border: 1px solid #999;
	color: #333;
}
.editable_text, .editable_textarea {
	cursor			: pointer;
}
.bannercategorie {
	font-family		: Arial;
	font-size		: 12px;
	border			: solid 1px #4682B4;
	margin			: 1px;
}
.form-opzoeken { 
        padding         	: 10px; 
        margin                  : 0;
} 
.form-0 { 
        padding         	: 0; 
        margin                  : 0;
} 
fieldset {
	width			: 610px;
	border			: solid 1px #4682B4;
	padding			: 0;
	margin			: 0;
}
legend {
	font-family		: Arial;
	font-size		: 13px;
	color			: #303030;
	font-weight		: bold;
	margin-left		: 5px;
}
.linkerkolom {
	float			: left;
	margin-left		: 20px;
	width			: 140px;
	text-align		: left;
	display			: inline;
}
.middenkolom {
	float			: left;
 	margin			: 0 0 50px 48px;
	width			: 670px;
	text-align		: left;
	display			: inline;
}
.rechterkolom {
	float			: right;
	margin-right	: 28px;
	width			: 220px;
	text-align		: left;
	display			: inline;	
}
.menu {
	float			: left;
	width			: 155px;
	height			: 20px;
	display			: inline-block;
	text-align		: center;
	text-decoration	: none;
	font			: 13px/100% Arial, Helvetica, sans-serif;
	font-weight		: bold;
	color			: #303030;
	letter-spacing	: .5px;
	padding			: 6px 0 0 0;
	margin			: 3px 0 0 0;
}
.menu:hover {
	text-decoration	: none;
	background		: #E8E8E8;
}
.submenu {
	width			: 200px;
	display			: inline-block;
	text-decoration	: none;
	padding			: 3px 0 3px 0;
	border-top		: 1px solid #D3D3D3;
	letter-spacing	: 1px;
	font-size		: 90%;
	color			: black;
}
.submenu:hover {
	text-decoration	: none;
	background		: #E8E8E8;
}
.rechterkolomblok {
	width			: 200px;
	padding			: 3px 0 3px 0;
	border-top		: 1px solid #D3D3D3;
	letter-spacing	: 1px;
	font-size		: 90%;
}
.content {
	margin-left		: 15px;
}
hr {
	border			: 0;
	color			: #D3D3D3;
	background-color	: #D3D3D3;
	height			: 1px;
}
.error { 
	color			: red;
}
.box-help {
	background		: #ffffff;
	font-size		: 12px;
	border			: solid 1px #4682B4;
	text-align		: left;
}
.boxtitel {
	font-family		: Arial;
	font-size		: 11px;
	font-weight		: bold;
	color			: #303030;
	background		: #ffffff;
	border-bottom		: solid 1px #4682B4;
	text-align		: left;
	padding			: 0px 0px 2px 5px; 
}
.boxpadding5 {
	padding			: 5px;
}
.submenu-tekst {
	font-size		: 9pt;
	color			: black;
}
.indexbox {
	margin: 5px 0 10px 21px;
	padding: 0 15px 0 15px;
	position: relative;
	float: left;
	width: 268px;
	height: 85px;
	text-align		: left;
}
.widget {
	margin: 10px 10px 20px 10px;
	position: relative;
	float: left;
	border: 1px solid #E5E5E5;
	padding: 19px;
	width: 260px;
}
.widgettitle {
	color			: #000;
	font-weight		: normal;
	font-size		: 18px;
	margin			: 0 0 15px 0;
}
.widget input {
	width: 250px;
	height: 20px;
	margin: 0 0 10px 0;
	-moz-box-shadow: 0px 1px 0px #FFF;
	-webkit-box-shadow: 0px 1px 0px #FFF;
	box-shadow: 0px 1px 0px #FFF;
}
.widget select {
	height: 30px;
	margin: 0 0 10px 0;
	-moz-box-shadow: 0px 1px 0px #FFF;
	-webkit-box-shadow: 0px 1px 0px #FFF;
	box-shadow: 0px 1px 0px #FFF;
}
input.bigbutton {
	width: 260px;
	height: 41px;
	border: 0px solid #FFF;
	text-indent: -9999px;
}
input.bigbutton:hover { 
	background-position: 0 41px;
}
input.bb-bekijken {
	background: url(images/cadeauhints-bekijken.png);
}
input.bb-inloggen {
	background: url(images/cadeauhints-inloggen.png);
}
input.bb-view {
	background: url(images/cadeauhints-view.png);
}
input.bb-login {
	background: url(images/cadeauhints-login.png);
}