/*
	byo - 2008
	main.css
	v 0.1
*/

body {
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
}

/* titles //////////////////////////////////////////////////////////////////////////////////////////////////// */
h1 {
}

h2 {
}

h3 {
	margin: 5px 0px;
 	font-size: 15px;
	color: #002c69;
}

h4 {
}

h5 {
}

h6 {
}
/* /titles //////////////////////////////////////////////////////////////////////////////////////////////////// */

/* link //////////////////////////////////////////////////////////////////////////////////////////////////// */
a {
	text-decoration: none;
	color: #e62226;
}

a:hover {
	text-decoration: underline;
}

a:active {
}

a:visited {
}
/* /link //////////////////////////////////////////////////////////////////////////////////////////////////// */

/* form //////////////////////////////////////////////////////////////////////////////////////////////////// */
input,
textarea {
	padding: 2px 2px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

.select-s select {
	width: 80px;
}

.input-s * {
	font-size: 11px;
}

.input-m * {
	width: 100px;
}


.input-l * {
	width: 250px;
}

.input-xxl * {
	width: 560px;
}

.input-xxl textarea {
	height: 100px;
}

select option {
	background-color: #fff;
}

.highlightInput-focus {
	background-color: #B6D69A;
}
/* /form //////////////////////////////////////////////////////////////////////////////////////////////////// */

.hidden {
	display: none;
}



/* layout //////////////////////////////////////////////////////////////////////////////////////////////////// */
#mbody {
	width: 950px;
	margin: 0px auto;

	border: 1px solid #5C5C5C;
}

#header {
	position: relative;
	height: 138px;
	background-image: url(graphics/header-bg.gif);
	background-repeat: repeat-x;
	border-bottom: 3px solid #4D7491;
}

#header-flags {
	position: absolute;
	left: 8px;
	bottom: 5px;
}


#header-logo {
	display: block;
	float: left;
	margin-left: 8px;
}

#header-banner-pub {
	display: block;
	float: left;
	width: 234px;
	height: 60px;
	margin: 36px 0px 0px -5px;
	
	cursor: pointer;
}

#header-banner {
	display: block;
	float:right;
	width: 300px;
	height: 105px;
	margin: -80px 20px 0px 0px;
	/*margin-left: 280px;*/
}

#header-bannerDVD {
	display: block;
	float:right;
	width: 400px;
	height: 100px;
	margin-top: -60px;
	margin-left: 275px;
}
.header-bannerDVD-en{
	margin-right:50px;
	!padding-top:100px;
}


#header-bannerS {
	display: block;
	float:right;
	width:150px;
	height: 105px;
	margin: -70px 10px 0px 45px;
	
	/*margin-left: 280px;*/
}

#header-loginbox {
	display: none;
	margin-left: 750px;
	padding-top: 5px;
}

#header-loginbox h4{
	margin: 0px;
	font-size: 13px;
	color: #002c69;
}

#header-loginbox fieldset {
	width: 150px;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	background-image: url(graphics/header-loginbox-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #4E6C84;

}

#header-loginbox label {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #002c69;
}

#header-loginbox .input {
	width: 95px;
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #7F9DB9;
}

#header-loginbox .button {
	margin-bottom: 5px;
	padding: 3px 0px;
	background-color: transparent;
	border: none;
	color: #002c69;
	cursor: pointer;
}

#header-loginbox a {
	font-size: 11px;
	font-weight: bold;
}


#footer {
	line-height: 18px;
	background-color: #E5F3FC;
	font-size: 11px;
	text-align: center;
	color: #4D7491;

}

#signature {
	display: block;
	width: 200px;
	margin: auto;
	padding: 5px;
	font-size: 10px;
	text-align: center;
	color: #4D7491;
}

#topContent {
	position: relative;
	margin: 1px 0px;
	border-top: 1px solid #4D7491;
	border-bottom: 1px solid #4D7491;

}

#tell {
	position: absolute;
	top: 213px;
	left: 30px;
	_padding-top:20px;
	color: #b1e6ff;
	font-size: 11px;
	text-decoration: none;
}

#mainContent {
	border-top: 3px solid #4D7491;
}



/* /layout //////////////////////////////////////////////////////////////////////////////////////////////////// */


