@charset "UTF-8";
/* CSS Document */
/* main layout */
html, body {
    font-family: Helvetica, Arial, sans-serif;
    color: #606060;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 12px;
	background: url(img/header.png) repeat-x top left;
}
* {
    outline: none;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #666;
}

a:hover {
    color: #f05500;
}

div.wrapper{
	width: 1000px;
	overflow: hidden;
}

.hidden{ position: absolute; left: -99999px; }
#header {
    height: 75px;
    padding-left: 185px;
    font-weight: bold;
}

#header .menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#header .menu li {
    display: inline;
}

#header .menu li a {
    padding: 10px 10px;
    text-decoration: none;
    color: #FFF;
    line-height: 33px;
}

#header .menu li .current {
    background: url(img/pointer.png) center bottom no-repeat;
}

#header .submenu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    height: 40px;
    overflow: hidden;
}

#header .submenu li {
    display: inline;
}

#header .submenu li a {
    margin: 8px 5px 0px;
    padding-left: 10px;
    text-decoration: none;
    color: #434343;
    line-height: 25px;
    float: left;
}

#header .submenu li a:hover {
    background: url(img/lava.png) left -50px no-repeat #e6e6e6;
}

#header .submenu li a span {
    line-height: 25px;
    display: block;
    padding-right: 10px;
}

#header .submenu li a:hover span {
    background: url(img/lava.png) right -75px no-repeat;
}

#header .submenu .current, #header .submenu .current:hover {
    background: url(img/lava.png) left 0px no-repeat #f08800;
    color: #FFF;
}

#header .submenu .current span, #header .submenu .current:hover span {
    background: url(img/lava.png) right -25px no-repeat;
}

#header .submenu.diensten {
    margin-left: 65px;
}

#header .submenu.webhosting {
    margin-left: 150px;
}

#header .submenu.referenties {
    margin-left: 240px;
}

#header .submenu.contact {
    margin-left: 345px;
}

/*
 * BUTTONS ZIJKOLOM
 */

a.btn-neem-contact-op,
a.btn-terugbellen,
a.btn-offerte,
a.btn-bekijk-dit-project-live{
	display:block;
	height:36px;
	text-indent:-9999px;
	width:230px;
	margin-bottom: 10px;
	overflow: hidden;
}

a.btn-neem-contact-op{ background: url(img/btn-neem-contact-op.png) no-repeat; }
a.btn-terugbellen{ background: url(img/btn-terugbellen.png) no-repeat; }
a.btn-bekijk-dit-project-live{	background: url(img/btn-bekijk-dit-project-live.png) no-repeat; }
a.btn-offerte{	background: url(img/btn-offerte.png) no-repeat; }

	
#leftcolumn {
    width: 175px;
    float: left;
    height: 400px;
}

#leftcolumn .logo {
    background: url(img/logo.png) no-repeat;
    display: block;
    width: 175px;
    height: 65px;
    text-indent: -99999px;
}

#content {
    float: left;
    width: 810px;
    padding-bottom: 100px;
    overflow:hidden;
	min-height:500px;
}

div.referenties #content{
	margin-left:175px;
	min-height:500px;
	overflow:hidden;
	padding-bottom:100px;
	float: none;
	width: auto;
}

#content #text ul {
    border-top: 1px solid #eee;
    width: 400px;
    margin: 20px;
    padding: 0px;
}

#content #text ul li {
    border-bottom: 1px solid #eee;
    line-height: 28px;
    list-style-position: inside;
    padding-left: 8px;
}

#content #text {
    width: 500px;
    padding: 10px;
    float: left;
}

#content img.seo {
    float: right;
    clear: both;
    margin: 30px 0px;
}

#content img.webshop {
    float: right;
    clear: both;
    margin: 30px 0px;
}

#rightcolumn {
    float: right;
    width: 230px;
    margin-top: 25px;
    float: right;
}

#rightcolumn h2 {
    margin: 0px 0px 10px;
}

#rightcolumn ul {
    padding: 0px;
    margin: 0px;
}

