/* top elements */

* {

	padding: 0;

	margin: 0;

}



body {
	margin: 0;
	padding: 0;
	font: 0.8em/1.5em Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #e9e5e1;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(bg.gif);

}



/* links */

a { 

	color: #f5821f;

	background-color: inherit;

	text-decoration: none;

}

a:hover {
	color: #bfbfbf;
	background-color: inherit;

}



/* headers */

h1, h2, h3 {

	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;

	color: #333;	

}

h1 { font-size: 1.5em; color: #F5821F; } 

h2 { font-size: 1.4em; text-transform:uppercase;}

h3 { font-size: 1.3em; }

h4 {

	font-size: 1.3em;

	color: #9EC630;

}



p, h1, h2, h3, h4, h5 {

	margin: 10px 15px;

}

ul, ol {

	margin: 10px 30px;

	padding: 0 15px;

	color: #666666;

	font-weight: bold;

}

ul span, ol span {

	color: #666666; 

}



/* images */

img {

}

img.no-border {

	border: none;

}

img.float-right {
	border: 1px solid #ADD1E7;
	padding: 5px;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;

}

img.float-left {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;

}

a img {  

  border: thin solid #f5821f;

}

a:hover img {  

  border: 0px none #CCC!important; /* IE fix*/

  border: 2px solid #568EB6;

}



code {

  margin: 5px 0;

  padding: 10px;

  text-align: left;

  display: block;

  overflow: auto;  

  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;

  /* white-space: pre; */

  background: #FAFAFA;

  border: 1px solid #f2f2f2;  

  border-left: 4px solid #4284B0; 

}

acronym {
	cursor: help;
	border-bottom: 1px solid #777;

}

blockquote {
	margin: 15px;
	padding: 0 0 0 20px;
	background: #FAFAFA;
	color: #F5821F;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F5821F;
	border-right-color: #F5821F;
	border-bottom-color: #F5821F;
	border-left-color: #F5821F;

}



/* form elements */

form {
	margin:10px;
	padding: 0;
	border: 1px solid #f5821f;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;

}

input {
	padding: 2px;
	border:1px solid #eee;
	color:#777;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #bfbfbf;

}

textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
	background-color: #bfbfbf;

}

input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	padding: 2px 3px;
	color: #F5821F;
	background-color: #bfbfbf;

}



/* search form */

form.searchform {

	background: transparent;

	border: none;

	margin: 0; padding: 0;

}

form.searchform input.textbox { 

	margin: 0; 

	width: 120px;

	border: 1px solid #9EC630; 

	background: #FFF;

	color: #333; 

	height: 14px;

	vertical-align: top;

}

form.searchform input.button { 

	margin: 0; 

	padding: 2px 3px; 

	font: bold 12px Arial, Sans-serif; 

	background: #FAFAFA;

	border: 1px solid #f2f2f2;

	color: #777;	

	width: 60px;

	vertical-align: top;

}



/***********************

	  LAYOUT

************************/

#wrap {
	width: 960px;
	height: 100%;
	text-align: left;
	background-image: url(bg_col.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

#content-wrap {
	clear: both;
	padding: 0;
	background-color: #fff;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;

}



/* header */

#header {
	position: relative;
	height: 140px;
	background-image: url(headerbg%20V3%20copy.gif);
	background-color: #9B9DA0;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #666666;

}

#header h1#logo {

	position: absolute;

	margin: 0; padding: 0;

	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;

	letter-spacing: -5px;

	text-transform: lowercase;

	top: 0; left: 5px;	

}

#header h2#slogan {

	position: absolute;	 

	top:37px; left: 95px;

	color: #666666;

	text-indent: 0px;

	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 

	text-transform: none;	

}

#header form.searchform {

	position: absolute;

	top: 0; right: -12px;	

}



/* main */

#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 50%;

}





.post-footer {

	background-color: #FAFAFA;

	padding: 5px; margin: 20px 15px 0 15px;

	border: 1px solid #f2f2f2;

	font-size: 95%;	

}

.post-footer .date {

	background: url(clock.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}

.post-footer .comments {

	background: url(comment.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}

.post-footer .readmore {

	background: url(page.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}



/* sidebar */

#sidebar {
	float: left;
	width: 25%;
	padding: 0;
	display: block;
	background-repeat: no-repeat;
	border: 3px none #f5821f;
	height: auto;
	margin: 15px;
	background-image: url(images/achtergrond_oranje_grijs_V3.jpg);

}

#sidebar ul.sidemenu {
	list-style:none;
	padding:0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 204px;

}

#sidebar ul.sidemenu li {

	margin-bottom:1px;

	border: 1px solid #BFBFBF;

}

