@charset "utf-8";
/* CSS Document */


* {
	font-size:100%;
	margin:0;
	padding:0;
	border:0;
	outline:none;
	}

ul,li,th,td {
	margin:0;
	padding:0;
	border:0;
	}

p {
	margin-top:1em;
	margin-bottom:1em;
	}


body {
	-x-system-font:none;
	font-family:Trebuchet,"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#808080;
	font-size:0.84em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.333;
	margin:0;
	padding:0;
	background-color: #fff;

	}



h1 {
	font-size:2em;
	}

h2 {
	font-size:1.5em;
	color:#c8c563;
	margin:5px 0;
	}

h3 {
	font-size:1.33em;
	color:#c8c563;
	margin:3px 0;
	}

h4 {
	font-size:1.1em;
	}

h5 {
	font-size:1em;
	}

h6 {
	font-size:0.85em;
	margin:0.5em 0 0;
	}

a {
	color:#C8C563;
	}


/* CLASSES */

.readon {
	margin:10px 0 10px 20px;
	
}

.readon a{
	text-decoration:underline;
	color:#c8c563;
	font-size:12px;
	padding-left:20px;
	background:url(../images/layout/leesverder_btn.jpg) no-repeat 0 2px;
}


.clear {
	clear:both;
	}

/*  ID'S   */

/* background & wrapper */

#bgleft {
	position:absolute;
	left:0;
	top:0;
	background:url(../images/layout/left_bg.gif) repeat-x 0 -1px;
	width:50%;
	height:408px;
	z-index:0;
	}


#bgright {
	position:absolute;
	right:0;
	top:0;
	background:url(../images/layout/right_bg.gif) repeat-x top;
	width:50%;
	height:301px;
	z-index:0;
	}


#wrapper {
	position:relative;
	width:816px;	
	margin-left:auto;
	margin-right:auto;
	background-color:transparent;
	margin-bottom:10px;
	}



/* login */


#login {
	width:780px;
	height:29px;
	margin-left:18px;
	border-top:5px solid;
	border-color:#bf1e2e;
 	
	}

#login span {
	position:absolute;
	right:420px;
	top:18px;
	font-size:0.70em;
	color: #808080;
	font-weight:bold;
	}

#login span#notification {
	position:absolute;
	left:410px;
	top:50px;
	width:385px;
	font-size:0.70em;
	color: #CD0005;
	font-weight:bold;
	}

#a_email {
	height:20px;
	padding:2px 20px 0px 5px;
	width:110px;
	background-color:transparent;
	}

#emailbox {
	position:absolute;
	left:410px;
	top:14px;
	background:url(../images/layout/email_box.jpg) no-repeat 0 0;
	}
	

#formSubmit {
	position:absolute;
	left:540px;
	top:14px;
	list-style-type:none;
	background:url(../images/layout/top_button.jpg) no-repeat;
	color:#fff;
	width:56px;
	height:20px;
	padding-bottom:2px;
	text-align:center;
	cursor:pointer;
	} 

.languageButton {
	position:relative;
	float:right;
	list-style-type:none;
	background:url(../images/layout/top_button.jpg) no-repeat;
	width:56px;
	height:20px;
	margin-top:9px;
	text-align:center;
	cursor:pointer;
	line-height:19px;
	}

.languageButton a {
	text-decoration:none;
	color:#fff;
	}

.languageButton a.active {
	color:#BF1E2E;
	}

/* navigation */

#navigation {
	position:relative;
	width:780px;
	height:102px;
	margin-left:18px;
	overflow:hidden;
	}

#navigation ul {
	position:absolute;
	height:25px;
	list-style-type:none;
	list-style-position:inside;
	bottom:20px;
	right:0;
	
}

#navigation ul li {
	display:inline;
	float:left;
	margin:0 5px 0 25px;
	
	}



#navigation ul li a {
	display:block;	
	padding:0;
	text-decoration:none;
	text-align:center;
	color:#707070;
	font-weight:bold;
	font-size:1.2em;
	
	} 

#navigation ul li ul {
	display:none;
	}
	


#navigation ul li a:hover, #navigation ul li.current a{
	color:#bf1e2e;
	}

#navigation h1 {
	margin:0;
	padding:0;
	}

/* header */

#header {
	position:absolute;
	top:136px;
	height:273px;
	width:798px;
	background:url(../images/layout/header_left_bg.gif) repeat-x 0 -2px;
	}


#flashheader {
	height:234px;
	width:505px;
	border:3px solid #fff;
	background: url(../images/layout/bigbanner.jpg);
	margin:16px 0 0 16px; 
	}

#imageheader {
	position:absolute;
	top:0px;
	right:0px;
	height:271px;
	width:271px;
	background:url(../images/layout/header_right_bg.gif) no-repeat -5px 0;
	}


#imageheader img {
	border:3px solid #fff;
	margin-top:51px;
	margin-left:20px;
	}

/* content */
	
#content {
	width:780px;
	position:relative;
	padding:300px 0 0 18px;
	}

#leftcolumn {
	width:530px;
	float:left;
	border-right:1px solid #eee;
	}

#rightcolumn {
	width:247px;
	float:left;
	background-color:#fff;
	}

#rightcolumn img {
	width:238px;
	height:108px;
	margin:0 0 20px 9px;
	}


/* leftcolumn content */

#topcontent {
	padding:0 10px 0px 0;
	margin-bottom:0px;
	background-color:#fff;
	color:#808080;
	font-size:1.25em;
	font-weight:normal;
	line-height:1.5em;
	border-bottom:1px solid #eee;
	
}

#productcontent {
	width:240px;
	float:left;
	color:#808080;
	padding-top:20px;
	padding-right:20px;
	margin-bottom:20px;
	border-right:1px solid #eee;
}

#newscontent {
	width:240px;
	float:left;
	color:#808080;
	padding-top:20px;
	margin:0 10px 20px 10px;
}


#normalcontent {
	padding:10px 20px 5px 0;
	background-color:#fff;
	color:#808080;
	font-size:1.1em;
	font-weight:normal;
	line-height:1.2em;
	border-bottom:1px solid #eee;
	text-align:justify;
	}




/* newsitems */


#newsitems {
	color:#808080;
	}



/*productitems*/

#productitems {
	color:#808080;
	}

.item {
	float:left;
	width:500px;
	padding:5px 10px 15px 0;
	border-bottom:1px solid #eee;
	}

.item h3 {
	margin:0px;
	}

.item .readon {
	margin:5px 0 0 0;
	padding-left:0px;
	}

.itemtext {
	float:left;
	width:300px;
	}
	
.itemimage img {
	float:left;
	width:150px;
	padding:5px;
	margin-top:5px;
	margin-right:10px;
	border:1px solid #eee;
	}

span.productaantal {
	margin-left:20px;
	}

span.productaantal a{
	color:#808080;
	text-decoration: none;
	}


#backbutton a {
	float:right;
	margin:10px 22px 0 0;
	font-size:1em;
	color:#808080;
	text-decoration:none;
	}
	
#backbutton a:hover {
	color:#aaa;
	text-decoration:underline;
	}

#waxlogo {
	clear:both;
	height:0px;
	width:100%;
	}

#waxlogo img {
	float:right;
	padding:10px 15px 20px 0; 
	}

