/**** BASICS ****/
img, { behavior: url("../css/iepngfix.htc") }

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
    color: #666666;
    margin: 0px;
    padding: 0px;
    width: 100%;
	line-height: 18px;
}
html, body {
	height: 100%;
}
table{
	border:none;	
}
td {
	border:none;
}
img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}


/*** PAGE LAYOUT ***/
#container {
    width: 1000px;
	min-height: 100%;
    margin-left: auto;
    margin-right: auto;
	border-left: #e0e1e2 solid 1px;
	border-right: #e0e1e2 solid 1px;
	position: relative;
}
	#top {
		position: relative;
		height: 77px;
		z-index: 50;
		border-bottom: 2px solid #ff6600;
	}
		#logo {
			position: absolute;
			width: 260px;
			height: 78px;
			z-index: 60;
		}
			#logo img {
				margin: 10px 0 0 20px;
			}

		#menu {
			position: absolute;
			top: 51px;
			left: 0px;
			width: 1000px;
			height: 27px;
			overflow: hidden;
			border-bottom: 1px solid #ff6600;
			background: #ffffff url(../image/menu.gif) left 26px repeat-x;
		}
			#menu ul {
				list-style: none;
				margin: 0 0 0 285px;
				float: right;
				margin-right: 23px;
				padding: 0;
			}
				#menu ul li {
					float: left;
					display: inline;
					position: relative;
					color: #000000;
					font-size: 12px;
					font-weight: bold;
					background: url(../image/tab.gif) left 7px no-repeat;
					margin-left: -1px;
					display: inline;
				}
				#menu ul li.first {
					background: none;
					margin-left: 0px;
				}

					#menu ul li a {
						text-decoration: none;
						color: #000000;
						white-space: nowrap;
						outline: none;
						height: 40px;
						/*display: block;*/
						line-height: 19px;
						padding: 0 12px 0 12px;
						background: url(../image/tab.gif) right 7px no-repeat;
					}
					#menu ul li a, #menu ul li a:hover {
						text-decoration: none;
					}

					#menu ul li.last a {
						background: none;
					}
					#menu ul li.nosub a {
						height: 26px;
					}
					
				#menu ul li.active {
					color: #ff6600;
					background: #ffffff url(../image/tab_active.gif) left 7px no-repeat;
					height: 35px;
				}
					#menu ul li.active a {
						color: #ff6600;
						background: url(../image/tab_active.gif) right 7px no-repeat;
						line-height: 19px;
						padding-bottom: 11px;
					}
					#menu ul li.current a {
						color: #ff6600;
					}
					#menu ul li ul {
						position: absolute;
						left: 0;
						top: 20px;
						list-style-type: none;
						list-style-image: none;
						padding: 0;
						margin: 14px 0 0 10px;
						display: none;

					}
						#menu ul li ul li {
							float: none;
							height: 24px !important;
							display: block;
							font-size: 11px;
							font-weight: normal;
							color: #000000 !important;
							padding: 0;
							background: url(../image/arrow.gif) right 0px no-repeat;
						}
							#menu ul li ul li a, #menu ul li.active ul li a {
								color: #000000 !important;
								display: block;
								line-height: 16px;
								height: 20px !important;
								padding: 5px 30px 0 12px !important;
								background: none !important;
							}
						#menu ul li ul li.active {
							color: #ff6600 !important;
							background: #ececec url(../image/arrow.gif) right -24px no-repeat;
						}
							#menu ul li ul li.active a {
								color: #ff6600 !important;
							}
							#menu ul li ul li.current a {
								color: #ff6600 !important;
							}
	#center {
		clear: both;
		z-index: 40;
		padding-bottom: 32px;
		height: 100%;
	}
		#left {
			float: left;
			width: 700px;
			padding: 23px 0 0 20px;
			display: inline;
		}
			div.pageimage {
				position: relative;
				margin-left: -20px;
			}
				div.pageimage img {
					position: absolute;
					top: 0;
					left: 0;
				}
			div.blocks {
				padding: 0 0 0 10px;
				/*background: url(../image/block_back.png) left top repeat-x;*/
				margin-left: -20px;
			}
				/*new*/
				div.block {
					float: left;
					display: inline;
					width: 252px;
					background: #ffffff;
					background: url(../image/shortcut_shadow.jpg) left 0px no-repeat;
					padding: 10px;
					cursor: pointer;
				}
				div.blocks div.last {

				}
				div.blocks div.active, div.blocks div.current {
					background: url(../image/shortcut_shadow.jpg) left -113px no-repeat;
				}/**/
				/*old*'/ 
				div.block {
					float: left;
					display: inline;
					width: 120px;
					background: #ffffff;
					background: url(../image/block_shadow.png) left 0px no-repeat;
					padding: 10px;
					cursor: pointer;
				}
				div.blocks div.last {

				}
				div.blocks div.active, div.blocks div.current {
					background: url(../image/block_shadow.png) left -176px no-repeat;
				}/**/
				
					div.block div.top {
						height: 70px;
						background: #ffffff;
						float:left;
					}
						div.block div.top a {
							text-decoration: none;
							line-height: 15px;
							width: 100px;
						}
						div.blocks div.style1 div.top div {
							padding: 11px 0 0 13px;
							font-size: 14px;
							color: #ff6600;
							height: 44px;
							position: relative;
							text-align: left;
							width:125px;
						}
							div.blocks div.style1 div.top div a {
								font-size: 14px;
								color: #ff6600;
								text-align: center;
							}
						div.blocks div.style2 div.top div {
							padding: 23px 0 0 13px;
							background: url(../image/subco.png) 5px 5px no-repeat;
							font-size: 12px;
							width: 125px;
							font-style: italic;
						}
						div.blocks div.style3 div.top div {
							padding: 23px 0 0 13px;
							background: url(../image/marktplaats.png) 5px 5px no-repeat;
							font-size: 12px;
							font-style: italic;
							width:125px;
						}
					div.block div.inner {
						margin: 0 0 0 0;
						padding: 5px 0 0 5px;
						background: #ffffff;
						float:left;
					}
			div.blocks2 {
				padding: 10px 0 0 10px;
				/*background: url(../image/block_back.png) left top repeat-x;*/
				margin-left: -20px;
			}
				div.block2 {
					float: left;
					
					display: inline;
					width: 205px;
					background: #ffffff;
					background: url(../image/shortcut_shadow2.jpg) left 0px no-repeat;
					padding: 10px 8px 10px 23px;
					cursor: pointer;
				}
				div.blocks2 div.last {

				}
				div.blocks2 div.active {
					background: url(../image/shortcut_shadow2.jpg) left -113px no-repeat;
				}
					div.block2 div.top {
						/*height: 57px;*/
						background: #ffffff;
						float:left;
						margin-top:3px;
					}
						div.block2 div.top a {
							text-decoration: none;
							line-height: 15px;
						}
						div.blocks2 div.style1 div.top div {
							padding: 11px 0 0 0;
							font-size: 14px;
							color: #ff6600;
							height: 44px;
							position: relative;
							text-align: center;
						}
							div.blocks2 div.style1 div.top div a {
								font-size: 14px;
								color: #ff6600;
								text-align: center;
							}
						div.blocks2 div.style2 div.top div {
							padding: 23px 0 0 13px;
							background: url(../image/subco.png) 5px 5px no-repeat;
							font-size: 12px;
							font-style: italic;
						}
						div.blocks2 div.style3 div.top div {
							padding: 23px 0 0 13px;
							background: url(../image/marktplaats.png) 5px 5px no-repeat;
							font-size: 12px;
							font-style: italic;
							width:100px;
						}

					div.block2 div.inner {
						margin: 0 0 0 0;
						padding: 5px 0 5px 5px;
						/*background: #ffffff;*/
						float:left;
						
					}
		
		
		#right {
			margin-top: 14px;
			float: right;
			width: 258px;
			display: inline;
		}
			div.box {
				background: #e0e0e0 url(../image/box.jpg) left top no-repeat;
				width: 236px;
				margin-bottom: 17px;
			}
				div.box div.inner {
					padding: 12px 14px 12px 14px;
				}
				div.box div.bottom {
					height: 2px;
					line-height: 2px;
					font-size: 0px;
					background: #e0e0e0 url(../image/box.jpg) left bottom no-repeat;
				}
				div.box h2 {
					color: #ff6600;
					font-size: 16px;
					font-weight: normal;
				}
				div.box a.button {
					margin: 10px 0 0 0;
					background: url(../image/btn_standard_left_box.gif) left 0px no-repeat;
				}
					div.box a.button span {
						background: url(../image/btn_standard_right_box.gif) right 0px no-repeat;
					}
					div.box a.button:hover span {
						background: url(../image/btn_standard_right_box.gif) right -22px no-repeat;
					}

	#bottom {
		clear: both;
		width: 1000px;
		height: 32px;
		background: #ff6600 url(../image/bottom.gif) left top repeat-x;
		position: absolute;
		left: 0px;
		bottom: 0px;
	}
		#bottom ul {
			list-style: none;
			margin: 6px 0 0 45px;
			padding: 0;
		}
			#bottom ul li {
				list-style: none;
				display: inline;
				color: #ffffff;
				font-size: 10px;
				margin: 0 20px 0 0;
				padding: 0;
			}
				#bottom ul li a {
					color: #ffffff;
					text-decoration: none;
				}
				#bottom ul li a:hover {
					text-decoration: underline;
				}

