html{
	height: 100%;
	width: 100%;
}
html, body{
	height: 100%;
	width: 100%;
	background-color: #132A8C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	overflow: hidden;
}

td {
	font-size: 11px;
}

body{
	overflow: hidden;
	margin: 0px;
	scrollbar-3dlight-color:#99B20D;
	scrollbar-arrow-color: #132A8C;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: #99B20D;
	scrollbar-face-color: #E1E1E1;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-track-color: #99B20D;
}


#searchcontainer{
	position: relative;
	top: 10px;
}
#searchfield{
	border: 1px solid #98B22A;
	width: 125px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#searchcontainer>form>input#searchfield{
	/* IE does not see this one! */
	border: 1px solid #98B22A;
	width: 125px;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left: 2px;
}

#container{
 	position: absolute;
	height: 100%;
	left: 0px;
	width: 100%;
	background-color: #B8D70D;
}

#contentcontainer {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	border-top: 30px solid #132A8C;
  border-right: 30px solid #132A8C;
  border-bottom: 30px solid #132A8C;
	overflow: auto;
	overflow-x: hidden;
}

#content {
	display: table-cell;
	height: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	left: 220px;
	color: black;
	font-size: 11px;
	line-height: 18px;
	width: 540px;
	background-color: white;
	padding: 15px 15px 5px 15px;
	background-image:url(/images/contenttop.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 5px;
}
#contenthome {
	height: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	left: 220px;
	top: 290px;   /* WAS 320px*/
	color: black;
	font-size: 11px;
	line-height: 18px;
	width: 540px;
	background-color: white;
	padding: 15px 15px 5px 15px;
	background-image:url(/images/contenttop.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 280px; /* WAS 310px*/
}
#content a:link, #content a:active, #content a:visited, #contenthome a:link, #contenthome a:active, #contenthome a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #132A8C;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover, #contenthome a:hover {
	text-decoration: none;
}
#content ul, #contenthome ul {
	list-style-type: square;
	color: #132A8C;
} 
#contentcontainer>#content{
	/* IE does not see this one! */
	clear: left;
	width: 510px;
	display: block;
	height: auto;
	min-height: 400px;
}
#contentcontainer>#contenthome{
	/* IE does not see this one! */
	clear: left;
	top: 285px;  /* WAS 315px*/
	width: 510px;
	display: block;
	height: auto;
	margin-bottom: 280px; /* WAS 310px*/
}
.contenttable {
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px;
	width: 475px;
}
.contenttable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	background-color: #EEEEEE;
	padding: 5px;
	margin: 5px;
}
.contenttitle {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #132A8C;
	margin-bottom: 5px;
}

.plaatjelinks {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
}

.plaatjerechts {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}

#contentbottom {
	position: relative;
	left: 220px;
	width: 545px;
	height: 55px;
}

#content_rechts {
	position: absolute;
	left: 520px;
	top: 0px;
	width: 185px;
	float: right;
	padding: 0px 10px 50px 10px;
}
#sidebar a:link, #sidebar a:active, #sidebarhome a:visited, #sidebarhome a:link, #sidebarhome a:active, #sidebarhome a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #132A8C;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar a:hover, #sidebarhome a:hover {
	text-decoration: none;
}

#subknoppen {
	font-family: Arial, Helvetica;
	position: relative;
	top: 0px;
	width: 570px;
	height: 20px;
	left: 0px;
	margin-top: 5px;
	z-index: 1000;
}

#subknoppen a:link, #subknoppen a:visited, #subknoppen a:active {
	font-size: 11px;
	font-weight: normal;
	color: #132A8C;
	text-align: center;
	text-decoration: none;
	background-image: url(/images/subknop_bgwit.gif);
	background-repeat: no-repeat;
	width: 132px;
	height: 20px;
	display: block;
	float: left;
	padding-top: 3px;
	padding-left: 1px;
	margin-right: 4px;
	margin-bottom: 5px;
}
#subknoppen>a:link,#subknoppen>a:visited,#subknoppen>a:active,#subknoppen>a:hover{
	/* IE does not see this one */
	padding-top: 4px;
	margin-bottom: 2px;
	padding-left: 0px;
}

#subknoppen a:hover, #subknoppen A.current:link , #subknoppen A.current:visited , #subknoppen A.current:active , #subknoppen A.current:hover {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: white;
	text-align: center;
	text-decoration: none;
	background-image: url(/images/subknop_bgblauw.gif);
	background-repeat: no-repeat;
	width: 132px;
	height: 20px;
	display: block;
	float: left;
}

#prodbeeld_container{
	position: absolute;
	top: -10px;
	left: 545px;
	float: left;
}

.prodbeeldrechts {
	background-repeat: no-repeat;
	width: 190px;
	height:140px;
}

table.prodnormal {
	background-image:url(/images/box.gif);
	width: 190px;
	height: 140px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;
	text-align: center;
	font-size: 11px;
}

table.prodhover {
	background-image:url(/images/box_glow.gif);
	width: 190px;
	height: 140px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;
	text-align: center;
	font-size: 11px;
}

.imgtxt {
	height: 54px;
	padding: 5px 20px 0px 20px;
}

#pagetitle{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	position: relative;
	left: 220px;
	width: 745px;
	margin-bottom: 0px;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 0px;
	color: #132A8C;
}

