@charset "iso-8859-1";

* {
	margin: 0;
	padding: 0;
	}

html, body {
	background: #fff;
	color: #000;
	height: 100%;
	} 
body {
	height: 100%;
	font-size: 100.1%;
	font-family: arial, helvetica, verdana, sans-serif;
	margin: 0 8px;
	text-align: center;
	background: white;
	} 
* html body {
}

#wrap {
	text-align: left;
	margin: 0 auto;
	position: relative;
	height: 100%;
	width: 760px;
	font-size: 13px;
	}
* html #wrap {
}
#middle_outer {
	position: relative;
	height: auto;
	min-height: 100%; 
	margin: 0 auto;
}
* html #middle_outer {
	height: 100%; 
}
#header {
	position: relative;
	background-image:url('../images/design/header4.gif');
	background-repeat: no-repeat;
	background-position: 0 16px;
	position: relative;
	height: 156px;
	width: 760px;
}
#content {
	padding-top: 0px;
	padding-bottom: 115px;
}
* html #content {
	padding-top: 0px;
}
.submenu {
	float: left;
	width: 160px;
	padding: 0;
	margin: 0;
	padding-top: 20px;
}
#content_container {
	margin-left: 180px;
	padding-top: 20px;
}
* html #content_container {
	float: right;
	width: 580px;
	margin-left: 20px;
}
#footer {
	background-image:url('../images/design/footer.gif');
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 102px;
	width: 760px;
	text-align: right;
}
#footer_key {
	padding-right: 510px;
	padding-top: 85px;
}

/*	MENU  */
	.adres {
		position: absolute;
		top: 136px;
		left: 26px;
		padding-left: 1px;
		color: #fff;
		text-align: left;
		font-size: 85%;
		font-weight: bold;
		z-index: 1;
	}
	.logotekst {
		position: absolute;
		top: 18px;
		left: 132px;
		color: #fff;
		text-align: left;
		font-size: 85%;
		font-weight: bold;
		z-index: 1;
	}
	.menu {
		position: absolute;
		top: 130px;
		width: 759px;
		text-align: right;
		font-size: 95%;
		z-index: 2;
	}
	.menu, .menu ul li a
	{
		font-weight: bold;
		padding-top: 6px;
		padding-bottom: 4px;
	}
	.menu ul, .menu ul li
	{
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.menu {
	}
	* html .menu {
		left: 0px;
	}
	.menu ul li a
	{
		margin: 0 0 0 0;
		padding-left: 10px;
		padding-right: 10px;	
		white-space: nowrap;
	}
	.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active, .menu ul li a:hover
	{
		text-decoration: none;
	}
	.menu ul li span.divider
	{
		display: none;
	}
	* html .menu ul li, * html .menu ul li a
	{
		width: 1%; /* IE/Mac needs this */
		/* \*/
			width: auto;
			display: inline; 
			position: relative;
		/* reset above hack */
	}
	* html .menu, * html .menu ul a
	{
		/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
					 IE/Mac will ignore this rule. */
	}
	* html .MENU
	{
		padding: 0;	/* IE5/Win will resize #menu to fit the heights of its
				   inline children that have vertical padding. So this
				   incorrect case selector hack will be applied only by
				   IE 5.x/Win */
	}
	.menu, .menu ul li a
	{
		color: #000;
	}
	.menu ul li a:hover
	{
		color: #CE0202;
	}
	.menu ul #current_main a
	{
		color: #CE0202;
	}
	.menu ul #current_main a:hover
	{
	}
/* */
/* SUBMENU */

	.submenu
	{
		margin: 0;
	}
	.submenu ul, .submenu ul li
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: block;
	}
	.submenu ul
	{
		border: 0px;
	}
	.submenu ul ul
	{
		border: 0px;
		margin-bottom: 3px;
	}
	.submenu ul li
	{
		border: solid 1px #000;
		margin-bottom: 3px;
		background-color: #FFD300;
	}
	.submenu ul ul li
	{
		margin: 0px;
		padding: 0px;
		border: 0px;
	}
	.submenu ul li a
	{
		display: block;
		text-decoration: none;
		padding: 5px 6px 4px 6px;
		font-weight: bold;
	}
	* html .submenu ul li a /* hide from IE5.0/Win & IE5/Mac */
	{
		height: 1%;
	}
	* html .submenu ul
	{
		position: relative;	/* IE needs this to fix a rendering problem */
	}
	.submenu ul ul li a
	{
		display: block;
		text-decoration: none;
		padding: 0px;
		font-size: 85%;
		padding: 1px;
	}
	.submenu ul li a
	{
		text-align: center;
		color: #000;
		background-color: #FFD300;
	}
	.submenu ul li a:hover
	{
		background-color: #FFD300;
		color: #CE0202;
	}
	.submenu ul li ul li a:hover, .submenu ul #current_sub ul li a:hover
	{
		background-color: #FFD300;
		color: #CE0202;
	}
	.submenu ul #current_sub a
	{
		color: #CE0202;
	}
	.submenu ul #current_sub ul a
	{
		color: #000;
	}
	.submenu ul #current_sub a:hover
	{
	}

