@charset "iso-8859-1";

/** common **/
	* {
		margin: 0;
		padding: 0;
		font-size: 11px;
		font-family: verdana, arial, sans-serif;
		color: #000000;
		}
	html, body {
		/* \*/ height: 100%; /* IE MAC ignores */
		} 
	body {
		/* \*/ height: 100%; /* IE MAC ignores */
		margin: 0;
		background: #CDCDCD;
		min-width: 830px;
		} 
	* html body {
		margin: 0;
	}
	#wrap {
		position: relative;
		margin: 0;
		height: 100%;
		text-align: center;
		}
	#middle {
		height: auto;
		width: 830px;
		min-height: 100%; 
		background: white;
		margin: 0 auto;
		text-align: left;
		background-image: url("/images/design/background.gif");
		background-repeat: repeat-y;
	}
	* html #middle {
		/* \*/ height: 100%; /* IE MAC ignores */
		}
	.clearer {
		height:1px;
		overflow:hidden;
		margin-top:-1px;
		clear:both;
	}
	hr {
		background-color: #CDCDCD;
		border: 0;
		color: #CDCDCD;
		height: 1px;
		margin: 15px 0 15px 0;
	}
	* html hr
	{
		margin: 10px 0 10px 0;
	}
	html>body #minheight{
		float:right;
		width:0px;
		height:800px;
		/* \*/ height: auto; /* IE MAC ignores */
	}
	a {
		color: #8c8c8c;
	}
	a:hover {
		color: #d2cb25;
	}
	h1 {
		font-size: 12px;
		margin-bottom: 12px;
		color: #cdcdcd;
	}
	h2 {
		font-size: 11px;
		margin-bottom: 0px;
		color: #d2cb25;
	}
	h3, h4, h5, h6 {
		font-size: 11px;
		margin-bottom: 0px;
		color: #8c8c8c;
	}
	ul {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	ol {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	li {
		margin-left: 24px;
	}
	blockquote {
		margin-left: 30px;
	}
/** site elements **/
	#header {
		position: relative;
		width: 830px;
		height: 161px;
		background-image: url("/images/design/header.gif");
		background-repeat: no-repeat;
	}
	#footer {
		position: relative;
		top: -12px;
		width: 830px;
		height: 12px;
		background-image: url("/images/design/footer.gif");
		background-repeat: no-repeat;
		margin: 0 auto;
		text-align: right;
	}
	#left_column {
		float: left;
		width: 189px;
		padding-right: 3px;
		padding-bottom: 10px;
	}
	* html #left_column {
		width: 192px;
	}
	#right_column {
		float: right;
		width: 189px;
		padding-bottom: 26px;
	}
	#content {
		margin-right: 195px;
		margin-left: 195px;
		width: 440px;
		padding-bottom: 26px;
	}
	* html #content {
		margin-right: 0px;
		margin-left: 0px;
	}
	#left_column .banner
	{
		padding-top: 6px;
		padding-left: 21px;
	}
	#right_column .banner
	{
		padding-right: 21px;
	}
	.banner_content {
		padding: 15px 9px;
		background: #eaeaea;
		color: #646464;
		line-height: 15px;
		margin-bottom: 6px;
	}
	.banner_content * {
		color: #646464;
		line-height: 15px;
	}
	.banner_content h1 {
		margin: 0;
	}
/** horizontal menu **/
	.hmenu_container1
	{
		position: absolute;
		left: 20px;
		top: 16px;
	}
	.hmenu_container2
	{
		position: absolute;
		right: 22px;
		top: 16px;
		text-align: right;
		width: 600px;
	}
	.hmenu_container3
	{
		position: absolute;
		top: -16px;
		right: 22px;
	}
	.hmenu
	{
	}
	.hmenu, .hmenu ul li a
	{
		padding-top: 0px;
		line-height: 14px;
		padding-bottom: 0px;
		font-size: 9px;
		color: #646464;
	}
	.hmenu ul, .hmenu ul li
	{
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-size: 9px;
		color: #646464;
	}
	.hmenu ul li a
	{
		margin: 0;
		padding-left: 1px;
		padding-right: 1px;
		white-space: nowrap;
		text-decoration: none;
	}
	.hmenu ul li a:hover
	{
		color: #d2cb25;
	}
	* html .hmenu ul li, * html .hmenu ul li a
	{
		width: 1%; /* IE/Mac needs this */
		display: inline-block;	/* IE/Mac needs this */
		/* \*/
			width: auto;
			display: inline; 
			position: relative;
		/* reset above hack */
	}
	* html .hmenu, * html .hmenu ul a
	{
		/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
					 IE/Mac will ignore this rule. */
	}
	* html .HMENU
	{
		padding: 0;	
	}