p, blockquote {
	margin: 0 0 18px 0;
}

a {
	color: #666666;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: "Gill Sans Regular","Gill Sans","Gill Sans MT",Arial,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF6600;
	line-height: 36px;
}
h2 {
	margin: 0;
	padding: 0;	
	font-size: 14px;
	font-weight: bold;
	color: #222222;
}
h3 {
	font-size: 11px;
    color: #000000;
    margin: 0px;
    padding: 0px;
	font-weight: bold;
}
hr {
	margin: 18px 0 18px 0;
	height: 1;
	border: none;
	background: url(../image/border_dotted.gif) left bottom repeat-x;
}
blockquote {
    box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc; 
    -moz-box-shadow: 0 0 10px #cccccc;
    border:1px solid #cccccc; 
	padding: 10px;
}
	blockquote p:last-child {
		margin: 0;
	}
	blockquote p {
		clear: both;
	}
input, textarea, select, option {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
    color: #666666;	
}
button.icon {
	width: 16px;
	height: 16px;
	border: 0;
	cursor: pointer;
	background-position: left 0px;
	outline: none;
	line-height: 16px;
	margin: 3px 0 0 3px;
}
button.icon:hover {
	background-position: left -16px !important;
}
	button.plus {
		background: url(../image/icon_plus.gif) left top no-repeat;	
	}
	button.min {
		background: url(../image/icon_min.gif) left top no-repeat;	
	}
