@import url("reset.css");

/*///// HACK VOOR 3PX TXT GAP BUG IE6 //////*/

* html .content, * html .content_home {
	height : 1%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0 10px 10px 0;
	padding: 0;
	background: #58A904;
}

h1 {
	position: absolute;
	left: 133px;
	bottom: 33px;
}

strong {
	font-weight: bold;
}


em {
	font-style: italic;
}

#maincontainer {
	min-width: 977px;
	max-width: 1236px;
	width: auto;
	background: url(/images/bg_main.gif) left repeat-y #E2E2E2;
	border-right: 4px solid white;
} 

/*////////// TOP //////////*/

#top {
	position: relative;
	min-width: 980px;
	max-width: 1239px;
	width: auto;
	height: 130px;
	/*background: white url(/images/topimage01.jpg) no-repeat right;*/
	background: white;
	border-right: 1px solid white;
}

#top img {
	display: block;
}	

.logo {
	border-right: 1px solid #58A904;
}

#metanav {
	text-align: right;
	position: absolute;
	top: 0px;
	right: 4px;
	width: 383px;
	font-size: 10px;
	line-height: 20px;
}

#metanav a {
	color: black;
	text-decoration: none;
}

#metanav form {
	float: right;
	margin: 0;
	padding: 3px 0;
}

#metanav .links {
	padding: 2px 0 0 0;
	
}

.login a{
	font-weight: bold;
	border-bottom: 1px solid #474747;
	padding: 0 0 1px 0;
}

.login img {
	float: left;
	margin-top: 1px;
}

#metanav #searchfield {
	font-family: Arial, Helvetica, sans-serif;
	width: 130px;
	height: 13px;
	border: 1px solid #7D7C7C;
	font-size: 10px;
	padding: 1px 5px;
	line-height: 13px;
}

#metanav #searchbut {
	font-family: Arial, Helvetica, sans-serif;
	width: 17px;
	height: 17px;
	border: 1px solid black;
	font-size: 16px;
	padding: 0;
	background: #58A904;
	color: white;
	line-height: 12px;
	vertical-align: top;
	margin-top: 1px;
}

.found{
	font-weight: bold;
}

/*////////// CLICKPATH //////////*/

#clickpath {
	color: #727171;
	border-bottom: 1px solid white;
	border-left: 4px solid white;
	font-size: 85%;
	line-height: 120%;
	padding: 7px 5px 6px 17px;
	background: #EAEAEA url(/images/bg_clickpath.gif) top right repeat-y;
}

#clickpath a {
	color: #8C8C8C;
	text-decoration: none;
	font-weight: bold;
}

#clickpath a:hover {
	color: #363636;
}

/*////////// CONTENT //////////*/

#maincontent {
	color: #363636;
	line-height: 130%;
	border-right: 1px solid white;
	margin: 0 27% 0 131px;
}
#maincontent.smallwindow{
	float:left;
	width: 583px;
	margin: 0 0 0 0;
}
#maincontent.widewindow{
	margin: 0 245px 0 131px;
}

#content {
	padding: 22px;
	overflow: hidden;
}

#content p {
	margin: 0 0 1em;
}

.contentbottom {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
	border-top: 4px solid white;
	margin-left: 131px;
}

/*////////// MENU //////////*/

#menucontainer {
	font-size: 85%;
	float: left; 
	width: 131px;
	border-top: 1px solid #58A904;
	padding: 0;
	text-align: right;
}

#mainmenu a {
	line-height: 120%;
	display: block;
	padding: 6px 5px 6px 0;
	color: white;
	text-decoration: none;
}

#mainmenu a:hover {
	background: #77B73F;
}

#mainmenu a.current, #mainmenu a.current:hover {
	background: white;
	color: black;
	font-weight: bold;
}

#mainmenu li {
	border-bottom: 1px solid white;
}

#mainmenu li ul {
	background: white;
}

#mainmenu li ul li a {
	border-top: 1px dotted #727171;
	font-weight: normal !important;
	color: #727171;
	padding: 5px 5px 3px 2px;
}

#mainmenu li ul li a.current {
	color: black;
	font-weight: bold !important;
}

#mainmenu li ul li a:hover {
	background: white;
	color: black !important;
}


#mainmenu li.ingeklapt, #mainmenu li.uitgeklapt {
	background: #58A904;
}

