@charset "UTF-8";
/* CSS Document */
/************************************************
*				Global Settings				*
************************************************/

*{margin:0;padding:0;}

body {font-size:13px; 
	background-color: #4f3c21;
	font-family: Arial, "Times New Roman", Times, serif;
}

p {font-size:13px;line-height:17px;color:#000000;padding:0 0 12px 0;}
a {color:#da477a; text-decoration: none;}
a:hover {text-decoration:underline;}
a img {border: none;}
.clear          { clear:both; }
.clear hr       { display:none; }

/************************************************
*			Layoutdescription General			*
************************************************/
#userinfo {
	position:relative;
	right:0px;
	top:20px;
	color:#da477a;
}
#wrapper{
	border:3px solid #FFF;
	background-color: #FFFFFF;
	width:815px;
	height:auto;
	margin:10px auto 10px auto;
	padding:18px 0px 0px 0px;
	position:relative;

}
#flashMessage, #authMessage {
	color: #da477a;
}

/************************************************
*				Header				*
************************************************/
#header{
	background-color:#FFFFFF;
	width:771px;
	height:160px;
	margin: 0px auto 0px auto;
	
}
#header td {
	vertical-align:top;
}
#logo{
	/*width:90px;*/
	height:49px;
	background-image:url(../content/img/logo.gif);
	background-repeat:no-repeat;}

td#menuTopAlign{
	vertical-align:top;}
	
#menuTop {width:400px; float:left;}
ul#menuTop li{
	display:inline;
	list-style-type:none;
	padding-left:12px;
	font-style:Georgia;
	font-size:13px;
	font-family:Arial,"Times New Roman",Times,Serif;
}
ul#menuTop li a {
	color:#5b4629;
}
ul#menuTop li a:hover {
	color: #da477a;
	text-decoration:none;
}
ul#menuTop li.active a {
	color: #da477a;
	text-decoration:none;
}
ul#menu {
	margin:66px 0px 0px 0px;
}
ul#menu li{
	display:inline;
	list-style-type:none;
	padding-right:26px;
	font-size:19px;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
}
ul#menu li a {
	color:#5b4629;
}
ul#menu li a:hover {
	color: #da477a;
	text-decoration:underline;
}
ul#menu li.active a {
	color: #da477a;
	text-decoration:underline;
}
.btn_login { 
    display:block;
    float:right;
    width:140px; 
    height:20px;
    background:url('../content/img/btn_login.png') no-repeat;
    text-indent:-9999px;  
    margin:10px 25px 0 0;
    text-align:left;
 }
	

	
	
/************************************************
*				Plate Navigation				*
************************************************/
#main{
	margin: 0 auto 0 auto;
	width:771px;
	min-height:535px;
	padding-bottom:20px;
}
#main td#menuLeft {
	vertical-align:top;
	width:219px;
	height:auto;
	background-image:url(../content/img/plateTop.gif);
	background-repeat:no-repeat;
	padding-bottom:50px;}
	
td#menuLeftnone{
	vertical-align:top;
	width:219px;
	height:auto;
	background-image:url(../content/img/plateTop.gif);
	background-repeat:no-repeat;
	padding-bottom:50px;
}
#bottom{
	background-color:#75c946;
	width:219px;
	height:34px;
	background-image:url(../content/img/plateBottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
ul.menuLeft {
	margin-top:58px;
	min-height:304px;
	padding: 58px 0px auto 12px;
	background-color:#75c946;
}
ul.menuLeft li{
	list-style-type:none;
	background:url(../content/img/leftmenu_bg.gif) no-repeat;
	background-position: top left;
	background-color:#75c946;
	padding:0px 0px 0px 12px;
	width:207px;
}
ul.menuLeft li td {
	padding:8px 12px 8px 0px;
	vertical-align:middle;
	color:#fff;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
}
ul.menuLeft li.last {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:2px;
	background:url(../content/img/leftmenu_bg_last.gif) no-repeat;
	background-position: top left;
	width:219px;
}
td#menuLeftnone ul.menuLeft li.last {
	height:2px;
	background-image:none;
	background-position: top left;
}
ul.menuLeft li.menu_act {
	background:url(../content/img/leftmenu_bg_act.gif) no-repeat;
}
ul.menuLeft li td a {
	color:#fff;
}
ul.menuLeft li.active {
	background:url(../content/img/leftmenu_bg_over.gif) no-repeat;
	background-color:#83cf59;
}
ul.menuLeft li.active2 {
	background:url(../content/img/leftmenu_bg.gif) no-repeat;
}
ul.menuLeft li.active td a {
	color:#5b4629;
}
ul.menuLeft li.active2 td a {
	color:#5b4629;
}
ul.menuLeft li td a:hover {
	color:#5b4629;
	text-decoration:none;
}
ul.menuLeft ul.sub {
	background-color:#83cf59;
}
ul.menuLeft ul.sub li {
	padding:3px 4px 1px 24px;
	width:189px;
	background:url(../content/img/leftmenu_sub_bg.gif) no-repeat;
}
ul.menuLeft ul.sub li td a {
	color:#fff;
}
ul.menuLeft ul.sub li.active {
	background:url(../content/img/leftmenu_sub_bg_over.gif) no-repeat;
	background-color:#83cf59;
}
ul.menuLeft ul.sub li.active td {
	color:#5b4629;
}
ul.menuLeft ul.sub li.active td a {
	color:#5b4629;
}
ul.menuLeft ul.sub li:hover {
	background:url(../content/img/leftmenu_sub_bg_over.gif) no-repeat;
	background-color:#83cf59;
}
ul.menuLeft ul.sub li td a:hover {
	color:#5b4629;
}
ul.menuLeft ul.sub li td {
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
	padding:4px 4px 4px 0px;
}
.img{
	vertical-align:top;
}
	
	
#main td.sep{
	width:32px;}
	