th {
	text-align: left;
	font-weight: bold;
	background: url(../image/border_dotted.gif) left bottom repeat-x;	
}

td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
table.table-selectable td {
	cursor: pointer;
}
	tr.table-tr-odd td {
		background: #f4f4f4;
	}
	tr.table-tr-hovered td {
		background: #ff6600;
		color: #ffffff;
	}
ul.links {
	list-style: none;
	list-style-position: outside;
	padding: 0;
	margin: 7px 0 0 0;
	background: url(../image/border_dotted.gif) left bottom repeat-x;
}
	ul.links li {
		height: 24px;
		background: url(../image/border_dotted.gif) left top repeat-x;
	}
		ul.links li a {
			padding-top: 5px;
			background: url(../image/arrow_link.gif) right 5px no-repeat;
			display: block;
			text-decoration: none;
		}
		ul.links li span {
			padding-top: 5px;
			display: block;
		}
		ul.links li a:hover {
			text-decoration: underline;
			background: url(../image/arrow_link.gif) right -14px no-repeat;
		}




div.box_center {
	background: #e0e0e0 url(../image/box_center.jpg) left top no-repeat;
	width: 700px;
	margin-bottom: 17px;
}
	div.box_center div.inner {
		padding: 12px 14px 12px 14px;
	}
	div.box_center div.bottom {
		height: 2px;
		line-height: 2px;
		font-size: 0px;
		background: #e0e0e0 url(../image/box_center.jpg) left bottom no-repeat;
	}
	div.box_center h2 {
		color: #ff6600;
		font-size: 16px;
		font-weight: normal;
	}
	div.box_center a.button {
		margin: 10px 0 0 0;
		background: url(../image/btn_standard_left_box.gif) left 0px no-repeat;
	}
		div.box_center a.button span {
			background: url(../image/btn_standard_right_box.gif) right 0px no-repeat;
		}
		div.box_center a.button:hover span {
			background: url(../image/btn_standard_right_box.gif) right -22px no-repeat;
		}