#rightcolumn li {
    list-style: none;
    min-height: 10px;
    border-bottom: 1px solid #EEE;
    overflow: hidden;
    padding: 10px 5px
}

/*contact*/
#rightcolumn ul.contact li span.title {
    font-weight: bold;
    width: 60px;
    float: left;
    text-align: right;
    padding: 0px 5px 0px;
}

#rightcolumn ul.contact li span.text {
    float: left;
}

#rightcolumn ul.contactSmall {
    background: #eee;
    clear: both;
    margin: 10px 0px;
}

#rightcolumn ul.contactSmall h2 {
    padding: 10px 0px 0px 10px;
}

#rightcolumn ul.contactSmall li {
    line-height: 10px;
}

#rightcolumn ul.contactSmall li span.title {
    font-weight: bold;
    width: 60px;
    float: left;
    text-align: right;
    padding: 0px 5px 0px;
}

#rightcolumn ul.contactSmall li span.text {
    float: left;
}

/*blog - pagenav */
#rightcolumn li.pagenav {
    border: 0;
}

#rightcolumn li.pagenav li {
    padding: 10px 5px;
}

#rightcolumn li.categories {
    border: 0;
}

#rightcolumn li.categories li {
    padding: 10px 5px;
}

/*route */
#rightcolumn ul form li span.title {
    font-weight: bold;
    width: 40px;
    float: left;
    text-align: left;
}

#rightcolumn ul form li span.text {
    float: left;
    display: block;
    line-height: 22px;
}

#rightcolumn ul form li span.text input {
    border: 1px solid #9a9a9a;
    height: 14px;
    padding: 4px;
    float: left;
    width: 150px;
    margin-top: -3px;
}

#rightcolumn ul form li span.text #submit {
    background: #f05500;
    color: #FFF;
    height: 25px;
    border: 0px;
    width: 75px;
    cursor: pointer;
    padding-top: 3px;
}

/*offerteaanvraag */
#rightcolumn .offerteaanvraag {
    display: none;
    height: 40px;
    width: 220px;
    background: url(img/offerteaanvraag.png) no-repeat;
    cursor: pointer;
    margin: 20px 0px;
    text-indent: -99999px;
}

#rightcolumn .offerteaanvraag:hover {
    background: url(img/offerteaanvraag_hover.png) no-repeat;
}

/*meer informatie */
#rightcolumn .meerinformatie {
    display: none;
    height: 40px;
    width: 220px;
    background: url(img/meerinformatie.png) no-repeat;
    cursor: pointer;
    margin: 20px 0px;
    text-indent: -99999px;
}

#rightcolumn .meerinformatie:hover {
    background: url(img/meerinformatie_hover.png) no-repeat;
}

/*smallProjects */
#rightcolumn .smallProjects {
    width: 200px;
    margin: 10px;
    padding: 0px;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

#rightcolumn .smallProjects li {
    list-style: none;
    float: left;
    width: 45px;
    height: 45px;
    padding: 0px;
    margin: 1px;
    border: 1px solid #EEE;
	overflow: hidden;
}

#rightcolumn .smallProjects li a img {
    border: 0px;
	margin: -50%;
}

/*webhosting */
#rightcolumn .webhosting {
    display: block;
    height: 120px;
    width: 220px;
    background: url(img/binnen10min.png) no-repeat;
    cursor: pointer;
    margin: 20px 0px;
    text-indent: -99999px;
}

#rightcolumn .webhosting:hover {
}

#footer {
    background: #EEEEEE;
    clear: both;
    min-height: 200px;
    padding: 10px 0px 0px 175px;
}

#footer #container {
    width: 810px;
}

#footer ul {
    float: left;
    border-top: 0px solid #d0d0d0;
    width: 150px;
    margin: 10px 15px;
    padding: 5px;   
}

#footer ul li {
    list-style: none;
}

#footer ul li a {
    text-decoration: none;
    color: #666666;
    display: block;
    line-height: 18px;
    margin-left: 0px;
    font-weight: normal;
}

