/* body { behavior:url("css/csshover.htc"); } */
body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}
body, html {
	height:100%;
	margin:0px;
	padding:0px;
	line-height:15px;
}


a:link {
	color: #ab5f09;
	text-decoration: none;
}
a:visited {
	color: #ab5f09;
	text-decoration: none;
}
a:hover {
	color: #ab5f09;
	text-decoration: underline;
}
a:active{
	color: #ab5f09;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p {
	margin:0px;
	padding:0px 0px 1em 0px;
}

h1{
	text-transform:uppercase;
	font-size:11px;
}

img {
	border:none;
	vertical-align:top;
}

.clear {
	clear:both;
	line-height:0px;
	height:0px;
}

.alert{
	border:1px solid #ab5f09;
	color:#ab5f09;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px;
}

/*--------------------- */
/* WRAPPERS				*/
/*--------------------- */

#wrapper{
	width:100%;
	height:100%;
}

#site{
	width:930px;
	height:525px;
	margin:0px auto;
	text-align:left;
	background:url(../img/site_bg.gif) no-repeat 180px 0px;
}

#sidebar{
	position:absolute;
	width:180px;
}

#main{
	position:absolute;
	width:740px;
	height:515px;
	margin-left:180px;
	background-color:#f2f2f2;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: cover;
}

#logo{
	position: absolute;
	left: 30px;
	top: 30px;
	width: 110px;
	height: 134px;
	background: url('../img/logo.png') no-repeat 0 0;
}

.home #logo{ width: 688px; }

#circle{
	z-index:99;
	position:absolute;
	margin:-12px 0px 0px 810px;
	width:105px;
	height:105px;
}

#intro{
	height:220px;
}

#intro p{
	color:#58595B;
	font-weight:bold;
}

#intro h1 a{
	color:#000000;
	text-decoration:none;
}
#intro h1 a:hover{
	color:#ab5f09;
	text-decoration:none;
}

#nav{
	height:225px;
}

#gmap{
	font-weight:bold;
}


/*--------------------- */
/* NAV					*/
/*--------------------- */

#nav ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#nav li{
	display:block;
	margin:0px;
	padding:0px 0px 12px 0px;
}

#nav a{
	display:block;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}

#nav a:hover, #nav a.active{
	color:#ab5f09;
	text-decoration:none;
}


/*--------------------- */
/* MAIN					*/
/*--------------------- */

#content{
	position:absolute;
	z-index: 1;
	background-color: rgba(255,255,255,0.8);
    padding: 20px;
    border-radius: 6px;
    right: 30px;
    top: 30px;
    width: 300px;
	bottom: 30px;
	overflow:hidden;
}

.home #content{
	display:none;
}

.fotos #content{
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
}


#content ul.gallery, #content ul.gallery li{
	list-style:none;
	margin:0;
	padding:0;
	height: 515px;
	width: 740px;
	overflow:hidden;
}


/*.reserveren #content, .zaalverhuur #content, .vacatures #content, .nieuws #content, .poldergeluiden #content{
	margin:55px 0px 0px 390px;
	width:295px;
	height:425px;
	overflow:hidden;
}

.menu_nl #content, .menu_en #content{
	margin:50px 0px 0px 50px;
	width:420px;
	height:420px;
}*/

.scroll{
	overflow: scroll;
}

.btn-link{
	display: inline-block;
	background: none;
	border: none;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding: 0;
	font-size: 11px;
}

.btn-link:hover{
	color: #ab5f09;
	cursor: pointer;
}

.btn{
	display: inline-block;
	background-color: #ab5f09;
	border: none;
	color: white;
	font: inherit;
	padding: 6px 12px;
	border-radius: 3px;
}
