/* GENERAL STYLES */
@charset "utf-8";

/* CSS Document */

html, body
{
	width: 100%;
	height: 100%;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #20462d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Content */

h1
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
}

h2
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
}

h3
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
}

.white { color: #FFFFFF; }

.creme { color: #B8B1A3; }

a { text-decoration: underline; color: #B8B1A3; }

a:hover { text-decoration: none; }

p { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

ul { margin: 0px 0px 0px 16px; padding: 0px 0px 0px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #B8B1A3; }

img.img_left { border: 2px solid #4c3c18; float: left; margin: 0px 10px 10px 0px; }
img.img_right { border: 2px solid #4c3c18; float: right; margin: 0px 0px 10px 10px; }

img.img_left_without { border: 2px solid #4c3c18; float: left; margin: 0px 0px 10px 0px; }
img.img_right_without { border: 2px solid #4c3c18; float: right; margin: 0px 0px 10px 0px; }

.link-read-more a
{
	background-image: url(../images/img_arrow.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 13px;
	font-weight: bold !important;
	text-decoration: none !important;
	color: #E5B461 !important;
}

.link-read-more a:hover { text-decoration: underline !important; }

.float-left { float: left; }

.float-right { float: right; }

.clearboth
{
	height: 0px;
	clear: both;
	content: "";
}

/* Assets */

.assets#viewport
{
	width: 100%;
	height: 100%;
}

.assets#header
{
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #20462d;
}

.header-inside
{
	width: 998px;
	height: 100px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bg_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.logo
{
	width: 351px;
	margin: 23px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.assets#navigation
{
	width: 998px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.assets#page
{
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #142C1C;
}

.assets#footer
{
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.footer-top
{
	width: 100%;
	line-height: 29px;
	background-color: #1c3e27;
}

.footer-top-inside
{
	width: 998px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3d664b;
}

.footer-top-inside a
{
	text-decoration: none;
	color: #3d664b;
}

.footer-top-inside a:hover
{
	text-decoration: underline;
	color: #3d664b;
}

.footer-bottom
{
	width: 100%;
	line-height: 29px;
	background-color: #20462d;
}

.footer-bottom-inside
{
	width: 998px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3d664b;
}

.footer-bottom-inside a
{
	text-decoration: underline;
	color: #3d664b;
}

.footer-bottom-inside a:hover
{
	text-decoration: none;
	color: #3d664b;
}

/* Page */

.navigation-item a
{
	height: 29px;
	line-height: 29px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #E5B461;
	float: left;
}

.navigation-item a:hover { color: #706346; }

.navigation-item-hovver a
{
	height: 29px;
	line-height: 29px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	text-transform: uppercase;
	color: #706346;
	float: left;
}

.navigation-item-hovver a:hover { }

.page-inside
{
	width: 978px;
	margin: 0px auto 0px auto;
	padding: 10px 10px 18px 10px;
	background-image: url(../images/bg_page-inside.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #0d1a11;
}

.page-column-left
{
	width: 731px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.box-content
{
	width: 687px;
	margin: 0px 0px 10px 0px;
	padding: 18px 20px 18px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B8B1A3;
}

.box-highlight
{
	width: 727px;
	height: 324px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #413919;
}

.box-highlight-content
{
	width: 193px;
	height: 288px;
	margin: 0px 0px 0px 0px;
	padding: 18px 20px 18px 20px;
	background-image: url(../images/bg_dark_brown.png);
	background-position: top left;
	background-repeat: repeat;
	font-size: 10px;
	text-align: right;
	color: #B8B1A3;
	float: right;
}

.box-portal-1
{
	width: 233px;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: 2px solid #4c3c18;
	float: left;
}

.box-portal-2
{
	width: 233px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: 2px solid #4c3c18;
	float: left;
}

.box-portal-3
{
	width: 233px;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	border: 2px solid #4c3c18;
	float: left;
}

.box-portal-4
{
	width: 233px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: 2px solid #4c3c18;
	float: left;
	cursor: pointer;
}


.box-portal-image
{
	width: 80px;
	float: left;
}

.box-portal-content-1
{
	width: 113px;
	height: 180px;
	margin: 0px 0px 0px 0px;
	padding: 18px 20px 18px 20px;
	background-image: url(../images/bg_kleding.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #B8B1A3;
	float: left;
}

.box-portal-content-2
{
	width: 113px;
	height: 180px;
	margin: 0px 0px 0px 0px;
	padding: 18px 20px 18px 20px;
	background-image: url(../images/bg_tuin-en-serremeubelen.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #B8B1A3;
	float: left;
}

.box-portal-content-3
{
	width: 113px;
	height: 180px;
	margin: 0px 0px 0px 0px;
	padding: 18px 20px 18px 20px;
	background-image: url(../images/bg_terracotta.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #B8B1A3;
	float: left;
}

.box-portal-content-4
{
	width: 113px;
	height: 44px;
	margin: 0px 0px 0px 0px;
	padding: 18px 20px 18px 20px;
	font-size: 10px;
	color: #B8B1A3;
	float: left;
	cursor: pointer;
}

.box-portal-content-4 a
{
	text-decoration: none;
}

.box-portal-content-4 a:hover
{
	text-decoration: none;
}

.page-column-right
{
	width: 237px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.box-contact
{
	width: 197px;
	margin: 0px 0px 0px 0px;
	padding: 18px 20px 22px 20px;
	background-image: url(../images/bg_contact.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #142C1C;
	font-size: 10px;
	color: #A1ABA4;
}

.box-contact a
{
	text-decoration: underline;
	color: #A1ABA4;
}

.box-contact a:hover { text-decoration: none; }

.box-news
{
	width: 197px;
	margin: 0px 0px 10px 0px;
	padding: 18px 20px 18px 20px;
	font-size: 10px;
	color: #A1ABA4;
}

.news-item a
{
	background-image: url(../images/img_arrow_grey.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 13px;
	font-weight: normal !important;
	text-decoration: none !important;
	color: #A1ABA4 !important;
}

.news-item a:hover { text-decoration: underline !important; }

.pay-off { margin: 8px 0px 0px 0px; }

/* Forms */

.inputtekst
{
	width: 100%;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0d1a11;
}

.inputtekstopmerking
{
	width: 100%;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0d1a11;
}

.inputbutton
{
	background-image: url(../images/img_arrow.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	background-color: transparent !important;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold !important;
	text-decoration: none !important;
	color: #E5B461 !important;
	cursor: pointer;
	
}

.inputbutton:hover
{
	background-image: url(../images/img_arrow.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	background-color: transparent !important;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold !important;
	text-decoration: none !important;
	color: #E5B461 !important;
	cursor: pointer;
}


/* EDITOR PROPERTIES */
