* {
	margin: 0;
	padding: 0;
}

html {
	color: #717171;
	background: #efefef url(images/bg.png) repeat-x -70% 0;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	width: 880px;
	margin: 0 auto;
}

a { outline: none; }


/* top section */

div#top {
	width: 710px;
	height: 81px;
	margin: 0 auto;
	padding-top: 30px;
}

div#top ul#top-nav {
	list-style: none;
}

div#top ul#top-nav li { float: left; }

div#top ul#top-nav li a {
	display: block;
	color: #4c2222;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 40px 45px 0 45px;
}

div#top ul#top-nav li a:hover { color: #be2759; }

div#top ul#top-nav li a.over { background: url(images/menu-over.png) no-repeat top center; }
div#top ul#top-nav li a.visie { background: url(images/menu-visie.png) no-repeat top center; }
div#top ul#top-nav li a.diensten { background: url(images/menu-diensten.png) no-repeat top center; }
div#top ul#top-nav li a.werk { background: url(images/menu-werk.png) no-repeat top center; }
div#top ul#top-nav li a.contact { background: url(images/menu-contact.png) no-repeat top center; }


/* main section */

div#main {
	width: 880px;
	padding-top: 20px;
	position: relative;
}

div#welcome {
	width: 304px;
	margin: 0 auto;
	margin-top: 40px;
	padding-top: 300px;
	text-align: center;
	background: url(images/welcome.png) no-repeat top center;
}

div#fourohfour {
	width: 304px;
	margin: 0 auto;
	margin-top: 40px;
	padding-top: 300px;
	text-align: center;
	background: url(images/fourohfour.png) no-repeat top center;
}

div#welcome h1, div#fourohfour h1 {
	color: #be2759;
	font-size: 26px;
}

div#welcome big, div#fourohfour big {
	font-size: 18px;
	font-weight: normal;
}


/* page blocks */

div.block {
	width: 250px;
	height: 306px;
	display: none;
	font-size: 17px;
	position: absolute;
	text-align: center;
	padding: 65px 35px 0 35px;
	background: url(images/block.png);
}

div.block h2 {
	width: 250px;
	height: 95px;
	overflow: hidden;
	text-indent: -99999px;
}

div.block p {
	line-height: 24px;
	padding-top: 35px;
}

div.block p a { 
	color: #be2759; 
	text-decoration: none; 
}

div.block p a:hover { text-decoration: underline; }

div.block.over h2 { background: url(images/over.png) no-repeat bottom center; }

div.block.visie { left: 140px; }
div.block.visie h2 { background: url(images/visie.png) no-repeat bottom center; }

div.block.diensten { left: 280px; }
div.block.diensten h2 { background: url(images/diensten.png) no-repeat bottom center; }

div.block.werk { left: 420px; }
div.block.werk h2 { background: url(images/werk.png) no-repeat bottom center; }

div.block.contact { left: 560px; }
div.block.contact h2 { background: url(images/contact.png) no-repeat bottom center; }


/* case section */

div#case {
	left: 120px;
	width: 549px;
	height: 477px;
	display: none;
	position: absolute;
	padding: 70px 35px 0;
	background: url(images/case.png);
}

div#case a {
	color: #be2759;
	text-decoration: none;
}

div#case a:hover { text-decoration: underline; }

div#case div#case-top {
	width: 469px;
	padding: 5px 0 5px 80px;
	background: url(images/werk-small.png) no-repeat left center;
}

div#case div#case-top span {
	color: #be2759;
	font-size: 15px;
}

div#case div#case-top h2 {
	color: #522a2a;
	font-size: 28px;
	font-weight: bold;
}

div#case div#case-main { 
	width: 549px; 
	padding-top: 30px;
}

div#case div#case-main div#case-content {
	float: left;
	width: 315px;
}

div#case div#case-main div#case-content h3 {
	color: #be2759;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
}

div#case div#case-main div#case-content p {
	line-height: 18px;
	margin-bottom: 1em;
}

div#case div#case-main div#case-pictures {
	float: right;
	width: 130px;
}

div#case div#case-main div#case-pictures img { 
	border: none;
	margin-bottom: 30px;
}


/* loading section */

div#loading {
	width: 32px;
	height: 32px;
	display: none;
	overflow: hidden;
	margin: 200px auto 0;
	text-indent: -99999px;
	background: url(images/loading.gif);
}