/* DEFAULT */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
}

body {
	color: #8b8d8e;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	height: 100%;
	margin: 0 -97px;
}

#ie,
#ie6,
form {
	height: 100%;
}

/* WRAPPERS */
#container {
	position: relative;
	min-height: 100%;
	width: 1094px;
	margin: 0 auto;
}

#ie6 #container {
	height: 100%;
}

/* HEADER */
#header {
	background: url("../images/header.gif") top left no-repeat #fff;
	height: 110px;
	padding: 0 97px 17px 97px;
}

	#header a span {
		display: block;
		overflow: hidden;
		height: 0;
		width: 0;
		margin: 0;
		padding: 0;
	}

	#header h1 {
		float: left;
		background: url("../images/logo-jr-it.gif") top left no-repeat #fff;
		height: 110px;
		width: 141px;
	}
	
		#header h1 a {
			display: block;
			width: 100%;
			height: 100%;
		}
	
	#header #menu {
		float: left;
		border-left: 1px solid #e2e2e3;
		margin: 64px 0 24px 0;
	}
	
	#header #menu li {
		display: block;
		float: left;
		list-style: none;
		height: 22px;
		padding: 0 16px;
		border-right: 1px solid #e2e2e3;
	}
	
	#header #menu a {
		display: block;
		height: 25px;
	}
	
	#header #menu a:hover {
		background-position: 0 -25px;
	}
	
	#header #storingsdienst {
		float: right;
		background: url("../images/storingsdienst.gif") 0 -40px no-repeat #fff;
		height: 70px;
		width: 141px;
		margin: 40px 0 0;
	}
	
		#header #storingsdienst a {
			display: block;
			width: 100%;
			height: 100%;
		}
		
	#header #login-form {
		position: absolute;
		top: 10px;
		right: 116px;
	}
	
		#header #login-form,
		#header #login-form a {
			color: #b3b4b5;
		}

		#header #login-form label {
			float: left;
			color: #8b8d8e;
			padding: 0 8px;
		}
	
		#header #login-form input {
			float: left;
			vertical-align: bottom;
			font: 13px/18px Arial, Helvetica, sans-serif;
			width: 69px;
			height: 16px;
			padding: 2px 0 0 2px;
			border: 1px solid #e2e2e3;
		}
		
			#header #login-form input.submit {
				width: 20px;
				height: 20px;
				padding: 0;
				margin: 0 0 0 5px;
				border: none;
			}
		
		
		#header #login-form span.pipe {
			color: #e2e2e3;
			padding: 0 6px;
		}

