@CHARSET "UTF-8";

/*reset begin*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #1C1C1C;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*reset end*/

body { 
	background: transparent url("images/BodyBgLower.jpg") repeat scroll 0 0;
	margin:0;
}

a {
	color: #0079C0;
	text-decoration: none;
}

input {
	background:white url(images/input-text-bg.gif) no-repeat scroll 0 0;
	border:1px solid #787A59;
	padding:2px 3px;
}

input:hover, input:focus {
	background:white url(images/input-text-bg-over.gif) no-repeat scroll 0 0;
}

textarea {
	background:white url(images/textarea-text-bg.gif) no-repeat scroll 0 0;
	border:1px solid #787A59;
	padding:2px 3px;
}

textarea:hover, textarea:focus {
	background:white url(images/textarea-text-bg-over.gif) no-repeat scroll 0 0;
}

#innerBody { 
	background: transparent url("images/bodyBg.jpg") repeat-x scroll 0 0;
	float:left;
	height:auto;
	margin:0;
	width:100%;	
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 770px;
	padding: 0;
	height: 237px;
	background: transparent url("images/headerBg.jpg") no-repeat scroll 0 0;
	margin: 6px 0 0 0;
}

	#header #logo {
		width: 280px;
		height: 83px;
		float: left;
		display: block;
		margin: 50px 0 20px 50px;
		display: inline;
	}

	#header #menu {
		width: 730px;
		height: 63px;
		background: transparent url("images/menuBg.jpg") no-repeat scroll 0 0;
		float: left;
		color: #fff;
		margin: 0 0 0 20px;
		display: inline;
	}
	
		#header #menu li{
			float: left;
			font-weight: bolder;
			font-size: 20px;
		}
			
		#header #menu a {
			display: inline;
			font-family: arial;
			float: left;
			height: 25px;
			padding: 5px;
			font-size: 12px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			line-height: 13px;
			margin-top: 17px;
		}
		
		#header #menu a:hover {
			text-decoration: underline;
		}
	
#main {
	width: 770px;
	margin: 0;
	padding: 0;
	background:transparent url("images/mainBg.gif") repeat-y scroll 0 0;
	font: normal 12px arial;
	color: #1C1C1C;
	line-height: 18px;
	font-size: 13px;
}

#footer {
	color: #000;
	width: 770px;
	margin: 0;
	padding: 20px 0 0 0;
	height: 52px;
	font: 11px arial;
	background: transparent url(images/footerBg.jpg) no-repeat scroll center bottom;
}

	#footer a {
		color: #fff;
		text-decoration: none;
		margin: 0 5px;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	#footer ul {
		width: 450px;
		height: 29px;
		margin: 0 0 0 30px;
		padding: 0;
		float: left;				
	}
	
	#footer ul li {
		height: 29px;
		margin: 0;
		padding: 0;
		float: left;
		color: #fff;
	}
	
	#footer #copyright {
		float: right;
		width: 250px;
		margin: 0 30px 0 0;
		text-align: right;
		color: #fff;
		font-weight: normal;
	}
	
/*** content ***/

#homeLeft {
	float: left;
	width: 460px;
	background: transparent url(images/contentBg.jpg) no-repeat scroll 0 0;
	display: inline;
	margin: 10px 0 0 20px;
	font: normal 12px arial;
	text-align: justify;
	line-height: 20px;
	padding: 0 25px 0 25px;
}

	#homeLeft h1{
		margin: 10px 0 20px 0;
		font: normal 18px arial;

	}

#homeRight {
	float: left;
	width: 215px;
	display: inline;
	margin: 10px 0 0 10px;
	font: normal 12px arial;

}

	#homeRight img{
		float: left;
	}

#homeRight #contactBox{
		float: left;
		background: transparent url(images/contactBox.gif) no-repeat scroll 0 0;
		padding: 50px 10px 0 15px;
		margin: 10px 0 0 0;
		width: 187px;
		height: 190px;
	}
	
	#newsBox{
		float: left;
		background: transparent url(images/newsBox.gif) no-repeat scroll 0 0;
		padding: 50px 10px 0 15px;
		margin: 10px 0 0 0;
		width: 187px;
		height: 60px;
	}
.tabel_legislatie {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:15px;
	}
	
table.tabel_legislatie tr td {
	border-top:1px solid #fff;
	padding-top:4px;
	padding-bottom:4px;
	}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
}
.executie_img img{
	float:left;
	border: solid 1px #069;
	margin:4px 6px 4px 0px;
		
	}

.separator {
	background: transparent url("images/line.gif") no-repeat scroll 0 0;
	margin: 20px 10px;
	height: 2px;
}

#list{
	width: 465px;
}

	#list li{
		background: transparent url("images/bullet.gif") no-repeat scroll 0 9px;
		padding: 3px 0 0 17px;
		margin: 0 0 0 12px;
		width: 200px;
		float: left;
		text-align: left;
		display: inline;
	}

#list1{
	width: 450px;
}
	#list1 li{
		background: transparent url("images/bullet.gif") no-repeat scroll 0 9px;
		padding: 3px 0 0 17px;
		margin: 0 0 0 12px;
		text-align: left;
		display: block;
	}	
	
#buttonSubmit {
	background:transparent url(images/button-login-bg.gif) repeat-x scroll 0 0;
	border:1px solid #282828;
	color:white;
	cursor:pointer;
	font-size:10px;
	margin: 10px 70px 50px 0;
	padding:3px;
	float: right;
}

#contactForm {
	margin: 20px 0 0 50px;
}

	#contactForm label {
		display: block;
		float: left;
		width: 100px;
		margin-top: 10px;
		font-weight: bold;
		clear: both;
	}
	
	#contactForm input {
	    width: 230px;
	    margin-top: 10px;
		height:18px;
		font-size: 12px;
	}
	
	#contactForm textarea {
	    width: 230px;
	    height: 150px;
	    margin-top: 10px;
	    font-size: 11px;
}	