/** vertical menu **/
	.vmenu
	{
		padding-left: 21px;
	}
	.vmenu ul, .vmenu ul li
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: block;
	}
	.vmenu ul
	{
		border: solid 1px #646464;
		border-bottom-width: 0;
	}
	.vmenu ul ul
	{
		border: 0px;
		padding-bottom: 4px;
		background: #e0d847;
	}
	.vmenu ul li
	{
		border-bottom: solid 1px #646464;
	}
	.vmenu ul li li
	{
		border-bottom: 0px;
	}
	.vmenu ul li a
	{
		display: block;
		text-decoration: none;
		padding: 2px 10px;
		color: #3c3c3c;
		background-color: #e0d847;
		line-height: 22px;
	}
	.vmenu ul li li a
	{
		padding: 0px 10px 6px 20px;
		background-image: url("/images/design/bullet1.gif");
		background-repeat: no-repeat;
		background-position: 10px 3px;
		line-height: 11px;
	}
	.vmenu ul li li a:hover, .vmenu ul li li .active
	{
		background-image: url("/images/design/bullet2.gif");
		color: #3c3c3c;
		font-weight: normal;
	}
	.vmenu ul li a:hover, .vmenu ul li .active
	{
		color: #FFF;
		font-weight: normal;
	}
	* html .vmenu ul li a/* hide from IE5.0/Win & IE5/Mac */
	{
		height: 1%;
	}
	* html .vmenu ul
	{
		position: relative;	/* IE needs this to fix a rendering problem */
	}
/** DefaultPage **/
	.inleiding {
		padding: 22px;
		background: #EAEAEA;
		color: #646464;
		line-height: 18px;
		font-size: 12px;
	}
	#DefaultPage {
		padding: 22px;
		line-height: 15px;
	}
/** DefaultForm **/
	.DefaultForm {
	}
	.DefaultForm .login_error {
		color: red;
		margin-bottom: 12px;
	}
	.DefaultForm fieldset {
		border-width: 1px;
		border-color: white;
		border-style: solid;
		padding: 10px 0;
	}
	.DefaultForm legend {
		font-weight: bold;
		border-left: 1px solid gray;
		border-right: 1px solid gray;
		background-color: white;	
	}
	.DefaultForm label {
		float: left;
		width: 100px;
		padding: 0 0 0 0;
		margin: 2px 0;
		clear: left;
		line-height: normal;
	}
	.DefaultForm input, 
	.DefaultForm select, 
	.DefaultForm textarea {
		margin: 2px 0;
	}
	.DefaultForm .submit {
		margin-top: 10px;
		padding: 4px;
		cursor: pointer;
	}
	/** javascript error-handling **/
	.DefaultForm input.error, 
	.DefaultForm select.error, 
	.DefaultForm input.error:focus, 
	.DefaultForm select.error:focus {
		padding-right: 16px; 
		border: 2px solid red; 
		background-image: url(/images/warning_obj.gif); 
		background-position: right; 
		background-repeat: no-repeat;
	}
/**  **/
	.form_footer {
		text-align: right;
	}
	.item {
		padding-bottom: 12px;
		margin-bottom: 14px;
		border-bottom: 1px solid #cdcdcd;
		width: 396px;
		float: left;
	}
	* html .item {
	}
	.item h1 {
		font-size: 11px;
		margin-bottom: 0px;
		color: #d2cb25;
	}
	.item img {
		float: right;
		margin-left: 10px;
		margin-bottom: 5px;
	}
	.item_list .img_float_left {
		float: left;
		margin: 3px 10px 5px 0;
	}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


#searchform {
	position: absolute;
	top: 35px;
	left: 641px;
	width: 168px;
	height: 57px;
}
#searchbox fieldset {
	border: 0;
}
#searchbox fieldset #search {
	position: absolute;
	top: 20px;
	left: 7px;
	border: 0;
	padding: 2px 3px 3px 3px;
	width: 125px;
}
#searchbox fieldset .button {
	position: absolute;
	top: 19px;
	left: 143px;
	border: 0;
}
#ibform {
	position: absolute;
	top: 98px;
	left: 641px;
	width: 168px;
	height: 57px;
}
#ibform div {
	color: #646464;
	padding: 8px 8px;
}
#ibbox fieldset {
	border: 0;
}
#ibbox fieldset .input1 {
	position: absolute;
	top: 27px;
	left: 6px;
	border: 1px solid #999999;
	padding: 2px 3px 3px 3px;
	width: 50px;
}
#ibbox fieldset .input2 {
	position: absolute;
	top: 27px;
	left: 69px;
	border: 1px solid #999999;
	padding: 2px 3px 3px 3px;
	width: 62px;
}
#ibbox fieldset .button {
	position: absolute;
	top: 27px;
	left: 143px;
	border: 0;
}
.banner2 {
	padding-bottom: 6px;
	text-align: center;
	width: 168px;
}
.banner2_img {
	border: 0;
}
#photo_nav {
	padding: 10px 0 5px 0;
}
#photo_nav .content{
	height: 15px;
}
#photo_nav a {
}
#photo_nav_left {
		float: left;
		background-image: url("/images/design/previous.gif");
		background-repeat: no-repeat;
		background-position: 0 50%;
		padding-left: 12px;
			height: 20px;

}
#photo_nav_right {
		float: right;
		background-image: url("/images/design/next.gif");
		background-repeat: no-repeat;
		background-position: 100% 50%;
		padding-right: 12px;
			height: 20px;

}
#summary2 {
	position: absolute;
	left: 423px;
	top: 88px;
	width: 155px;
}