#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #F5821F;
	padding:2px 5px 2px 10px;
	border-left:4px solid #f5821f;
	min-height:18px;
	background-color: #666666;
	text-decoration: none;

}



* html body #sidebar ul.sidemenu a { height: 18px; }



#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	color: #767370;
	background-color: #FCAF17;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #666666;

}



/* rightbar */

#rightbar {
	float: right;
	width: 150px;
	padding: 0;
	margin:0;
	height: auto;
	border: 3px none #f5821f;
	right: 853px;

}



/* header_right */

#header_right {

	float: right;

	width: 220px;

	padding: 0; margin:0;		

}





/* Footer */

#footer {
	clear: both;
	color: #f5821f;
	margin: 0;
	padding: 0;
	height: 50px;
	font-size: 95%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #f5821f;
	background-color: #BFBFBF;
	font-style: normal;

}

#footer a { 

	text-decoration: none; 

	font-weight: bold;	

	color: #666666;

}

#footer .footer-left{

	float: left;

	width: 65%;

}

#footer .footer-right{

	float: right;

	width: 30%;

}



/* menu tabs */

#header ul {
	z-index: 999999;
	position: absolute;
	margin:0;
	list-style:none;
	left: 5px;
	padding-left: 4px;
	bottom: -3px;
	height: 31px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	width: 805px;

}

#header li {
	display:inline;
	margin:0;
	padding:0;

}

#header a {
	float:left;
	margin:0;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
	background-image: url(tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

#header a span {
	float:left;
	display:block;
	background: url(tabright.gif) no-repeat right top;
	color: #666666;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 8px;
	list-style-type: upper-roman;

}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#header a span {float:none;}

/* End IE5-Mac hack */

#header a:hover span {

	color:#FFF;

}

#header a:hover {
	background-position:0% -42px;

}

#header a:hover span {

   background-position:100% -42px;

}

#header #current a {
	background-position:0% -42px;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

#header #current a span {
	background-position:100% -42px;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

/* end menu tabs */





/* alignment classes */

.float-left  { float: left; }

.float-right {	float: right; }

.align-left  {	text-align: left; }

.align-right {	text-align: right; }



/* additional classes */

.clear { clear: both; }

.green {	color: #9EC630; }

.orange_1 {	color: #F5821F; }

.orange_2 {	color: #FCAF17; }

.orange_3 {	color: #FFDE64; }

.gray  {	color: #BFBFBF; }

.blue  {	color: #6297BC; }

.bold_red  {

	color: #FF0000;

	font-weight: bold;

}

.bold_blue  {

	color: #6297BC;

	font-weight: bold;

}

.bold_green  {

	color: #9EC630;

	font-weight: bold;

}







/* slide show */



#slideshow { text-decoration: none }



/* images */

#slideshow img {

	border: none;

	padding-left: 4px;

	text-decoration: none;

}



#slideshow a img {

	border-color: #993333;

	border-width: 5;

}

#slideshow a:hover img {  

  border: none;

  

}



/* model_right */

#model_right {

	float: right;

	width: 150px;

	padding: 0;

	margin:0;

	background-image: url(model_bagr.jpg);

	height: 278px;

}



/* price_table */



#price_table { text-decoration: none }



#price_table TD {

	vertical-align: top;

}



#price_table TD img {

	vertical-align: bottom;

}



/* report */



#report {

	float: left;

	margin-left: 15px;

	padding: 0;

	width: 50%;

	background-color: #FFFFFF;

	margin-top: 15px;

}



#table {

	text-decoration: none;

	padding-left: 10px;

}



#table TD {

	text-decoration: none;

	text-align: left;

}



#main_wide {
	float: right;
	width: 70%;
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #f5821f;
	border-right-color: #f5821f;
	border-bottom-color: #f5821f;
	border-left-color: #f5821f;
	height: auto;
	margin-right: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 13px;

}



#main_full {
	float: left;
	padding: 0;
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}



.Enf_1 {

	text-decoration: none;

	font-size: 1.2em;

	color: #336600;

	font-weight: bold;

}



.Enf_2 {

	text-decoration: none;

	text-align: left;

	color: #6297BC;

	font-size: 1.2em;

	font-weight: normal;

	border-left-color: #f49123;

	border-left-style: solid;

	border-left-width: thick;

	padding-left: 5px;

}



br.clear {

	float: none !important;

	display: block !important;

	clear: both !important;

	margin: 0 !important;

	border: 0 !important;

	padding: 0 !important;

	height: 0.1px !important;

	font-size: 0 !important;

	line-height: 0 !important;

}

