html {
	margin: 0;
	padding: 0;
	background-color: #000;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

/* Background images */
body#home {
	background: url(/gfx/bg_home.jpg) no-repeat 172px 0;
}
body#referenties {
	background: url(/gfx/bg_referenties.jpg) no-repeat 172px 0;
}
body#contact {
	background: url(/gfx/bg_contact.jpg) no-repeat 172px 0;
}

/* Container */

#container {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	width: 950px;
	height: 811px;
	background:url(/gfx/bg_container.gif) repeat-y;
}

/* Logo / home link */

#logo {
	position: absolute;
	display: block;
	width: 369px;
	height: 245px;
	background: url(/gfx/logo.png) no-repeat;
}
#logo span {
	display: none;	
}
#logo a {
	display: block;
	position: absolute;
	left: 102px;
	top: 37px;
	width: 160px;
	height: 83px;
}

/* Menu */

#menu {
	display: block;
	position: absolute;
	left: 62px;
	top: 188px;
	width: 110px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li a {
	display: block;
	width: 94px;
	padding: 0 16px 0 0;
	color: #000;
	text-decoration: none;
	line-height: 20px;
	text-align: right;
	font-style: italic;
	font-size: 15px;
}
#menu ul li a:hover {
	background: url(/gfx/bg_menu_over.gif) no-repeat 100% 50%;
}
#menu ul li a.active {
	background: url(/gfx/bg_menu_active.png) repeat top left !important;
	color: #FFF;
}

/* Submenu */

#menu ul ul li a {
	background: none;
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
}


/* Tekst */

#tekst {
	position: absolute;
	left: 254px;
	top: 173px;
	width: 381px;
	height: 475px;
	overflow: auto;
	background: #000;
	padding: 15px;
}
body#referenties #tekst {
	width: 512px;
}
#tekst h1 {
	margin: 0 0 1em 0;
	padding: 0;
	color: #d8b21b;
	font-size: 20px;
	font-weight: normal;
}

#tekst a {
	text-decoration: none;
	color: #d8b21b;
}

#tekst form {
	margin: 0 0 1em 0;
}

#tekst input.textfield {
	width: 200px;	
	border: none;
}

#tekst textarea {
	display: block;
	width: 300px;
	height: 200px;
	border: none;
}

/* Aanbieding blok */

#aanbieding {
	position:absolute;
	left: 681px;
	top: 173px;
	width: 154px;
	height: 154px;
	padding: 14px;
	background: #f1c330;
}
#aanbieding h1 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 30px;
	font-weight: normal;
}
#aanbieding p {
	color: #000;
	font-size: 18px;
	margin: 0 0 1em 0;
}
#aanbieding a {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
}

/* Slogans */
#slogan {
	position: absolute;
	display: block;
}
#slogan h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#slogan p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
body#home #slogan {
	left: 639px;
	top: 602px;
	width:312px;
	padding-top: 107px;
	background: url(/gfx/bg_slogan_home.png) no-repeat 136px 0;
}
body#referenties #slogan {
	left: 655px;
	top: 692px;
	width: 180px;
	padding-left: 153px;
	background: url(/gfx/bg_slogan_referenties.png) no-repeat left bottom;
}
body#contact #slogan {
	left: 758px;
	top: 527px;
	width: 180px;
	padding-bottom: 116px;
	background: url(/gfx/bg_slogan_home.png) no-repeat left bottom;	
}

#footer {
	position: absolute;
	right: 0;
	top: 830px;
}

#footer a {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

/* Referenties */
body#referenties #tekst {
	overflow: hidden;
}
#tekst #refImages img {
	display: none;
}
#tekst #refImages img.visible {
	display: block;
}


#tekst #refDescriptions {
	position: absolute;
	left: 15px;
	top: 308px;
	width: 225px;
}
#tekst #refDescriptions div {
	display: none;
}
#tekst #refDescriptions div.visible {
	display: block;	
}
#tekst #refDescriptions div h1 {
	margin: 0;
}

#thumbs {
	position: absolute;
	left: 331px;
	top: 353px;
	width: 210px;
}
#thumbs div {
	display: block;
	float: left;
	width: 58px;
	height: 59px;
	overflow: hidden;
	padding: 0 9px 9px 0;
}

/* Algemeen */

a img {
	border: none;	
}