#breadtrail {
	position: relative;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: black;
	line-height: 13px;
	width: 730px;
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 5px;
	background-image: url(/images/stippel_top.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#pagetitle>#breadtrail{
	/* IE does not see this one! */
	margin-bottom: 10px;
}

#breadtrail a:link, #breadtrail a:active, #breadtrail a:visited {
	text-decoration:none;
	color: black;
}

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

#campagnebeeld{
	position: absolute;
	top: 30px;
}

#mainmenu{
	position: absolute;
	z-index: 100;
	top: 185px;
	left: 17px;
}

#mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#mainmenu li {
	margin-left: 0px;
	padding: 0px;
}

#mainmenu ul li A{
	text-align: left;
	width: 150px;
	display: block;
	padding: 2px 4px 2px 7px;
	border: 1px solid #98B22A;
	background-color: #C1DC2D;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	color: #132A8C;
	text-decoration: none;
}
#mainmenu ul li>A{
	/* IE does not see this one! */
	width: 142px;
}

#mainmenu ul li A.current{
	border: 1px solid #4C571F;
	background-color:#FFFFFF;
	color: #142C90;
	font-weight: bold;
	text-decoration: none;
}
#mainmenu ul li A.current:hover{
	background-color:#FFFFFF;
	color: #142C90;
}
#mainmenu ul li A:hover{
	background-color: #CEE45A;
	color: #132A8C;
}


#logo{
	position: absolute;
	left: 50px;
	bottom: 45px;
}

#logotxt{
	position: absolute;
	left: 110px;
	bottom: 10px;
}

#footer {
	position: absolute;
	right: 30px;
	bottom: 0px;
	height: 21px;
	color: white;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

#footer A:link, #footer A:active, #footer A:visited {
	color: white;
	text-decoration: none;
}
#footer A:hover{
	color: #ccc;
	text-decoration: underline;
}

#language {
	position: absolute;
	/*right: 125px;*/
	right: 30px; /*wanneer afgsloten gedeelte NIET actief is*/
	top: 8px;
	height: 21px;
	color: white;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;

}

#language img{
	margin-bottom: -2px;
}

p{
	margin-top: 0px;
	margin-bottom: 0px;
}

.formulieren {
	font-size: 11px;
	font-weight: normal;
}

.inputfield {
	border: 1px solid #C2C2C2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F9F9F9;
	padding: 2px;
}

.commentfield {
	border: 1px solid #C2C2C2;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #F9F9F9;
	scrollbar-3dlight-color: #CBCBCB;
	scrollbar-arrow-color: #132A8C;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: #CBCBCB;
	scrollbar-face-color: #E1E1E1;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-track-color: #CBCBCB;
}

#login {
	background-color: #5C6CB0; 
	position: absolute;
	right: 30px;
	top: 7px;
	width: 75px; 
	height: 13px; 
	text-align: center; 
	padding: 2px;
}

#login A:active, #login A:link, #login A:visited, #login A:hover {
	color: white;
	text-decoration: none;
	font-size: 10px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

HR{
	height: 1px;
	color: #132A8C;
}


#prodtable{
	position: absolute;
	top: 100px;
	left: 260px;
	border: none;
}
#prodtable TD.pctd{
	padding: 0px;
	margin: 0px;
	width: 195px;
}
.prodbeeldrechts A:link, .prodbeeldrechts A:active, .prodbeeldrechts A:visited, .prodbeeldrechts A:hover{
	text-decoration: none;
	color: black;
}

#content A.cleanlink:link, #content A.cleanlink:active, #content A.cleanlink:visited, #content A.cleanlink:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: black;
}
.found{
	color: #132A8C;
	font-weight: bold;
	background-color:#E1E1E1;
	padding: 1px 4px 0px 1px;
}
#sidebarhome{
	position: absolute;
	top: 300px; /* top: 330px; */
	left: 775px;
	width: 180px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

#sidebar{
	position: absolute;
	top: 120px;
	left: 775px;
	width: 180px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#sidebar .sidetitle, #sidebarhome .sidetitle{
	font-weight: bold;
}

#homeimage{
	position: absolute;
	top: 30px;
	left: 220px;
	height: 260px;	
}

#print {
	position: absolute;
	top: 15px;
	left: 925px;
	z-index: 100;
}

/* QUICKFORM */

.quickform_form {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.quickform_form input {
	border: 1px solid #C2C2C2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F9F9F9;
	padding: 2px;
	width: 250px;
}

.quickform_button {
	width: 100px !important;
	margin-top: 25px;
	background-color: #132A8C !important;
	color: white;
	font-weight: bold;
	font-size: 10px !important;
}

select {
	width: 165px;
	margin-top: 25px;
	font-size: 11px;
}

.quickform_table {
	border: 0px;
	width: 100%;
}

/* Table header td */
.quickform_header {
	font-size:13px;
	font-weight:bold;
}

/* Left column td */
.quickform_label {
	width: 165px;
}

/* Right column td */
.quickform_element {

}

/* Error message appearing next to the fields */
.quickform_error {
	color:#FF0000;
}

/* Required message appearing next to the fields */
.quickform_required {
	color:#FF0000;
}

/* Required note at the end of the form */
.quickform_requirednote {
}
