@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: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #666;
}
h1{
	font-size:30px;
}
h2{
	font-size:22px;
}
h3{
	font-size:18px;
}
.subtitle{
	font-weight:bold;
}
.subtekst{
	font-style:italic;
	font-size:10px;
}
a:link {
	color: #FFF;	
}
a:visited {
	color: #FFF;	
}
a:hover {
	color: #666;	
}
a:active{
	color: #666;	
}
.tweekolomfixed #container {
	width: 1100px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
} 
.tweekolomfixed #header {
	background-color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 60px;
} 
.tweekolomfixed #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h2.titel{
	font-size: 20px;	
	font-weight:bold;
}
.tweekolomfixed #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #000;
}
.tweekolomfixed #mainContent {
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.tweekolomfixed #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #000;
} 
.tweekolomfixed #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;
}
.winkelwagen {
	font-size: 9px;
}
.winkelwagenheader {
	padding-left: 10px;
}

		.PixxerThumbs {
			list-style-type: none;
			padding-left: 0px;
			margin-left: 0px;
		}
		.PixxerThumbs LI {
			margin: 0px 3px 3px 0px;
			float: left;
		}
		
		.notranslate {
			font-family: courier;
			color:#004000;
		}
		.PixxerBestelling {
			float: bottom;
			color:#0F9;
			font-size:12px;
		}

/* code voor collapse-menu en 2column structuur */
.columnleft{
	float: left;
	width: 420px; }
.columnright{
	margin-right: 20px;
	float: right;
	width: 420px; }
.columnleftprijs{
	margin-left: 20px;
	float: left;
	width: 450px; 
	text-align:justify;}
.columnrightprijs{
	margin-right: 40px;
	float: right;
	width: 300px;
	text-align:left;
}
.prijsL{
	float:left;
	margin-left: 0px;
	width: 250px;
	text-align: right;}
.prijsR{
	text-align: right;
	margin-left: 250px;
	width: 50px;}
.tabelbreedte {
	width: 870px; }
img.main {
	width: 200px;
	height: 120px; }
img.schaduw {
	width: inherit;
	height: auto; }
img.chevron{
	width: 13; 
	height: 14; 
	border: 0; }
.categorieTitel {
	float: left;
	font-size: 14px;
	font-style: oblique;
	font-variant: small-caps;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif; }
.chevron{
	float: right;
	vertical-align: middle; }
.squarebox {
	width: 870px;
	border: solid 1px #666666;
	text-align: center;
	overflow: hidden; }
.squareboxgradientcaption {
	color: #333333;
	padding: 5px;
	/*background-image: url(images/gradient_blue.png);*/
	/*background-repeat: repeat-x; */
	background-image: url(images/achtergrond_collapsmenu.jpg);
	height: 25px;
	cursor: pointer; }
.squareboxcontent {
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	border-top: solid 1px #666666; }
.pltekst{
		
}
.plprijs{
	
}

