@charset "utf-8";

/** common **/
	* {
		margin: 0;
		padding: 0;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000;
		}
	html, body {
		/* \*/ height: 100%; /* IE MAC ignores */
		} 
	body {
		/* \*/ height: 100%; /* IE MAC ignores */
		margin: 0;
		background: #285BB4;
		min-width: 1000px;
		} 
	* html body {
		margin: 0;
	}
	#wrap {
		position: relative;
		margin: 0;
		height: 100%;
		text-align: center;
		}
	#center {
		position: relative;
		height: auto;
		width: 925px;
		min-height: 100%; 
		background: white;
		margin: 0 auto;
		text-align: left;
		background-image: url("/images2/background.gif");
		background-repeat: repeat-y;
	}
	* html #center {
		/* \*/ height: 100%; /* IE MAC ignores */
		}
	.clearer {
		height:1px;
		overflow:hidden;
		margin-top:-1px;
		clear:both;
	}
	hr {
		background-color: #9F0A0C;
		border: 0;
		color: #9F0A0C;
		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: #9F0A0C;
	}
	a:hover {
		color: #000;
	}
	h1 {
		color: #9F0A0C;
		font-size: 16px;
	}
	h2 {
		color: #9F0A0C;
		font-size: 13px;
	}
	h3, h4, h5, h6 {
		color: #9F0A0C;
		font-size: 12px;
	}
	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: 925px;
		height: 148px;
		background-image: url("/images2/header2.gif");
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	.home #header {
		height: 366px;
	}
	#home {
		position: absolute;
		left: 11px;
		top: 74px;
		width: 904px;
		height: 264px;
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	#submenu {
		position: relative;
		float: left;
		width: 380px;
		margin-bottom: 10px;
	}
	#left_img {
		position: absolute;
		padding-top: 7px;
		left: 170px;
		top: 46px;
		width: 196px;
		background-image: url("/images2/left_img_bg.gif");
		background-position: 100% 0;
		background-repeat: repeat-y;
	}
	#submenu_items {
		padding: 0 220px 0 20px;
		margin-bottom: 10px;
	}
	#content {
		margin-left: 383px;
		padding: 14px 40px 10px 0;
	}
	* html #content {
		margin-right: 0px;
		margin-left: 0px;
		width: 504px;
	}
/** horizontal menu **/
	#header ul
	{
		position: absolute;
		left: 12px;
		top: 51px;
	}
	#header ul, #header ul li a
	{
	}
	#header ul li
	{
		float: left;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#header ul li a
	{
		margin: 0 0 0 0;
		padding-left: 4px;
		padding-right: 4px;
		border-right: solid 2px #AAAAAA;
		white-space: nowrap;
		color: #AAAAAA;
		background: white;
		line-height: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	#header ul li a:hover, #header ul .active a
	{
		color: #AAAAAA;
	}
	* html #header ul li, * html #header 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 #header ul, * html #header ul a
	{
		/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
					 IE/Mac will ignore this rule. */
	}
	* html #header ul
	{
		padding: 0;	
	}
/** vertical menu **/
	#submenu_items ul, #submenu_items ul li
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: block;
	}
	#submenu_items ul
	{
		border-bottom-width: 0;
	}
	#submenu_items ul li
	{
	}
	#submenu_items ul li a
	{
		display: block;
		text-decoration: none;
		padding: 0 10px 3px 10px;
		color: #C56D6C;
		font-weight: bold;
		text-decoration: none;
		line-height: 14px;
	}
	#submenu_items ul li li a, #submenu_items ul #sub_current li a
	{
		padding: 0 10px 3px 20px;
		color: #aaa;
		background: none;
	}
	#submenu_items ul #sub_current a
	{
		padding: 0 10px 3px 20px;
		background: url("/images2/bullet.gif") 10px 4px no-repeat; 
	}
	#submenu_items ul #sub_current #subsub_current a
	{
		padding: 0 10px 3px 30px;
		background: url("/images2/bullet.gif") 20px 4px no-repeat; 
	}
	#submenu_items ul li a:hover
	{
		text-decoration: underline;
	}
	#submenu_items ul li a:hover, #submenu_items ul .active a
	{
		color: #C56D6C;
	}
	* html #submenu_items ul li a/* hide from IE5.0/Win & IE5/Mac */
	{
		height: 1%;
	}
	* html #submenu_items ul
	{
		position: relative;	/* IE needs this to fix a rendering problem */
	}
/** DefaultPage **/
	#DefaultPage {
		margin-left: 20px;
		padding: 20px 0 0 0;
		width: 314px;
		background: #bbbb00;
	}
