@charset "utf-8";

/** common **/
	* {
		margin: 0;
		padding: 0;
		font-size: 12px;
		font-family: arial, helvetica, sans-serif;
		color: #202020;
		}
	body {
		background-image: url("/images/design/patroon.gif");
		min-width: 962px;
		} 
	#wrap {
		position: relative;
		margin: 0;
		text-align: center;
		}
	#middle {
		position: relative;
		width: 932px;
		margin: 0 auto;
		text-align: left;
	}
	* html #middle {
	}
	.clearer {
		height:1px;
		overflow:hidden;
		margin-top:-1px;
		clear:both;
	}
	hr {
		background-color: #b8ced6;
		border: 0;
		color: #b8ced6;
		height: 1px;
		margin: 11px 0 11px 0;
	}
	* html hr
	{
		margin: 6px 0 6px 0;
	}
	a, .home a {
		color: #b05f3f;
	}
	a:hover {
		color: #709cae;
	}
	h1, .home h1 {
		font-size: 18px;
		line-height: 18px;
		color: #b8ced6;
		margin-bottom: 14px;
	}
	h2 {
		font-size: 12px;
		color: #c8b320;
		font-weight: normal;
	}
	h3, h4, h5, h6 {
		font-size: 12px;
		font-weight: normal;
	}
	#DefaultPage ul {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#DefaultPage ol {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#DefaultPage ol li {
		margin-left: 24px;
	}
	#DefaultPage ul li {
		padding-left: 9px;
		list-style-type: none;
		background-image: url("/images/design/bullet.gif");
		background-repeat: no-repeat;
		background-position: 0 6px;
	}

	blockquote {
		margin-left: 30px;
	}
/** site elements **/
	#header {
		position: relative;
		width: 932px;
		height: 135px;
		background-image: url("/images/design/header.gif");
		background-position: 0 15px;
		background-repeat: no-repeat;
	}
	#content {
		position: relative;
		width: 932px;
		min-height: 465px;
		background-image: url("/images/design/middle.gif");
		background-repeat: repeat-y;
	}
	* html #content {
		height: 465px;
	}
	#footer {
		padding-left: 327px;
		height: 70px;
		background-image: url("/images/design/footer.gif");
		background-repeat: no-repeat;
	}
	.en #footer {
		padding-left: 327px;
	}
	#left_column {
		float: left;
		width: 250px;
		min-height: 450px;
		background-image: url("/images/design/left_middle.gif");
		background-repeat: repeat-y;
	}
	* html #left_column {
		height: 450px;
	}
	#left_column .top {
		min-height: 450px;
		background-image: url("/images/design/left_top.gif");
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	* html #left_column .top {
		height: 450px;
	}
	#left_column .bottom {
		min-height: 450px;
		background-image: url("/images/design/left_bottom.gif");
		background-repeat: no-repeat;
		background-position: 0 100%;
	}
	* html #left_column .bottom {
		height: 450px;
	}
	#right_column {
		margin-right: 0px;
		margin-left: 253px;
		min-height: 450px;
		background-image: url("/images/design/right.gif");
		background-repeat: no-repeat;
		background-position: -3px 0;
	}
	* html #right_column {
		margin-right: 0px;
		margin-left: 0px;
		height: 450px;
	}
	.home #right_column {
		background-image: url("/images/design/right_home_middle.gif");
		background-repeat: repeat-y;
	}
	.home #right_column .top {
		min-height: 450px;
		background-image: url("/images/design/right_home_top.gif");
		background-repeat: no-repeat;
		background-position: -3px 0;
	}
	* html .home #right_column .top {
		height: 450px;
	}
	.home #right_column .bottom {
		min-height: 450px;
		background-image: url("/images/design/right_home_bottom.gif");
		background-repeat: no-repeat;
		background-position: -3px 100%;
	}
	* html .home #right_column .bottom {
		height: 450px;
	}
	#footer img {
		border: 0;
	}
