* {
	margin: 0;
	padding: 0;
	}
body {
	overflow: -moz-scrollbars-vertical; /*Mozilla fix forces scrollbar to prevent centered sites from jumping */
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.5em;
	}
a {
	color: #8b2512;
	text-decoration: underline;
	}
a:hover {
	color: #c72b00;
	text-decoration: underline;
	}
p {
	width: auto;
	margin: 0 0 0.75em 0;
	text-align: justify;
	}
div.paragraphblock {
	margin: 0 16px 0 16px;
    }
p.intro { 
	margin: 0 0px 0.75em 0;
	color: #347f8f;
	font-size: 1em;
	font-weight: bold;
		text-align: justify;
	}
p.back {
	margin-top: 2em;
	text-align: right;
	}
p.back a {
	padding: 0 0 0 10px;
	color: #c88a66;
	text-decoration: none;
	background: url(../images/nav_back.gif) no-repeat 0;
	}
p.back a:hover { 
	color: #8b2512;
	text-decoration: none;
	background: url(../images/nav_back_mo.gif) no-repeat 0;
	}
.quote {
	margin: 2em 0.1em 1em 0.1em;
	padding: 8px 16px 8px 16px;
	border: 1px solid #7e6b60;
	}
.quote em {
	color: #2d374f;
	font-style: italic;
	}
h1 a, h1 a:hover {
	display: block;
	position: absolute;
	top: 0;
	left: 50px;
	width: 160px;
	height: 142px;
	color: #7e6b60;
	font-size: 1.8em;
	margin: 0;
	}
h1, h3 {
	position: relative;
	left: 16px;
	margin: 16px 16px 0.75em 0;
	color: #8b2512;
	text-align: justify;
	font-size: 1.15em;
	font-weight: bold;
	}
h2, h4 {
	margin: 1.5em 0 0.75em 0; 
	color: #8b2512;
	font-size: 1em;
	font-weight: bold;
	}
h4 span {
	font-weight: normal;
	}
h5 { 
	margin: 1.5em 0 0.75em 0; 
	color: #8b2512;
	font-size: 1em;
	font-weight: normal;
	}
em {
	color: #7e6b60;
	font-style: normal;
	}
img {
	border: 0;
	}
form {
	margin: 2em 0 0 0;
	}
input, select, textarea {
	width: 20em;
	padding: 0.2em 0.4em 0.2em 0.4em;
	border: 1px solid #bbb;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #fff;
	}
.small {
	margin: 0 1em 0 0;
	width: 5em;
	}
.medium {	
	width: 12em;
	}
textarea  {
	height: 10em;
	}
input.textButton {
	cursor: pointer;
	overflow: visible; /*ie margin fix*/
	width: auto;
	height: auto;
	margin: 0 0 0 4px;
	padding: 0.2em 0.8em 0.2em 0.8em;
	color: #fff;
	font-size: 1em;
	text-align: center;
	border: 0;
	border-right: 1px solid #2d374f;
	border-bottom: 1px solid #2d374f;
	background: url(../images/bg_button.png) repeat-x #a1b0bc center;
	}
.radiobutton, .checkbox {
	width: auto;
	margin: 0;
	vertical-align: middle;
	border: 0;
	}
.table {
	margin: 1em 0 8px 0;
	border-collapse: collapse;
	}
.table th, .label {
	width: auto;
	padding: 0.55em 1em 0 0.5em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #666;
	font-size: 0.9em;
	font-weight: normal;
	vertical-align: top;
	text-align: left
	}
.table th.sectionHeader {
	padding:0px;
	font-weight: bold;
}
.table td {
	overflow: visible;
	width: 20em;
	padding: 0.4em 0 0.2em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	white-space: nowrap;
	}
.table td.noBorders {
	border: none;
	width: auto;
	}