/* navigation //////////////////////////////////////////////////////////////////////////////////////////////////// */
#navi-h {
	height: 40px;
	background-image: url(graphics/navi-h-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	
}

#navi-h ul {
	float: right;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	height: 40px;
	list-style: none;
	font-size: 15px;
	color: #4D7491;
	margin-top:-30px;
}

#navi-h li {
	float: left;
}

#navi-h a {
	padding: 15px;
	text-transform: capitalize;
	color: #777;
}

#navi-h a:hover {
	text-decoration: underline;
	color: #4D7491;
}

#navi-h a.selected {
	font-weight: bold;
	text-decoration: underline;
	color: #4D7491;
}

#navi-v {
	float: left;
	width: 140px;
	margin: -40px 0px 0px;
	padding: 15px 0px 30px;;
	background-color: #4D7491;
	list-style: none;
	font-size: 15px;
	/*border: 1px solid red;*/
}


#navi-v li {
	height: 22px;
	line-height: 22px;
	margin: 4px 0px;
}

#navi-v a {
	display: block;
	padding-left: 30px;
	background-image: url(graphics/navi-v-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-transform: capitalize;
	color: #fff;
}

#navi-v a:hover,
#navi-v a.selected {
	background-image: url(graphics/navi-v-bg-hover.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #144566;
}
/* /navigation //////////////////////////////////////////////////////////////////////////////////////////////////// */

/* block1 //////////////////////////////////////////////////////////////////////////////////////////////////// */
.block1 {
	padding: 20px 12px 8px 0px;;
	background-color: #E5F3FC;
}

.blockredmark {
	color: #dc0000;
	font-weight: bold;
}

#block1-home .block-text {
	float: left;
	width: 250px;
	margin-left: 13px;
}

#block1-home p {
	font-size: 11px;
	color: #4D7491;
}

#block1-home a {
	display: block;
	float: left;
	width: 170px;
	height: 128px;
	background-repeat: no-repeat;
}

#block1-home a.faded {
	opacity: 0.7;
}

#block1-home a.faded:hover {
	opacity: 1;
}

#block1-home #img1 {
	background-image: url(graphics/home-photo1.jpg);
}

#block1-home #img1:hover {
	background-image: url(graphics/home-photo1-hover.jpg);
}

#block1-home #img2 {
	background-image: url(graphics/home-photo2.jpg);
}

#block1-home #img2:hover {
	background-image: url(graphics/home-photo2-hover.jpg);
}

#block1-home #img3 {
	background-image: url(graphics/home-photo3.jpg);
}

#block1-home #img3:hover {
	background-image: url(graphics/home-photo3-hover.jpg);
}

#financieel-banner{
	float: left;
	width: 450px;
	height: 148px;
	padding-left: 50px;
	padding-top: 16px;
}

#block1-home-villas {
	height: 160px;
	margin-top: -10px;

}

#newsTicker {
	position: relative;
	height: 15px;
	margin: 3px 0px -4px 143px;
	/*border: 1px solid red;*/
}

#newsTicker span {
	color: #e62226;
}

#newsTicker a {
	display: inline;
	float: none;
	width: auto;
	height: auto;
}


/* /block1 //////////////////////////////////////////////////////////////////////////////////////////////////// */

/* block2 //////////////////////////////////////////////////////////////////////////////////////////////////// */
.block2 {
	padding: 10px;
	background-color: #E5F3FC;
}

#home-block2 .gallery {
	float: left;
	margin: 5px 0px 0px;

}

#home-block2 .block-text {
	margin-left: 565px;
	margin-right: 10px;
	margin-top: 25px;
	font-size: 	13px;
	color: #002c69;
}

#home-block2 h3 {
	line-height: 24px;
	padding-left: 24px;
	font-size: 14px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #2D5A83;
}

#home-block2 p {
	margin: 5px 0px 25px 15px;
}


#home-block2 a {
	color: #002c69;
}

#home-block2 #title-news {
	background-image: url(graphics/icon_news.jpg);

}

#home-block2 #title-camera {
	background-image: url(graphics/icon_camera.jpg);

}

#home-block2 #title-quality {
	background-image: url(graphics/icon_star.jpg);
}


#home-block2 ul {
	margin: 5px 0px 25px 5px;
	list-style-position: inside;
	list-style: outside square;
}


