@charset "utf-8";
/* CSS Document */

html {
	background-color:#FFFFFF;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	background:none;
	color:#DDDDDD;
}
#container {
	display:block;
	margin:0px auto;
	width:824px;
}
#header {
	width:824px;
	height:121px;
	background-image:url(img/bg-header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#header-logo {
	float:left;
	margin-top:45px;
}
#header-banner {
	float:right;
	width:400px;
	height:55px;
	margin-top:55px;
	margin-right:40px;
	text-align:right;
	color:#999999;
	font-size:16px;
	font-style:italic;
	line-height:22px;
}
#menu-content-container {
	display:block;
	overflow:auto;
	width:824px;
	min-height:500px;
	background-image:url(img/bg-menu-content-container.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}
#menu {
	float:left;
	margin-top:24px;
	width:280px;
	height:450px;
	border:none;
	border-right:solid 1px #363636;
}
#content {
	float:right;
	margin-top:24px;
	margin-right:40px;
	width:470px;
}
#footer {
	width:824px;
	height:38px;
	padding-top:22px;
	background-image:url(img/bg-footer.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:center;
	font-size:10px;
}
/* FONT PROPERTIES */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin-bottom:15px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	margin-bottom:5px;
	margin-top:10px;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
}
h4 {
	margin-bottom:10px;
	font-style:italic;
}
p {
	margin-bottom:15px;
}
#header-banner p {
	margin:0px;
	padding:0px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
/* link */
a {
	color:#DDDDDD;
	text-decoration:none;
	font-weight:bold;
}
/* unvisited link */
a:link {
}  
/* visited link */
a:visited {
}
/* mouse over link */
a:hover {
	color:#DFDFDF;
	text-decoration:underline;
	font-weight:bold;
}
/* selected link */
a:active {
	color:#FFFFFF;
}
#content ul {
	margin-bottom:15px;
}
#content li {
	padding-left:15px;
	background:transparent url(img/bullet-content-list.jpg) no-repeat;
	background-position:0px 7px;
}
#menu {
	font-family:Arial,Helvetica,sans-serif;
}
#menu ul {
	margin-left:40px;
}
#menu li{
}
.menu-item a {
	display:block;
	height:25px;
	width:200px;
	padding-top:6px;
}
.menu-item-dl a {
	display:block;
	height:28px;
	width:200px;
	padding:3px 0 0 0;
	line-height:13px;
}
.menu-item a:hover, .menu-item-dl a:hover {
	background-image:url(img/bg-menu-item-hover.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
}
#menu h2 {
	margin:20px 0 10px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#menu p {
	margin-left:40px;
}
p.infotekst {
	font-size:10px;
	margin-top:10px;
	margin-bottom:0px;
}
/* END FONT PROPERTIES */
hr {
	margin-top:15px;
	margin-bottom:10px;
	height:0px;
	border:none;
	border-top:solid 1px #363636;
}
/* FORM PROPERTIES */
form label, form input, form textarea, form select {
	display:block;
	width:170px;
	float:left;
	margin-bottom:10px;
}
form label {
	text-align:left;
	width:150px;
	padding-right:20px;
}
form br {
	clear:left;
}
form textarea {
	height:50px;
	width:270px;
}
form input, form textarea, form select {
	font-family:"Courier New", Courier, monospace;
}
form button {
	margin-left:168px;
}
/* END FORM PROPERTIES */
/* KLANTENINTRANET */
#loginKlantenIntranet {
	margin-top:35px;
}
.dossierKlantenIntranet th {
	font-weight:bold;
}
.dossierKlantenIntranet hr {
	margin-top:5px;
	margin-bottom:5px;
	height:0px;
	border:none;
	border-top:solid 1px #363636;
}