#footer ul li a:hover {
    color: #333;
}

#footer ul li.first-child {
    font-weight: bold;
    margin-bottom: 5px;
}

/* EOF main layout */
/* home layout */
#billboard {
    height: 250px;
    background: url(img/billboard/blankhout.png) no-repeat right bottom;
	border-bottom:1px solid #cecece;
	position: relative;
}

#billboard h1 {
	font-weight:normal;
	font-size:2.4em;
	color:#d44100;
	padding: 1em 0px 50px 25px;
	margin:0;
	text-indent:-999999px;
}

div#billboard a.cta{
	display: block;
	height: 325px;
	text-indent: -999px;
}

div#flashcontent{
	left:76px;
	bottom:155px;
	margin:0px auto;
}

#billboard ol {
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 85px;
    left: 70px;
    border-top: 1px solid #DDD;
    width: 450px;
    list-style: inside decimal;
}

#billboard ol li {
    border-bottom: 1px solid #DDD;
    line-height: 28px;
    padding-left: 10px;
}

#column1 {
    float: left;
    width: 390px;
    min-height: 300px;
    margin: 10px 0px;
}

#column2 {
    float: right;
    width: 390px;
    min-height: 300px;
    margin: 10px 0px;
}

#column1 p.bold {
    text-align: left;
    margin-bottom: 15px;
}

#column1 p {
    text-align: justify;
    margin-bottom: 35px;
}

#nieuws {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    min-height: 270px;
}

#nieuws img {
    float: left;
    margin: 0px 10px 10px 0px;
    border: 0px;
}

div#nieuws div.nieuwsitem{
	overflow: hidden;
	clear: both;
	float: left;
}

.advert_hosting {
    display: block;
    height: 32px;
    margin: 0px auto;
    background: url(img/adverts/hosting_medium.png) no-repeat;
    padding-top: 218px;
    border: 1px solid #efefef;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    color: #FFF;
    padding-left: 15px;
}

.advert_hosting:hover {
    color: #FFF;
    text-decoration: underline;
}

/* EOF home layout */
/* portfolo layout */
#etalage {
    width: 250px;
    border-left: 1px solid #f08800;
    border-right: 1px solid #f08800;
    float: left;
    height: 100%;
    max-height: 100%;
    min-height: 500px;
    margin-right: 20px;
    text-align: center;
}

#etalage img {
    max-width: 200px;
    margin: 10px 0px;
}

/* EOFportfolo layout */
/* webhosting layout */
#small {
    width: 270px;
    background: url(img/hosting/hostingSmall.png) top center no-repeat;
    min-height: 400px;
    float: left;
    padding-top: 150px;
    text-align: center;
}

#medium {
    width: 270px;
    background: url(img/hosting/hostingMedium.png) top center no-repeat;
    min-height: 400px;
    float: left;
    padding-top: 150px;
}

#large {
    width: 270px;
    background: url(img/hosting/hostingLarge.png) top center no-repeat;
    min-height: 400px;
    float: left;
    padding-top: 150px;
}

.specs {
    margin: 100px 0px 50px;
    clear: both;
    text-align: left;
}

.specs div .title {
    font-weight: bold;
    float: left;
}

.specs div .text {
    clear: both;
    float: left;
}

.specs div {
    height: 40px;
    padding: 10px 0px 0px 65px;
    margin: 10px 0px;
}

.specs.small .diskspace {
    background: url(img/hosting/small/diskspace.png) left center no-repeat;
}

.specs.small .datatraffic {
    background: url(img/hosting/small/datatraffic.png) left center no-repeat;
}

.specs.small .php {
    background: url(img/hosting/small/php.png) left center no-repeat;
}

.specs.small .database {
    background: url(img/hosting/small/database.png) left center no-repeat;
}

.specs.small .ftp {
    background: url(img/hosting/small/ftp.png) left center no-repeat;
}

.specs.small .e-mail {
    background: url(img/hosting/small/email.png) left center no-repeat;
}

