body {
	/*background-image: url(../img/background.jpg); */
	
	background-color: #000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	color: #3A3A3A;
	font-family: Verdana;
	font-size: 13px;
	/*text-align: justify;*/
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

div.container {
	margin: 0 auto;
	width: 1003px;
}

div.header {

}

div.header div.curve {
	background-image: url(../img/curve_boven.png);
	background-repeat: no-repeat;
	height: 34px;
}

div.header div.logo {
	margin-right: 27px;
	margin-left: 28px;
	background-color: #ffffff;
	padding-left: 50px;
	height: 100px;
}

div.header div.karma {
	background-image: url(../img/graybg.gif);
	background-repeat: repeat-x;
	height: 52px;
	margin-right: 27px;
	margin-left: 28px;
}

div.header div.menu {
	margin-left: 160px;
	width: 400px;
}

div.header div.menu a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
}

div.content {
	margin-right: 27px;
	margin-left: 28px;
	background-color: #ffffff;
	padding: 10px;
}

div.footer {
	
}

div.footer div.slogan {
	margin-right: 27px;
	margin-left: 28px;
	background-color: #ffffff;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
}

div.footer div.curve {
	background-image: url(../img/curve_onder.png);
	background-repeat: no-repeat;
	height: 34px;
}

img.center {
	margin-right: 10px;
	margin-left: 10px;
}

span.copyright {
	float: right;
	font-size: 10px;
	margin-right: 30px;
	color: #ffffff;
}

span.copyright a {
	color: #ffffff;
	text-decoration: none;
}

div.gallery {
	position: relative;
}

img.showroom {
	cursor: pointer;
}

div#main_gallery {
	padding: 10px;
	position: relative;
	margin-right: 10px;
	float: right;
	width: 535px;
	height: 440px;
}

div#main_gallery_navigation {
	position: absolute;
	left: 10px;
	bottom: 0px;
}

div#lightbox {
	height: 580px;
	overflow: hidden;
	z-index: 0;
}

div.nav_left {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 580px;
	width: 250px;
	cursor: pointer;
}
	div.nav_left div.arrow {
		background-image: url('/shadowbox/resources/previous.png');
		background-position: left center;
		background-repeat: no-repeat;
		height: 25px;
		width: 25px;
		margin-left: 10px;
		margin-top: 10px;
		z-index: 2;
	}

div.nav_right {
	position: absolute;
	height: 580px;
	width: 250px;
	right: 0px;
	top: 0px;
	cursor: pointer;
}
	div.nav_right div.arrow {
		background-image: url('/shadowbox/resources/next.png');
		background-position: right center;
		background-repeat: no-repeat;
		height: 25px;
		width: 25px;
		margin-right: 10px;
		margin-top: 10px;
		float: right;
		z-index: 2;
	}

div.navigation {
	margin-top: 10px;
}

div.navigation_image {
	float: left;
	margin-right: 14px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 14px;
}

div.navigation_image_last {
	margin-right: 0px;
}

div.clear {
	clear: both;
}
