/**********/
/* LAYOUT */
/* only for controlling position an behaviour of divs! */

/* GENERAL */
body,
html {
	margin:0;
	padding:0;
	background:#FFFFFF;
	color:#000;
}
body {
	min-width:900px;
	margin-top: 0px;

}

/* DIV CONTAINER */
div#wrap {
	background-color: transparent;
	background-image: url('../img/background_bv.png');
	background-repeat: no-repeat;
	/*border: thin solid #AAAAAA;*/

	background-position: top center; 
	margin:0 auto;
	width:900px; 
}

/**********/
/* HEADER */

/* DIV LOGO */
div#logo {
	background-color: transparent;
	float:left;
	height: 115px;
	width: 650px;
	margin-top: 50px;
	overflow: hidden;
}

/* DIV SLAGZIN */
div#slagzin {
	background-color: transparent;
	float:left;
	height: 20px;
	width: 430px;
	margin: 0px;
	margin-top: -15px;
	overflow: hidden;
}

/* DIV ADRESS */
div#adress {
	background-color: transparent;
	float:right;
	width: 140px;
	margin-top: 50px;
}

/* DIV NAV */
div#nav {
	background-color: transparent;
	padding:0px;
	margin: 0px;
	margin-top: 30px;
	width: 750px;
	float: left;
}


/***********/
/* CONTENT */

/* DIV SUBNAV */
div#subnav {
	background-color: transparent;
}

/* COLUMNS */
div#content_full {
	background-color: transparent;
	width: 900px;
	clear: both;
	float: left;
}

div#content_left {
	background-color: transparent;
	float:left;
	width: 430px;
}

div#content_right {
	background-color: transparent;
	float:right;
	width: 430px;
}

div#content_clear {
	background-color: transparent;
	clear: both;
	height: 0;
	width: 900px;
	margin: 0px;
	padding: 0px;
}

div#content_shoppingcart {
  background-color: transparent;
	clear: both;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 0px;
}

/* DIV FOOTER */
div#footer {
	background-color: transparent;
	clear:both;
	height: 100px;
	padding-top: 20px;

}
div#footer p {
	padding:0px;
	margin:0;
}




	

