html,
body
{
	height: 100%;
}

body{
	height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #ffffff; 
}

img {
    border: 0;
}

#page {
    position: relative;
    margin: 0 auto;
    top: 10%;
    width: 932px;
    height: 504px;
    padding: 84px 84px 87px 84px;
    background-image: url('images/page_background.png');
}

#page #content {
    position: absolute;
    width: 938px;
    height: 510px;
}

.background-home {
    background-image: url('images/content_background.jpg');
}

.background-video {
    background-image: url('images/video_background.jpg');
}

.background-foto {
    background-image: url('images/photos_background.jpg');
}

.background-photos {
    background-image: url('images/loading_background.jpg');
}

.background-websites {
    background-image: url('images/websites_background.jpg');
}

.background-contact {
    background-image: url('images/contact_background.jpg');
}

.switch {
    top: 494px;
    left: 10px;
    position: relative;
}

.voorwaarden {
	color: #275D55;
	font-size: 11px;
	text-decoration: underline;
}

#foto-align {
    position: absolute;
    margin-top: 150px;
}

.back-video {
    position: absolute;
    top: 460px;
    left: 30px;
    border: 0;    
}

.video-ul {
    position: absolute;
    top: 75px;
}

#video-border {
    position: absolute;
    left: -11px;
    top: -13px;
    height: 528px;
    width: 939px;
    border: 11px solid #fff;
}

.back-videos {
    position: absolute;
    border: 0;
    top: 550px;
}

.title-home {
    position: absolute;
    top: 80px;
}

.title {
    position: absolute;
    top: 10px;
}

div#website-info {
    position: absolute;
    left: 314px;
    height: 510px;
    width: 624px;
    background: url(images/bg-transparent.png) top left repeat;
}

div#website-foto {
    position: absolute;
    left: 626px;
    height: 510px;
    width: 312px;
    background-color: #fff;
}

div#website-foto img {
    position: absolute;
    margin: 55px 0 0 35px;
    border: 1px solid #94a394;
}

div#website-tekst, a.websites {
    position: absolute;
    padding: 55px 20px 20px 20px;
    color: #405f40;
    font-size: 14px;
}

a.websites {
    padding: 0;
    text-decoration: underline;
}

.small-header {
    font-family: Georgia, Arial;
    font-size: 13px;
    color: #7c8a7c;
    font-style: italic;
    text-align: right;
    width: 110px;
    display: block;
    float: left;
    padding-bottom: 30px;
}

.website-info {
    padding-left: 30px;
    padding-bottom: 30px;
    display: block;
    width: 430px;
    float: left;
    font-size: 12px;
}

.website-info h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-top: -3px;
}

.website-info a {
    color: #405f40;
    text-decoration: underline !important;
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
}

.contact-info {
    display: block;
    float: right;
    width: 300px;
    height: 220px;
    margin-top: 248px;
    padding: 0 20px 0 20px;
}

.contact-info .company {
    color: #275d55;
    font-size: 12px;
    margin-left: 100px;
    line-height: 18px;
    padding-top: 3px;
    margin-top: -17px;
}

.contact-info .motadacruz {
    font-size: 14px;
    padding-bottom: 5px;
}

.contact-info .social .vimeo {
    position: relative;
    top: 160px;
    left: -50px;
}

.contact-info .social .facebook {
    position: relative;
    top: 90px;
    left: -20px;
}

.contact-info .social .linkedin {
    position: relative;
    top: 90px;
    left: 160px;
}

.contact-info .contactform form {
    display: block;
    width: 300px;
    margin-top: 20px;
}

.contact-info .contactform form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.contact-info .contactform form label {
    display: block;
    width: 100px;
    text-align: right;
    float: left;
    color: #275d55;
    font-family: Georgia, Arial;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 2px;
}

.contact-info .contactform form label.error {
    color: red;
    font-weight: bold;
}

.contact-info .contactform form input,
.contact-info .contactform form textarea {
    display: block;
    width: 160px;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    border: 1px solid #c4bd8e;
    color: #333;
    background: #fff;
    font-size: 11px;
    padding: 2px 5px;
}

.contact-info .contactform form textarea {
    height: 60px;
}

.contact-info .contactform form .submit {
    border: none;
    background: #275d55;
    color: #fff;
    padding: 3px 10px;
    width: 60px;
}

.contact-info .thankyou {
    font-weight: bold; 
    margin: 120px 0 0 70px; 
    font-size: 12px; 
    color: #275d55;
}

ul {
    position: absolute;
    top: 140px;
    left: 32px;
	list-style: none;
	padding: 0;
}

li {
    font-weight: bold;
    font-size: 0.7em;
    width: 218px;
    height: 17px;
    background-image: url('images/list_background.png');
}

a {
    color: #ffffff;
    text-decoration: none;
}


.break {
    width: 218px;
    height: 13px;
    background-image: url('images/list_break.png');
}


