﻿/* HTML elementen */
html, body {
    height: 100%;
    min-width: 1000px;
    overflow: hidden;
}
body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Sans-Serif;
    font-size: 10pt;
}
img {
    border: none;
}
h1, h2 {
    margin-top: 0;
    font-size: 16pt;
	color: #005B8A;
}
h2 {
    font-size: 10pt;
    margin-bottom: 0;
}
ol, ul {
	list-style-type: disc;
}
p {
	margin-top: 0;
}
a {
    text-decoration: none;
}

/* Algemene classes */
ul.reset, ul.reset ul, ul.reset li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
form p.error {
	display: none;
}

/* Layout */
#wallpaper {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
#page {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
#content {
    overflow: auto;
    margin: 0 auto;
    width: 1000px;
    min-height: 500px;
    padding-bottom: 20px;
    border-bottom: 15px solid #95cfe3;
    background-image: url(../images/white.png);
}

/* Banner Vakantie Makelaar */
#banner {
    float: right;
    width: 700px;
    padding-right: 10px;
    text-align: right;
    font-weight: bold;
    color: #ffffff;
    background: url(../images/banner.png) repeat-y top right;
}
#banner span, #banner a {
    display: inline-block;
    padding: 10px 0;
}
#banner a {
    cursor: pointer;
    padding-right: 15px;
    color: #ffffff;
    background: url(../images/arrow-down-white.gif) no-repeat right center;
}

/* Dropdown menu Vakantie Makelaar */
#dropdown {
    position: relative; 
    clear: right; 
    float: right;
}
#dropdown ul {
    position: absolute;
    right: 0;
    display: none;
    font-size: 9pt;
    text-align: left;
    background-color: #b9971d;
}
#dropdown li {
    border-bottom: 1px solid #ffffff;
}
#dropdown a {
    outline: none;
    display: block;
    padding: 8px 40px 8px 20px;
    white-space: nowrap;
    color: #ffffff;
}
#dropdown a:hover {
    background: #d3c17b url(../images/arrow-right-white.gif) no-repeat 10px center;
}

/* Logo */
#logo {
    padding: 25px 0 0 25px;
}

/* Navigatie links */
#nav {
    float: left;
    margin-top: 30px;
    width: 250px;
}
#nav li ul { /* submenu */
    display: none;
    margin-left: 24px;
}
#nav li.active {
    background: url(../images/menu.png) repeat-y;
}
li.active ul { /* submenu actief */
    display: block !important;
}
#nav li a.current {
    font-weight: bold;
    background: url(../images/arrow-right-blue.gif) no-repeat 10px center;
}
#nav li a {
    display: inline-block;
    padding: 10px 0 10px 25px;
    text-decoration: none;
	color: #005b8a;
}

/* Inhoud */
#main {
    margin-left: 270px;
    line-height: 1.7em;
}
#main .intro {
    font-weight: bold;
}

/* Midden */
#center {
    float: left;
    width: 460px;
}
#center .images a {
    display: inline-block;
}

/* Rechterkolom */
#right {
    float: right;
    width: 230px;
    margin: 20px;
	color: #005b8a;
}
#right ul {
    margin-top: 0;
    margin-left: 0;
    padding-left: 20px;
}
#right img {
	display: block;
	margin-bottom: 10px;
}

/* Afbeeldingen */
.images ul, .images li {
	list-style-type: none;
}
.images img {
    border: 5px solid #ffffff;
}
.images img:hover {
	border-color: #005b8a;
}

/* Formulier */
form table {
	width: 100%;
}
form td {
	padding-bottom: 10px;
}
form .actions {
	text-align: right;
}

/* Overlays voor afbeeldingen en filmpjes */
#mask, .popup {
    display: none;
    position: absolute;
    z-index: 99;
}
.popup {
    top: 50px;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    padding: 20px;
    background-color: #ffffff;
}
.popup .title {
    margin-top: 0;
    text-align: center;
}
.popup .control {
    cursor: pointer;
}
.popup .controls {
    margin-top: 15px;
    text-align: center;
}
.popup .close {
    position: absolute;
    top: 5px;
    right: 5px;
}
.popup .previous {
    float: left;
}
.popup .next {
    float: right;
}


#mask {
    height: 100%;
    width: 100%;
    opacity: .5;
    background-color: #000000;
}

#slideshow .frame {
    width: 100%; /* 560px */
    height: 420px;
    overflow: hidden;
    text-align: center;
    background: url(../images/loading.gif) no-repeat center center;
}

/* Carousel stijlen voor jCarousel plugin */
.jcarousel-container {
    position: relative;
	zoom: 1;
}
.jcarousel-clip {
    z-index: 3;
    overflow: hidden;
    position: relative;
	width:  360px;
    margin: 0 auto;
}

.jcarousel-list {
	zoom: 1;
    z-index: 1;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 110px;
    height: 110px;
}
.jcarousel-item {
	z-index: 100;
	margin-right: 10px;
}
.jcarousel-next-horizontal, 
.jcarousel-prev-horizontal {
	position: absolute;
    top: 43px;
	width: 20px;
    height: 20px;
    cursor: pointer;
}
.jcarousel-next-horizontal {
    right: 0;
    background: url(../images/next.png) no-repeat 0 0;
}
.jcarousel-prev-horizontal {
    left: 0;
    background: url(../images/previous.png) no-repeat 0 0;
}
.jcarousel-next-disabled-horizontal,
.jcarousel-prev-disabled-horizontal {
    background: none;
}

/* Internet Explorer 6 & 7 */
#banner, #content, #logo img, #nav .active, h1 img {
    behavior: url(scripts/iepngfix.htc);
}
* html #right {
    width: 210px;
}
#mask {
    filter: alpha(opacity=50);
	zoom: 1;
}