/** horizontal menu **/
	.topmenu
	{
		position: absolute;
		top: 15px;
		left: 667px;
	}
	.en .topmenu
	{
		left: 667px;
	}
	.topmenu ul, .topmenu ul li
	{
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
	}
	.topmenu ul li a img
	{
		border: 0;
	}
	.topmenu ul li a:hover, .topmenu ul .active a
	{
	}
	* html .topmenu ul li, * html .topmenu 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 .topmenu, * html .topmenu ul a
	{
		/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
					 IE/Mac will ignore this rule. */
	}
	* html .TOPMENU
	{
		padding: 0;	
	}

	
	

	
	.bovenmenu
	{
		position: absolute;
		top: 85px;
		left: 440px;
	}
	.en .bovenmenu
	{
		left: 390px;
	}
	.bovenmenu ul, .bovenmenu ul li
	{
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
	}
	.bovenmenu ul li a img
	{
		border: 0;
	}
	.bovenmenu ul li a:hover, .bovenmenu ul .active a
	{
	}
	* html .bovenmenu ul li, * html .bovenmenu 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 .bovenmenu, * html .bovenmenu ul a
	{
		/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
					 IE/Mac will ignore this rule. */
	}
	* html .BOVENMENU
	{
		padding: 0;	
	}
	#pagelinks {
		position: absolute;
		top: 97px;
		left: 767px;
		width: 100px;
	}
	#pagelinks ul, #pagelinks li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#pagelinks li {
		padding-bottom: 17px;
	}
	#pagelinks a {
		display: block;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	#pagelinks a:hover {
		text-decoration: underline;
	}

	#pagelinks2 {
		position: absolute;
		top: 305px;
		left: 768px;
		width: 100px;
	}
	#pagelinks2 a {
		color: #709cae;
	}
	#pagelinks2 a:hover {
		color: #b05f3f;
	}

	#pagelinks2h {
		position: absolute;
		top: 305px;
		left: 768px;
		width: 100px;
	}
	#pagelinks2h a {
		color: #fff;
	}
	#pagelinks2h a:hover {
		color: #b05f3f;
	}

/** vertical menu **/
	.vmenu
	{
		width: 225px;
		padding-top: 47px;
	}
	.vmenu ul, .vmenu ul li
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: block;
	}
	.vmenu ul
	{
		padding-bottom: 35px;
	}
	.vmenu ul ul
	{
		padding-bottom: 0px;
	}
	.vmenu ul li
	{
		padding-top: 16px;
	}
	.vmenu ul li li
	{
		padding-top: 0px;
	}
	.vmenu ul li h2
	{
		font-size: 13px;
		font-weight: bold;
		color: #b05f3f;
		padding-left: 44px;
		background-image: url("/images/menu/bullet.gif");
		background-position: 27px 0px;
		background-repeat: no-repeat;
		line-height: 16px;

	}
	.vmenu ul li a
	{
		font-size: 13px;
		font-weight: bold;
		color: #b05f3f;
		padding-left: 44px;
		background-image: url("/images/menu/bullet.gif");
		background-position: 27px 0px;
		background-repeat: no-repeat;
		line-height: 16px;
	}
	.vmenu ul li a:hover, .vmenu ul .active a
	{
		color: #000;
	}
	.vmenu ul li li a
	{
		font-size: 12px;
		font-weight: normal;
		display: block;
		text-decoration: none;
		padding: 0px 10px 0px 43px;
		color: #ffffff;
		line-height: 15px;
		background: none;
	}
	.vmenu ul li li a:hover, .vmenu ul li .active a
	{
		color: #6692a4;
	}
	* 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 **/
	#DefaultPage {
		padding: 31px 230px 50px 40px;
		line-height: 17px;
	}
	* html #DefaultPage {
		width: 679px;
	}
	.home #DefaultPage {
		padding: 52px 230px 50px 58px;
	}
	.home * {
		color: #fff;
	}
	.home a:hover {
		color: #fff;
	}

/** DefaultForm **/
	.DefaultForm {
	}
	.DefaultForm p {
	}
	.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;
	}
	/** 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;
	}
	.login_error {
		color: red;
		padding-bottom: 12px;
	}
/**  **/

