/*--------------------------------------------------------------------
Basic Style Sheet

Version: 1.0
Copyright: 2009, dicode® VOF - understanding internet
W: www.dicode.nl
E: info@dicode.nl
T: 0570-750680
--------------------------------------------------------------------*/

/* Global
--------------------------------------------------------------------*/
* { 
	font-family: arial;
	color: #727272;
	font-size: 12px;
}

img {
	border: 0;
}

h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #b02311;
	font-size: 20px;
}

h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #99a100;
	font-size: 17px;
}

h3 {
	margin: 3px 0 3px 0;
	padding: 0;
	color: #b02311;
	font-weight: bold;
	font-size: 12px;
}

h4 {
	margin: 0;
	padding: 0;
	color: #727272;
	font-weight: bold;
	font-size: 12px;
}

hr {
	border: 0;
	width: 196px;
	padding: 0;
	margin: 4px 0;
	height: 2px;
	border-bottom: solid 2px #eaeaea;
	background-color: #eaeaea;
}

hr.small {
	border: 0;
	width: 196px;
	padding: 0;
	margin: 4px 0;
	height: 1px;
	border-bottom: solid 1px #eaeaea;
	background-color: #eaeaea;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	background: #f6f6f6 url(css/images/bg.jpg) repeat-x;
}

/* Top
--------------------------------------------------------------------*/
	div#top {
		position: absolute;
		margin: 0;
		padding: 0;
		height: 35px;
		width: 100%;
		top: 0;
		left: 0;
		background: url(/css/images/bg_balk.png) repeat-x;
		z-index: 5;
	}

	div#topcontent {
		position: relative;
		width: 979px;
		margin: 0 auto;
	}
	
	div#logo {
		position: relative;
		width: 225px;
		height: 100px;
		margin-top: -4px;
	}
	
	div#top ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	div#top ul li {
		float: left;
		margin: 5px 0 0 30px;
	}
	
	div#top ul li a {
		text-decoration: none;
	}
	
	div#top ul li a:hover {
		text-decoration: underline;
	}


/* Site
--------------------------------------------------------------------*/
div#site {
	position: relative;
	width: 979px;
	margin: 0 auto;
	padding-top: 26px;
	z-index: 1;
}

/* Head
--------------------------------------------------------------------*/
	div#headmenu {
		position: relative;
		height: 103px;
		background: url(/css/images/bg_head.jpg) no-repeat;
	}
	
	div#headmenu div.box {
		position: absolute;
		top: 20px;
		right: 30px;
		color: #9bb118;
	}
	
	div#headmenu div.box a {
		color: #9bb118;
		font-size: 11px;
		text-decoration: none;
	}
	
	div#headmenu div.box a:hover {
		text-decoration: underline;
	}

