/* 
  -----------------------------------
  Tab Bar Magic Page Pack CSS
  by Project Seven Development
  www.projectseven.com
  Key Lime Page Pack Layout 03
  2 Column Fixed
	Shadow box background
  -----------------------------------
*/
body {
	background-color: #ddcc97;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 20px 0px;
	padding: 0px;
}
#masthead {
	background-image: url(../gfx/kl-masthead.gif);
	background-repeat: no-repeat;
	height: 162px;
}

/********LAYOUT WRAPPER**********/
#layout {
	width: 766px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(../gfx/kl-shadow.jpg);
	background-repeat: repeat-y
}
/********MENU WRAPPER**********/
#menubar {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 749px;
	margin-left: 5px
}

/********COLUMN WRAPPER**********/
#columnwrapper {
	width: 749px;
	margin-left: 5px;
	padding: 3em 0px 0px 0px
}
#contentbox {
	padding: 0px 30px 20px 30px;
	font-size: 0.85em
}
#contentbox p {
	line-height: 1.5em;
	margin: 8px 0px 12px 0px
}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 209 = 749 */
#mainbox {
	float: left;
	width: 500px;
	padding: 0px 10px 0px 30px;
	background-image: url(../gfx/kl-vrule.gif);
	background-repeat: repeat-y;
	background-position: right top
}
#sidebox {
	float: left;
	width: 209px
}
/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	font-size: 0.85em
}
#maincontent p {
	line-height: 1.5em;
	margin: 8px 0px 12px 0px
}
/*Sidebar*/
#sidecontent {
	font-size: 0.7em;
	padding: 0px 20px 20px 20px;
	margin: 0px;
	/* background-image: url(../gfx/kl-yellowgradient.jpg);
	background-repeat: no-repeat;
	background-position: right top; */
}
#sidecontent p {
	line-height: 1.35em;
	margin: 12px 0px;
}
/* Dubbele content */
#content_left {
	float: left;
	width: 329px;
	padding-right: 15px;
}
#content_right {
	float: left;
	width: 329px;
	padding-left: 15px;
}
/********HEADINGS*******/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 1.75em;
}

h2 {
	margin: 1.5em 0px 0px 0px;
	font-size: 1.35em;
}
h3 {
	margin: 1.5em 0px 0px 0px;
	font-size: 1.25em;
}
#sidecontent h3.topheading {
	margin: 0px;
}

/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
	background-image: url(../gfx/kl-footer.jpg);
	background-repeat: no-repeat;
	height: 75px;
	background-position: left bottom;	
	text-align: right;
	padding-right: 25px;
}
#bottom a {
	font-size: 10px;
	font-weight: normal;
}
#bottom img {
	position: relative;
	top: 5px;
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 749px;
	margin: 0px auto;
	font-size: 0.7em;
	color: #CECCC4;
}
/*Footer Content*/
#footer {
	padding: 0px 0px 0px 30px;
}
/*********PAGE LINK STYLES********/
a {
	color: #d75093;
	font-weight: 700;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #7b6b57;
}
/*********RCMS SPECIFIC STYLE********/

/* formfield */
.formfield {}
.formfieldname {text-align: right; padding-right: 5px}
.formfielddata {}
.formbutton {}

/* links */
.links_table_bg {background-color: #119ebc;}
.links_table_bg_#FFFFFF {background-color: #ffffff;}
.links_table_row {padding: 3px;}
.links_table_hd {color: #ffffff; font-weight: bold; border-left: 1px solid #ffffff; padding: 1px 3px 1px 3px;}
.links_table_hd_lnk:link, .links_category_lnk:active, .links_category_lnk:visited {font-weight: bold; color: #ffffff; text-decoration: none;}
.links_table_hd_lnk:hover {color: #ff0200;}
.links_table_div {background-color: #119ebc; height: 2px;}
.links_row_even {background-color: #ecffff;}
.links_row_odd {background-color: #ffffff;}
.links_item_txt {padding-right : 15px;}
.links_cat_txt {padding-right : 15px;}
.links_title,.links_title a {color : #DAD2AD; font-weight : bold; margin-bottom : 8px;}

.reaction {cursor:pointer;}
.reacties_fullname {font-weight:bold;}

/* Nieuws */
#nieuwstextblock h2{
	margin: 0px 0px 1em 0px;
	font-size: 1.35em;
}

/* Nieuws */
#NAwrapper {
	clear: both;
}
#NAselectdate {
	float: left
}
#NAsearch {
	float: right
}
#NAselectdate select,
#NAsearch input {
	
}
#NAselectdate label,
#NAsearch label {
	
}
#NAoverview {
	margin-top: 15px;
}
