html , body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #3d4d61;
	background:#FFF; 
	
	
	width:100%; height:100%; 
	
}


#bg, #back {

	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
 	z-index:0;
	
}




#main {
	position:absolute;
	z-index:1;
	left:50%;
	margin-left:-477px;
	padding: 0px 10px 0px 10px;
	width: 954px;
}

.container {
	width:100%;
	overflow:hidden;
}


img, div { 
	border: 0px;
	behavior: url('../../../iepngfix.htc'); 
}

h1 {
	font-size:20px;
	color:#10243c;
	margin:0px 0px 4px 0px;
}

h2 {
	font-size:12px;
	color:#0072b3;
	font-weight: bold;
	margin:0px 0px 4px 0px;
}


#content {
	position: absolute;
	z-index:99;
	width:495px;
	height:295px;
	margin-left: 35px;
	margin-top:-371px;
	padding: 10px;
}


#loading {

	position:absolute;
	z-index:2;
	background : #ebebeb;
	width: 100px;
	padding:4px;
	padding-left:0px;
	border-bottom:1px solid #9f9f9f;
	border-left:1px solid #9f9f9f;
	left:0px;
	top:0px;
	color: #000;

}


#clear , .clear {
	clear:both;
	margin:0px;
	padding:0px;
}

#picFrame {
	position:absolute;
	width: 700px;
	height:550px;
	margin-left:100px;
	margin-top:30px;
	z-index:15;
	
}

.bold {
	font-weight: bold;
}

.fLeft {
	float:left;
}

.fRight{
	float:right;
}


.date {
	font-size: 10px;
	font-weight: normal;
}

form {
	margin:0px;
	padding:0px;
}

#form{
        
        padding:3px;
        width:390px;
        margin:8px 0px;

}
#form h2 {
        font-size:14px;
        font-weight:bold;
        margin:0px;
        margin-bottom:8px;
        text-align:left;
        width:180px;
        
}
#form p{
        font-size:11px;
        color:#10243c;
        margin-bottom:20px;
        border-bottom:solid 1px #262626;
        padding-bottom:10px;
}
#form label{
        display:block;
        font-weight:bold;
        text-align:right;
        width:140px;
        float:left;
		color:#10243c;
}

#form label.error, .error {
        color:#7c0c0c;
}

.error {
        margin:2px 0px;
}

#form .small{
        color:#3d4d61;
        display:block;
        font-size:10px;
        font-weight:normal;
        text-align:right;
        width:140px;
}
#form input, #form textarea , #form select, #form div {
        float:left;
        width:160px;
        margin:2px 0 10px 8px;
}

#form input[type="checkbox"] {
        vertical-align: text-bottom;
        _vertical-align: middle;
		padding: 0 !important;
		margin: 0 !important;
    	width:24px;
}


#form div select , #form div div, #form div input {
        margin:0px;
        margin-right:2px;
}

#form #clear {
        clear:both;
        margin:0px;
        margin-right:2px;
        width:1px;
}

#form button{ 
        clear:both;
        margin-left:150px;
        width:125px;
        height:31px;
        background:#666666 url('../images/icons/button.png') no-repeat;
        text-align:center;
        line-height:31px;
        color:#FFF;
        font-size:11px;
        font-weight:bold;
        padding:3px;
        border:0px;
}

#form input:focus, #form textarea:focus , #form select:focus {
        background:#e6e6e6;
}



a , a:active{

	color:#0072b3;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;	
}


.header {
	background-image: url('../../images/skin/default/header_bg.png');
	background-repeat: no-repeat;
	padding: 10px;
	
	width: 932px;
	height: 123px;
}

.headerpics{
	margin-top:40px; 
	z-index:99; 
	position:relative;
}

.logo {
	width:138px;
	height: 50px;
	margin-top: 56px;
}

.options {
	margin-top: 96px;
	
}

.options a  {
	font-size: 10px;
	text-decoration: underline;
	color: #3d4d61;
	padding-left:10px;
	background-image: url('../../images/skin/default/option_icon.gif');
	background-repeat: no-repeat;
	background-position: center left;
}

.options a:hover {
	color:#9abbce;
}

.options .splitter {
	margin: 0px 5px 0px 5px;
}


.navigation {
	width:200px;
	margin-right:10px;
}

.nav {
	background-color: #FFFFFF;
	padding: 10px;
	width: 178px;
	border: 1px solid #e1e5e6;
	background-image: url('../../images/skin/default/gradient.gif');
	background-repeat: repeat-x;
}

