html, body {
    margin: 0px;
    background:#242424 url(images/bodyBG.png) repeat-x;
}
* {
    font-family: Verdana, Geneva, sans-serif;
    margin: 0px;
}

p {
	font-size:12px;
}

li {
	font-size:12px;
}

a {
	color:gray;
	text-decoration:none;
}

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

/***************************************
INTERFACE
***************************************/

/*** HEADER ***/
.header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}
.header .keepRight {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 129px;
    background: white url(images/headerBG.png);
    border-style: solid;
    border-color: #D5EB56;
    border-width: 0px 0px 5px 0px;
}
.header .holder {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 850px;
    height: 129px;
    margin: 0px 0px 0px -425px;
    background: white url(images/headerBG.png);
    border-style: solid;
    border-color: #D5EB56;
    border-width: 0 0 5px 5px;
}
.header .logo {
	width:114px;
	height:129px;
	position:absolute;
	top:0;
	left:15px;
}
.header .name {
	position:absolute;
	left:150px;
	width:448px;
	height:129px;
	overflow:hidden;
}
.header .menu {
	position:absolute;
	right:0;
	bottom:0px;
}
.header .menu ul {
	list-style:none;
}
.header .menu ul li {
	float:left;
	margin:0 2px -5px 2px;
}
.header .menu ul li a {
	display:block;
	font-size:12px;
	background:#D5EB56 url(images/menuBG.png);
	height:26px;
	text-decoration:none;
	color:#333;
	text-align:center;
}
.header .menu ul li a:hover {
	background:url(images/menuBGDark.png);
}
.header .menu ul li a span {
	display:block;
	padding:5px 10px 0 10px;
}

/*** BANNER ***/
.banner {
    position: absolute;
    top: 134px;
    left: 0px;
    right: 0px;
    width: 100%;
}
.banner .holder {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 850px;
    height: 260px;
    margin: 0px 0px 0px -420px;
    background: white;
    overflow: hidden;
	 border-style:solid;
	 border-color:#666;
	 border-width:0 1px 0 1px;
}
.banner .boxHolder {
    border-right: solid 5px #D5EB56;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 850px;
    margin: 0px 0px 0px -420px;
    height: 180px;
}
.banner .boxHolder .box {
    position: absolute;
    top: 80px;
    right: 0px;
    background: #D5EB56 url(images/imgAddBG.png);
    width: 200px;
    height: 100px;
}

/*** DETAILS ***/
.details {
    position: absolute;
    top: 394px;
    width: 100%;
}

#wrap {
    width: 50%;
    margin-right: -425px;
    float: left;
    background: white url(images/detailsFader.png) repeat-x bottom;
    border-style: solid;
    border-color: #CAE62C;
    border-width: 5px 0px 5px 0px;
}
#tekstbag {
    margin-right: 423px;
}
#details {
    width: 850px;
    float: right;
    margin-right: -860px;
    margin-top: -5px;
    margin-bottom: -5px;
    background: white url(images/detailsFader.png) repeat-x bottom;
    border-style: solid;
    border-color: #CAE62C;
    border-width: 5px 5px 5px 0px;
}
#details .holder {
	padding:10px 10px 40px 10px;
}

#details .holder .left {
	margin:0 210px 0 0;
	padding:10px 10px 0 0;
	border-style:solid;
	border-color:#EEE;
	border-width:1px 1px 0 0;
}

#details .holder .right {
	float:right;
	width:200px;
	margin:0 0 40px 0;
	padding:0 0 0 10px;
	border-style:solid;
	border-color:#EEE;
	border-width:1px 0 0 1px;
}

#details .holder .right h3 {
	margin:10px 0 5px 0;
	padding:0 0 0 5px;
	background:#DAED6B;
	border-bottom:solid 1px #999;
	font-weight:lighter;
	font-size:16px;
}
#details .holder .right ul {
	padding-left:10px;
}
#details .holder .right ul li {
	font-size:12px;
	list-style:none;
}
#details .holder .right ul li a {
	color:#666;
	text-decoration:none;
}
#details .holder .right ul li a:hover {
	color:#333;
	text-decoration:underline;
}

/*** FOOTER ***/
.footer {
	clear:both;
	margin:0 auto;
	width:850px;
}
.footer p {
	color:white;
	font-size:10px;
	margin:30px 0 40px 0;
}
.footer p.left {
	float:left;
}
.footer p.right {
	float:right;
	margin-right:-5px;
}
.footer a {
	color:#CAE62C;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.footer .clear {
	clear:both;
}