@charset "utf-8";
@import "clevercms.css";

html, body {
width				:100%;
font-family			:Tahoma;
font-size			:11px;
line-height			:16px;
margin				:0;
padding				:0;
overflow			:auto;
background-image	:url('../img/bg.jpg');
background-repeat	:no-repeat;
background-position	:top;
background-color	:#b2b2b2;
}
img					{border: 0;}
a:link 				{color:#303030;}
a:visited 			{color:#303030;}
a:hover 			{color:#303030;}
a:active 			{color:#303030;}
#container			{position:absolute; width:1000px; left:50%; margin-left:-500px; background:url(../img/bg_inhoud.gif) repeat-y #797262;}
#top				{float:left;height:90px; background-color:#f4edd5;}
#top_left			{float:left; width:224px; padding:0; height:90px; background:url(../img/logo.gif) 15px 20px no-repeat;}
#top_middle			{float:left; width:240px; padding-right:37px; height:90px;}
#top_right			{float:right; width:499px; padding-top:37px; height:53px;}
#menu				{float:left; height:58px; background:url(../img/menu_bg.gif); background-color:#998a85; margin:0px; padding:0px; width: 1000px;}
#left				{float:left; width:631px;}
#fotobalk			{float:left; height:195px; width:671px; padding:0px; margin:0px;}
#inhoud				{padding:18px; background-color:#f7f7e7; color:#303030;  width:631px;}
#right				{float:right; padding:24px 24px 0px 24px; width:279px; color:#FFFFFF;}
#right strong 	{color:#fff}
#right h2 	{color:#fff}
#right hr			{height:1px; color:#FFFFFF;}
#right a,
#right a:visited,
#right a:hover		{color:#FFFFFF;}
#leesmeer			{text-align:right;}
#leesmeer a			{color:#FFFFFF;}
#under				{width:653px; clear:both; float:left; padding-left:18px; padding-top:5px; height:22px; font-size:10px; background:url(../img/bg_under.gif); background-color:#f7f7e7;}
.submenu 			{width:279px; background:url(../img/but_normal.gif) no-repeat;}
.submenu ul 		{width:279px; margin:0px; padding:0px;}
.submenu li 		{list-style:none; line-height:21px; background: url(../img/but_normal.gif) no-repeat; text-indent: 25px;}
.submenu a 	    	{display:block; text-decoration:none; color:#ffffff; width:279px; text-indent: 25px;}
.submenu a:hover	{color:#ffffff; font-weight:bold; background:url(../img/but_normal.gif) left bottom no-repeat; text-indent: 25px;}
.submenu a.aan 		{color:#ffffff; font-weight:bold; background:url(../img/but_normal.gif) left bottom no-repeat; text-indent: 25px;}
.submenu li.blank   { background:url(../img/but_blank.gif);}

h1 						{font-size: 20px; display: inline; padding-bottom:20px;}
h2 						{font-size: 18px; display: inline; padding-bottom:15px;}
h3 						{font-size: 15px; display: inline; padding-bottom:15px;}

.sIFR-flash 			{visibility:visible !important; margin:0;}
.sIFR-replaced 			{visibility:visible !important;}
span.sIFR-alternate 	{position:absolute; left:0; top:0; width:0;	height:0; display: block; overflow: hidden;}
.sIFR-flash + div[adblocktab=true] {display:none !important;}
.sIFR-hasFlash h1		{visibility: hidden; letter-spacing:0px; font-size: 20px;}
.sIFR-hasFlash h2 		{visibility: hidden; letter-spacing:0px; font-size: 18px;}
.sIFR-hasFlash h3 		{visibility: hidden; letter-spacing:0px; font-size: 15px;}

label.contactformulier {color:#000000; display:block; float:left; width:170px; margin-top:2px; margin-bottom:2px; padding:2px;}
input.contactformulier {display:block; font-family:tahoma; font-size:11px; float:left; width:80px; margin-top:2px; margin-bottom:2px; padding:3px; width:300px; border:1px solid #666666;}
select.contactformulier{display: block;	float: left; width: 80px; margin-top: 2px;	margin-bottom: 2px;	padding: 3px;}
input:focus			   {background-color: #E8E8E8;}
select.contactformulier{padding:0px; font-size: 100%;}
br 					   {clear: left;}
.submit 			   {border: 1px solid #FFFFFF; background-color: #998a85; color: white; margin: 4px;}
#myGallery
{
        width: 1000px;
        height: 195px;
        z-index:5;
        display: none;
}
.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #464646;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}