.specs.small .security {
    background: url(img/hosting/small/security.png) left center no-repeat;
}

.specs.medium .diskspace {
    background: url(img/hosting/medium/diskspace.png) left center no-repeat;
}

.specs.medium .datatraffic {
    background: url(img/hosting/medium/datatraffic.png) left center no-repeat;
}

.specs.medium .php {
    background: url(img/hosting/medium/php.png) left center no-repeat;
}

.specs.medium .database {
    background: url(img/hosting/medium/database.png) left center no-repeat;
}

.specs.medium .ftp {
    background: url(img/hosting/medium/ftp.png) left center no-repeat;
}

.specs.medium .e-mail {
    background: url(img/hosting/medium/email.png) left center no-repeat;
}

.specs.medium .security {
    background: url(img/hosting/medium/security.png) left center no-repeat;
}

.specs.large .diskspace {
    background: url(img/hosting/large/diskspace.png) left center no-repeat;
}

.specs.large .datatraffic {
    background: url(img/hosting/large/datatraffic.png) left center no-repeat;
}

.specs.large .php {
    background: url(img/hosting/large/php.png) left center no-repeat;
}

.specs.large .database {
    background: url(img/hosting/large/database.png) left center no-repeat;
}

.specs.large .ftp {
    background: url(img/hosting/large/ftp.png) left center no-repeat;
}

.specs.large .e-mail {
    background: url(img/hosting/large/email.png) left center no-repeat;
}

.specs.large .security {
    background: url(img/hosting/large/security.png) left center no-repeat;
}

h1.hosting {
    font-size: 45px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    margin: 20px 0px 25px;
}

.button {
    float: left;
    text-decoration: none;
    margin-left: 55px;
}

.button span {
    display: block;
}

.button .start, .button .end, .button .content {
    background-image: url(img/hostingButton.png);
}

.button .start {
    background-repeat: no-repeat;
    background-position: left -74px;
    padding-left: 30px;
}

.button .content {
    background-position: 0 -111px;
    background-repeat: repeat-x;
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    padding: 0px 15px 2px 5px;
}

.button .continue .end {
    background-position: right 0px;
    background-repeat: no-repeat;
    padding-right: 30px;
}

/* domeinchecker */
.domeincheck_header .selectwrapper {
    width: 50px;
    height: 50px;
    float: left;
}

.domeincheck_header .selectwrapper #domain_container {
    position: absolute;
    width: 50px;
}

/*dropdown */
.domeincheck_header .selectwrapper #domain_container ul {
    height: 160px;
    width: 325px;
    overflow: hidden;
    margin: 10px 0px 0px 5px;
    padding: 10px;
    list-style: none;
    background: url(img/hosting/domainlist_bottom.png) center bottom no-repeat #f9d97b;
}

.domeincheck_header .selectwrapper #domain_container ul li {
    height: 31px;
    width: 60px;
    border: 1px solid #ffb500;
    background: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    float: left;
    margin: 0px 3px 3px 0px;
    cursor: pointer;
}

.domeincheck_header .selectwrapper #domain_container ul li:hover {
}

#domain_container ul li.selected {
    visibility: hidden;
    display: none;
}

/*without javascript, style selectbox*/
.domeincheck_header select#domain {
    height: 37px;
    border: 1px solid #ef42d8;
    background: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    margin: 0px 3px 0px 0px;
    cursor: pointer;
}

/* eof dropdown*/
.domeincheck_header #domainForm #submit {
    visibility: hidden;
}

.domeincheck_header #domainForm {
    padding-top: 165px;
}

.domeincheck_header {
    width: 800px;
    height: 240px;
    background: url(img/hosting/domeincheck_header.png) top right no-repeat;
    margin-bottom: 20px;
}

.domeincheck_header input#domainname {
    color: #333;
    border: 1px solid #ffb500;
    width: 235px;
    height: 31px;
    line-height: 35px;
    margin: 15px 0px 0px 15px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0px 0px 5px;
}