/** DefaultForm **/
	.DefaultForm, .default {
	}
	.DefaultForm p, .default p {
	}
	.DefaultForm fieldset, .default fieldset {
		border-width: 1px;
		border-color: white;
		border-style: solid;
		padding: 10px 0;
	}
	.DefaultForm legend, .default legend {
		font-weight: bold;
		background-color: white;	
	}
	.DefaultForm label, .default label {
		float: left;
		width: 120px;
		padding: 0 0 0 0;
		margin: 2px 0;
		clear: left;
		line-height: normal;
	}
	.DefaultForm .cust, default .cust {
		float: none;
		width: auto;
		margin: 2px 0;
	}
	.DefaultForm .radio, .DefaultForm .checkbox, .default .radio, .default .checkbox {
		vertical-align: middle;
	}
	.DefaultForm input, .default input, 
	.DefaultForm select, .default select, 
	.DefaultForm textarea, .default textarea {
		margin: 2px 0;
	}
	.DefaultForm .submit, .default .submit {
		margin-top: 10px;
		padding: 4px;
	}
	/** 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;
	}
/**  **/
#content_text {
	line-height: 18px;
	position: relative;
}
.news_date {
	font-size: 10px;
	color: #666;
}
.news_title, .vacancies_title, .weblink_title, .collectie_title {
	padding: 6px 0;
}
.news_title a, .vacancies_title a, .weblink_title a, .collectie_title a {
	text-decoration: none;
	font-size: 13px;
}
.news_message, .vacancies_profile, .weblink_description, .collectie_description {
	padding: 0 0 10px 0;
}	
.news_more, .vacancies_more, .weblink_url, .collectie_more {
	text-align: right;
}

.weblink_title {
	padding: 0 0;
}
.weblink_title a {
	text-decoration: none;
	font-size: 12px;
}
.weblink_description {
	padding: 0 0 10px 0;
}	
.weblink_url {
	text-align: left;
}

.collectie_title {
	padding: 0 0;
}
.collectie_title a {
	text-decoration: none;
	font-size: 13px;
}
.collectie_description {
	padding: 2px 0 2px 0;
}	
.collectie_more {
	text-align: right;
}


.photoalbum_nav {
	text-align: center;
}
.photoalbum_nav .photoalbum_nav_prev {
	float: left;
}
.photoalbum_nav .photoalbum_nav_next {
	float: right;
}
.photoalbum_item {
	text-align: center;
}
.collectie_item_number {
	padding-bottom: 6px;
	font-size: 10px;
}
.collectie_item_number a {
	font-size: 10px;
	line-height: 12px;
}
#collectie_search {
	position: absolute;
	width: 280px;
	left: 230px;
	top: -70px;
	text-align: right;
}

#collectie_search .comment {
	font-size: 10px;
}
.color4 {
	color: #000;
	font-size: 14px;
}


#print, #login {
	display: none;
}

/* admin list */
.admin_buttons {
	background-color: #f1f1f1;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
	margin-bottom: 3px;
}
.admin_buttons2 {
	background-color: #f1f1f1;
	border: 1px solid black;
	padding: 2px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#submenu .admin_buttons {
	background-color: #f1f1f1;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 4px 0px 4px 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 13px;
	width: 150px;
}
.admin_buttons a {
	font-size: 10px;
	font-weight: bold;
}
#submenu .admin_buttons ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#submenu .admin_buttons li {
	padding:5px 2px 6px 0px;
	font-weight:bold;
	font-size: 9px;
	margin: 0;
	}
#submenu #afmelden{
	padding:25px 2px 6px 0px;
	font-weight:bold;
	font-size: 9px;
	}
.admin_buttons a, .admin_buttons a:link, .admin_buttons a:visited, .admin_buttons a:hover, .admin_buttons a:active {
	text-decoration: none;
	}
.admin_buttons a:hover {
	}
#submenu .admin_buttons img {
	margin-left: 4px;
	margin-right: 4px;
	border: none;
}
.admin {
	font-size: 10px;
	font-weight: bold;
	color:#000;
	padding: 2px 2px 6px 6px;
}
.label {
	width: 125px;
font-weight:bold;
}


#home_search {
	position: absolute;
	left: -372px;
	top: -24px;
	width: 904px;
	height: 70px;
	background: #dcdcdc;
	border-bottom: 1px solid #bdbdbd;
}
* html #home_search {
	height: 71px;
}
#home_search form {
	padding: 12px 0 0 30px;
	color: #9F0A0C;
	font-size: 11px;
}
#address {
	position: absolute;
	left: -342px;
	top: 70px;
	width: 200px;
	height: 145px;
	overflow: auto;
}
#news {
	position: absolute;
	left: -100px;
	top: 70px;
	width: 350px;
	height: 145px;
	overflow: auto;
}
#img {
	position: absolute;
	left: 292px;
	top: 70px;
	width: 179px;
	height: 145px;
	overflow: auto;
}
.home #submenu .admin_buttons {
	margin-top: 240px;
}
.contact {
	padding: 32px 0 0 39px;
}
.contact a {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
.contact a img {
	border: 0;
}