/* */

#content_container h1 {
	font-size: 140%;
	color: #000;
}
#content_container h2 {
	font-size: 120%;
	color: #000;
}
#content_container h3 {
	font-size: 100%;
	color: #000;
}
#content_container h4 {
	font-size: 100%;
	color: #000;
}
#content_container h5 {
	font-size: 100%;
	color: #000;
}
#content_container h6 {
	font-size: 100%;
	color: #000;
}

#content_container h2 a {
	color: #333;
	text-decoration: none;
}
#content_container h2 a:hover {
	color: #CE0202;
	background-color: #f1f1f1;
}

#content_container a {
	color: #333;
}
#content_container a:hover {
	color: #CE0202;
	background-color: #f1f1f1;
}
#content_container ul, #content_container ol {
	margin: 3px 0;
}
#content_container ul li, #content_container ol li {
	margin-left: 24px;
}
* html #content_container table {
	display: block;
	font-size: 100%;
}

/* default form */

	.defaultform {
	}
	.defaultform fieldset {
		border: 0px;
		border-width: 1px 0;
		border-color: #000;
		border-style: solid;
		padding: 10px 0;
	}
	.defaultform label {
		float: left;
		width: 150px;
		padding: 3px 0 0 0;
		margin: 3px 0 0 0;
	}
	.defaultform input, .defaultform select, .defaultform textarea {
		font-family: arial, sans-serif;
		font-size: 100%;
		margin: 3px 0 0 0;
	}
	.defaultform #submit{
		margin-top: 10px;
	}
	.save_button {
		text-align:right;
	}
	.form_footer {
		text-align:right;
		font-weight: bold;
		font-size: 85%;
	}
	.form_footer a {
		text-decoration: none;
	}
	.form_footer a:hover{
		text-decoration: underline;
	}
/* login form */

	.login_copyright {
		font-size: 90%;
	}
	.login_error {
		color: red;
		padding-bottom: 10px;
	}
	.login_back {

	}
/* contact form */

	.required {
		font-weight: bold;
		color: #CE0202;
	}

/** adminform **/
	.adminform {
		position: relative;
		border-width: 1px 0 0 0;
		border-color: black;
		border-style: solid;
	}
	.adminform fieldset {
		background-color:#f1f1f1;
		border-width: 0 1px 1px 1px;
		border-color: black;
		border-style: solid;
		padding: 10px 9px;
	}
	.adminform label {
		padding: 3px 0 0 0;
		margin: 3px 0 0 0;
	}
	.adminform input, .adminform select, .adminform textarea {
		font-family: verdanan, arial, sans-serif;
		font-size: 100%;
		margin: 3px 0 0 0;
	}
	.adminform .submit{
		margin-top: 0px;
	}
	.adminform .save_button {
		text-align:right;
	}
	.adminform .save_button input {
		font-size: 100%;
	}
	.adminform .adminform_label {
		font-weight: bold;
		padding: 0 0 3px 0;
	}
	.adminform .adminform_help {
		font-size: 85%;
		color: #808080;
		padding: 0 0 3px 1px;
	}

/**  **/

/** editbuttons **/

	.edit_buttons {
		border: 0;
	}
	.admin_comment {
		color: red;

	}
	.admin_comment a {
		color: red;
		font-weight: bold;
		text-decoration: none;
	}
	.admin_comment a:hover {
		color: black;
	}
	#advertenties .admin_comment  img {
	border: 0;
	margin-bottom: 0px;
}
	
/**  **/


/* hide from screen */
	.hide {
		display: none;
	}

/* clear */
	.clear {
		clear: both;
	}


/***************************************************/
/*                WYSIWYG HELP			           */
/***************************************************/
	.help_box {
		width:538px;
		min-height: 200px;
		display: none;
		background: #D4D0C8;
		border: 1px solid #808080;
		border-bottom: 0px solid #808080;
		font-size: 11px;
	}
	* html .help_box {
		height: 200px;
		width:540px;
	}
	.help_box_item {
		display: none;
		margin: 0.3em 0.3em 0.3em 1em;
	}
	.help_box_item .nav {
		float: right;
	}
	.help_box_item .nav img {
		border: 0;
		margin: 0 0.4em;
	}
	.help_box_item .nav .spacer {
		padding: 0 0.5em;
	}
	.help_box_item p {
		margin: 0 0 1em 0;
	}
	.help_box_item .title {
		clear: both;
		margin: 1em 0 0.3em 0;
		font-weight: bold;
		text-decoration: underline;
	}
	* html .help_box_item .img {
		width: 10em;
	}
	.help_box_item .img {
		float: left;
		min-width: 10em;
		margin: 0.2em 1em 0 0;
		border: 1px solid black;
	}
	.help_box_item a {
		color: #A54403;
		font-weight: bold;
		text-decoration: none;
	}

