body {
	font-family: arial, trebuchet MS;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #444;
}

#container {
    position: relative;
	width: 930px;
    left: 50%;
    margin-left: -465px;
}

h1#first {
    height: 190px;
	text-indent: -5000px;
    background-image: url("../img/n_header.jpg");
    background-repeat: no-repeat;
    margin: 0px;
}

#content {
	background: #fff url("../img/n_background_content.jpg") no-repeat;
	width: 930px;
}

#menu {
	background: #fff url("../img/n_menu.jpg") no-repeat;
	height: 45px;
	width: 570px;
	margin-top: 5px;
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
}

#menu ul {
	list-style: none;
	display: inline;
}

#menu ul li {
	list-style-type: none;
	display: inline;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#menu a.active {
	color: #fff;
}

#menu a:hover {
	color: #fff;
}


#submenu {
	text-align: right;
	color: #fff;
	background: #161616 url('../img/background_subm.jpg') no-repeat top left;
	margin-bottom: 5px;
	padding: 3px;
}

#menu a.sm {
	display: inline;
	color: #fff;
}



#emis-login {
	background: #333 url('../img/n_background_emis.jpg') no-repeat top left;
	width: 320px;
	color: #fff;
	padding: 1px 0 0 40px;
	height: 176px;
}

#emis-login input, #adres input {
	font-family: trebuchet ms, arial;
	font-size: 11px;
	color: #333;
	width: 183px;
	padding: 3px 3px 3px 3px;
	border: 0;
	margin: 0 0 6px 0;
}

#emis-login select {
	font-family: trebuchet ms, arial;
	font-size: 11px;
	color: #333;
	width: 190px;
	padding: 0px;
	border: 0;
	margin: 0 0 6px 0;
}

#emis-login button {
	border: 0;
	background-color: none;
	margin-bottom: 5px;
	margin-left: 125px;
}

#emis-login .image, #adres .image {
	width: 70px;
	height: 16px;
	display: inline;
	float: right;
	padding-right: 30px;
}

input.user {
	//background: white url('../img/person.gif') no-repeat 3px;
}

input.password {
	//background: white url('../img/key.gif') no-repeat 3px;
}

input.placeholder { 
	color: #a9a9a9 !important; 
	font-style: oblique;
}

#emis-login form {
	margin: 0px;
	padding: 0px;
}

#adres {
	height: 178px;
	background: white url('../img/n_background_adres.jpg') no-repeat;
	padding: 4px 0 0 40px;
}

#kolom-links {
	float: left;
	width: 570px;
}

#kolom-rechts {
	float: right;
	width: 360px;
	margin: 0;
}


#content-right {
	margin-left: 25px;
	padding: 30px 60px 35px 60px;
	text-align: justify;
}

#content-right ul {
	margin: 0px;
	padding: 3px 0 5px 0;
	list-style: none;
}

#content-right ul li {
	background: url('../img/list_img.gif') no-repeat 0px 5px;
	padding-left: 15px;
}

#tekst {

}


#disclaimer {
	margin: 2px 10px 0 0;
}

#bottom-menu {
	float: left;
	font-size: 0.85em;
	padding: 7px 0 0 75px;
}

#bottom-menu a {
	color: #555;
	text-decoration: none;
	margin-right: 2px;

}

#vbv {
	text-align: right;
	padding: 0 10px;
	float: right;

}


#uitklap {
	position: absolute;
	margin-left: -25px;
	margin-top: 15px;
	width: 180px;
	height: 108px;
	padding: 10px;
	line-height: 10px;
	z-index: 50;
	background: url('../img/background_submenu.png') no-repeat;
 	visibility:hidden;
}

#uitklap a {
	color: #000;
	text-decoration: none;
	font-variant: small-caps;
}

#uitklap a:hover {
	color: #f00;
}


img {
	border: 0;
}

h2 {
	margin-bottom: 15px;
	font-size: 1.8em;
	color: #000;
	font-weight: normal;
}

h3 {
	margin-bottom: 10px;
	font-size: 1.3em;
	color: #000;
	font-weight: normal;
}

/*formfields*/
fieldset {
	border: 0px;
	width: 400px;
	margin-top: 15px;
}

input, textarea, select {
	font-family: trebuchet ms, arial;
	font-size: 11px;
	color: #333;
	width: 200px;
	border: 1px solid #eee;
	border-bottom: 1px solid #bbb;
	margin: 0 3px 6px 0;
	padding: 1px 2px 1px 2px;
}

.d_k {
	width: 16px;
}

.d_l {
	width: 30px;
}

textarea {
	width: 350px;
}

legend {
	font-weight: bold;
	font-style: italic;
	color: #000;
}

label {
	margin:3px;
	width: 140px;
	float:left;
	text-align:left;
	clear:left;
	cursor: pointer; 	
	display:inline; 
	font-weight: bold;
}

tbody th {
	color: #e5322c;
	text-align: left;
	font-size: 14px;
}

a {
	color: #e5322c;
	text-decoration: none;
}

td {
	vertical-align: top;
}