.domeincheck_header .punt {
    height: 35px;
    width: 18px;
    float: left;
    background: url(img/hosting/domeincheck_punt.png) no-repeat;
    margin-top: 18px;
}

.domeincheck_header .punt:hover {
    background: url(img/hosting/domeincheck_punt_hover.png) no-repeat;
}

.domeincheck_header input#domain_input {
    color: #333;
    border: 1px solid #ffb500;
    height: 30px;
    width: 60px;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
}

.domeincheck_header #up {
    height: 10px;
    width: 60px;
    cursor: pointer;
    background: url(img/hosting/domeincheck_arrowup.png) center bottom no-repeat;
    margin-top: 5px;
}

.domeincheck_header #down {
    height: 10px;
    width: 60px;
    cursor: pointer;
    background: url(img/hosting/domeincheck_arrowdown.png) center bottom no-repeat;
}

#current_search {
    width: 800px;
    color: #333;
}

#current_search .loading {
    background: url(img/hosting/loading.gif) 20px 0px no-repeat;
    display: block;
    height: 25px;
    line-height: 25px;
    padding-left: 60px;
}

#old_search {
    width: 800px;
    min-height: 100px;
    max-height: 500px;
    margin-top: 45px;
    border-top: 1px solid #eee;
    display: none;
    color: #333;
}

#old_search div, #current_search div {
    height: 33px;
    line-height: 33px;
    padding: 3px 11px 3px 3px;
    margin: 3px 0px;
    border-bottom: 1px solid #EEE;
}

#old_search div, #current_search div {
    font-weight: bold;
}

#old_search {
    color: #BBB;
}

#old_search:hover {
    color: #333;
}

#old_search div form, #current_search div form {
    float: right;
}

#old_search div form input, #current_search div form input, #old_search div div, #current_search div div {
    text-indent: -9999px;
    height: 33px;
    width: 19px;
    margin: 0px 1px;
    border: 0px;
}

/*avalaible buttons*/
#old_search div form .domain, #current_search div form .domain {
    background: url(img/hosting/domain/domain_button.png) no-repeat;
    float: left;
    cursor: pointer;
}

#old_search div form .small, #current_search div form .small {
    background: url(img/hosting/small/list_button.png) no-repeat;
    float: left;
    cursor: pointer;
}

#old_search div form .medium, #current_search div form .medium {
    background: url(img/hosting/medium/list_button.png) no-repeat;
    float: left;
    cursor: pointer;
}

#old_search div form .large, #current_search div form .large {
    background: url(img/hosting/large/list_button.png) no-repeat;
    float: left;
    cursor: pointer;
}

/*unavalaible buttons*/
#old_search div .domain, #current_search div .domain {
    background: url(img/hosting/domain/domain_button_disabled.png) no-repeat;
    float: right;
}

#old_search div .small, #current_search div .small {
    background: url(img/hosting/small/list_button_disabled.png) no-repeat;
    float: right;
}

#old_search div .medium, #current_search div .medium {
    background: url(img/hosting/medium/list_button_disabled.png) no-repeat;
    float: right;
}

#old_search div .large, #current_search div .large {
    background: url(img/hosting/large/list_button_disabled.png) no-repeat;
    float: right;
}

.AVAILABILITY_FREE {
}

.AVAILABILITY_NOTFREE {
}

.AVAILABILITY_UNAVAILABLE {
}

.AVAILABILITY_INYOURACCOUNT {
}

/*order */
.bestelling {
    clear: both;
    float: left;
    width: 550px;
    position: relative;
}

.gegevens {
    float: right;
    min-width: 210px;
    position: relative;
    color: #333;
}

.betaalwijze {
    width: 550px;
    float: left;
    position: relative;
    display: none;
}

.step3 {
    margin-left: 35px;
}

.step3 div h2 {
    margin-left: 15px;
}

.step3 form {
    text-align: center;
    margin-bottom: 50px;
}

.step3 div div {
    border-top: 1px solid #eee;
    padding: 5px 25px 5px 20px;
    clear: both;
    height: 30px;
    line-height: 30px;
}

