/*
Boxes Template By Ainslie Johnson http://webgazette.co.uk

Released under a Creative Commons Attribution v2.5 license see license.txt for more details

Last updated 28th August 2006

 */


/* General element styles */

body, input, button, table, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height: 130%;
}

p {
	font-size: 1.0em;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

h5 {
	font-size: 1.0em;
}

body {
 padding: 0;
 margin: 0;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

/* Header */

#header {
	height: 70px;
}

body {
	background-position: top center;
	background-repeat:no-repeat;
}

body.Intro, body.algemeen {
	background-image: url(images/header_green.png);
}
body.materialen {
	background-image: url(images/header_yellow.png);
}
body.publicaties {
	background-image: url(images/header_red.png);
}
body.links {
	background-image: url(images/header_orange.png);
}
body.contact {
	background-image: url(images/header_blue.png);
}

/* Content */

#content {
	float: right;
	margin: 0;
	padding: 0px 30px 10px 30px;
	width: 650px;
	font-size: 0.8em;
	line-height: 1.5em;
}

#content h2, #sidebar h2 {
	font-size: 14pt;
	line-height: 18pt;
	padding: 5px 0 3px 0;
	margin: 3px 0 15px 0;
	color: #0268cd;
	border-bottom: 3px solid #c0c0c0;
}
#content h2 {
	margin-top: 46px;
}
#content h2.productname {
	margin-top: 0px;
}

#content h3 {
  margin: 10px 0 3px 0;
}
#content h4 {
  margin: 5px 0 2px 0;
}
#content h5 {
  margin: 5px 0 2px 0;
  font-size: 1.2em;
  color: #0268cd;
}
#content h6 {
	font-size: 1.4em;
	margin: 3px 0 15px 0;
	padding: 5px 0 3px 0;
	color: #0268cd;
}
#content p {
	/*margin: top right bottom left;*/
	xmargin: 5px 0 5px 0;
  padding: 1px 1px 1px 1px;
  xborder: 1px solid red;
  overflow: auto;
}

#content table {
	width: 100%;
  xborder: 1px solid red;
  border-collapse: collapse;
  padding: 0;
  margin: 5px 0 20px 0;
}

#content td {
  xborder: 1px solid green;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
#content th {
  text-align: left;
}

#content img {
  xmargin: 0 0 20px 0;
  xborder: 1px solid #000;
  xdisplay: inline;
}

#content a, #footer a {
	color: #0268cd;
	xfont-weight: bold;
	text-decoration: none;
}

#content a:hover, #footer a:hover {
	color: #fe9b00;
}

#content input {
	margin-top: 1px;
	margin-bottom: 1px;
}

/* Order form */
#content #order td.description a {
  color: black;
}
#content #order td.description a:hover {
	color: #fe9b00;
}
#content #order td {
  padding: 1px;
}
#content #order td.euro {
  padding: 1px 2px 1px 2px;
}
#content #order td.amount input {
	width: 20em;
  float: right;
  margin-right: 70px; 
}
#content #order td.amount input.error {
  border: 2px solid red; 
}
#content #order td.total input {
	width: 5em;
  float: left; 
  background: white;
  border: 1px solid white;
  margin-left: 0px; 
}
#content #order input.button {
  height: 17pt;
  display: inline;
}
#content #order input.clearbutton {
  float: right;
  margin-right: 7px;
}
#content #order input#sendorder {
  float: left;
  font-weight: bold;
}

#content #order table.data td.desc {
  width: 250px;
}
#content #order table.data td.input {
}

#content #order input.narrow {
  width: 7em;
}
#content #order input.wide {
  width: 25em;
  xdisplay: block;
  margin-right: 7px;
}
#content #order input.checkbox, #content #order input.radio {
 display: inline;
 float: left;
}
#content #order label {
 display: inline;
 float: left;
 xborder: 1px solid red;
 margin: 1px 8px 1px 3px;
 padding-top: 1px;
}
#content p.error {
  xborder: 1px solid red;
  xpadding: 5px 5px 6px 5px;
  xmargin-right: 7px;
}
#content p.error a {
  xcolor: black;
  color: red;
  font-size: smaller;
}
#content #order td.error {
  font-size: smaller;
  color: red;
  margin-bottom: 0px;
  padding-bottom: 8px;
}
#content #order label.error {
  font-size: smaller;
  color: red;
  margin-top: 0px;
}

.orderError {
  font-size: 90%;
  color: red;
  xmargin: 0 0 0 5px;
  margin: -2px 0 6px 1px;
}


/* Various styles */
#content .left {
	float: left;
  margin-right: 12px;
}
#content .right {
	float: right;
  margin-left: 12px;
}

#content table.werkboeken {
	margin-left: auto;
	margin-right: auto;
	padding-left: -5px;
	padding-right: -5px;
}
#content table.werkboeken td {
	padding: 10px 20px 10px 20px;
}
#content table.werkboeken img {
	border: 1px solid #999999;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 200px;;
	margin: 0;
	padding: 45px 0 0 42px;
}

#sidebar h2 {
    margin-bottom: 5px;
	margin-top: 8px;
}

#sidebar ul {
	margin: 0 0 0 5px;
	padding: 0 0 10px 0;
	font-size: 10.5pt;
	line-height: 16pt;
}

#sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar a {
	padding: 0 0 0 20px;
}

#sidebar sup {
	font-size: 8pt;
}

#sidebar ul.algemeen li {
	background: url(images/button_green.png) no-repeat 0px 3px;
}
#sidebar ul.materialen li {
	background: url(images/button_yellow.png) no-repeat 0px 3px;
}
#sidebar ul.publicaties li {
	background: url(images/button_red.png) no-repeat 0px 3px;
}
#sidebar ul.links li {
	background: url(images/button_orange.png) no-repeat 0px 3px;
}
#sidebar ul.contact li {
	background: url(images/button_blue.png) no-repeat 0px 3px;
}

