@charset "utf-8";
/* CSS Document */
/* kleuren: blauw:#009BDE - lichtgrijs:#ccc - donkergrijs:#8b8b8b - rood:#ed1c24 - oranje:#FF9400 */
* { /* verschil in browser rendering voorkomen door alle margins en paddings op 0 te zetten */
margin: 0;
padding: 0;
}
body {
	font-size: 62.5%;  /* 16px × 62.5% = 10px (16px is de browsers standaard, werk verder met "em" als eenheid en met "px" voor exacte afmetingen)*/
	font-family:Arial, Helvetica, sans-serif;
}
.clear { /* zorgen dat een element naar de volgende regel wordt gepusht */
	clear:both;
}
.red {
	color: #F00;
}
.red_bold {
	color: #F00;
	font-weight: bold;
	font-size: 1.4em;
}
#h-center {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
	background:#fff url(../images/bg_gradient.jpg) center top repeat-x;
}
#address {
	height:19px;
	background-color:#333;
}
.h-center2 { /* Om te voorkomen dat watermerk naar links wordt gedrukt als het scherm wordt verkleind. */
	width:982px;
	margin-left:auto;
	margin-right:auto;
}
#address p {
	padding-top:4px;
	display:block;
	font-size:1.0em;
	line-height:1.0em;
	color:#FFF;
}
#address a:link, #address a:visited { /* meer contactgegevens link */
	font-size:1.0em;
	line-height:0.5em;
	text-decoration:underline;
	color:#fff;
}
#address a:hover, #address a:active { /* meer contactgegevens links */
	color:#ccc;
}
#header {
	margin-left:auto;
	margin-right:auto;
	width:982px;
	height:173px;
	background:#fff url(../images/sansiera_header.jpg);
}
a img { /* voorkomen dat een afbeelding met een link een border krijgt en laten oplichten */
	border:none;
/* 	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity: 1; */
}
/* a img:hover{ oplichten van afbeelding met link */
/* 	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);-moz-opacity: 0.85; */
/* } */
.logo {
	margin-top:49px;
}
#maincontent {
	width:100%;
}
#shadow {
	margin-left:auto;
	margin-right:auto;
	width:982px;
	background:#fff url(../images/content_schaduw.jpg) no-repeat;
}
a:link, a:visited { /* Content links */
	font:14px Arial, Helvetica, sans-serif;line-height:16px;text-decoration:underline;color:#333;
}
a:hover, a:active { /* Content links */
	color:#009BDE;
}
ul {
	margin:0 0 12px 16px;
}
li {
	padding-left:0;
	font-size:1.4em;
	line-height:1.6em;
	color:#333;
}
/* menu vanaf hier bewerken */
#menublock {
	margin-left:auto;
	margin-right:auto;
	height:35px;
	width:974px;
	background:#FF9400 url(../images/menu_bg.jpg) repeat-x;
}
.moduletable_menu ul.nav.menusan {
	list-style-type:none;
	padding-top:1px;
}
.moduletable_menu ul.nav.menusan li {
	display:inline-block;
}
a.mainlevel:link, a.mainlevel:visited, /* Menu links */
.moduletable_menu ul.nav.menusan li a:link,
.moduletable_menu ul.nav.menusan li a:visited {
	padding:7px 1px;
	text-decoration:none;
	font-size:13px;
	line-height:26px;
	color:#fff;
	font-weight:bold;
}
a.mainlevel:hover, a.mainlevel:active, /* Menu links */
.moduletable_menu ul.nav.menusan li a:hover,
.moduletable_menu ul.nav.menusan li a:active {
	color:#666;
}
#active_menu, /* Menu links */
.moduletable_menu ul.nav.menusan li.current.active a:link {
	color:#666;
	cursor:default;
}
.moduletable_menu span.mainlevel,
.moduletable_menu span.separator {
	font-size:13px;
	line-height:26px;
	color:#fff;
	font-weight:normal;
}
.moduletable_menu span.separator {
	padding:0 6px;
	font-weight:bold;
}
/* menu tot hier bewerken */
#content {
	margin-left:auto;
	margin-right:auto;
	width:974px;
	background-image:url(../images/glaskraal01.jpg), url(../images/content-bg.jpg);
	background-position:bottom right, center 30px;
	background-repeat:no-repeat;
	background-color:#fff;
	text-align:center;
	border-top:#F38B04 5px solid;
}
#witruimte {
	padding:48px 38px 18px 38px;
}
hr {
	height:0;
	border:0;
	border-top:1px solid #8b8b8b;
	padding-bottom:20px;	
}
.witruimte02 {
	margin:17px;
}
#witruimte h1, #witruimte div#component-contact table td.contentheading {
	margin-bottom:10px;
	font-size:2.0em;
	color:#333;
	font-weight:bold;
}
p {
	font-size:1.4em;
	line-height:1.3em;
	margin-bottom:20px;
	color:#333;
}
#witruimte div#component-contact table td {
	font-size:14px;
	line-height:16px;
	color:#333;
}
strong.larger {
	font-size:1.4em;
	line-height:1.6em;
	color:#333;
}
.smaller {
	font-size: 0.9em;
}
/* Begin homepage blokken */
.home_block {
	margin-top:12px;
	width:219px;
	background-color:#eaeaea;
	float:left;
}
.witruimte03 {
	padding:0 1px 1px 1px;
}
.witruimte04 {
	padding:7px 10px;
}
.home_titel {
	width:217px;
	height:26px;
	background:#ccc url(../images/gradient.jpg) repeat-x;
}
h2 {
	margin:0 10px;
	font-size:1.4em;
	line-height:1.7em;
	color:#fff;
}
h2.title_rechts {
	font-size:17px;
	color:#019BDE;
	margin:0px;
	padding:0px;
}
h3 {
	margin-bottom:10px;
	font-size:2.0em;
	color:#333;
	font-weight:bold;
}
h4, h5, h6 {
	font-size:1.4em;
	line-height:1.6em;
	color:#333;
}
.home_block_bg {
	width:217px;
	height:237px;
	background-color:#fff;
	overflow:auto;
}
.witruimte04 p {
	font-size:1.2em;
	color:#333;
}
.witruimte04 a:link, .witruimte04 a:visited { /* Content links */
	font:12px Arial, Helvetica, sans-serif;line-height:16px;text-decoration:underline;color:#333;
}
.witruimte04 a:hover, .witruimte04 a:active { /* Content links */
	color:#009BDE;
}
/* Eind homepage blokken */
p.voorwaarden {
	font-size:1.0em;
	color:#333;
	text-align:justify;
}
.right {
	width:221px;
	float:right;
	background: url(../images/kleine_gradient.jpg) no-repeat;
}
.betalen {
	margin-right:16px;
}
a.large_button:link, a.large_button:visited { /* large button */
	display:block;
	width:187px;
	height:52px;
	margin-bottom: 15px;
	font-size:1.0em;
	line-height:3.7em;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background:#009BDE url(../images/large_button.jpg);
}
a.large_button:hover, a.large_button:active { /* large button */
	color:#ccc;
}
#footer {
	width:100%;
	height:58px;
	text-align:center;
	background-color:#333;
}
#slogan {
	margin-left:auto;
	margin-right:auto;
	width:974px;
	height:30px;
	background:#fff url(../images/glaskraal02.jpg) right top no-repeat;
	text-align:right;
}
#slogan p {
	margin:0 5px 0 0;
	padding-top:6px;
	font-size:1.0em;
	color:#333;
}
#copyright {
	margin-left:auto;
	margin-right:auto;
	width:974px;
	height:28px;
	background:#333 url(../images/spiegeling.jpg) repeat-x;
}
#copyright p {
	padding-top:9px;
	display:block;
	line-height:1.5em;
	color:#8b8b8b;
	font-size:0.9em;
}
#copyright a:link, #copyright a:visited { /* Content links */
	font-size:1.0em;
	line-height:1.5em;
	text-decoration:underline;
	color:#8b8b8b;
}
#copyright a:hover, #copyright a:active { /* Content links */
	color:#ccc;
}
/* Joomla css */
.blog {
	width:699px;
}
.contentpaneopen {
	width:699px;
	background: url(../images/grote_gradient.jpg) no-repeat;
}
.left .leading-0,
.left .item,
.left .item-page,
.left .bfFormDiv {
	padding:19px;
	background: url(../images/grote_gradient.jpg) no-repeat;
}
table.contentpaneopen td {
	padding:17px;
}
.wrapper {
	border:1px solid #333;
}
iframe.wrapper {
	border:0px;
}
table.tabelstyling01 td {
	text-align:center;
	padding-bottom:30px;
}
.pagination {
	text-align:center;
}
.pagination .counter {
	font-size:10px;
}
.pagination ul {
	list-style-type:none;
}
.pagination ul li {
	display:inline-block;
	margin:0 2px;
}
.tooltip {
	font-size:0px;
}
.bfPage label,
.bfPage input,
.bfPage legend {
	font-size:1.4em;
}
.bfPage legend {
	font-weight:bold;
}
.bfQuickMode section.bfElemWrap {
	margin-bottom:0;
}