.step3 .bestelling {
    margin-bottom: 25px;
}

.step3 .bestelling div img {
    float: left;
    margin-right: 25px;
}

.step3 .bestelling div span.title {
    float: left;
    margin: 0px 2px;
    font-weight: bold;
}

.step3 .bestelling div span.text {
    float: left;
    margin: 0px 5px;
}

.step3 .bestelling div span.text span.title {
    margin-left: 320px;
    font-weight: bold;
}

.step3 .bestelling div span.price {
    float: right;
    font-weight: bold;
}

.step3 .bestelling div.last-child {
    border-bottom: 1px solid #EEEEEE;
}

.step3 .bestelling form {
    padding-top: 30px;
    text-align: center;
    width: 550px;
}

.step3 .bestelling form input {
    background: #f05500;
    color: #FFF;
    height: 23px;
    border: 0px;
    width: 75px;
    cursor: pointer;
    padding-top: 0px;
}

.step3 .bestelling form#ideal {
    float: right;
    margin-left: 15px;
}

.step3 .bestelling form input {
    background: #f05500;
    color: #FFF;
    height: 23px;
    border: 0px;
    width: 75px;
    cursor: pointer;
    padding-top: 0px;
}

.step3 .gegevens div {
    border-top: 1px solid #eee;
    padding: 5px 0px 5px 10px;
    clear: both;
    height: 30px;
    line-height: 30px;
    overflow: visible;
}

.step3 .gegevens div span.title {
    font-weight: bold;
    width: 65px;
    float: left;
    text-align: right;
    min-height: 30px;
}

.step3 .gegevens div span.text {
    float: left;
    margin-left: 5px;
    line-height: 15px;
    padding: 8px 0px;
    width: 130px;
}

.step3 .gegevens div.last-child span.text span.green {
    color: #060;
    font-style: italic;
}

.step3 .gegevens div span.text span.red {
    color: #C00;
    font-style: italic;
}

.step3 .gegevens div span.text form #submit {
    float: left;
    position: relative;
    top: -8px;
    left: 5px;
}

.step3 .gegevens div.last-child {
    border-bottom: 1px solid #eee;
}

.step3 .gegevens #ideal {
    width: 200px;
}

.step3 .gegevens #ideal #bankid {
    float: left;
}

.step3 .gegevens #ideal #submit {
    float: left;
    top: 0px;
}

.step3 .betaalwijze h2 {
    margin-bottom: 0px;
}

.step3 .betaalwijze {
}

.step3 .betaalwijze span.text {
    clear: both;
    margin: 0px 0px 15px 15px !important;
    font-size: 11px;
}

.step3 .betaalwijze div span.title {
    font-weight: bold;
}

.step3 .betaalwijze div.last-child {
    border-bottom: 1px solid #eee;
}

.step2 div {
    border-bottom: 1px solid #eee;
    padding: 5px 5px 5px 50px;
    width: 505px;
}

.step2 div label {
    width: 100px;
    float: left;
    line-height: 23px;
}

.step2 div input {
    border: 1px solid #9a9a9a;
    height: 17px;
    width: 175px;
    font-size: 12px;
    padding: 3px 3px 0px 3px;
}

.step2 div #submit {
    background: #f05500;
    color: #FFF;
    height: 23px;
    border: 0px;
    width: 75px;
    cursor: pointer;
    padding-bottom: 10px;
}

.statusbox.step1 li.first-child {
    border-top: 1px solid #eee;
}

.statusbox.step1 li {
    padding: 3px 0px;
}

.statusbox.step1 li img {
    float: left;
}

.statusbox.step1 li span.title {
    float: left;
    margin: 2px 2px 0px 2px;
    font-weight: bold;
    width: 150px;
}

.statusbox.step1 li span.text {
    float: left;
    margin: 0px 2px;
    width: 160px;
}

.statusbox.step1 li span.text span.price {
    float: right;
}

.statusbox.step1 li.last-child span.text {
    margin-left: 38px;
    font-weight: bold;
}

