body {
	margin: 24px auto;
	font-family: "Calibri", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#FFF;
	background-image: url("../images/design/backgroundgradient.png");
  	background-attachment: fixed;
  	background-position: 0 0;
	/*height:100%;
  	background-repeat: no-repeat;*/
}
body.klantenservice, body.plaats-bestelling  {
	padding:0 20px 0 20px;
	background:none;
}
body.meer-info  {
	background:none;
	padding:0;
}
table#wrapper {
	margin: 0 auto;
	height:100%;
	width: 100%;
	vertical-align:middle;
}

/******************************************************
	=HEADINGS
******************************************************/

h1 { display: none; }
h2 { color: #636; }
body.plaats-bestelling h2, body.klantenservice h2,
body.contact h2 {
	font-size: 22px;
	font-weight: normal;
}
.gallery h2, div.iteminfo-inner h2 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

.formsucces { background: lightgreen; border: 1px solid green; margin-bottom:10px; }
.formsucces p { margin: 5px; }
.formfailed { background:#FF8080; border: 1px solid red; margin-bottom:10px; }
.formfailed p { margin: 5px; }

/******************************************************
	=LINKS
******************************************************/

a { color: #636; }
a:hover { color: #666; }
div#terughome a { 
	color: #636; 
	text-decoration: none;
}
div#terughome a strong { text-decoration: underline; }
div#terughome a span { visibility: hidden; }
div#terughome a:hover span { visibility: visible; }

/******************************************************
	=IMAGES
******************************************************/

img { border: none; }
.imgX { border: none; }

/******************************************************
	=SPRITES
******************************************************/

div#logo, div#shopping_cart, ul.gallery li, span.button-bestel, span.button-info, form#plaatsbestelling div button { 
	background-image: url(../images/design/design.png); 
	background-repeat: no-repeat;
}

/******************************************************
	=LAYOUT
******************************************************/

div#container {
	width: 940px;
	height:500px;
	padding: 0 10px;
	/*padding: 0 10px;*/
	margin: 0 auto;
	background-color:#FFF;
	height:100%;
}
body.contact div#container  {
	width: 940px;
	height:500px;
	padding: 0 10px;
	margin: 0 auto;
	background-color:#FFF;
	height:100%;
}
div#header {
	width: 940px;
	margin: 0 0 30px 0;
	float: left;
}

div#logo {
	width: 470px;
	height: 99px;
	padding: 0;
	/*padding: 0 10px 0 0;*/
	background-position: 0 0;
	float: left;
}
div#terughome {
	width: 380px;
	padding: 40px 0 0 70px;
	float: left;
}
div#content {
	width: 100%;
	min-height: 250px;
	float: left;
}
div#footer {
	width: 100%;
	padding: 25px 0;
	color: #666;
	float: left;
	background-color:#FFF;
	clear: both;
}

/******************************************************
	=SHOPPING CART
******************************************************/

div#shopping_cart {
	width: 450px;
	padding: 0 0 0 10px;
	background-position: 100% 0;
	float: left;
}
div#shopping_cart img.spacer {
	width: 170px;
	height:35px;
	float: right;
	z-index:2;
}
table#shopping_cart_items { 
	margin: 39px 0 0 0;
	float: right; 
}
body.plaats-bestelling table#shopping_cart_items { margin: 0; float: left; }
table#shopping_cart_items th { 
	color: #949494;

}
table#shopping_cart_items td {

	vertical-align: top;
}
body.plaats-bestelling table#shopping_cart_items img {
	display:none;
}
div#shop_subtotaal {
	width: 370px;
	margin: 5px 20px 0 80px;
	border-top: 1px solid #ccc;
	text-align: right;
	font-size:12px;
	float: right;
}
div#shop_btw {
	width: 370px;
	padding: 0;
	margin: 0 20px 0 80px;
	text-align: right;
	font-size:12px;
	float: right;
}
div#shop_totaalprijs, div#shop_bestellingplaatsen {
	width: 370px;
	padding: 2px 0 0 0;
	margin: 0 20px 0 80px;
	border-top: 1px solid #ccc;
	text-align: right;
	float: right;
}
div#shop_bestellingplaatsen {
	border: 0;
	font-weight: bold;
	font-style: italic;
}
div#shop_bestellingplaatsen a { 
	color: #636; 
	text-decoration: none;
}
div#shop_bestellingplaatsen a strong { text-decoration: underline; }
div#shop_bestellingplaatsen a span { visibility: hidden; }
div#shop_bestellingplaatsen a:hover span { visibility: visible; }

/******************************************************
	=GALLERY
******************************************************/

ul.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
}
ul.gallery li {
	width: 223px;
	height: 284px;
	padding: 1px 1px 0 1px;
	margin: 0 10px 50px 0;
	background-position: 0 -99px;
	background-color: #fff;
	float: left;
	position: relative;
}
ul.gallery li div.image {
	width: 223px;
	height: 169px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
ul.gallery li div.image span.rounded-corners {
	width: 223px;
	height: 9px;
	background: url(../images/design/rounded-corners.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
a.imagelink {
	width: 223px;
	height: 169px;
	display: block;
}
ul.gallery li div.info {
	width: 203px;
	height: 62px;
	padding: 9px 10px 4px 10px;
	color: #636;
}
ul.gallery li div.buttons {
	width: 223px;
	height: 30px;
	padding: 10px 0 0 0;
}
ul.gallery li div.buttons span {
	width: 107px;
	height: 30px;
	overflow: hidden;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-indent: -9000px;
	display: block;	
}
span.button-bestel { 
	background-position: -343px -99px;
	background-color: #636;
	float: right;
}
span.button-info { 
	background-position: -225px -99px;
	background-color: #bbb;
	float: left;
}

/******************************************************
	=DETAIL VIEW
******************************************************/

div#iteminfo-1 { display: none; }
div.iteminfo-inner {
	width: 480px;
	padding: 0 20px;
	color: #444;
}
div.iteminfo-inner div.itemimage {
	width: 520px;
	margin: 0 0 15px 0;
	overflow: hidden;
	text-align: center;
}
span.price { color: #636; }
div.padding20 { padding: 0 20px; }

/******************************************************
	=BESTELLING PLAATSEN
******************************************************/

body.plaats-bestelling form#plaatsbestelling { padding: 0 20px; }
form#plaatsbestelling div {
	width: 600px;
	padding: 0;
	float: left;
	clear: both;
}
form#plaatsbestelling div label.formleft {
	width: 200px;
	padding: 0 10px 0 0;
	cursor: pointer;
	display: block;
	float: left;
}
form#plaatsbestelling div input,
form#plaatsbestelling div textarea {
	width: 340px;
	font-family: "Calibri", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	float: left;
}
form#plaatsbestelling div#formbutton {
	width: 560px;
	padding: 14px 40px 4px 0;
	text-align: right;
}
form#plaatsbestelling div button {
	width: 107px;
	height: 30px;
	border: 0;
	background-position: -343px -99px;
	background-color: #636;
	color: #fff;
	cursor: pointer;
	text-indent: -9000px;
}
body.contact form#plaatsbestelling div button { background-position: -343px -129px; }
form#plaatsbestelling span.verplicht {
	color: #666;
	font-style: italic;
}
/*--- Validate ---*/
div.formError {
	width: 545px;
	padding: 2px 5px;
	margin: 0 0 20px 0;
	background: #f00;
	color: #fff;
	display: none;
}
form#plaatsbestelling span.formErrorMark {
	padding: 0 0 0 5px;
	color: #f00;
	font-weight: bold;
}