/************************************************
*				Text Content				*
************************************************/

#content {
	font-size:13px;
	line-height:17px;
	color:#000000;
	padding:12px 0px 10px 0px;
	float:left;
	clear:both;
	min-height:435px;
	width:100%;
}

td#content{
	vertical-align:top;
	padding-right:84px;
}
#content p {
	background:url(../content/img/mark_p.gif) no-repeat;
	text-indent: 12px;
	font-size:13px;
}

#content .news_title{
	font-size:21px;
	color:#5b4629;
	font-weight:bold;
	margin-top:10px;
}

#content .txt {
	float:left;
	clear:both;
	display:block;
}
#content img {
	margin:0px 0px 12px 0px;
	padding:4px;
	border:1px solid #a9a9a9;
}
#content div {
	background-image:none;
	margin-bottom:12px;
}
#content div.actions {
	float:left;
	width:435px;
	text-align:right;
	clear:both;
}
#content ul {
	padding:0px 0px 12px 16px;
	margin:0px 0px 0px 0px;
}
#content ol {
	padding:0px 0px 12px 16px;
	margin:0px 0px 0px 0px;
}
#content a {
	color: #da477a;
}
#content h1 {
	width:100%;
	font-family: "Times New Roman", Times, serif;
	font-size:36px;
	line-height:36px;
	font-style:italic;
	font-weight:bold;
	color:#5b4629;
	margin-bottom:22px;
}	
#content h2{
	width:100%;
	background:url(../content/img/mark_h2.gif) no-repeat;
	text-indent: 22px;
	font-weight:lighter;
	font-size:18px;
	color:#5b4629;
	line-height:22px;
	padding:0px 0px 17px 0px;
}
#content h3{
	width:100%;
	font-weight:bold;
	font-size:16px;
	color:#5b4629;
	line-height:17px;
	padding:0px 0px 17px 0px;
}
#content h4{
	width:100%;
	font-weight:bold;
	font-size:18px;
	line-height:22px;
	padding:24px 0px 17px 0px;
	color:#5b4629;
}
#content form#UserRegister {
	height:240px;
}
td.content {
	vertical-align:top;
}
/************************************************
*				breadcrums				*
************************************************/
#navi{
	margin:21px 0 25px 0;
}
ul#navi li{
	list-style-type:none;
	float:left;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	font-family:Arial,"Times New Roman",Times,Serif;
	color:#5b4629;
}
ul#navi li.active {
	color: #da477a;
}
ul#navi li a{
	color:#5b4629;
}
ul#navi li a:hover {
	color: #da477a;
	text-decoration:none;
	
}
	
.mark{
	vertical-align:top;
	margin-right:3px;}
	
	
	
	
/************************************************
*				Flash Content				*
************************************************/

table#flashContent{
	width:771px;
	height:820px;
	margin: 0px auto 28px auto;}

#flashMessage {
	margin-top:12px;
	float:left;
	clear:both;
	color: #f00;
}
#authMessage {
	margin-top:12px;
	float:left;
	clear:both;
	color: #f00;
}	

