body, div, span, form, img, input, textarea {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
}

img {
	display: block;
	border: 0;
}

img.inline {
	display: inline;
}

/* ----- Standaar tekst elementen ----- */
a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

h1 {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.2em;
	color: #000;
}

h2 {
	clear: both;
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 1.0em;
	color: #000;
}

p {
	margin: 10px 0;
	padding: 0;
	font-size: 1.0em;
}

p a {
	text-decoration: underline;
}

/* ----- forms ----- */
input.text, textarea.text {
	padding: 2px;
	border: 1px solid #030;
	background: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	color: #000;
}

input.button {
	padding: 2px;
	border: 1px solid #030;
	background: #682;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
}

input.textSearch {
	padding: 2px;
	border: 1px solid #030;
	background: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	color: #666;
}

/* ----- Pagina opbouw ----- */
div#wrap {
	clear: both;
	position: relative;
	margin: 10px auto;
	width: 760px;
	background-color: #9b2;
	border: 1px solid #030;
}

div#head {
	clear: both;
	width: 760px;
	height: 140px;
}

div#left {
	clear: both;
	float: left;
	width: 200px;
}

div#topBoxLeft {
	float: left;
	width: 169px;
	padding: 5px 15px;
	border-top: 1px solid #030;
	border-bottom: 1px solid #030;
	border-right: 1px solid #030;
	background-color: #350;
	color: #fff;
}

div#contentLeft {
	clear: both;
	float: left;
	width: 180px;
	height: 280px;
	padding: 10px;
	background-color: #682;
	color: #000;
}

div#right {
	float: left;
	width: 560px;
}

div#topBoxRight {
	float: left;
	width: 530px;
	padding: 5px 15px;
	border-top: 1px solid #030;
	border-bottom: 1px solid #030;
	background-color: #350;
	color: #fff;
}

div#contentRight {
	clear: both;
	float: left;
	width: 540px;
	padding: 10px;
	overflow: auto;
}

div#footer {
	position: relative;
	clear: both;
	width: 740px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	background-color: #030;
	font-size: 0.8em;
	color: #fff;
}

div#copyright {}

div#copyright a {
	text-decoration: underline;
	color: #fff;
}

div.spacer {
	clear: both;
}
/* ----- menu ----- */
#menu {
	float: left;
	width: 560px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #030;
	border-bottom: 1px solid #030;
	background-color: #350;
	color: #fff;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
}

#menu a {
	float: left;
	padding: 5px 15px;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
	color: #fff;
}

#menu a:hover {
	color: #fff;
	background-color: #682;
	text-decoration: underline;
}

#menu a.active {
	color: #fff;
	background-color: #682;
	text-decoration: none;
}

ul.subMenu {
	margin: 0;
	padding: 0;
	list-style: disc inside none;
}

ul.subMenu li {
	margin: 0;
	padding: 0;
}

ul.subMenu li a {
	text-decoration: none;
}

ul.subMenu li a:hover {
	text-decoration: underline;
}

/* --- photoPage ---*/
div.photoContent {
	width: 100%;
	height: 100%;
	padding: 10px 0;
	text-align: center;
	background-color: #9b2;
}

/* --- Various --- */
span.priceValuta {
	float: left;
}

span.price {
	float: right;
}

img.dtvButton {
	display: inline;
	margin-right: 5px;
}