@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	background: transparent url('img_mainbackground.jpg') repeat-x scroll left top;
}
.thrColFixHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(rightbackground.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.thrColFixHdr #header {
	height: 173px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.thrColFixHdr #header h1 {
	font-family: Tahoma;
	font-size: 22px;
	color: #329A00;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding: 0px;
	top: 0px;
}
.thrColFixHdr #sidebar1 {
	margin: 0px;
	float: left;
	width: 184px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 165px; /* padding keeps the content of the div away from the edges */
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.thrColFixHdr #footer {
	padding-top: 20px;
	padding-right: 210px;
	padding-bottom: 40px;
	padding-left: 210px;
	margin: 0px;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.thrColFixHdr #container #subheader {
	background-image: url(subheader.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 46px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 16px;
	padding-left: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.thrColFixHdr #container #sidebar1 .leftblack {
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	font-size: 12px;
	clear: both;
	float: left;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	width: 184px;
}
.thrColFixHdr #container #sidebar1 .leftblack p {
	margin: 0px;
	padding-bottom: 10px;
}
.thrColFixHdr #container #sidebar2 p {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 0px;
	color: #333333;
	background-image: url(greenhr.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.thrColFixHdr #container #sidebar1 p {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #container #footer p {
	background-color: #000000;
	font-size: 10px;
	color: #999999;
	float: left;
	padding-top: 8px;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
}

.thrColFixHdr #container #footer p a{
	font-size: 10px;
	color: #999999;
	text-decoration: none;	
}


.thrColFixHdr #container #footer #printerdiv {
	background-color: #000000;
	font-size: 10px;
	color: #999999;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.thrColFixHdr #container #mainContent h2 {
	font-size: 14px;
	color: #349900;
}

.thrColFixHdr #container #mainContent h3 {
	font-size: 12px;
	color: #349900;
}