#mainmenu li.ingeklapt a {
	padding: 6px 15px 6px 0;
}

#mainmenu li.uitgeklapt a {
	padding: 6px 18px 6px 0;
}

#mainmenu li.ingeklapt a, #mainmenu li.ingeklapt a:hover {
	background: url(/images/menu_ingeklapt.gif) no-repeat center right #79BA35;
}

#mainmenu li.uitgeklapt a, #mainmenu li.uitgeklapt a:hover {
	background: url(/images/menu_uitgeklapt.gif) no-repeat center right #79BA35;
}

/*////////// SIDEBAR //////////*/

#sidebar {
	line-height: 150%;
	color: #363636;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	background: url(/images/bg_sidebar.gif) repeat-x bottom white; 
	border-left: 1px solid white;
	float: right; 
	width: 27%; 
}

#sidebar.smallwindow{
	margin-left: 714px;
	border: 0px;
	float:none;
	width:auto;
}
#sidebar.widewindow{
	float: right;
	width: 245px;
}

#sidebarcontent {
	padding: 11px 15px 15px;
}

#sidebarcontent p {
	margin: 0 0 1em;
}

#sidebarcontent p.quote{
	/*border-top: 1px solid #474747; */
	padding: 15px 0 0 10px;
	background: url(/images/sidebar_quote_bg.gif) top left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 15px;
	font-size: 13px;
	color: #474747;
}

#sidebar ul{
	margin: 1em 0;
	padding-left: 18px;
	list-style: square;	
}
#sidebar h2{
	font-size: 18px;
}
#sidebar h3{
	font-size: 16px;
}

h5 {
	font-weight: bold;
	color: #58A904;
	font-size: 14px;
	padding: 1em 0 .5em;
	margin: 10px 0 0;
	line-height: 120%;
	border-top: 1px dotted #444444;
}



/*////////// FOOTER //////////*/

#footer {
	font-size: 80%;
	color: white;
	margin: 0 0 0 131px;
	padding: 7px 0;
}

#footer a {
	color: white;
}

/*////////// STYLING //////////*/

h2,h3,h4 {
	font-weight: bold;
	margin: 0;	
}

h2 a, h3 a, h4 a {
	color: inherit !important;	
	border-bottom: none !important;
}

h2 {
	color: black;
	font-size: 22px;
	padding: .5em 0 1em 0;
	line-height: 110%;
}

h3 {
	color: #58A904;
	font-size: 18px;
	padding: 1em 0 0.5em 0;
	line-height: 120%;
}

h4 {
	color: black;
	font-size: 18px;
	padding: 5px 0 .5em;
}

#content a:link, #content a:visited, #sidebarcontent a:link, #sidebarcontent a:visited {
	font-weight: bold;
	color: black;
}

#content ul {
	list-style-type: square;
	padding: 0 30px;
	margin: 1em 0;
}

#content ol {
	list-style-type:decimal;
	padding: 0 30px 0 35px;
	margin: 1em 0;
}
#content ul.noindent {
	list-style-type: square;
	padding: 0 0 0 15px;
	margin: 0;
}

#content ol.noindent  {
	list-style-type:decimal;
	padding:0 0 0 15px;
	margin: 0;
}

#content table {
	border: 1px solid white;
	background: #EAEAEA;
	border-collapse: collapse;
	margin: 25px 0;
}

table[width="100%"] {
	float: right;
}
table[width="100%"]+p {
	clear: both;
}

#content td {
	border: 1px solid white;
	padding: 4px;
}

#content img {
	margin: 10px 0;
}

#content img.inline{
	margin: 0px;
	margin-bottom: -13px;
}

img.beeldlinks {
	float: left;
}

img.beeldlinks_border {
	float: left;
	border: 1px solid black;
}

img.beeldrechts {
	float: right;
}

img.beeldrechts_border {
	float: right;
	border: 1px solid black;
}

table.layout {
	border: none !important;
	margin: 0 !important; 
	background: none !important;
}

table.layout td {
	border: none !important;
	padding: 0 !important;
	background: none !important;
}

/*/////////// NIEUWS //////////*/