#home-block2 ul.news li {
	color: #e62226;
}

#home-block2 #camera-text {
	margin-left: 30px;

}

#home-block2 ul.camera {
	list-style-position: inside;
	list-style: square;
	margin: 5px 25px 25px;
}

#home-block2 ul.news li * {
	color: #002c69;
}

#home-block2 li {
	margin-left: 0px;
}

#home-block2 #list-quality {
	position: relative;
	color: #e62226;
}

#home-block2 #list-quality li * {
	color: #002c69;
}





#home-block2 #logo-quality {
	position: absolute;
	left: 265px;
}


#home-block2 .quality img {
	margin-right: 7px;
}

.form-wide div {
	line-height: 30px;
	margin-right: 315px;
	text-align: right;
}

.note_prices{

}

.form-wide div.select-s {
	margin-right: 491px;
}

label.required {
	font-weight: bold;
	color: #E2203F;
}


#thanks {
	padding-bottom: 10px;

}

#thanks p {
	padding: 5px;
	text-align: center;

}

#thanks2 {
	padding-bottom: 40px;

}

#thanks2 p {
	padding: 5px;
	text-align: center;

}

#contact .text {
	float: left;
	margin-left: 10px;
	text-align: left;
}

#contact .textentree {
	float: right;
	margin-right: 40px;
	margin-top: 25px;
	text-align: left;
	width:150px;
}
#contact .textentreemini {
	float: right;
	margin-right: 90px;
	margin-top: 25px;
	text-align: left;
	width:150px;
	font-size: 12px;
}

#orderDvd .textentree {
	float: right;
	margin-right: 40px;
	margin-top: 25px;
	text-align: left;
	width:180px;
}

#orderDvd .text {
	float: left;
	margin-left: 10px;
	text-align: left;
}

#orderDvd .alert {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	color: #E2203F;
}

#contact #message {
	/*color: #7fff70;*/
}

#contact #message textarea {
	vertical-align: top;
}

#orderDvd .text {
	margin-bottom: 20px;
	text-align: center;
}


#locatie p {
	padding-left: 24px;
	text-align: center;
	color: #002c69;
}

#locatie h3 {
	line-height: 24px;
	padding-left: 24px;
	font-size: 14px;
	color: #002c69;
}

#news-block2 h3 {
	line-height: 24px;
	font-size: 14px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #2D5A83;
}

#home-verhuur {
	color: #002c69;
	font-style: italic;
	background-color: #c6e5fe;
}

.gallery-leftColumn {
	height: 565px;
	width: 220px;
	float: left;
	margin-left: 10px;
	padding-top: 25px;
	/*border: 1px solid red;*/
}

.gallery-logo {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.gallery-leftColumn .thumb {
	display: block;
	width: 86px;
	height: 86px;
	margin: 0px 0px 51px 14px;
	padding: 1px;
	float: left;
	background-image: url(graphics/gallery-thumb-bg.gif);
	background-repeat: no-repeat;
}

.gallery-leftColumn .googlemap-link {
	display: block;
	margin: 0px 0px 20px 30px;
	padding: 1px;
	float: left;
}

.gallery-leftColumn .routeplanner-link {
	position: relative;
	display: block;
	margin: 0px 0px 20px -10px;
	padding: 1px;
	float: left;
}



.gallery-rightColumn {
	margin-left: 230px;
	height: 565px;
	width: 660px;
	text-align: center;
	/*border: 1px solid blue;*/
}

.gallery-center {
	position: relative;
	/*margin-left: 90px;
	height: 565px;
	width: 760px;*/
	text-align: center;
	border: 1px solid blue;
}

.gallery-center a {
	position: absolute;
	border: 1px solid blue;
}

.gallery-center .link-rp2 {
	width: 45px;
	height: 45px;
}

.gallery-center .link-rp3 {
	width: 45px;
	height: 45px;
}

.gallery-rightColumn h4 {
	margin: 5px;
	font-size: 14px;
		text-align: center;
}

#gallery-largeImage {
}

#prices-block2 {
	padding: 0px 70px 25px;
}

#faq li {
	margin-bottom: 40px;

}

/* /block2 //////////////////////////////////////////////////////////////////////////////////////////////////// */

#banner1_header{

padding-top:10px;
}
.red{
color:#FF0000;
}