/* CONTENT */
#content {
	clear: both;
	position: relative;
	padding: 21px 258px 82px 258px;
	z-index: 2;
}

	#content h2 {
		color: #8b8d8e;
		font-family: Arial, Helvetica, sans-serif;
		font-stretch: narrower;
		font-weight: normal;
		letter-spacing: -1px;
		font-size: 24px;
		line-height: 43px;
		height: 43px;
		margin-bottom: 28px;
	}
	
		#content h2 a {
			display: block;
			height: 100%;
			width: 100%;
		}
	
	#content h2.notalks {
		display: block;
		background: url("../images/notalks.jpg") center center no-repeat #fff;
		height: 176px;
		width: 578px;
		margin-top: 55px;
	}
	
		#content h2.notalks span {
			display: block;
			overflow: hidden;
			height: 0;
			width: 0;
			margin: 0;
			padding: 0;
		}

	#content h3 {
		color: #003f72;
		font-family: Arial, Helvetica, sans-serif;
		font-stretch: narrower;
		font-weight: normal;
		letter-spacing: -1px;
		font-size: 18px;
		line-height: 31px;
		height: 31px;
		margin-top: 28px;
		margin-bottom: 5px;
	}
	
	#content p {
		margin-bottom: 18px;
	}
	
	#content ul,
	#content ol {
		list-style: inside;
	}
	
	#content a {
		color: #8b8d8e;
		text-decoration: underline;
	}
	
	#content img {
		border: 0;
	}
	
	#content p.button {
		position: relative;
		background: #fff;
		padding: 1px;
		border: 1px solid #e2e2e3;
	}
	
		#content p.button big {
			display: block;
			color: #bfc0c0;
			background: #f3f3f3;
			font-size: 30px;
			line-height: 46px;
			padding: 0 13px;
		}
		
		#content p.button a {
			display: block;
			background: url("../images/button.gif") top left repeat-x transparent;
			width: 100%;
			text-decoration: none;
		}
		
			#content p.button a big {
				background: transparent;
			}

			#content p.button.download a big {
				background: url("../images/button-download.gif") right center no-repeat transparent;
			}
	
	#content dl {
		margin-bottom: 18px;
	}
	
		#content dl dt {
			font-weight: bold;
		}
		
		#content dl dd {
			margin-bottom: 18px;
		}
		
	#content dl.table {
		width: 100%;
		overflow: hidden;
		margin-bottom: 0;
	}
	
		#content dl.table dt {
			float: left;
			clear: left;
			width: 25%;
			padding-bottom: 8px;
		}
		
		#content dl.table dd {
			margin-left: 25%;
			margin-bottom: 0;
			padding-bottom: 8px;
		}
		
	#content .logo {
		float: right;
		text-align: right;
		margin: 4px 0 18px 18px;
	}
	
	#content .logo.referenties {
		margin-top: 22px;
	}
	
	#content table {
		margin-bottom: 18px;
	}
	
		#content table tr {
			height: 20px;
		}
		
		#content table th,
		#content table td {
			padding: 0 5px;
		}
		
		#content table thead th {
			text-align: left;
		}
		
		#content table th.download,
		#content table td.download {
			text-align: right;
		}
		
		#content table tbody tr
		{
			cursor:pointer;
		}
		
		#content table tbody tr:hover {
			background: #f3f3f3;			
		}

/* VALIDATION SUMMARY */
#content #validation-summary {
	background: #fff;
	padding: 1px;
	border: 1px solid #e2e2e3;
	margin-bottom: 8px;
}
	
	#content #validation-summary p,
	#content #validation-summary ul {
		color: #bfc0c0;
		background: #f3f3f3;
		width: auto;
		padding: 8px 13px;
		margin: 0;
	}
	
/* FORMS */
#content .form {
	width: 100%;
}

	#content .form p {
		overflow: hidden;
		width: 100%;
		margin-bottom: 8px;
	}
	
		#content .form p label {
			float: left;
			display: block;
			width: 25%;
		}
		
		#content .form p input,
		#content .form p select,
		#content .form p textarea {
			float: left;
			display: block;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			line-height: 18px;
			width: 74%;
			padding: 2px 0 0 2px;
			border: 1px solid #e2e2e3;
		}
		
		#content .form p input {
			height: 18px;
		}
		
		#content .form p span.checkbox input {
			display: inline;
			width: auto;
			margin-left: 25%;
			margin-right: 1%;
			margin-top: 2px;
			border: 0;
		}
		
		#content .form p select {
			width: 74.5%;
		}
		
		#content .form p select optgroup option {
			padding-left: 18px;
		}
		
		#content .form p input.submit {
			display: inline;
			float: right;
			color: #8b8d8e;
			background: #fff;
			width: 25%;
			height: 22px;
			margin-right: 3px;
			padding: 0;
		}
		
/* FORMS: SPECIFIC */
#content #formcontact p .tel {
	width: 45%;
}

#content #formcontact p .checkbox input {
	margin-left: 4%;
}

#content #formcontact p .callmelabel {
	width: 19%;
}

/* FOOTER */
#footer-image {
	position: absolute;
	bottom: 0;
	background: url("../images/footer.gif") top left no-repeat #fff;
	height: 155px;
	width: 900px;
	padding: 0 97px;
	z-index: 1;
}

#footer-text {
	color: #215884;
	position: absolute;
	bottom: 2px;
	left: 19px;
	padding-left: 97px;
	font-size:10px;	
	z-index: 3;
}

#footer-text a {
	color: #90abc1;
	text-decoration: none;
}

#footer-text a:hover {
	color: #fff;
	text-decoration: none;
}
