/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body, html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}
body#home {
	background: #363636 url(../assets/bg-body-home.jpg) top center repeat-y;
}

body#gerealiseerde-projecten {
	background: #363636 url(../assets/bg-body-gerealiseerde-projecten.jpg) top center repeat-y;
}
body#projecten-in-ontwikkeling {
	background: #363636 url(../assets/bg-body-projecten-in-ontwikkeling.jpg) top center repeat-y;
}
body#contact {
	background: #363636 url(../assets/bg-body-contact.jpg) top center repeat-y;
}
body#informatie {
	background: #363636 url(../assets/bg-body-informatie.jpg) top center repeat-y;
}
/* *** container *** */
#container {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 50%;
	margin-left: -263px;
	width: 512px;
}
/* *** wrapper *** */

#wrapper {
	width: auto;
	height: 100%;
}
/* *** background images *** */
body#home #wrapper {
	background: url(/media/backgrounds/bg-home.jpg) top center no-repeat;
}
body#testpagina #wrapper {
	background: url(/media/backgrounds/bg-body-testpagina.jpg) top center no-repeat;
}
body#testpagina2 #wrapper {
	background: url(/media/backgrounds/bg-projecten-in-ontwikkelin.jpg) top center no-repeat;
}
body#gerealiseerde-projecten #wrapper {
	background: url(/media/backgrounds/bg-gerealiseerde-projecten.jpg) top center no-repeat;
}
body#projecten-in-ontwikkeling #wrapper {
	background: url(/media/backgrounds/bg-projecten-in-ontwikkeling.jpg) top center no-repeat;
}
body#contact #wrapper {
	background: url(/media/backgrounds/bg-contact.jpg) top center no-repeat;
}
body#informatie #wrapper {
	background: url(/media/backgrounds/bg-informatie.jpg) top center no-repeat;
}
/* *** header / logo *** */
#header {
	background: url(../assets/bg-header.png);
	width: 513px;
	height: 70px;
	margin-left: 1px;
}
#header h1 {
	width: 177px;
	height: 70px;
	text-indent: -9999px;
	font-size: 0px;
}
#header h1 a {
	width: 177px;
	height: 70px;
	display: block;
}
/* *** navigation *** */
#nav {
	position: absolute;
	z-index: 1000;
	left: 50%;
	margin-left: -470px;
	top: 274px;
	width: 220px;
}
/* *** main navigation *** */
#nav ul {
	list-style: none;
	line-height: 2em;
}
#nav ul li {
	text-align: right;
	list-style: none;
	width: auto;
}
#nav ul li a {
	font-size: 1.2em;
	color: #CCC;
	text-decoration: none;
	padding-right: 30px;
}
#nav ul li a:hover, #nav ul li a:active, #nav ul li.menu-current a {
	color: #fc3200;
	background: url(../assets/nav-item-bg-red-block.png) no-repeat right;
}
/* *** sub navigation *** */
#nav ul li ul {
	margin: 0;
}
#nav ul li ul li {
	list-style: inherit;
	line-height: 1.4em;
	padding-right: 0;
	width: auto;
}
#nav ul li ul li a, #nav ul li.menu-current ul li a, #nav ul li ul li.menu-child a {
	font-size: .9em;
	color: #FFF;
	text-decoration: none;
	background: none;
}
#nav ul li ul li a:hover, #nav ul li ul li a:active {
	color: #fc3200;
	background: none;
}
/* *** content *** */
#content {
	/*background: url(../assets/bg-content.png) top repeat-y;*/
	padding: 40px 30px 30px 30px;
	width: 450px;
	color: #666;
	min-height:500px;
	height:auto !important;
	height:500px;
}
#content h2 {
	color: #fd1813;
	margin-bottom: .8em;
	font-weight: normal;
	font-size: 2.35em;
}
#content h3 {
	color: #fd1813;
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: normal;
	font-size: 1.25em;
}
#content p {
	font-size: .9em;
	line-height: 1.75em;
	margin-bottom: 1em;
}
#content a {
	color: #fd1813;
	text-decoration: underline;
}
#content a:hover {
	color: #000;
}
#content ul {
	margin-left: 17px;
	list-style-type: square;
}
#content img {
	margin: 13px 0;
}
/* *** footer *** */
#footer {
	width: auto;
	text-align: left;
	font-size: 1em;
	border-top: 1px solid #a1a1a1;
	padding-top: .5em;
	margin-top: 50px;
}
#footer p {
	color: #a1a1a1;
	padding: 0;
}
#footer a {
	color: #a1a1a1;
	text-decoration: none;
}
#footer a:hover {
	color: #fd1813;
}
/* *** form styles in dir modules/form (frontend.css) *** */





/* CARROUSEL STYLES */ 
#wrapperCarrousel {
	width:445px;
	margin:auto;
	background:#303030;
	border:1px solid #FFF;
	margin-bottom:20px;
	margin-top:15px;
}
#wrapperCarrousel a {
	color:#FFF;
	text-decoration:none;
}
#wrapperCarrousel a:hover {
	color:#FFF;
	text-decoration:underline;
}
#photo {
	height:296px;
	margin-bottom:15px;
}
#photo p {
	position:absolute;
	z-index:999999;
	background:#000;
	color:#FFF;
	padding:10px;
	width:425px;
	display:none;
	font-size:10px;
	letter-spacing:1px;
}
#photo img {
	max-width:445px;
	max-height:296px;
	position:absolute;
	margin:0;
	padding:0;
	overflow:hidden;
}
#under {
	background:#222 url(../assets//bg-thumbs.png) repeat-x;
	height:40px;
	padding:0 10px;
	overflow:hidden;
}
#thumbs {
	position:relative;
	width:350px;
	float:left;
	padding:1px 5px;
	margin:0 8px 0 0;
	overflow:hidden;
}
#thumbsInner {
	position:relative;
	width:99999px;
}
#thumbsInner img {
	margin:1px 5px;
	padding:1px;
	max-height:28px;
}
#thumbsInner img.active {
	border:1px solid #666;
}
#carrouselOptions {
	background:#222;
	padding:10px;
	font-size:11px;
}
a.nextprev {
	display:block;
	background:red;
	width:9px;
	height:22px;
	text-indent:-99999px;
	float:left;
	outline:0;
	margin:10px 5px 0 0;
}
a#last {
	background:url(../assets/nav-laatste.png) center no-repeat;
}
a#first {
	background:url(../assets/nav-eerste.png) center no-repeat;
}
a#next {
	background:url(../assets/nav-volgende.png) center no-repeat;
}
a#prev {
	background:url(../assets/nav-vorige.png) center no-repeat;
}
#zoom {
	position:absolute;
	display:block;
	width:auto;
	background:url(../assets/bg-pijl.png) center bottom no-repeat;
	height:70px;
	width:90px;
	z-index:9999999;
}
#zoom img {
	max-height:70px;
	border:3px solid #FFF;
	display:none;
}
.clear {
	clear:both;
}