/** SITE MENU (ADMIN) **/
	#site_menu {
		position: relative;
		display: block;
		height: 28px;
		padding: 5px 0 5px 0;
		background: #D4D0C8;
		border-bottom:1px solid black;
		border-top:1px solid white;
		background-image: url('/images/admin/2see_logo2.gif');
		background-repeat: no-repeat;
		background-position: 99% 0%;
			margin: 0 -8px;

	}
	#site_menu #description {
		text-align: right;
		font-weight: bold;
		font-size: 75%;
		padding-right: 80px;
	}
	#site_menu img {
		border: 0;
	}
	#site_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 130px;
		float: left;
	}
	#site_menu a, 
	#site_menu h2, 
	#site_menu h3 {
		font: bold 11px/16px arial, helvetica, sans-serif;
		display: block;
		border-style: solid;
		border-color: #fff #808080 #808080 #fff;
		margin: 0;
		padding: 0px 3px 0px 3px;
	}
	#site_menu h2 {
		border-width: 1px;
		padding: 3px 6px 3px 6px;
		margin: 0 0 1px 10px;
	}
	#site_menu h3 {
		border-width: 0px;
	}
	#site_menu h2:hover {
	}
	#site_menu a {
		border: 1px solid #D4D0C8;
		border-width: 1px 1px 1px 1px;
		color: #A90000;
		text-decoration: none;
	}
	#site_menu a:hover {
		border-width: 1px 1px 1px 1px;
		color: red;
		background: #D4D0C8;
	}
	#site_menu h2:hover  {
		border-color:  #808080 #fff #fff #808080; 
	}
	#site_menu li {
		position: relative;
		margin-left: 0px;
	}
	#site_menu ul ul {
		position: absolute;
		left: 12px;
		z-index: 500;
	}
	#site_menu ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
	}

	div#site_menu ul ul,
	div#site_menu ul li:hover ul ul,
	div#site_menu ul ul li:hover ul ul {
		display: none; 	
		border: 1px solid #414141; 
		border-top-color: #fff; 
		border-left-color: #fff;
		padding-bottom: 0px; 
		background: #D4D0C8; 
		width:148px;
	}
	div#site_menu ul ul a {
		background: #D4D0C8;
		border: 1px solid #D4D0C8;
		color: #000;
		padding: 2px 6px;
	}
	div#site_menu ul ul h2, 
	div#site_menu ul ul h3 {
		padding: 0px 0px;
	}
	div#site_menu ul ul a:hover {
		background: #242E67;
		border: 1px solid #D4D0C8;
		border-top: 1px;
		color: #fff;
	}
	div#site_menu ul li:hover ul,
	div#site_menu ul ul li:hover ul,
	div#site_menu ul ul ul li:hover ul {
		display: block;
	}
	* html #site_menu ul li {
		float: left; 
		width: 100%;
	}
	* html #site_menu ul li a {
		height: 1%;
	} 
/**  **/

/** ListItem **/

	.list_item {
		border-bottom: 2px solid #ACDE33;
		padding: 0 0 3px 0;
		margin: 0 0 5px 0;
	}
	.list_item h2 span {
		color: #666;
	}
	.list_item .date {
		font-weight: bold;
		padding: 0 0 3px 0;
		font-size: 85%;
		color: #666;
	}
	.list_item .small {
		font-weight: bold;
		padding: 0 0 0 0;
		font-size: 85%;
		color: #666;
	}
	.list_item .text {
		text-align: justify;
		padding: 3px 0;
	}
	.list_item .text img {
		margin: 3px 0 10px 30px;
	}
	.list_item .editor_text {
		padding: 3px 0;
	}
	.list_item .footer {
		font-weight: bold;
		padding: 0 0 0 0;
		font-size: 85%;
		color: #666;
		text-align: right;
	}
	.bottom img {
		border: 0;
	}
/** **/

.item_list {
	clear: right;
}
.item_list .text {
	width: 240px;
}
.item_list .image {
	float: right;
}


/** page_menu **/

#page_menu {
	position: absolute;
	top: 157px;
	right: 0;

}

/** ** /