/*
#################
#	ALGEMEEN	#
#################
*/

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 10px;
}

.hidden {
	display: none;
}

.error {
	background-color: #ff5555;
}

a {
	color: #605273;
	font-weight: bold;
}

ul {
	margin-left: 20px;
}

/*
#################
#	LAY-OUT		#
#################
*/
div#wrapper {
	width: 810px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #fff;
	background: #301f43 url(/images/nis/bg_body.gif) repeat-y;
}

div#top {
	float: left;
	height: 309px;
	width: 578px;
	margin-left: 48px;
	border-bottom: 34px solid #6f5f85;
	background: #6f5f85 url(/images/nis/bg_top.jpg) no-repeat 0px 10px;
}

* html div#top,
* html div#content {
	margin-left: 24px;
}

div#contact {
	float: left;
	height: 153px;
	width: 158px;
	margin: 141px 0 0 -180px;
	padding: 15px 0 0 22px;
	font-size: 11px;
	line-height: 21px;
	border-bottom: 34px solid #605273;
	background: #533e65;
}

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

div#content {
	float: left;
	width: 758px;
	margin-left: 48px;
	padding: 30px 0 20px 0;
	font-size: 1.1em;
	color: #301f43;
	background: #f4f1ec url(/images/nis/bg_content.gif) repeat-y top right;
}

div#content h2 {
	margin-bottom: 30px;
	color: #605273;
	font-size: 1.8em;
}

div#content img {
	margin-bottom: 15px;
}

div.items {
	float: left;
	width: 578px;
	margin-bottom: 10px;
}

div.itemLeft {
	float: left;
	width: 235px;
	padding: 0 35px 0 15px;
}

div.itemRight {
	float: left;
	width: 247px;
	margin-bottom: 20px;
	padding: 0 35px 0 5px;
}

div#contentRight {
	float: right;
	width: 150px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}

div#contentBottom {
	clear: both;
	height: 23px;
	width: 758px;
	margin-left: 48px;
	background: #f4f1ec url(/images/nis/bg_contentBottom.gif) no-repeat 18px 0px;
}

div#footer {
	width: 726px;
	margin-left: 48px;
	padding: 10px 10px 10px 22px;
	font-size: 11px;
	background: #6f5f85;
}

span#copyright {

}

span#lastEdited {
	color: #132540;
	padding: 0 240px 0 40px;
}

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

/*
#################
#	MENU'S		#
#################

Hoofdmenu */

ul#mainMenu {
	margin: 140px 0 0 194px;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
}

ul#mainMenu li {
	display: block;
	float: left;
	height: 28px;
	width: 175px;
	margin-left: 10px;
}

* html ul#mainMenu li {
	margin-left: 5px;
}

ul#mainMenu li a {
	display: block;
	width: 162px;
	padding: 7px 0 6px 13px;
	color: #fff;
	text-decoration: none;
}

ul#mainMenu li a:hover {
	color: #352249;
	background: #eae8ec;
}

ul#mainMenu li ul {
	display: none;
	position: absolute; 
	top: 150px;
	left: 50px;
}

ul#mainMenu li:hover ul,
ul#mainMenu li.over ul {
	display: block;
}

/*
#####################
#	FORMULIEREN		#
#####################

Zoekmenu
*/

form#search {
	float: left;
	clear: right;
	width: 180px;
	height: 128px;
	border-bottom: 12px solid #fff;
	background: #605273 url(/images/nis/bg_form.gif) no-repeat 17px 51px;
	color: white;
}

form#search input {
	float: left;
	height: 21px;
	width: 123px;
	margin: 74px 0 0 17px;
	padding: 2px 0 0 2px;
	border: none;
	background: none;
	color: white;
}

form#search input#submit {
	display: block;
	height: 21px;
	width: 21px;
	margin-left: 0;
	border: none;
	background: url(/images/nis/bg_submit.gif);
	color: white;
}

.formulier textarea {
	width: 269px;
}

/*
#########################


*/

.login {
}

.login label {
	font-weight: bold;
}

.login ol {
	list-style: none;
}

.login li {
	padding-bottom: 10px;
}

.login input {
	background: #605273;
	border: 1px solid #9CA9BA;
	color: white;
	padding: 2px;
	width: 140px;
}