.page {
	width: 554px;
	margin-right: 10px;
}

.sidebar{
	width: 178px;
}

.nav .splitter {
	margin: 4px 0px 4px 0px;
	background-image: url('../../images/skin/default/nav_splitter.png');
	background-repeat: no-repeat;
	background-position: 18px 0px;
	line-height: 1px;
}

.nav a , .nav a:active{
	display: block;
	text-decoration:none;
	padding-left: 18px;
	font-size: 14px;
	color: #3d4d61;
	width: auto;
	background-image: url('../../images/skin/default/nav_icon.gif');
	background-repeat: no-repeat;
	background-position: center left;
}

.nav a:hover {
	color: #0072b3;
	display: block;
	text-decoration:none;
	padding-left: 18px;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	background-image: url('../../images/skin/default/nav_icon2.gif');
}

.subNav a , .subNav a:active{
	display: block;
	text-decoration:none;
	padding: 5px 0px 2px 33px;
	font-size: 11px;
	color: #3d4d61;
	width: auto;
	background-image: url('../../images/skin/default/subnav_icon.gif');
	background-repeat: no-repeat;
	background-position: 20px 9px;
}

.subNav a:hover {
	color: #0072b3;
	text-decoration:underline;
	font-weight:normal;
	display: block;
	text-decoration:none;
	padding: 5px 0px 2px 33px;
	font-size: 11px;
	color: #3d4d61;
	width: auto;
	background-image: url('../../images/skin/default/subnav_icon2.gif');
}

.contentBlock{
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #e1e5e6;
	margin-bottom: 0px;
	background-image: url('../../images/skin/default/gradient.gif');
	background-repeat: repeat-x;
}

.contentBlock .image{
	border: 1px solid #9abbce;
}

.imageBlock {
	border: 1px solid #9abbce;
	overflow:hidden;
	width: 154px;
	height:125px;
}

.imageBlockLarge {
	border: 1px solid #9abbce;
	overflow:hidden;
	width: 530px;
	height:298px;
}

.marginRight{
	margin-right: 10px;
}

.marginBottom{
	margin-bottom:10px;
}

.small{
	width: 178px;
}

.smallInline{
	width: 156px;
}

.medium{
	width: 366px;
}

.mediumInline{
	width: 344px;
}

.large{
	width: 554px;
}

.largeInline{
	width: 532px;
}

.downloads{
}

.downloads a , .downloads a:active{
	display: block;
	padding: 7px 0px 7px 30px;
	width: auto;
	background-image: url('../../images/skin/default/pdf_icon.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.downloads a:hover {
	color: #0072b3;
	font-weight: bold;
	padding: 7px 0px 7px 30px;
	background-image: url('../../images/skin/default/pdf_icon.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.titel {
	font-size: 14px;
	font-weight:bold;
	color:#10243c;
}

.more {
	padding: 6px 5px 3px 20px;
	margin-top:7px;
	width:56px;
	height:15px;
	display: block;
	background-image: url('../../images/skin/default/more_bg.png');
	background-repeat:no-repeat;
}

.back {
	padding: 4px 5px 3px 20px;
	margin-top:7px;
	width:56px;
	height:15px;
	display: block;
	background-image: url('../../images/skin/default/back_bg.png');
	background-repeat:no-repeat;
}

.enlarge  {
	padding: 4px 5px 5px 20px;
	margin-top:7px;
	margin-bottom:7px;
	width:66px;
	height:15px;
	display: block;
	background-image: url('../../images/skin/default/enlarge_bg.png');
	background-repeat:no-repeat;
}



.info {
	padding: 0px 15px 0px 0px;
	background-image: url('../../images/skin/default/info.png');
	background-repeat: no-repeat;
	background-position: right center;
	}

.shadow {
	background-image:url('../../images/skin/default/shadow.png');
	background-repeat: repeat-x;
	height:10px;
	line-height:10px;
}

.priceBadge{
	margin-top:-25px;
	margin-left: 120px;
	z-index:98; 
	position:absolute;
	background-image: url('../../images/skin/default/price_badge.png');
	background-repeat: no-repeat;
	width: 56px;
	height: 40px;
	color: #FFFFFF;
	font-size:18px;
	padding: 19px 3px 0px 0px;
	text-align:center;
}

.priceBadge2{
	margin-top:-25px;
	margin-left: 120px;
	z-index:98; 
	position:absolute;
	background-image: url('../../images/skin/default/price_badge2.png');
	background-repeat: no-repeat;
	width: 56px;
	height: 40px;
	color: #FFFFFF;
	font-size:18px;
	padding: 19px 3px 0px 0px;
	text-align:center;
}

.fixButton {
	margin-top:-40px;
	margin-left:10px;
	position:absolute;
}

.error {
	background:#eccdcd;
	margin:5px 0px;
	color: #000;
	padding:5px;
	border:1px solid #910000;
	
}

li, ul {
	margin:2px 15px;
	padding:0px;
	list-style-position: inside;
}


#sitemap a {
	text-decoration:none;
}

#sitemap li  {
	margin:0px 15px;
	padding:4px;
	padding-left:0px;
	font-size:110%;
	font-weight:bold;
	list-style-position: inside;
}