/************************************************
*				Footer				*
************************************************/
#footer{
	text-align:center;
	margin: 0px auto 40px auto;
	width:821px;}
	
#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;}

#flash-content{
	position:relative;
	width:771px;
	top:0px;
	border:0px solid black;
	overflow:hidden;
	margin:0px auto 2px auto;	
}

#flash-content div{
	float:left;
	width:257px;
	height:205px;
	background:url(../img/home/placeholder.jpg) 0px 0px no-repeat;
}

embed, object{
	display:block;	
	float:left;
}

/*search*/
.search				                        { position:absolute;top:20px;left:553px;list-style:none;z-index:1000;}
.search .loader		                        { width:16px;height:16px;position:absolute;top:0px;left:220px;}
.searchactive			                    { background:url(../img/bg_search_o.gif) no-repeat; width:359px; height:40px; position:relative; border:1px solid #ff00ff;}
.search input, #menu .searchactive input	{ background:transparent; width:205px; border:0px; color:#797979; border:1px solid #4f3c21;padding-left:5px; font-family:Arial, Tahoma;}

.searchactive .loader		                { }
.searchactive ul				            { }
.searchactive li.first	                    { }
.searchactive .header 	                    { }
.searchactive li				            { }

#searchContainer                            { text-align:left;list-style:none;background:#ffffff;}
#searchContainer li                         { border:1px solid #4f3c21; border-top:0px;padding-left:10px;line-height:20px; font-family:Arial, Tahoma;font-size:11px;}

.displayblock                               {display:block;}
.displaynone                               {display:none;}

/* FORM */
#content .formTextTitle     { background:url(../content/img/mark_p.gif) no-repeat; text-indent: 12px; font-size:13px; font-weight:bold; line-height:20px; }
#content .formTextQuestion  { font-size:13px; font-weight:bold; line-height:20px; }
#content .formtextinput     { width:298px; border:1px solid #d5d5d5; }
#content .formdropdown      { width:298px; border:1px solid #d5d5d5; } 
#content .formradio         { float:left; margin:7px 0 0 0 !important;  }
#content .formradiovalue    { float:left; margin:5px 0 0 5px !important; }
#content .formcheckbox      { float:left; margin:7px 0 0 0 !important;  }
#content .formcheckboxvalue { float:left; margin:5px 0 0 5px !important; }
#content .clear             { clear:both;margin:0 !important; }
#content .clear hr          { display:none; }
#content .btn_submit        { padding:0; margin:0; border:0; cursor:pointer; }

/* LISTING */

#listing DIV						{ margin-bottom:0; }
.listing							{ font-family:Arial, Helvetica, sans-serif; line-height:20px; color:#525252; margin-top:20px; display:none;}
.listing.first						{ display:block; }
/*.listing .head						{ background:url('../content/img/sprite-lira.png') 0 -165px; float:left; width:620px; height:20px; text-transform:uppercase; color:#fff; font-size:10px; font-weight:bold;}*/
.listing .subject					{ clear:both; float:left;height:auto;padding-left:25px;margin:0 !important;}
.listing .head .subject				{ width:394px; padding-left:5px;}
.listing .head .sourcecode          { width:105px; padding-left:5px;} 
.listing .sourcecode					{ float:left;}
.listing .head .date                {  padding-left:5px;}
.listing .head .t					{ display:block; float:left;}
/*.listing .head .sort				{ display:block; float:left; background:url('../content/img/faq-item-bg.png') -620px 0; width:9px; height:20px; margin-left:5px; display:inline;}
.listing .head .sort.up				{ background-position:-629px 0;}
.listing .head .sort.down			{ background-position:-638px 0;}*/
.listing .head .sort		        { display:block; float:left; background:url('../content/img/faq-item-bg.png') 0 0 !important; width:14px; height:20px;margin-left:5px; display: inline; }
.listing .head .sort.up				{ background-position:-590px 0;}
.listing .head .sort.down			{ background-position:-605px 0;}
.cat_title				        	{cursor:pointer;font-weight:bold;font-size:16px;line-height:17px;padding:0px; color:#5b4629;}
#content h3.cat_title				   {cursor:pointer;font-weight:bold;font-size:16px;line-height:17px;padding:0px; color:#5b4629;}

.listing .body						{ float:left; width:526px; margin-top:5px;}
.listing .body .subject				{ width:500px; padding-left:25px; white-space:nowrap; overflow:hidden; }
.listing .body .sourcecode			{ width:110px; padding-left:40px; }
.listing .date						{ float:left; width:105px;}
.listing .item						{ float:left; width:512px; cursor:pointer; background:none; }
.listing .item.hover				{ background-image:url('../content/img/faq-item-bg.png') !important; background-position:0 -20px; color:#fff; }
.listing .item.open					{ background:url('../content/img/faq-item-bg.png') 0 -20px !important; color:#fff; }

.question							{ clear:both; display:none; float:left; margin:5px 0;width:100%; }
.question-text						{ padding:20px; border-bottom:1px solid #eee; }
.question .answer					{ margin-bottom:5px !important;width:100%; }
.question .answer-title				{ display:block; height:30px;}
.question .anwser-text				{ background:#eee; padding:20px 20px 20px 25px;}
.question-text .question-content    { float:left;width:500px;}
.question-text .btn_attachement     { float:right; width:60px; display:block;}

/*.question .answer .b *				{ position:absolute; width:4px; height:4px; background:url('../content/img/faq-item-corners.png') !important;  }
.question .answer .tl				{ top:-20px; left:-20px;}
.question .answer .bl				{ bottom:-20px; left:-20px; background-position:0 -8px;}
.question .answer .tr				{ top:-20px; right:-20px; background-position:-8px 0;}
.question .answer .br				{ bottom:-20px; right:-20px; background-position:-8px -8px; }*/




/* Online forms toevoeging, 26-09-2011 GPS */

.hidden					{ display:none;}
.i.error				{ background:url('../content/img/error.png') no-repeat right;}
.i.correct				{ background:url('../content/img/correct.png') no-repeat right;}
.errormsg				{ display:block; margin:10px 0; text-align:center; color:#ff2d45;}
.actionresult           { background:none !important; color:#000; text-indent:0 !important;}

.subtitle				{ display:block; font-family:"Times New Roman", Times, serif; line-height:30px; font-size:17px; color:#000; margin-top:-10px; }
.text					{ margin:10px 0; font-family:"Times New Roman", Times, serif;}
.text p					{ background:none !important; text-indent:0 !important;}
.text ul				{ list-style:none outside; margin:0 !important; padding:0 !important;}
.text li				{ padding-left:20px; background:url('../content/img/check.gif') no-repeat left top; line-height:24px;}

.form							{ margin-top:20px; font-family:"Times New Roman", Times, serif;}
.form .f						{ border:0px; }
.form .input					{ clear:both; padding-bottom:10px; margin-bottom:0 !important;}
.form .l						{ display:block; float:left; width:150px; color:#000; font-weight:bold;}
.form .i						{ float:left; width:300px;}
.form .input .i					{ display:block; border:1px solid #d5d5d5; width:294px; padding:2px 2px;}

.buttons						{ clear:both; float:left; width:510px; border-top:1px solid #e3e3e3; margin-top:30px; padding-top:20px;}
.buttons .btn					{ display:block; float:right; background:url('../content/img/buttons.png') 0 0; width:140px; height:20px; line-height:18px; 
								  font-size:14px; color:#fff !important; font-weight:bold; font-style:italic; border:0px; text-align:center;
								  cursor:pointer; font-family:"Times New Roman", Times, serif; text-decoration:none;}
.buttons .back					{ background-position:0 -20px; float:left; }

.form .input.middlename .i		{ width:90px;}
.form .input.zipcode .i			{ width:45px;}
.form .input.zipcode .numeric	{ width:90px; margin-right:10px;}
.form .input.housenr .i			{ width:45px;}
.form .input.cmd .l				{ width:100px;}
.form .input.date .i			{ width:90px;}
.form .input.code .i			{ width:90px;}
.form .input.code div.captcha	{ margin:10px 0 0 150px !important; }
.form .input .i.captcha         { width:150px; }
.form .input .captcha-error     { padding-left:5px; color:#f00;}
.captcha-help                   { margin:13px 0 0 150px !important; line-height:18px;}
.form .agree .l					{ font-weight:normal; width:480px;}
.form .agree .i					{ width:20px; margin-right:5px; vertical-align:middle; border:0 !important; }

.form .checkbox .l				{ font-weight:normal; width:480px; line-height:24px;}
.form .checkbox .i				{ width:20px; margin-right:5px; vertical-align:middle; margin-top:5px; border:0 !important; }

.listing						{ list-style:none outside; padding:0 !important; margin:10px 0 !important;}
.listing li						{ padding:2px 0;}
.listing .a						{ display:block; padding-left:20px; line-height:16px; background:url('../content/img/mark_p.gif') no-repeat top left; font-weight:bold;}