#containerBox {
	position: relative;
	margin: 16px auto 0 auto;
	min-width: 985px;
	max-width: 1104px;
	width: expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1122 ? "1104px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 791 ? "773px" : "100%")); /* min-width + max-width fix for IE */
	text-align: left;
	background: url(../images/bg_container.jpg) repeat-y 16px;
	}
#headerBox {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;	
	margin: 0 0 0 192px;
	height: 66px;
	background: url(../images/bg_header.gif) no-repeat #fff8e9;
	}
#identityBox {
	z-index: 10;
	position: absolute;
	width: 160px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: 0 0 0 16px;
	height: 100%;
	}
#logo span, #payoff span {
	position: absolute;
	left: -10000px;
	}
#logo {
	position: absolute;
	left: -50px;
	width: 210px;
	height: 160px;
	background: url(../images/logo_innerland.jpg) no-repeat;
	}
#payoff {
	position: absolute;
	top: 142px;
	left: 48px;
	width: 71px;
	height: 12px;
	background: url(../images/payoff_innerland.gif) no-repeat;
	}
#slideshow {
	z-index: 100;
	position: relative;
	top: 160px;
	width: 160px;
	height: 428px;
	background: url(../images/bg_picture.jpg) repeat-x;
	}
#slideshow div {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 428px;
	}
#slideshow #pic1 {
	background: url(../images/picture1.jpg);
	}
#slideshow #pic2 {
	background: url(../images/picture2.jpg);
	}
#slideshow #pic3 {
	background: url(../images/picture3.jpg);
	}
#slideshow #pic4 {
	background: url(../images/picture4.jpg);
	}
#slideshow #pic5 {
	background: url(../images/picture5.jpg);
	}
#menuBox {
	position: relative;
	z-index: 10;
	width: auto;
	height: 2.1em;
	margin: 0 0 0 192px;
	background: url(../images/bg_nav.png) repeat-x top #fff;
	}
#contentBox {
	z-index: 0;
	position: relative;
	width: auto;
	margin: 0 0 0 192px;
	padding: 16px 0 0 0;
	}
#content {
	clear: both;
	position: relative;
	margin: 0 180px 0 0;
	border: 1px solid #e7c7ad;
	background: url(../images/bg_content.jpg) repeat-x #fff8e9;
	}
#text {
	margin: 0 16px 16px 16px;
	}
.paragraphblock ol {
	list-style: decimal;
	margin: 0;
	padding: 0;
	}
.paragraphblock ul {
	list-style: square url(../images/li1.gif) outside;
	margin: 0;
	padding: 0;
	}
.paragraphblock li {
	text-align: justify;	
	margin: 0 0 0 24px;
	font-size: 1em;
	}
.paragraphblock ul li ul {
	list-style: square url(../images/li2.gif) outside;
	}
.paragraphblock li ul li{
	margin: 0 0 0 15px;
	font-size: 1em;
	}
div.image {
	position: relative;
	float: right;
	}
#image {
	position: relative;
	float: right;
	}
#image img {
	border: 1px solid #e7c7ad;
	margin: 4px 16px 4px 16px;
	}
.imageSmall {
	position: relative;
	float: right;
	width: 70px;
	padding: 0.45em 0 0.45em 16px;
	}
#footer {
	position: relative;	
	width: auto;
	margin: 0 178px 0 0;
	padding: 1px 8px 2em 8px;
	color: #b6766b;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 0.75em;
	letter-spacing: 0.33em;
	}
#footer a {
	color: #b6766b;
	text-decoration: none;
	}
#footer a:hover {
	color: #8b2512;
	text-decoration: underline;
	}
#copyright {
	overflow: auto;
	position: relative;
	float: left;
	}
#disclaimer {
	overflow: auto;
	position: relative;
	float: right;
		}
#quickBox {
	overflow: visible;
	position: absolute;
	top: 0;
	right: 0;
	width: 162px;
	margin: 16px 0 16px 0;
	}
