/*
	algemene zaken
*/

* {
	padding: 0px;
	margin: 0px;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #000000;
	text-align: center;
}

/*
	hoofdonderdelen
*/

#kop {
	text-align: left;
	position: relative;
	background-color: #000000;
	width: 800px;
	height: 50px;
	margin: 0px auto;
}

#logo {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 175px;
	height: 25px;
}

#main {
	position: relative;
	text-align: left;
	width: 600px;
	margin: 0px auto;
	padding: 0px 0px 0px 200px;
	background-color: #203757;
}

* html #main {
	width: 800px;
	w\idth: 600px;
}

#menutop {
	position: absolute;
	background-color: #a6bfdc;
	width: 175px;
	top: 0px;
	left: 13px;
}

#menubottom {
	position: absolute;
	background-color: #a6bfdc;
	width: 175px;
	bottom: 0px;
	left: 13px;
}

#mainphoto {
	position: relative;
	right: 0px;
	width: 600px;
	height: 450px;
}

/*#propbarcontainer {
	position: relative;
	bottom: 0px;
	right: 0px;
	margin-top: 462px;
	width: 600px;
}*/

#propbarcontainer {
	padding-top: 12px;
}

#propbarcontainer #propbar {
	background-color: #a6bfdc;
}

#content {
	position: relative;
	width: 550px;
	margin-left: 25px;
	background-color: #d9ebff;
}
* html #content {
	width: 575px;
	w\idth: 550px;
}

#h_start {
	float: right;
	height: 599px;
	width: 1px;
}

#h_end {
	height: 1px;
	clear: both;
}

#voet {
	text-align: left;
	position: relative;
	background-color: #000000;
	width: 800px;
	height: 25px;
	margin: 0px auto;
}

/*
	algemene tekst eigenschappen
*/

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}

h1 {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	background-color: #4D749F;
	color: #ffffff;
}

h2 {
	clear: left;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	background-color: #a6bfdc;
}

h3 {
	clear: left;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
}

p {
	padding: 5px;
}

.strak {
	padding: 0px;
}
.marge {
	padding: 5px;
}
.midden {
	text-align: center;
}
	
a {
	font-weight: bold;
	color: #000000;
}

a:hover {
	color: #ffffff;
}

#content p a:hover, #content td a:hover {
	color: #ff0000;
}

.grijs {
	color: #666666;
}

.rood {
	color: dd0000;
}

/*
	lijsten
*/

table {
	border: 0px;
}
td {
	padding: 2px 5px;
}
th {
	text-align: left;
}

table.top td {
	vertical-align: top;
}

/*
	shopping cart list
*/

.cart {
	width: 97%;
	margin: 5px;
}

.cart td {
	background-color: #a6bfdc;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	border-bottom: 2px solid #d9ebff;
}
.cart tr.selected td {
	background-color: #4d749f;
	color: #ffffff;
}
.cart td.box {
	text-align: center;
}

.cart tr.head td {
	background-color: #d9ebff;
	padding-left: 5px;
}

.cart a {
	text-decoration: none;
}
#content .cart tr.selected a,
#content .cart tr.selected a:hover { color: #ffffff; }
#content .cart td.options a:hover { color: #a00000; }



/*
	thumbnail lijst
*/

.thumbs {
	padding: 5px;
}

.thumbs a {
	float: left;
	width: 100px;
	text-decoration: none;
	text-align: center;
	background-color: #a6bfdc;
	color: #000000;
	margin: 3px;
	/*padding-bottom: 3px;*/
}

/* -- aanzetten voor mouse over blokjes rond de foto's
.thumbs a:hover {
	background-color: #4D749F;
	color: #ffffff;
}*/

/*
	plaatjes marges
*/

img.h100 {
	padding: 12px 0px 13px 0px;
	/*margin-bottom: 3px;*/
	border: 0px;
}

img.v100 {
	padding: 0px 12px 0px 13px;
	/*margin-bottom: 3px;*/
	border: 0px;
}

img.h40 {
	padding: 5px 0px;
	border: 0px;
}

img.v40 {
	padding: 0px 5px;
	border: 0px;
}

/*
	kop van de site
*/

a.koptekst {
	padding: 5px;
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}
a.koptekst: hover {
	color: #ff0000;
}

/*
	menu uiterlijk
*/

.menu h1 {
	display: block;
	background-color: #4D749F;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

.menu a.item {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 2px 5px;
}

.menu a.item:hover {
	background-color: #d9ebff;
	color: #ff0000;
}

.menu p {
	padding: 3px 5px;
}

.toleft {
	height: 1px;
	clear: left;
}

.spacer {
	display: block;
	height: 10px;
}

/*
	uitklap details
*/

.pagecontainer {
	position: relative;
}

.detailpage {
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
}

.pricefield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	border: 0px;
	background-color: transparent;
}