@CHARSET "UTF-8";

@IMPORT url(/layout/css/reset.css);

html {
	height: 100%;
}

body {
	font: normal 13px/ 20px Arial, Helvetica, sans-serif;
}

#screen {
	background: #666 url(/layout/bg/body.png) top left repeat;
	height: 100%;
	color: #666;
}

#screen div.window {
	background: url(/layout/bg/bars.png) 231px 0px repeat-y;
	height: 100%;
}

#screen div.window div.main {
	float: left;
	width: 100%;
	background: #e2dfcf url(/layout/bg/main.png) top left repeat;
	clear: both;
}

#screen div.window div.main div.frame {
	float: left;
	width: 999px;
	clear: both;
	background: url(/layout/bg/window.png) 231px 0 repeat-y;
	min-height: 550px;
}

#screen #head {
	float: left;
	clear: both;
	width: 100%;
	height: 67px;
}

#screen #head div.menu {
	width: 501px;
	margin-top: 45px;
	margin-left: 453px;
}

#screen #head div.menu,#screen #foot div.menu {
	color: #fff;
}

#screen #headline {
	margin-left: 231px;
	width: 741px;
	height: 73px;
}

#screen #panel {
	float: right;
	width: 564px;
	position: relative;
}

#screen #sidebar {
	float: left;
	width: 204px;
	padding-bottom: 120px;
}

#screen #house {
	float: left;
	width: 231px;
	height: 322px;
	background: url(/layout/bg/house.png) top left no-repeat;
}

#screen #foot {
	float: left;
	width: 100%;
	position: relative;
	clear: both;
	padding-bottom: 10px;
}

#screen #foot address {
	position: absolute;
	left: 0;
	width: 159px;
	height: 80px;
	margin-top: -80px;
	margin-left: 267px;
	font: normal 11px/ 16px Arial, Helvetica, sans-serif;
	color: #1a171b;
	font-style: normal;
}

#screen #foot div.menu {
	width: 501px;
	padding-top: 7px;
	margin-left: 453px;
	text-align: right;
}

#head div.menu,#foot div.menu {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}

#head div.menu,#head div.menu a,#foot div.menu,#foot div.menu a {
	color: #fff;
}

#head div.menu a.activepage,#foot div.menu a.activepage {
	font-weight: bold;
}

#screen #headline img {
	display: inline;
	border: none;
}

#content {
	width: 513px;
	margin-left: 12px;
}

a {
	color: #093;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font: normal 18px/ 25px "Times New Roman", serif;
	color: #600;
	padding-bottom: 6px;
}

h2 {
/*	font: bold 16px/ 23px "Times New Roman", serif;*/
	font-weight: bold;
	font-size: 14px;
	line-height: 23px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.content p {
	padding-top: 6px;
	padding-bottom: 6px;
}

.content a {
	text-decoration: underline;
}

.content div.hr {
	border-top: 2px solid #600;
	margin: 6px 0;
}

.content div.hr hr {
	display: none;
}

.content h2.red,.content h2.red a {
	color: #600;
	text-decoration: none;
	padding-bottom: 0;
}

.content h2.red a:hover {
	text-decoration: underline;
}

.content .nopadding {
	padding-top: 0;
	padding-bottom: 0;
}

.content .nobottompadding {
	padding-bottom: 0px;
}

.content .notoppadding {
	padding-top: 0px;
}

.content .bottompadding {
	padding-top: 0;
	padding-bottom: 18px;
}

.content .floatright {
	float: right;
}

#sidebar div.menu {
	width: 204px;
	float: left;
	clear: both;
	margin-top: -1px;
	/*	overflow: hidden; */
}

#sidebar div.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	line-height: 17px;
	color: #000;
}

#sidebar div.menu ul li {
	padding: 0;
	margin: 0;
	border-top: 1px solid #fff;
	margin-left: 27px;
}

#sidebar div.menu ul ul li {
	border-top-color: #e2dfcf;
}

#sidebar div.menu ul ul {
	border-top: 1px solid #fff;
}

#sidebar div.menu li.opened ul {
	display: block;
}

#sidebar div.menu li.closed ul {
	display: none;
}

#sidebar div.menu ul ul li {
	margin-left: 0;
}

#sidebar div.menu li a {
	display: block;
	background-color: #bbb199;
	width: 171px;
	padding-left: 6px;
	color: #000;
}

#sidebar div.menu li a.activepath,#sidebar div.menu li a.activepage {
	font-weight: bold;
}

#sidebar div.menu li a.tpl_red {
	color: #fff;
	background-color: #600;
}

#sidebar div.menu li a.tpl_cs {
	color: #fff;
	background: #008a45 url(/layout/menu/lock.png) center right no-repeat;
}