.quick { 
	overflow: hidden;
	width: 158px;
	height: 158px;
	border: 1px solid #e7c7ad;
	color: #2d374f;
	text-decoration: none;
	margin: 0 0 16px 0;
	}

.quick h5 {
	position: absolute;
	left: -10000px;
	}
.quick h5 {
	min-height: 22px;
	margin: 0;
	padding: 0 8px 0 22px; 
	color: #fff;
	font-weight: normal;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	}
.quickhalf { 
	overflow: hidden;
	width: 158px;
	height: 79px;
	border: 1px solid #e7c7ad;
	color: #2d374f;
	text-decoration: none;
	margin: 0 0 16px 0;
	}

.quickhalf h5 {
	position: absolute;
	left: -10000px;
	}
.quickhalf h5 {
	min-height: 22px;
	margin: 0;
	padding: 0 8px 0 22px; 
	color: #fff;
	font-weight: normal;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	}
.box1 {
	background: url(../images/banner_inspiratie.jpg) no-repeat;
	}
.box1 li a {
	color: #fff;
	background: url(../images/nav_box_white.gif) no-repeat 8px;
	}
.box1 li a:hover {
	color: #fff;
	background: url(../images/nav_box_white_active.gif) no-repeat 8px;
	}
.box2 {
	background: url(../images/banner_referenties.jpg) no-repeat;
	}
img.ParagraphImageRight
{
    FLOAT: right;
    POSITION: relative;
    TOP: 0px;
	border: 1px solid #e7c7ad;
	margin: 13px 0px 4px 16px;
}
img.ParagraphImageLeft
{
    FLOAT: left;
    POSITION: relative;
    TOP: 0px;
	border: 1px solid #e7c7ad;
	margin: 12px 16px 4px 0px;
}
.error {
	margin-left:10px;
	color:red;
}

div.sizedparagraphblock {
	float:left;
	padding: 0 16px 8px 16px;
}
.paragraphblock ol, .sizedparagraphblock ol {
	list-style: decimal;
	margin: 0;
	padding: 0;
	}
.paragraphblock ul, .sizedparagraphblock ul {
	list-style: square url(../images/li1.gif) outside;
	margin: 0;
	padding: 0;
	}
.paragraphblock li, .sizedparagraphblock li {
	margin: 0 0 0 24px;
	font-size: 1em;
	}
.paragraphblock ul li ul, .sizedparagraphblock ul li ul {
	list-style: square url(../images/li2.gif) outside;
	}
.paragraphblock li ul li, .sizedparagraphblock li ul li{
	margin: 0 0 0 15px;
	font-size: 1em;
	}

#paging {
	text-align:center;
	width:98%;
	float:none;
}


.homeBoxContainer {
	position: relative;
	margin: 0px -16px 0px -16px;
	width:640px;
}

.homeBox {
	position: relative;
	float: left;
	width: 276px;
	height: 108px;
	border: 1px solid #999;
	margin: 20px 16px 12px 16px;
}

.homeBox img {
	border: 1px solid #e7c7ad;
	margin: 4px 16px 4px 4px;
	}
.homeBox .text {
	overflow: auto;
	position: absolute;
	top: 8px;
	left: 120px;
	width: 140px;
	height: 72px;
	font-weight: bold;
	line-height: 1.2em;
	}
.homeBox .link {
	overflow: auto;
	position: absolute;
	bottom: 4px;
	left: 120px;
	width: 140px;
	height: 20px;
	text-align: right;
	}
.homeBox .link a {
	padding: 0 12px 1px 0;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.3em;
	background: url(../images/home_link.gif) no-repeat right;	
	}
.homeBox .link a:hover {
	text-decoration: none;
	background: url(../images/home_link_mo.gif) no-repeat right;	
	}
.googleMap {
	width: 592px;
	border: 1px solid #e7c7ad;
	margin: 0 0 1em 0;
	}