ul.list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	background: url(../image/border_dotted.gif) left top repeat-x;
}
	ul.list li {
		display: block;
		background: url(../image/border_dotted.gif) left bottom repeat-x;
		padding: 10px 0 10px 0;
	}
		ul.list li div.text {
			display: inline;
			float: left;
			width: 565px;
		}
			ul.list li div.heading {
				min-height: 70px;
			}
			ul.list li div.link {
			}
		ul.list li div.image {
			display: inline;
			float: left;
			width: 110px;
			margin-left: 20px;
		}
			ul.news li div.heading {
				min-height: 0;
			}

div.clear {
	clear: both;
}
h3.question {
	cursor: pointer;
}
div.answer {
	padding: 0 0 0 20px;
}
a.readmore {
	padding: 5px 30px 2px 0;
	background: url(../image/arrow_link.gif) right 5px no-repeat;
	text-decoration: none;
	min-height: 20px;
}
a.readmore:hover {
	text-decoration: underline;
	background: url(../image/arrow_link.gif) right -14px no-repeat;
}
a.button {
	display: block;
	margin: 0 5px 0 0;
	padding: 0;
	height: 22px;
	line-height: 18px;
	float: right;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
	background: url(../image/btn_standard_left.gif) left 0px no-repeat;
}
	a.button span {
		height: 22px;
		margin: 0;
		padding: 0 32px 0 10px;
		display: inline;
		float: left;
		background: url(../image/btn_standard_right.gif) right 0px no-repeat;
	}
	a.button:hover span {
		background: url(../image/btn_standard_right.gif) right -22px no-repeat;
	}
.antispam {
	display: none;
}
.hidden {
	display: none;
}
.error {
	color: red;
}
.bold {
	font-weight: bold;
}
.fleft {
	float: left !important;
}
.fright {
	float: right !important;
}
.nomargin {
	margin: 0 !important;
}
.overTxtLabel {
	padding: 1px 0 0 0;
	color: #999;
}
.rating_full {
	background: url('../image/rating.gif') left 0px no-repeat;
}
.rating_half {
	background: url('../image/rating.gif') left -38px no-repeat;
}
.rating_empty {
	background: url('../image/rating.gif') left -19px no-repeat;
}
.rating_0  { background: url('../image/rating_all.gif') left   0px no-repeat; }
.rating_1  { background: url('../image/rating_all.gif') left  -16px no-repeat; }
.rating_2  { background: url('../image/rating_all.gif') left  -32px no-repeat; }
.rating_3  { background: url('../image/rating_all.gif') left  -48px no-repeat; }
.rating_4  { background: url('../image/rating_all.gif') left  -64px no-repeat; }
.rating_5  { background: url('../image/rating_all.gif') left  -80px no-repeat; }
.rating_6  { background: url('../image/rating_all.gif') left  -96px no-repeat; }
.rating_7  { background: url('../image/rating_all.gif') left -112px no-repeat; }
.rating_8  { background: url('../image/rating_all.gif') left -128px no-repeat; }
.rating_9  { background: url('../image/rating_all.gif') left -144px no-repeat; }
.rating_10 { background: url('../image/rating_all.gif') left -160px no-repeat; }