#sidebar li a, #sidebar a:visited {
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
	color: #0268cd;
}

#sidebar li a:hover   {
	color: #fe9b00;
}

/* Footer */

#footer {
	clear: both;
	text-align: center;
	/*margin: top right bottom left;*/
  padding: 0 30px 2px 20px;
}

#footer p {
	color: #6B6B6B;
	font-size: 0.7em;
  	padding: 8px 0 8px 0;
  	margin: 0;
	border-top: 3px solid #c0c0c0;
}


/* blokjes hoofdpagina */

table#indexblokken
{
	width: 505px;
	margin-left: auto;
	margin-right: auto;
}		
#indexblokken div, #indexblokken a
{
	margin-left: auto;
	display: block;
	width: 250px;
	height: 250px;
	background: no-repeat 0 0;

	line-height: 180%;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}
#indexblokken a:hover 
{
	background-position: -250px 0;
	color:#0268CD;
}
#indexblokken span
{	
	display: block;
}		
#indexblokken a img
{
	border: 0px solid white;
}


#indexblokken .roodblok { background-image: url(images/blokjes/rood.png); }
#indexblokken .groenblok { background-image: url(images/blokjes/groen.png); }
#indexblokken .geelblok { background-image: url(images/blokjes/geel.png); }
#indexblokken .witblok { background-image: url(images/blokjes/wit.png); }
#indexblokken .blauwblok { background-image: url(images/blokjes/blauw.png); }
#indexblokken .oranjeblok { background-image: url(images/blokjes/oranje.png); }

.materiaalblokken span
{
	padding-top: 80px;
}


/* Blokjes producten met rand eromheen */

a.imageblauwrand {
display: block;
width: 260px;
height: 260px;
background-image: url(images/blokjesproductenrand/blauwrand.png);
background-repeat: no-repeat;
margin-left: 16px;}

a.imagegeelrand {
display: block;
width: 260px;
height: 260px;
background-image: url(images/blokjesproductenrand/geelrand.png);
background-repeat: no-repeat;
margin-left: 16px;}

a.imagegroenrand {
display: block;
width: 260px;
height: 260px;
background-image: url(images/blokjesproductenrand/groenrand.png);
background-repeat: no-repeat;
margin-left: 16px;}

a.imageoranjerand {
display: block;
width: 260px;
height: 260px;
background-image: url(images/blokjesproductenrand/oranjerand.png);
background-repeat: no-repeat;
margin-left: 16px;}

a.imageroodrand {
display: block;
width: 260px;
height: 260px;
background-image: url(images/blokjesproductenrand/roodrand.png);
background-repeat: no-repeat;
margin-left: 16px;
}



td.tekstblokje {


font-weight: bold;
text-align: center;
font-size: 13pt;
vertical-align:middle;
padding-bottom:0px;
}

td.tekstblokje a{

display:block;
xpadding-top: 30px;
line-height: 180%;

}

td.tekstblokje img, td.tekstblokje a img {
border: 0px solid white;
}
td.productfotorand img, td.productfotorand a img {
border: 0px solid white;
}


#content table.producttable {
width: 90%;
}
#content td.productfotorand{
width: 300px;
}
#content td.productfotorand a  {
padding-left:15px;
padding-top:15px;
}
#content td.productfotorand a span {
width: 215px;
height: 215px;
display:block;
}
#content td.productfotorand a span img {
}



#content td.productomschrijving {

padding-left: 16px;
padding-bottom: 25px;
padding-top: 0px;
}

.hover-row {
	background-color:#E6E6E6;
}



/* fotos */
.lightboxme td {
vertical-align:top;
}

.fotobox {
width: 236px;
xheight: 225px;
margin: 10px auto 25px auto;
}

.fotobox a {
background-color: #e0e0e0;
border: 1px solid #c0c0c0;
padding: 8px;
display: block;
text-align: center;
}
.fotobox a:hover{
border: 1px solid #0099FF;
background-color: #e6e6e6;
}

.fotobox a img{
border: 1px solid white;
}


/* lijst van producten in bestelformulier */
#content .producten-tabel td {
	padding: 0px 3px 0px 1px;
}
#content .producten-tabel td.euro {
	xpadding: 0px 2px 0px 5px;
	text-align: right;
}

#content .producten-tabel .amount {
	text-align: center;
}

#content .producten-tabel .prijs {
	text-align: right;
	width: 3%;
}
#content .producten-tabel .btw-kosten {
	font-size:85%;
}

#content .bestellen-terug-verder {
	margin: 20px 0;
	padding: 10px;
	border: 2px solid #C0C0C0;
}
#content .bestellen-verder {
	font-size: 110%;
	xwidth: 20em;
	padding: 1px 5px;
	float: right;
	xfont-weight: bold;
	cursor:pointer;
}
#content .bestellen-terug {
	font-size: 85%;
	padding-top: 4px;
	display:block;
	width: 20%;
	white-space:nowrap;
}

#content .bestel-pakket {
	padding: 3em 0;
}
#content .bestel-pakket-button {
	font-size: 120%;
	padding: 1px 5px;
	cursor: pointer;
	width: 250px;
	xheight: 2em;
}
#content .bestel-pakket-link {
	font-size: 120%;
}

/* PRINTEN */
@media print {

#sidebar {
	display: none;
}

#content {
	float:none; 
	width: 90%;
	padding-left: 10px;
	padding-right: 10px;
}

}

/*
How To Clear Floats
http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */
