/*
*	Coding by Gryx Webdesign - www.gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.7em Verdana, Arial, Tahoma, Trebuchet MS;
	color: #3e3e3e;
	background: #000;
}
#container {
	position: relative;
	width: 937px;
	margin: 0 auto;
}
/********************/
/***** OPMAAK *****/
/*******************/
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
p {
	line-height: 180%;
}
h2 {
	font-size: 120%;
	margin-bottom: 10px;
}
/******************/
/***** HEADER *****/
/******************/
#header {
	padding: 1px;
	width: 911px;
	background: #fff;
	border: 12px solid #c8c8c8;
	margin: 15px 0;
	overflow: hidden;
}
#header h1 {
	background: url(images/header.jpg);
	height: 122px;
	width: 911px;
	text-indent: -999em;
}
/***** MENU *****/
ul.menu {
	position: relative;
	height: 39px;
	background: url(images/menu.jpg);
	margin: 1px 0;
}
ul.menu li {
	float: left;
}
ul.menu li a {
	padding: 0 10px;
	float: left;
	display: block;
	line-height: 39px;
	color: #fff;
	border-right: 1px solid #373737;
	border-left: 1px solid #070707;
	font-weight: bold;
	font-size: 110%;
	font-style: italic;
}
ul.menu li.noborderright a {
	border-right: 0;
}
ul.menu li.offer {
	position: absolute;
	right: 0;
}
ul.menu li a:hover {
	background: url(images/menu_hover.jpg);
}
/***** SCREENSHOTS *****/
.screenshots {
	float: left;
	width: 466px;
}
/* SLIDESHOW */
ul.slideshow {
	height: 67px;
	margin: 18px 0 18px 5px;
}
ul.slideshow li {
	float: left;
}
ul.slideshow li a {
	float: left;
	margin-left: 9px;
}
ul.slideshow li.next a {
	margin: 9px 0 0 20px;
}
/***** INFO *****/
.info {
	float: left;
	width: 423px;
	margin-left: 12px;
}
.info p {
	padding-right: 25px;
}
/* KOPEN */
.kopen {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: #000;
	padding: 15px;
	color: #fff;
	margin-top: 14px;
}
.kopen h2 {
	font-style: italic;
}
.kopen p {
	color: #02438b;
	margin-bottom: 10px;
}
.kopen a {
	color: #fff;
}
.kopen img {
	position: absolute;
	right: 18px;
	top: 35px;
}
/*******************/
/***** BERICHT *****/
/*******************/
.bericht {
	float: left;
	padding: 5px;
	background: #fff;
	width: 425px;
	border: 12px solid #c8c8c8;
	margin-bottom: 15px;
}
#bericht_right {
	float: right;
}
/******************/
/***** BOTTOM *****/
/******************/
#bottom {
	clear: both;
	width: 911px;
	padding: 1px;
	background: #fff;
	border: 12px solid #c8c8c8;
}
ul.slideshow_bottom {
	height: 154px;
	width: 100%;
}
ul.slideshow_bottom li {
	float: left;
}
ul.slideshow_bottom li a {
	float: left;
	margin-left: 7px;
}
ul.slideshow_bottom li.next {
	margin-top: 3px;
}
/******************/
/***** FOOTER *****/
/******************/
#footer {
	clear: both;
	color: #02438b;
	text-align: right;
	line-height: 200%;
}