.thrColFixHdr #container #mainContent a {
	color: #000000;
	text-decoration: underline;
}
.emailboxleft {
	background-color: #F1EFD8;
	margin-top: 10px;
}
.border {
	background: transparent url('border_tall.gif') repeat-x scroll center top;
}
.border .btall {
	background: transparent url('border_tall.gif') repeat-x scroll center bottom;
}
.border .ltall {
	background: transparent url('border_tall.gif') repeat-y scroll left center;
}
.border .rtall {
	background: transparent url('border_tall.gif') repeat-y scroll right center;
}
.border .tleft {
	background: transparent url('border_tl.gif') no-repeat scroll left top;
}
.border .tright {
	background: transparent url('border_tr.gif') no-repeat scroll right top;
}
.border .bleft {
	background: transparent url('border_bl.gif') no-repeat scroll left bottom;
}
.border .bright {
	background: transparent url('border_br.gif') no-repeat scroll right bottom;
	width: 100%;
}
.border .ind {
	padding: 4px 4px 15px 2px;
}
.thrColFixHdr #container #sidebar1 .border .btall .ltall .rtall .tleft .tright .bleft .bright #zoekboxleft {
	background-color: #F1EFD8;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 9px;
	padding-left: 10px;
}
.thrColFixHdr #container #sidebar1 .emailboxleft .border .btall .ltall .rtall .tleft .tright .bleft .bright .ind #zoekboxleft h2 {
	font-weight: bold;
	color: #349900;
	font-size: 15px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #container #sidebar1 .emailboxleft .border .btall .ltall .rtall .tleft .tright .bleft .bright .ind #zoekboxleft form {
	margin-top: 6px;
	font-size: 10px;
	color: #333333;
	margin-bottom: 8px;
}
.globalboxleft {
	padding: 0px;
	background-color: rgb(35, 31, 32);
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.border1 {
	background: transparent url('border_tall1.gif') repeat-x scroll center top;
}
.border1 .btall {
	background: transparent url('border_tall1.gif') repeat-x scroll center bottom;
}
.border1 .ltall {
	background: transparent url('border_tall1.gif') repeat-y scroll left center;
}
.border1 .rtall {
	background: transparent url('border_tall1.gif') repeat-y scroll right center;
}
.border1 .tleft {
	background: transparent url('border_tl1.gif') no-repeat scroll left top;
}
.border1 .tright {
	background: transparent url('border_tr1.gif') no-repeat scroll right top;
}
.border1 .bleft {
	background: transparent url('border_bl1.gif') no-repeat scroll left bottom;
}
.border1 .bright {
	background: transparent url('border_br1.gif') no-repeat scroll right bottom;
	width: 100%;
}
.border1 .ind {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#adboxleft {
	background-color: #231f20;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.thrColFixHdr #container #sidebar1 .globalboxleft .border1 .btall .ltall .rtall .tleft .tright .bleft .bright .ind #adboxleft p {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 4px;
	text-decoration: none;
}


.thrColFixHdr #container #sidebar1 .globalboxleft .border1 .btall .ltall .rtall .tleft .tright .bleft .bright .ind #adboxleft p a{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	text-decoration: underline;
}
.thrColFixHdr #container #subheader #search {
	float: right;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #subheader p {
	margin: 0px;
	padding: 0px;
	float: left;
}
.thrColFixHdr #container #subheader form {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	width: 250px;
	float: right;
}
.thrColFixHdr #container #subheader input {
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
	float: left;
}
.thrColFixHdr #container #sidebar2 h3 {
	margin: 0px;
	padding: 0px;
	color: #349900;
	font-size: 12px;
	font-weight: bold;
}
.thrColFixHdr #container #sidebar2 a {
	color: #333333;
	text-decoration: underline;
}
.thrColFixHdr #container #sidebar2 hr {
	background-image: url(greenhr.jpg);
	background-repeat: no-repeat;
	height: 15px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-position: left top;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F1EFD8;
	border-right-color: #F1EFD8;
	border-bottom-color: #F1EFD8;
	border-left-color: #F1EFD8;
}
.formbutton {
	cursor:pointer;
	border:0px none #ccc;
	background:#999;
	color:#FFFFFF;
	font-weight:normal;
	background-image: url(formbuttonback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	width: 69px;
	float: right;
	font-size: 10px;
	height: 23px;
	padding: 0px;
	margin-top: 4px;
}
.thrColFixHdr #container #sidebar2 form {
	padding: 0px;
	font-size: 10px;
	margin: 0px;
	clear: both;
}
.thrColFixHdr #container #sidebar2 input {
	font-size: 12px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.thrColFixHdr #container #sidebar2 .formbutton1 {
	cursor:pointer;
	border:0px none #ccc;
	background:#999;
	color:#FFFFFF;
	font-weight:normal;
	background-image: url(formbuttonback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	width: 69px;
	font-size: 10px;
	height: 23px;
	margin-top: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.thrColFixHdr #container #sidebar2 h2 {
	color: #349900;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 14px;
}
.thrColFixHdr #container #sidebar2 .linkblue {
	color: #0099CC;
}
.thrColFixHdr #container #sidebar2 .linkblue a {
	color: #0099CC;
}
.thrColFixHdr #container #footer #printdiv {

}
.thrColFixHdr #container #footer #printerdiv {
	width: 180px;
	text-align: right;
	padding-right: 24px;
}


.thrColFixHdr #container #sidebar1 #QS_intranetmenulist {
display:none;

}

#QS_list
{

PADDING-BOTTOM: 24px;
margin-bottom: 24px;
}

#QS_list .QS_listitem .QS_listminusplus
{
    FLOAT: left;
    WIDTH: 10px;
    POSITION: relative;
    TOP: 3px
}
#QS_list .QS_listitem .QS_listitemtitle
{
    FONT-WEIGHT: bold;
    LEFT: 4px;
    POSITION: relative
}
#QS_list .QS_listitem
{
    PADDING-BOTTOM: 3px;
    WIDTH: 95%
}
#QS_list .QS_listitem .QS_listitemvalue
{
    LEFT: 14px;
    PADDING-BOTTOM: 10px;
    POSITION: relative
}
#QS_catalog
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    MARGIN-BOTTOM: 10px;
    PADDING-BOTTOM: 2px;
    PADDING-TOP: 2px
}
#QS_catalog .QS_catalogitem
{
    BORDER-RIGHT: #dcdcdc 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #dcdcdc 1px solid;
    PADDING-LEFT: 2px;
    FLOAT: left;
    MARGIN-BOTTOM: 10px;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: #dcdcdc 1px solid;
    WIDTH: 100%;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #dcdcdc 1px solid;
    POSITION: relative
}
#QS_catalogbrowsetable
{
    FONT-WEIGHT: bolder;
    MARGIN-BOTTOM: 5px;
    WIDTH: 100%;
    TEXT-ALIGN: center
}
#QS_feed
{
    WIDTH: 100%
}
#QS_feed .QS_feeditem
{
    FLOAT: left;
    PADDING-BOTTOM: 10px;
    WIDTH: 100%;
    POSITION: relative
}
#QS_form {
margin-top: 8px;
margin-bottom: 8px;
float:left;
	

}