.newsitem {
	/*border-bottom: 1px dotted #444444;*/
	padding: 0 0 15px;
}
.newsitem h3{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.newsdate {
	font-weight: bold;
	margin: 10px 0;
	padding-left: 10px;
	font-size: 10px;
}

#archive{
	float: right;
	width: 234px;
	margin: 0px;
	margin-right: -10px;
	margin-top: -60px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 8px;
	background-image: url(/images/archief_back.gif);
	background-position: bottom;
	background-repeat:no-repeat;
}
#archive #archive_top{
	display:block;
	margin: 0px;
	padding: 0px;
}
#archive ul{
	margin-top: -5px;
	margin-left: 20px;
	padding: 0 35px;
	line-height: 150%;
}
#archive li{
	padding: 1px 0;
}
#archive a:link, #archive a:visited, #archive a:link, #archive a:visited {
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	font-size: 14px;
}
#archive em{
	position: relative;
	display: block;
	font-size: 10px;
	padding-left: 10px;
	margin-top: -4px;
	margin-bottom: -3px;
}


/*////////// QUOTES //////////*/

.quotecontainer{
	background:#CCCCCC url(/images/quote_bg.gif) top left no-repeat;
	border: 3px solid white;
	color: #333333;
	padding: 10px;
	padding-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	overflow: hidden;
	margin: 20px 0;
}
.quotecontainer.small{
	float: right;
	margin-left: 10px;
	width: 30%;
}
.quotecontainer p{
	margin: 10px 0px 0px 0px !important;
	padding: 0px !important;
}
.quoteauthor{
	margin-top: 6px;
	display: block;
	clear: left;
	font-size: 80%;
	line-height: 130%;
	font-family:Arial, Helvetica, sans-serif;
}
.quoteorganisation{
	display: block;
	clear: left;
	font-size: 80%;
	line-height: 130%;
	font-family:Arial, Helvetica, sans-serif;
}
img.quoteimg{
	display: block ;
	float: right ;
	margin-top: -30px !important;
	margin-right: -10px !important;
	margin-left: 5px !important;
	border-left: 3px solid white;
	border-bottom: 3px solid white;
	
}

/*////////// FORMULIER //////////*/

#contactform {
	margin: 35px 0 0;
}

#contactform label {
	float: left;
	width: 165px;
}

#contactform p {
	margin: 0 0 5px 0;
	padding: 0;
}

p.formcheckbox {
	width: 450px;
}	

p.formcheckbox label{
	float: right !important;
	width: 425px !important;
}

.input, .postcode, .plaats {
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	padding: 2px;
	background-color: #F6F6F6;
	border: 1px solid #BBBBBB;
	font-size: 12px;
}

.postcode {
	width: 65px;
}

.plaats {
	width: 226px;
}

.fout, .fout_verzenden {
	font-size: 10px;
	line-height: 110%;
	text-align: left;
	color: white;
	background-color: #E82E22;
	background-image: url(/images/pijltje_foutmelding.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 6px 15px 0 20px;
	height: 16px;
	width: 165px;
	margin: -20px 0 -2px 480px;
}

.fout_verzenden {
	padding: 6px 15px 6px 20px;
	margin: -15px 0 0 480px;
	height: auto;
}

.fout p {
	padding: 0;
	margin: 0;
}

.formbuttons {
	text-align: right;
	padding: 15px 0 15px 0 !important;
	width: 471px; /* = width 'labels' + width 'input' (incl. padding + border!) */
}

.formbutton {
	width: 90px;
	margin-left: 5px;
	margin-right: 0;
	text-align: center;
	border: 1px solid #333333;
	background-color: #D4D0C8;
}

.verplicht {
	color: red;
}


/***** REFERENTIES *******/

#referenties {
	position: relative;
	overflow: hidden;
	clear: both;
	margin: 0;
	width: 255px;
	height: 140px;
}

#sidebar #referenties{
	width: 240px;
}

#referenties ul {
	position: absolute;
	height: 140px;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 1000;
}

#sidebar #referenties ul{
	
}
#referenties ul li {
	height: 140px;
	width: 255px;
	float: left;
	list-style: none;
}

#referenties a {
	width: 12px;
	height: 140px;
	margin: 0;
	cursor: pointer;
	display: block;
	float: left;
	overflow: hidden;
	z-index: 1000;
}
#sidebar #referenties a{
	display: none !important;
}

#referenties a#toleft {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(/images/ref_pijl_links.gif);
}

#referenties a#toright {
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(/images/ref_pijl_rechts.gif);
	margin-right: 0;
}

