@import url('../beheer/css/baseStyle.css');

body{
	padding:0;
	margin:0;
}

html {
	padding:0;
	margin:0;
	background:url('../images/bg_body.jpg') repeat-x;
	font-family:"Arial";
	font-size:12px;
}

#container {
	width:1000px;
	height:auto;
	display:block;
	margin:0 auto;
	position:relative;
}
#wrap_top {
	width:1000px;
	height:30px;
	margin-top:20px;
	background:transparent url('../images/bg_wrap_top.png') no-repeat;
	float:left;
	position:relative;
}
#wrap_bottom {
	width:1000px;
	height:30px;
	background:transparent url('../images/bg_wrap_bottom.png') no-repeat;
	float:left;
	position:relative;
}
#wrap{
	width:920px;
	height:auto;
	background:transparent url('../images/bg_wrap.png') repeat-y;
	float:left;
	padding:20px 40px 0 40px;
	position:relative;
	}
	#logo {
		position:absolute;
		top:5px;
		left:40px;
		}
		#logo img {
			border:0;
	}
	#listNavigatie {
		float:left;
		list-style:none;
		padding:0;
		margin:30px 0 0 0;
		}
		.menuitem, .menuitemActive, .menuitemSpacer, .menuitemLanguage, .topnavItem, .topnavSpacer {
			list-style:none;
			padding:0;
			margin:0;
			float:left;
		}
		.menuitem a, .menuitemActive a {
			color:#030003;
			font-size:14px;
			text-decoration:none;
		}
		.menuitem a:hover {
			color:#717171;
			text-decoration:underline;
		}
		.menuitemActive a {
			color:#820389;
		}
		.menuitemSpacer {
			padding:0 32px 0 32px;
		}
		.imageLanguage{
			border:0;
			width:25px;
		}
		.imageLanguage_active{
			border:0;
			width:30px;
		}
		.menuitemLanguage {
			padding:0 2px 0 2px;
	}
	#header {
		width:920px;
		height:187px;	
		float:left;
		margin:20px 0 0 0;
		position:relative;
		}
		#headerImage {
			position:absolute;
			top:0;
			left:0;
		}
		a#linkOnzeproducten {
			position:absolute;
			left:45px;
			top:150px;
			color:#3c3939;
			font-size:16px;
			font-weight:bold;
			text-decoration:none;
		}
		a#linkOnzeproducten:hover {
			text-decoration:underline;
		}
		.arrowOnzeproducten {
			color:#af03b9;
		}
		a#realisatie {
			position:absolute;
			right:0;
			top:-125px;
			color:#ffffff;
			font-size:11px;
			text-decoration:none;
		}
		a#realisatie:hover {
			text-decoration:underline;
		}
		#listTopNav {
			position:absolute;
			bottom:15px;
			left:10px;
		}
		.topnavItem a, topnavSpacer {
			color:#a501a8;
			text-decoration:none;
		}
		.topnavItem a:hover {
			color:#f552f8;
			text-decoration:underline;
		}
		.topnavSpacer  {
			padding:0 10px 0 10px;
		}
		#tableSearch {
			position:absolute;
			top:46px;
			right:40px;
			}
			.searchLabel {
				font-size:14px;
				color:#030003;
			}
			.searchInput {
				padding:0 10px 0 10px;
				}
				.searchInput input {
					width:132px;
					height:22px;
					line-height:22px;
					padding:0 5px 0 5px;
					border:1px solid #dedbdb;
			}
			.searchSubmit input {
				width:24px;
				height:24px;
				background:url('../images/search.jpg');
				padding:0;
				margin:0;
				border:0;
			}
			.searchSubmit input:hover {
				cursor:pointer;
				background:url('../images/search_hover.jpg');
			}
	#subheader {
		width:920px;
		height:128px;
		/*
		background:url('../images/bg_subheader.jpg') no-repeat;
		*/
		margin:5px 0 0 0;
		float:left;
		position:relative;
		}
		.subHeaderItem img {
			border:0;
		}
		.subHeaderSpacer {
			width:6px;
		}
	#main {
		width:920px;
		height:auto;
		float:left;
		margin:5px 0 0 0;
		position:relative;
		}
		#producten {
			width:920px;
			height:auto;
			float:right;
			position:relative;
			line-height:20px;
			padding:0 0 40px 0;
		}
		#main_left {
			width:315px;
			height:auto;
			float:left;
			padding:0 0 20px 0;
			line-height:20px;
			position:relative;
			}
			.header_paars {
				font-size:20px;
				font-family:"Tahoma";
				font-weight:normal;
				color:#ab07b6;
				display:block;
				padding:10px 0 6px 0;
			}
			#main_left a, #main_right a {
				color:#aa11ad;
			}
			#main_left a:hover, #main_right a:hover {
				color:#f552f8;
			}
			#subblock {
				float:left;
				position:relative;
			}
		.leveranciers td {
			padding:0 15px 15px 14px;
		}
		.leveranciers a{
			display:block;
			border:1px #ccc solid;
		}
		.leveranciers a:hover{
			border:1px #aaa solid;
		}
		#main_right {
			width:605px;
			height:auto;
			float:right;
			position:relative;
			line-height:20px;
			}
			.newsitemName {
				color:#aa11ad;
				font-weight:bold;
				padding:0;
				display:block;
			}
			.newsitemDate {
				font-size:10px;
				font-weight:bold;
				color:#6f6f6f;
			}
			#main_left h2, #main_right h2, #producten h2 {
				font-size:20px;
				font-family:"Tahoma";
				font-weight:normal;
				color:#ab07b6;
				padding:10px 0 6px 0;
			}
			.newsitemLeesmeer {
				display:block;
				padding:0 0 20px 0;
			}
			#errorMessage {
				padding:10px;
				background:#ffffff;
				color:#ef0000;
				border:1px solid #ef0000;
				margin:0 0 20px 0;
			}
			.labelText {
				color:#000000;
				/*padding:0 0 2px 0;*/
				padding:0 5px 0 0;
			}
			.labelVerplicht {
				color:#000000;
			}
			.verplicht {
				width:100px;
				height:21px;
				line-height:21px;
				text-align:left;
				color:#000000;
				font-weight:bold;
				padding:0 0 0 5px;
			}
			.inschrijvenTextinput, .inschrijvenTextinputError, .inschrijvenRadioinput {
				/*padding:0 0 15px 0;*/
				padding:0 0 5px 0;
			}
			.inschrijvenTextinput input, .inschrijvenTextinput textarea {
				width:270px;
				height:21px;
				background:#ffffff url('../images/bg_input.jpg') repeat-x;
				border:1px solid #cccccc;
				line-height:21px;
				color:#475669;
				font-family:"Arial";
				font-size:11px;
				padding:0 4px 0 4px;
			}

			.inschrijvenTextinputError input, .inschrijvenTextinputError textarea {
				width:270px;
				height:21px;
				background:#ffffff url('../images/bg_input.jpg') repeat-x;
				border:2px solid #ef0000;
				line-height:21px;
				color:#475669;
				font-family:"Arial";
				font-size:11px;
				padding:0 4px 0 4px;
			}
			.inschrijvenTextinput textarea, .inschrijvenTextinputError textarea {
				height:75px;
			}

			.labelVoorwaardenError, .labelVoorwaarden {
				padding:15px 0 15px 0;
			}
			.labelVoorwaardenError input {
				border:2px solid #ef0000;
			}
			.inputSubmit {
				width:auto;
				height:30px;
				line-height:30px;
				padding:0 20px 0 20px;
				background:#ffffff;
				color:#aa11ad;
				font-size:12px;
				font-weight:bold;
				border:1px solid #aa11ad;
				cursor:pointer;
			}
			.inputSubmitHover {
				background:#ececec;
				color:#ed1c24;
			}
			.labelSubmit {
				padding:10px 0 0 0;
			}
			.zoekResultaatTitel {
				width:150px;
				padding:0 10px 0 0;
		}
		#main_bottom {
			width:920px;
			height:auto;
			float:left;
			padding:0 0 20px 0;
			position:relative;
		}
