
body {
	font-family: arial;
	font-size: 12px;
	background-color: #f2efeb;

	background-color: #f6f4f0;
	padding:0;
	margin:0;
}




/* Main layout */

div.top {
	
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 10px;
}


div.top div.logo {
	text-align:left;
	width: 960px;
}

div.menu {
	text-align:right;
	background-color: #000000;
}

div.menu img {
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 3px;
	margin-bottom: 3px;

}

div.main {
	text-align:left;
	width: 960px;
	background-color: #ebe5de;

}


div.bg_top {
	background-repeat: no-repeat; 
	padding-top: 140px;
}

div.maincontent {
	
}


div.footer {
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
	color: #AAAAAA;
	background-color: #FFFFFF;
	
}

div.footer div.right {
	float:right;
}

div.footer div.left {

}

div.footer div.links {

	padding-top: 5px;
}

div.footer div.links,div.footer div.links a {
	font-size: 10px;
	color: #CCCCCC;
}

div.footer div.links a {
	color:#CCAA99;
} 

div.voorstellingenimg {
	
	padding: 0;
	padding-top: 7px;	
	margin:0;
	margin-top: 15px;
	padding-left: 5px;
	height: 120px;
	text-align:center;
	background-color: #222222;
}




table.tablelay {
	clear:both;
}

table.tablelay td.box {
	padding: 15px;
	border: 1px solid #c1c1c1;
	border-bottom-width: 2px;
	background-color:#FFFFFF;	
}

div.box {

	padding: 15px;
	border: 1px solid #c1c1c1;
	border-bottom-width: 2px;
	margin: 10px;
	background-color: #FFFFFF;
}
div.cart a,
div.cart a:hover,
div.cart a:visited {
	color: #555555;
	text-decoration:none;
}

div.cart a:hover div.t {
	text-decoration: underline;	
}

div.cart {
	padding-top: 20px;
	float:right;
	width: 200px;
	color: #555555;
	font-size: 11px;
	text-align:left;	
}
div.cart img {
	float:left;
	margin-right: 15px;
}

div.cart div.t {
	display:inline;	
	font-weight: bold;
}	

form {
	display:inline;
}

a.buttonright {
	float:right;
}

a,a:visited,a:active {
	color: #333333; 
	color: #b46d12;
	text-decoration:none;

}

a:hover {
	text-decoration: underline;
	color: #b46d12;
}

h1,h2,h3 {
	font-family: Verdana, Helvetica;

}

h1 {
	font-size: 18px;		
}

h2 {
	color: #b46d12;
	font-size: 14px;
	border-bottom: 	1px solid #DDDDDD;
	padding-bottom: 5px;	
	margin-bottom: 10px;
	font-weight: normal;
}

h3 {

	font-size: 12px;
	
	padding-bottom: 5px;	
	margin-bottom: 0px;
	font-weight: normal;

}




h4,h4 a,h4 a:visited {
	font-weight: bold;
	font-size: 12px;
	color: #444444;

	
}


a img {
	border:0;
}



ul.list {
	list-style-position: inside;
	list-style-type: square;
	margin-left: -10px;
	padding-left: 10px;
}
ul.list li {
	padding: 2px;
}


div.linkmore2 {

}

div.linkmore3 {
	
}

div.buttonright {
	float:right;
}







/* Boxes */


div.errorbox,div.infobox,div.okbox {

	font-size: 12px;
	margin-bottom: 15px;
	padding: 10px;

	padding-top: 15px;
	padding-left: 60px;	
	background-position: 10px 10px;	
	background-repeat: no-repeat;	

	vertical-align: bottom;

	min-height: 45px;
	height: auto;
}



div.errorbox {
	background-image: url(../images/icos/error.gif);
}

div.infobox {
	background-image: url(../images/icos/info.gif);

}

div.okbox {
	background-image: url(../images/icos/ok.gif);
}




/*\*/
* html div.errorbox {
	height: 46px;
}
/**/

/*\*/
* html div.infobox {
	height: 46px;
}
/**/

/*\*/
* html div.okbox {
	height: 46px;
}
/**/




/* Right button */
div.rightbutton {
	font-family: Arial;
	font-size: 11px;
	padding-top: 6px;
	clear:both;
	font-weight: bold;
}




/* table */

table.table {
		
}

table.box table.table {
	border: 0;
}


table.box table.table tr.legend td {
	border-top-color: #eeeeee;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
}


table.table tr td {
	padding: 7px;

	font-size: 12px;
	border-bottom-color: #eeeeee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: left;
}

table.table tr td.bold {
	font-weight:bold;
	color:#666666;

}


table.table tr.legend {
	font-weight: bold;
	color: #444444;
	background-color: #efefef;
	

	
}

table.table tr.legend td {

}



table.table tr.row1 {
	background-color: #FFFFFF;
}
table.table tr.row0 {
	background-color: #FFFFFF;


}
table.table tr.rowlast td {
	border-bottom-width: 0px;
}



/* form */



div.inputstyle input, form.frm table input,form.frm table select,form.frm table textarea {
	width: 200px;
	padding: 3px;
	font-size: 11px;
}

form.frm div.alert {
	color: red;

}



form.frm div.alert select, form.frm div.alert input,form.frm div.alert textarea {
	border-color:red;
}

form.frm div.title {
	font-weight: bold;
	background-color: #EFEFEF;
	padding: 5px;
}


div.buttonrow {
	text-align: center;
	
	background-color: #f4f4f4;
	padding: 5px;		
	
	
	border: 1px solid #CDCDCD;
}



form.frm div.tooltip {
	display:inline;
}

form.frm div.tooltip div {
	background-image: url(../images/icos/help.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 5px;	
	padding-left: 60px;
	width: 160px;
	height: 90px;

	text-align:justify;
	border-width: 1px;
	border-color:  #C0C0C0;
	border-style:solid;	
	background-color: #FFFFFF;


	Z-index: 500;
	display:none;
	position: absolute;
	top: 0px;
	left: 0px;

}	

input.button_m {
	border:0;
	width: 111px;
	height: 24px;
	background: transparent;
	background-image: url(../images/button.gif);	
	color: #333333;
	padding-bottom: 2px;
}



/* Richt text editor */

.rteImage {

	border: 1px solid #D3D3D3;
	cursor: pointer;
	cursor: hand;
}

.rteImageRaised, .rteImage:hover {

	border: 1px outset;
	cursor: pointer;
	cursor: hand;
}

.rteImageLowered, .rteImage:active {

	border: 1px inset;
	cursor: pointer;
	cursor: hand;
}



/* Pagenumbers */
div.pagenumbers {
	margin-top: 10px;
	text-align:center;
	font-size: 13px;
}

div.pagenumbers div.sel {
	color: #000000;
	padding: 3px 6px; 
	display:inline;
	margin-right: 3px; 
	font-weight: bold;
}

div.pagenumbers a,div.pages a:visited,div.pages a:active {
	/*background-color: #eeeeee;*/
	/*border: 1px solid #AAAAAA;*/
	margin-right: 1px; 
	padding: 3px 6px; 
	text-decoration: none;

}

div.pagenumbers a:hover {
	background-color:  #333333;
	border-style:solid;
	border-width: 1px;
	padding: 1px 5px; 
	border-color: #333333;
	text-decoration: none;
	color: #FFFFFF; 
	font-weight: bold;
	
}