.statusbox.step1 li.last-child {
    min-height: 15px !important;
    height: 15px;
    line-height: 15px;
    border-bottom: 0px !important;
    padding: 6px 2px !important;
}

/* EOF webhosting layout */
/* portfolio layout */
#content .referenties {
    padding: 0px;
    margin: 10px 0 0 10px;
}

#content .referenties li {
    float: left;
    text-decoration: none;
    list-style: none;
    margin-bottom: 10px;
	clear: right;
}

#content .referenties li img {
    padding: 5px;
    margin: 2px 4px;
    border: 1px solid #eee;
    cursor: pointer;
    clear: both;
}

#content .referenties li img:hover {
    border: 1px solid #DDD;
}

#content .referenties li span.text {
    clear: both;
    display: block;
    padding: 2px 0px 0px 10px;
}

#content .referenties li span.text a {
    text-decoration: none;
}

#content .referenties_images {
    margin: 10px;
}

#content .referenties_images img {
    width: 550px;
    margin: 10px 0px;
    padding: 5px;
    border: 1px solid #eee;
}

/* EOF portfolio layout */
/* contact layout */
#mapcontainer {
    width: 550px;
    height: 325px;
    background: url(img/mapsLarge.png) no-repeat;
    padding: 35px 0px 0px 30px;
    margin: 10px 0px 0px 15px;
}

#map {
    width: 465px;
    height: 278px;
    border: 1px solid #FFF;
}

#directions {
    width: 550px;
}

#contact div {
    border-bottom: 1px solid #EEEEEE;
    padding: 5px 5px 5px 50px;
    width: 505px;
}

#contact div label {
    float: left;
    line-height: 23px;
    width: 100px;
}

#contact div input {
    border: 1px solid #9A9A9A;
    font-size: 12px;
    height: 17px;
    padding: 3px 3px 0;
    width: 175px;
}

#contact div textarea {
    border: 1px solid #9A9A9A;
    font-size: 12px;
    height: 75px;
    padding: 3px 3px 0;
    width: 175px;
}

#contact div #submit {
    background: #f05500;
    color: #FFF;
    height: 23px;
    border: 0px;
    width: 75px;
    cursor: pointer;
    padding-bottom: 10px;
}

#messagesend {
    display: none;
}

/* EOF contactlayout */
/* rest layout */
#virtualtour {
    margin: 0px 0px 20px 0px;
    height: 440px;
    overflow: hidden;
}

#virtualtour #viewport {
    overflow: hidden;
    width: 220px;
    height: 320px;
    background: url(img/virtualtour_shadow.png) no-repeat;
}

#virtualtour #viewport ul {
    width: 220px;
    position: relative;
    padding: 0;
    margin: 0px auto;
    height: 300px;
}

#virtualtour #viewport li {
    list-style: none;
    overflow: hidden;
    margin: 5px 0px;
    text-align: center;
    border: 0px;
    padding: 0px;
}

#virtualtour #viewport li img {
    padding: 3px;
    border: 1px solid #EEE;
}

#virtualtour #viewportUp {
    display: block;
    cursor: pointer;
    width: 220px;
    height: 20px;
    background: url(img/viewportUp.png) no-repeat;
    text-indent: -9999px;
}

#virtualtour #viewportDown {
    display: block;
    cursor: pointer;
    width: 220px;
    height: 20px;
    background: url(img/viewportDown.png) no-repeat;
    text-indent: -9999px;
}

/*EOF rest layout */
/* text  */
h1, h2, h3, h4, h5, h6 {
    font-size: 1.4em;
    line-height: 1.2em;
    margin-bottom: 1em;
    color: #f05500;
}

h1 {
    color: #f05500;
}

h2 {
    margin-bottom: 5px;
    padding: 0px;
    font-size: 1.3em;
}

h4 {
    font-size: 13px;
}

p {
    line-height: 1.4em;
    margin: 0px 0px 20px 0px;
}

p.small {
    font-size: 11px;
    line-height: normal;
    margin-bottom: 3px;
}

p.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

/* EOF text  */
