@charset "UTF-8";
/* CSS Document */

@page {
  size: landscape;
}

* {
	padding:0;
	margin:0;
	border:0;
	outline:0;
}

BODY {
	font-size:12px;
	font-family:Verdana;
	color:black;
	overflow-x:hidden;
	z-index:0;
}

#background {
	display:none;
}

#site {
	width:100%;
	min-height:600px;
}

#header {
	width:100%;
	height:100px;
	margin-bottom:20px;
	background:url(../images/backgrounds/dotted-line.gif) repeat-x left bottom;
}

#header-logo {
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-100px;
}

#menu {
	display:none;
}

#categories {
	display:none;
}

#content-left {
	display:none;
}

#content-right {
	display:none;
}


#content-main {
	float:left;
	min-height:300px;
}

#content-main-left {
	width:150px;
	float:left;
	min-height:300px;
	margin-right:20px;
}

#content-main-right {
	float:right;
	width:450px;
	min-height:300px;
	padding-top:15px;
}


/* FOOTER */

#footer {
	margin-top:20px;
	background:url(../images/backgrounds/dotted-line.gif) repeat-x left top;
	border-bottom:1px solid black;
	height:35px;
	line-height:35px;
	font-size:12px;
	color:#666666;
	text-indent:50px;
	letter-spacing:2px;
}


/* CONTENT ELEMENTEN */

.content {
	line-height:180%;
}

.content H1 {
	color:black;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:17px;
	letter-spacing:2px;
}

.content P {
	margin-bottom:12px;
}

.content P.small {
	font-size:11px;
	color:#7f7f7f;
	margin-top:-12px;
}

/* PRODUCTEN SCHERM */


#content-products {
	float:left;
	width:690px;
	min-height:300px;
}

.product {	
	width:100%;
	height:50px;
	background:url(../images/backgrounds/dotted-line.gif) left bottom repeat-x;
}

.product-photo {
	float:left;
	width:60px;
	margin:5px;
}

.product-description {
	float:left;
	line-height:150%;
	margin-top:7px;
}

.product-qty {
	width:70px;
	float:right;
	line-height:50px;
}

.product-qty INPUT {
	width:30px;
	height:18px;
	padding:2px;
	border:1px solid #7f7f7f;
	font-size:11px;
	color:#7f7f7f;
	margin-top:12px;
}

.product-total {
	width:70px;
	float:right;
	line-height:50px;
}
	

.product-price {
	width:70px;
	float:right;
	line-height:50px;
}

.product-cart {
	float:right;
	line-height:50px;
	width:100px;
	text-align:right;
}




/* HULP ELEMENTEN */

.container {
	position:relative;
	width:100%;
	height:100%;
}

.clear {
	clear:both;
}