#sitemap ul {

	margin:0px;
	padding:2px;
	padding-left:5px;
	list-style-position: inside;
}



#sitemap li.cat {
	margin-left:30px;
	font-size:100%;
	font-weight:normal;
	list-style-position: inside;
}

#sitemap li.subcat {
	margin-left:40px;
	font-size:95%;
	font-weight:normal;
	list-style-position: inside;
}

#sitemap li.subcat2 {
	margin-left:40px;
	font-size:90%;
	font-weight:normal;
	list-style-position: inside;
}

embed , #movie ,h1{
	outline:none;
}




.agenda {
	width: 525px;
	background-color: #e3ecf2;
	border: 1px solid #b1cfe3;
}

.agendaHeader {
	background-color: #10243c;
	padding: 7px 0px 7px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-align:center;
	margin-bottom: 1px;
}

.agendaHeaderDay {
	width: 73px;
	padding: 4px 0px 4px 0px;
	font-weight: bold;
	color: #3d4d61;
	text-align: center;
	background-color: #d0e2f1;
	margin: 0px 1px 1px 1px;
}

.agendaDay {
	width: 73px;
	padding: 6px 0px 6px 0px;
	font-weight: bold;
	color: #3d4d61;
	text-align: center;
	background-color: #dce9f2;
	margin: 0px 1px 1px 1px;

}



.dark {
	background-image: url('../../images/skin/default/agenda_dark_01.png');
	background-position: center center;
	background-color: #c2daea;
}

.otherMonth {
	color: #9dacbf;
}

.reserved1 {
	background-image: url('../../images/skin/default/agenda_status_01.png');
	background-position: center center;
}

.reserved2 {
	background-image: url('../../images/skin/default/agenda_status_02.png');
	background-position: center center;
}

.reserved3 {
	background-image: url('../../images/skin/default/agenda_status_03.png');
	background-position: center center;
}

.reservedV1 {
	background-image: url('../../images/skin/default/agenda_verhuurd_01.png');
	background-position: center center;
}

.reservedV2 {
	background-image: url('../../images/skin/default/agenda_verhuurd_02.png');
	background-position: center center;
}

.reservedV3 {
	background-image: url('../../images/skin/default/agenda_verhuurd_03.png');
	background-position: center center;
}

.banner{
	margin:0px;
	padding:0px;
}

.left {
	text-align:left;
}

.borderRed {
	border-left:15px solid #aa1505;
	padding-left:5px;
	font-size:10px;
	float:left;
	width:auto;
	margin-left:15px;
	margin-top:3px;
}

.borderOrange {
	border-left:15px solid #f59b1b;
	padding-left:5px;
	float:left;
	width:auto;
	font-size:10px;
	margin-left:3px;
	margin-top:3px;
}


.testimonialPic {
	width: 92px;
	overflow: hidden;
}

.testimonialPic2 {
	width: 156px;
	overflow: hidden;
}

.testimonialText {
	width: 425px;
}

h3 {
	font-size: 16px;
	color:#10243c;
	margin:0px 0px 2px 0px;
	font-style: italic;
}

.moreTestimonials {
	padding: 4px 5px 5px 20px;
	margin-top:7px;
	width:66px;
	height:15px;
	display: block;
	background-image: url('../../images/skin/default/moretestimonials_bg.png');
	background-repeat:no-repeat;
}

.testimonialTitle {
	font-size: 14px;
	color:#10243c;
	margin:0px 0px 2px 0px;
	font-style: italic;
}

.testimonialFamily {
	font-size: 11px;
	color:#0072b3;
	font-weight: bold;
	margin:0px 0px 4px 0px;
}
