/* CSS Document */
html {height:100%;
  }
body {
  margin: 0;
  background-color: #000000;
  padding: 0;
  font: 12px 'Century Gothic', Arial, Helvetica, sans-serif;height:100%;
}

img {
  border: 0;
}

h1#logo {
    background:#000000 url(../img/logo.jpg) no-repeat 539px 0px;
    width:950px;
    height:50px;
    margin-left:auto;
    margin-right:auto;
}
h1#logo span {
    display:none;
}

a {
	color:#FFF;
	text-decoration:none;
}
a.active, a:hover {
	color:#f71024;
	text-decoration:underline;
}

em {
	text-decoration:underline;
	font-style:normal;
}

.clear {
  clear: both;
}

div#wrapper {
    text-align:center;
    height:100%;
}

div#home,
div#info,
div#contact,
div#fotos,
div#extras,
div#werkwijze,
div#contact {
	text-align:left;
    margin-left:auto;
	margin-right:auto;
	width:950px;
	height:633px;
}

div#info {
	background:#000000 url('../img/slides/info.jpg') top left no-repeat;
}
div#contact {
	background:#000000 url('../img/slides/contact.jpg') top left no-repeat;
}
div#werkwijze {
	background:#000000 url('../img/slides/werkwijze.jpg') top left no-repeat;
}	
div#fotos {
		/*background:#000000 url('../img/slides/fotos.jpg') top left no-repeat;*/
}
div#extras {
	background:#000000 url('../img/slides/extras.jpg') top left no-repeat;
}

div.content{
    position:relative;
    top:40px;
    width:400px;
    height:auto;
    color:#FFFFFF;
    padding:20px;
  	background-image:url('../img/trans-black.png');
  	background-repeat:repeat;
}
div.content h2{
    size:14px;
    color:#f71024;
    text-transform:UPPERCASE;
    font-weight:normal;
}

div#info div.content {
    left:30px;
    width:700px;
}
div#werkwijze div.content {
    left:400px;
}
div#contact div.content {
    width:390px;
    left:40px;
}
div#fotos div.content {
	display:none;
}
div#extras div.content {
    left:40px;
    width:600px;
}

table {
    height:100%;
    width:100%;
}

div#footer {
	position:relative;
	background:#000000 url('../img/bg.gif') repeat-x;
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;
	width:950px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	bottom:40px;
	text-align:left;
}
/*
Place on top of footer
*/
div#footerContent{
    padding-left:20px;
    text-align:left;
    color:white;
	position:relative;
    width:950px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	bottom:66px;
}

div#footerContent a {
	margin-left:25px;
}
div#footer address {
	margin-top:20px;
	padding-left:60px;
	width:180px;
	font-size:15px;
	float:right;
	border-left:1px solid #777;
}
.hide {
  display: none;
  padding:0;
  margin:0;
}

.copyright {
	padding-left:250px;
	font-size:10px;
}
address {
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
}