#sidebar div.menu li li a.tpl_medewerker {
	background: #ccc url(/layout/menu/medewerker.png) center right no-repeat
		;
}

#sidebar div.menu li li a.tpl_medewerker:hover {
	background-color: #ccc;
}

#sidebar div.menu li a:hover {
	text-decoration: none;
	background-color: #7d6e65;
	color: #fff;
}

#sidebar div.menu li a.tpl_red:hover {
	background-color: #000;
}

#sidebar div.menu li li a {
	padding-left: 13px;
	background-color: #e2dfcf;
	width: 164px;
}

#sidebar div.menu li li a:hover {
	background-color: #e2dfcf;
	color: #009933;
}

#sidebar div.menu li a.toggle {
	width: 27px;
	margin-left: -27px;
	padding: 0;
	float: left;
	color: #6d808a;
}

#sidebar div.menu li.opened a.toggle,#sidebar div.menu li.closed a.toggle:hover
	{
	background: url(/layout/menu/close.png) 8px 2px no-repeat;
	color: #6d808a;
}

#sidebar div.menu li.closed a.toggle,#sidebar div.menu li.opened a.toggle:hover
	{
	background: url(/layout/menu/open.png) 8px 2px no-repeat;
	color: #6d808a;
}

#sidebar div.menu li.opened span,#sidebar div.menu li.closed span {
	display: block;
	width: 27px;
	height: 17px;
	margin-left: -27px;
	padding: 0;
	float: left;
	color: #6d808a;
	cursor: pointer;
}

#sidebar div.menu li.opened span {
	background: url(/layout/menu/close.png) 8px 2px no-repeat;
	color: #6d808a;
}

#sidebar div.menu li.closed span {
	background: url(/layout/menu/open.png) 8px 2px no-repeat;
	color: #6d808a;
}

#loginform,#mijngegevensform,#tekstveldform {
	margin: 12px 0;
}

form.clientenservice dd {
	margin-bottom: 6px;
}

form.clientenservice dl dt {
	width: 132px;
	float: left;
}

form.clientenservice dl dt label {
	font-size: 13px;
	color: #63747d;
}

form.clientenservice dl dd input.wide {
	width: 300px;
}

form.clientenservice ul.errors {
	margin-bottom: 6px;
}

form.clientenservice ul.errors li {
	list-style-type: none;
	margin-left: 132px;
	color: #600;
}

form.clientenservice textarea {
	font-family: 'Lucida Console', 'Courier New', Courier, monospace;
	font-size: 13px;
	width: 500px;
	overflow: auto;
}

form.clientenservice dd.overlay {
	margin-left: -216px;
	margin-top: 0;
	background: url(/layout/bg/window.png) 0 0 repeat-y;
	padding: 0 0 6px 44px;
}

form.clientenservice dd.overlay textarea {
	width: 677px;
	margin-top: -5px;
}


div.form form {
	margin-top: 12px;
}

div.form form dl dt {
	clear: both;
	width: 132px;
	float: left;
	margin-bottom: 6px;
}

div.form form dl dd {
	margin-left: 150px;
	margin-bottom: 6px;
}

div.form form dl dt label {
	font-size: 13px;
	color: #63747d;
}

div.form form dl dd input.wide {
	width: 300px;
}

div.form form ul.errors {
	margin-bottom: 6px;
}

div.form form ul.errors li {
	list-style-type: none;
	margin-left: 0;
	color: #600;
	font-style: italic;
}

div.form form textarea {
	font: inherit;
	width: 300px;
}

div.form form input.text {
	width: 200px;
}

div.form form label.required {
	padding-right: 7px;
	background: url(/layout/bg/required.png) no-repeat right 2px;
}

div.diff {
	width: 500px;
	height: 395px;
	line-height: 16px;
	overflow: auto;
	border: 1px solid #7f9db9;
	background-color: #ebebe4;
	color: #000;
}

#screen #panel .activeuser {
	position: absolute;
	left: 0;
	top: -67px;
	width: 513px;
	text-align: right;
}

table.bestanden {
	width: 100%;
	border: none;
}

table.bestanden tr {
}

table.bestanden th {
	font-weight: bold;
	border-bottom: 1px solid #600;
	text-align: left;
}

table.bestanden td a {
	color: #666;
	text-decoration: none;
}

table.bestanden td a:hover {
	text-decoration: underline;
}

table.bestanden td a img {
	vertical-align: text-top;
	border: none;
}

ul.messages {
	margin: 30px 0;
	padding: 5px 0;
	border-top: 1px solid #600;
	border-bottom: 1px solid #600;
}

#uploadform {
	margin: 30px 0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #600;
}
#sitemap div div {
	margin-left: 30px;
}