.setrating_0  { background: url('../image/rating_all.gif') -80px    0px no-repeat; }
.setrating_1  { background: url('../image/rating_all.gif') -80px  -16px no-repeat; }
.setrating_2  { background: url('../image/rating_all.gif') -80px  -32px no-repeat; }
.setrating_3  { background: url('../image/rating_all.gif') -80px  -48px no-repeat; }
.setrating_4  { background: url('../image/rating_all.gif') -80px  -64px no-repeat; }
.setrating_5  { background: url('../image/rating_all.gif') -80px  -80px no-repeat; }
.setrating_6  { background: url('../image/rating_all.gif') -80px  -96px no-repeat; }
.setrating_7  { background: url('../image/rating_all.gif') -80px -112px no-repeat; }
.setrating_8  { background: url('../image/rating_all.gif') -80px -128px no-repeat; }
.setrating_9  { background: url('../image/rating_all.gif') -80px -144px no-repeat; }
.setrating_10 { background: url('../image/rating_all.gif') -80px -160px no-repeat; }

.spinner {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 999;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url('../image/spinner.gif') no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}
#loginbutton{
	position:absolute;
	top:10px;
	right:17px;
	z-index:900;	
}
	#loginbutton a {
		margin-left: 10px;
	}
#accordion{
	margin-bottom: 20px;	
}


div.dashbox {
	/*background: #e0e0e0 url(../image/dashbox.jpg) left top no-repeat;*/
	display: inline; 
	float: left;	
	width: 236px;
	/*height: 200px;*/
	margin-bottom: 17px;
	margin-left: -15px;
	padding-right:12px;
}
div.depth {
	background: url(../image/dashbox.jpg) left top no-repeat;
	display: inline; 
	float: left;	
	width: 236px;
	/*height: 200px;*/
	margin-bottom: 17px;
	margin-left: -15px;
	padding-right:12px;
}
	div.dashbox th{
		padding: 0px;
		background:none;
	}
	div.dashbox td{
		padding: 0px;
		background:none;
	}
	div.dashbox ul.links{
		background: none;		
	}
	div.dashbox ul.links li{
		padding: 0px;
		background-image: none;
	}
	div.dashbox ul.links li span{
		padding: 0px;
	}
	div.dashbox div.dashinner {
		padding: 12px 14px 12px 14px;
	}
	div.dashbox div.dashbottom {
		/*background:url(../image/dashbox_bottom.jpg) left bottom no-repeat;*/
		height: 20px;
		width:236px;
		line-height: 2px;
		font-size: 0px;		
	}
	div.depth div.dashbottom {
		background:url(../image/dashbox_bottom.jpg) left bottom no-repeat;
		height: 20px;
		width:236px;
		line-height: 2px;
		font-size: 0px;		
	}
	div.dashbox h2 {
		color: #ff6600;
		font-size: 16px;
		font-weight: normal;
		padding-bottom: 5px;
		background:url("../image/border_dotted.gif") repeat-x scroll left bottom transparent
	}
	div.depth h2 {
		color: #ff6600;
		font-size: 16px;
		font-weight: normal;
		padding: 5px 5px 5px 5px;
		background:url("../image/border_dotted.gif") repeat-x scroll left bottom transparent
	}
	div.dashbox a.button {
		margin: 10px 0 0 0;
		background: url(../image/btn_standard_left_box.gif) left 0px no-repeat;
	}
		div.dashbox a.button span {
			background: url(../image/btn_standard_right_box.gif) right 0px no-repeat;
		}
		div.dashbox a.button:hover span {
			background: url(../image/btn_standard_right_box.gif) right -22px no-repeat;
		}
		

.upload-outer {
	float: left;
	width: 150px;
}
.upload-container {
	clear: both;
	margin-bottom: 10px;
}
.upload-container div {
	float: left;
}
input.validation-failed, select.validation-failed {
	background-color: #FFE6E7;
}