#QS_form form{
	clear:none;
	

}
#QS_breadcrumbs {
	font-weight: bold;
	font-size: xx-small;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: left;
	clear: both;
}
#QS_searchResults
{
}
#QS_searchResults .QS_searchResultsTitle
{
    FONT-WEIGHT: bolder
}
#QS_searchResults .QS_searchResultsText
{
    PADDING-BOTTOM: 7px;
    FONT-STYLE: italic
}


#QS_form .QS_fieldline
{
    CLEAR: both;
    FLOAT: left;
    PADDING-BOTTOM: 3px;
    WIDTH: 98%;
    POSITION: relative
}
#QS_form .QS_fieldline .QS_fieldlabel
{
    LEFT: 0px;
    FLOAT: left;
    WIDTH: 160px;
    FONT-STYLE: italic;
    POSITION: relative;
    TEXT-ALIGN: right
}
#QS_form .QS_fieldline .QS_fieldvalue
{
    LEFT: 7px;
    FLOAT: left;
    POSITION: relative
}
#QS_form .QS_fieldline .QS_oneline
{
    FLOAT: none;
    PADDING-BOTTOM: 3px;
    POSITION: relative
}

#shadow-container
{
    LEFT: 3px;
    MARGIN-BOTTOM: 3px;
    MARGIN-RIGHT: 3px;
    POSITION: relative;
    TOP: 3px
}
#shadow-container .shadow2
{
    LEFT: -1px;
    POSITION: relative;
    TOP: -1px
}
#shadow-container .shadow3
{
    LEFT: -1px;
    POSITION: relative;
    TOP: -1px
}
#shadow-container .container
{
    LEFT: -1px;
    POSITION: relative;
    TOP: -1px
}
#shadow-container .shadow1
{
    BACKGROUND: #f1f0f1
}
#shadow-container .shadow2
{
    BACKGROUND: #dbdadb
}
#shadow-container .shadow3
{
    BACKGROUND: #b8b6b8
}
#shadow-container .container
{
    BORDER-RIGHT: #848284 1px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #848284 1px solid;
    PADDING-LEFT: 0px;
    BACKGROUND: #ffffff;
    PADDING-BOTTOM: 0px;
    BORDER-LEFT: #848284 1px solid;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #848284 1px solid
}

#QS_menulist, #QS_menulist ul {
	list-style: none;
	float : left;
	width : 160px;
	margin-bottom:24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background: #000000;
	border: 0px solid #7D9693;
	clear:none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#QS_menulist li a {
	display: block;
	width: 148px;
	padding-top: 0px;
	padding-left: 18px;
	padding-right: 5px;
	padding-bottom: 0px;
	border: 1px solid #000000;
	COLOR: #ffffff;
	text-decoration: none;
	background: #000000;
}
* html #QS_menulist li a {width: 148px; background: #000000;}
#QS_menulist li a:hover
{
	COLOR: #FFFFFF;
	width: 148px;
	border: 1px solid #558E23;
	background-color: #558E23;
}
* html #QS_menulist li a:hover {width: 148px;}
#QS_menulist a.subcontainer {
background-image: url(pijltjeover.gif);
background-repeat: no-repeat;
background-position: right center;
}
#QS_menulist a.subcontainer:hover {
background-image: url(pijltje.gif);
background-repeat: no-repeat;
background-position: right center;
}
#QS_menulist li { /* all list items */
position : relative;
float: left;
line-height : 1.75em;
text-align:left;z-index: 1;
}
#QS_menulist li ul { /* second-level lists */
position: absolute;	
margin-left : 168px;
left: -999em;
margin-top : -1.95em;}
* html #QS_menulist li ul { margin-left : 168px; }
#QS_menulist li ul ul { /* third-and-above-level lists */
left: -999em;
margin-top : -1.95em;
}
#QS_menulist li:hover ul ul, #QS_menulist li:hover ul ul ul,#QS_menulist li:hover ul ul ul ul, #QS_menulist li.sfhover ul ul, #QS_menulist li.sfhover ul ul ul, #QS_menulist li.sfhover ul ul ul ul {
left: -999em;
}
#QS_menulist li:hover ul, #QS_menulist li li:hover ul, #QS_menulist li li li:hover ul, #QS_menulist li li li li:hover ul, #QS_menulist li.sfhover ul, #QS_menulist li li.sfhover ul, #QS_menulist li li li.sfhover ul, #QS_menulist li li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

