.main {
}

.menu {
	vertical-align: top;
}

.body {
	margin-left: 50px;
	vertical-align: top;
}

.text {
	position: relative;
	top: 10px;
	left: 10px;
	width: 700px;
}

.menuButton {
	margin-top: 5px;
}

.message {
	background: #d58282;
	border-color: #FF0000;
	color: #000000;
}

body {
	color: #11352d; 
	font-family: arial;
	background: url('/images/achtergrond.jpg');
}

img {
	border: 0px;
}

a {
	color: #216b5a;
	font-family: arial;
	text-decoration: underline;
}

.productgroup {
	background-color: #5d9387;
	width: 350px;
	height: 75px;
	color: #FFFFFF;
	vertical-align: top;
	position: relative;
	left: 0px;
}

.productgrouplist {
	float: left;
}

div.productgroup:hover {
	background-color: #216b5a;
}

.catalog {
}

.product {
	float: right;
	position: relative;
	left: 30px;
	width: 350px;
	height: 500px;
}

.selected {
	background-color: #216b5a
}

table #logos {
	position: relative;
	left: 60px;
	text-align: center;
	background-color: #FFFFFF;
}

#btw {
}

#productimage {
	width: 150px;
}

#specheader {
	text-align: left;
	width: 150px;
}

#spec {
	text-align: left;
	width: 300px;
}

#addtocart {
	vertical-align: bottom;
}

#cartproduct {
	width: 200px;
}

#cartartikelnr {
	width: 100px;
}

#cartaantal {
	width: 100px;
}

#cartprijs {
	width: 150px;
}

#cartsubtotaal {
	width: 150px;
}

#productrow {
	background-color: #518478;
}

#producttable {
	border-spacing: 7px;
}

#addToCartLink {
	color: #f6da00;
}

#innerProductTable {
	width: 100%;
}