/* Container
--------------------------------------------------------------------*/
	div#container {
		position: relative;
		width: 979px;
		margin: 0 auto;
		text-align: left;
		background-color: #ffffff;
	}
	
	/* Container::Left (menu)
	----------------------------------------------------------------*/
		div#menu {
			position: relative;
			float: left;
			padding: 10px 0;
			width: 180px;
		}
		
		div#menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
			width: 180px;
		}
		
		div#menu ul li {
			width: 155px;
			padding: 0;
			line-height: 18px;
			text-align: left;
			padding-left: 15px;
			margin-left: 10px;
			background: url(/css/images/icn_li.jpg) no-repeat 0 5px;
		}
		
		div#menu ul li a {
			text-decoration: none;
			font-weight: normal;
			color: #175771;
		}
		
		div#menu ul li a.active {
			font-weight: bold;
		}
		
		div#menu ul li a:hover {
			text-decoration: underline;
		}
		
		div#menu ul li.subitem {
			margin-left: 20px;
			background: url(/css/images/icn_li_subitem.jpg) no-repeat 0 5px;
		}
		
		div#menu ul li.subitem a {
			text-decoration: none;
			font-weight: normal;
			color: #0090c5;
		}
		
		div#menu ul li.subitem a.active {
			font-weight: bold;
		}
		
		div#menu ul li.subitem a:hover {
			text-decoration: underline;
		}
		
		div#menu ul li.empty {
			width: 100%;
			height: 10px;
			line-height: 10px;
			margin-left: 0px;
			background: url(/css/images/bg_li_empty.jpg) repeat-x;
		}
		
		div#menu div#menu_footer {
			position: relative;
			padding: 0;
			width: 196px;
			margin-top: 20px;
		}

		div#menu div#menu_footer h2 {
			padding: 5px 0 0 10px;
		}

		div#menu div#menu_footer ul {
			list-style: none;
			padding: 10px 0 0 0;
			margin: 0;
			width: 180px;
		}
		
		div#menu div#menu_footer ul li {
			width: 155px;
			padding: 0;
			line-height: 18px;
			text-align: left;
			padding-left: 15px;
			margin-left: 10px;
			background: url(/css/images/icn_li_red.jpg) no-repeat 0 5px;
		}

	/* Container::Content (content) (2 columns)
	----------------------------------------------------------------*/
		div#content {
			position: relative;
			float: right;
			width: 778px;
			padding: 0 0 20px 0;
			color: #727272;
			line-height: 18px;
			top: -52px;
		}
		
		div#content ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		div#content ul li {
			padding-left: 10px;
			margin: 0;
			line-height: 20px;
			background: url(/css/images/icn_li_subitem.jpg) no-repeat 0 7px;
		}
		
		/* Container::Content TopImage
		------------------------------------------------------------*/
			div#content div#topimagehome {
				position: relative;
				height: 266px;
				width: 778px;
				background: url(/css/images/img_content.png) no-repeat;
			}

			div#content div#topimagehome h5 {
				margin: 0;
				padding: 70px 0 0 50px;
				color: #fff;
				font-size: 30px;
				font-weight: normal;
				line-height: 35px;
				width: 400px;
			}

			div#content div#topimagehome div#search {
				position: absolute;
				width: 271px; /* 286px */
				height: 39px; /* 56px */
				padding: 17px 0 0 15px;
				bottom: 27px;
				right: 27px;
				background: url(/css/images/bg_search.png) no-repeat;
			}

			div#content div#searchdiv {
				position: absolute;
				width: 271px; /* 286px */
				height: 39px; /* 56px */
				top: 83px;
				left: 480px;
			}

			div#site div#content div.searchhome {
				top: 200px;
			}

			div#content div#searchdiv input {
				width: 203px;
				height: 24px;
				font-size: 18px;
				color: #99a100;
				padding: 0 5px;
				border: 0;
			}

			div#content div#searchdiv div#searchbtn {
				position: absolute;
				top: 0;
				left: 221px;
			}


			div#content div#topimage {
				position: relative;
				margin-top: 52px;
				height: 82px;
				width: 778px;
				background: url(/css/images/img_topimage1.png) no-repeat;
			}

			div#content div#topimage div#search {
				position: absolute;
				width: 271px; /* 286px */
				height: 39px; /* 56px */
				padding: 17px 0 0 15px;
				bottom: 12px;
				right: 27px;
				background: url(/css/images/bg_search.png) no-repeat;
			}

			div#content div#topimage div#search input {
				width: 203px;
				height: 24px;
				font-size: 18px;
				color: #99a100;
				padding: 0 5px;
				border: 0;
			}

			div#content div#topimage div#search div#searchbtn {
				position: absolute;
				top: 16px;
				left: 236px;
			}
			
		/* Container::Content Breadcrumbs
		------------------------------------------------------------*/
			div#content div#breadcrumbs {
				position: relative;
				width: 778px;
				padding: 0;
				height: 25px;
				margin-top: -20px;
				border-bottom: dotted 1px #00a6dd;
			}

			div#content div#breadcrumbs.breadcrumbshome {
				margin-top: 0;
			}

			div#content div#breadcrumbs ul {
				list-style: none;
				padding: 0 0 0 26px;
				margin: 0;
			}
			
			div#content div#breadcrumbs ul li {
				float: left;
				color: #9bb118;
				font-size: 12px;
				background: none;
			}
			
			div#content div#breadcrumbs ul li a {
				text-decoration: none;
				color: #9bb118;
				font-size: 10px;
			}
			
			div#content div#breadcrumbs ul li a:hover {
				text-decoration: underline;
			}
			
		
		
		/* Container::Content left
		------------------------------------------------------------*/
		div#content div#left {
			float: left;
			width: 577px;
			padding-top: 9px;
		}

			div#content div#left div.content {
				width: 537px; /* 577px */
				min-height: 146px; /* 186px */
				padding: 20px;
				background: url(/css/images/bg_content.jpg) no-repeat;
			}
			
			div#content input.error {
				border: 1px red solid;
			}
			
			div#content select.error {
				border: 1px red solid;
			}
			
			div#content textarea.error {
				border: 1px red solid;
			}
			
			div#content div.errors {
				color: #00a6dd;
			}
			
			div#content div#left div.content a {
				color: #00a6dd; 
				text-decoration: none;
			}
			
			
			
			div#content div#left div.content a:hover {
				text-decoration: underline;
			}
			
			div#content div#left table {
				border: none;
			}
			
			div#content div#left table thead td {
				color: #b02311;
				font-weight: bold;
				border: none;
				border-bottom: solid 1px #e3e3e3;
			}
			
			div#content div#left table thead td p {
				margin: 0;
				padding: 0;
				font-weight: bold;
				color: #b02311;
			}
			
			div#content div#left table thead tr:hover {
				background-color: transparent;
			}
			
			div#content div#left table tbody tr:hover {
				background-color: #f9f9f9;
			}
			
			div#content div#left table tbody td {
				border: none;
				border-bottom: solid 1px #e3e3e3;
			}
			
			div#content div#left table tbody td p {
				margin: 0;
				padding: 0;
			}
			
			div#content div#left a {
				color: #9bb118;
				text-decoration: underline;
			}
			
			div#content div#left ul li a:hover {
				text-decoration: none;
			}
			
			div#content div#left ul {
				list-style-type: none;
				padding: 0;
				margin: 0px;
			}
			
			div#content div#left ul li {
				margin: 0;
				padding: 0;
				padding-left: 15px;
				background: url(/css/images/icn_li_left.jpg) no-repeat 0 8px;
				color: #9bb118;
			}
			
			div#content div#left ul li a {
				color: #9bb118;
				text-decoration: none;
			}
			
			div#content div#left ul li a:hover {
				text-decoration: underline;
			}
			
			div#content div#left img {
				padding: 5px;
			}
			
			div#content div#left ul.search li {
				color: #727272;
				margin-bottom: 10px;
			}
			
			div#content div#left ul.search li a {
				color: #00a6dd;
				text-decoration: none;
			}
			
			div#content div#left ul.search li a:hover {
				text-decoration: underline;
			}
			
			/* address */
			div#content div#left table#addressalfa tr td {
				width: 24px;
				height: 24px;
				text-align: center;
				background-color: #99a100;
				border: 1px #ffffff solid;
			}
			
			div#content div#left table#addressalfa tr td a {
				font-weight: bold;
				color: #ffffff;
				font-size: 13px;
				text-decoration: none;
				text-transform: uppercase;
			}
			
			div#content div#left table#addressalfa tr td a:hover {
				text-decoration: none;
				color: #b02311;
			}
			
			div#content div#addressresult div.company {
				float: left;
				width: 250px;
			}
			
			div#content div#addressresult div.company h3 {
				color: #00a6dd;
				font-size: 14px;
			}
			
			div#content div#addressresult div.details {
				float: left;
				width: 250px;
				
			}
			
			div#content div#addressresult div.details table {
				border-collapse: collapse;
			}
			
			div#content div#addressresult div.details table tr td {
				width: 180px;
			}
			
			div#content div#addressresult div.details table tr th {
				vertical-align: top;
				border-bottom: solid 1px #e3e3e3;
				width: 70px;
			}
			
			
		
		/* Container::Content right
		------------------------------------------------------------*/
		div#content div#right {
			position: relative;
			float: right;
			padding-top: 9px;
			width: 198px;
		}
		
			div#content div#right b.red {
				color: #b02311;
			}
		
			div#content div#right div.date {
				color: #99a100;
				font-size: 10px;
			}
		
			div#content div#right div.content {
				width: 190px;
			}
			
			div#content div#right div.news a {
				padding: 0;
				margin: 0;
				text-decoration: none;
			}
			
			div#content div#right div.news p {
				padding: 0;
				margin: 0;
			}

			div#content div#right div.readmore {
				color: #99a100;
			}

			div#content div#right div.readmore a {
				color: #99a100;
				text-decoration: underline;
			}

			div#content div#right div.readmore a:hover {
				text-decoration: none;
			}

		
			div#content div#right ul {
				list-style-type: none;
				padding: 0;
				margin: 0px;
			}
			
			div#content div#right ul li {
				margin: 0;
				padding: 0;
				padding-left: 20px;
				width: 170px;
				background: url(/css/images/icn_li_download.jpg) no-repeat 0 4px;
			}
			
			div#content div#right ul li a {
				color: #9bb118;
				text-decoration: none;
			}
			
			div#content div#right ul li a:hover {
				text-decoration: underline;
			}
			
			div#content div#right ul li.empty {
				height: 10px;
				background: url(/css/images/bg_li_empty.jpg) repeat-x;
			}
		
			div#content div#right h1 {
				width: 190px;
			}		
		
		
/* Footer
-------------------------------------------------------------------*/

	div#footer {
		position: relative;
		width: 1000px;
		height: 65px;
		text-align: left;
		background-color: #dfdcc6;
		font-size: 11px;
		background: url(/css/images/bg_footer.jpg) no-repeat;
	}
	
	div#footer div#box1 {
		position: absolute;
		padding-top: 30px;
		margin: 0px 0 0 60px;
		color: #9bb118; 
	}
	
	div#footer div#box2 {
		position: absolute;
		top: 30px;
		left: 600px;
		color: #7097a6;
		font-size: 11px;
	}
	
	/* Footer::Components
	---------------------------------------------------------------*/
		div#footer td {
			font-size: 11px;
			line-height: 12px;
			height: 12px;
			width: 120px;
		}
		
		div#footer b {
			font-size: 11px;
		}
		
		div#footer h2 {
			margin: 0;
			padding: 0;
			font-size: 11px;
		}
		
		div#footer a {
			color: #9bb118; 
			font-size: 11px;
			text-decoration: none;
		}
		
		div#footer a:hover {
			text-decoration: underline;
		}
	


/* Other
--------------------------------------------------------------------*/
	div.clear {
		clear: both;	
	}

