﻿html { margin:0; }
body {
	margin:0;
	padding:0;
	font-family:verdana,sans-serif;
	color:#333;
	text-align:left;
	background: url('../images/background-site-new-5.jpg') center 0 no-repeat fixed #332520;
	line-height: normal;
}

p {font-size:9pt;}
a { color:#c7c2bc; }

img {
	max-width: 100%;
	height:auto
}

/*HELE SITE*/
#site { width:100%;}

/*CONTAINER MET ALLES*/
#milieu { width: 799px; max-width: 100%;clear:both;;height:auto;overflow:hidden;}

/*CONTAINER RECHTS*/
	#page { width:100px; max-width: 100%;background-color:#ffffff;margin-bottom:10px;margin-top:0px;float:none;clear:right;display:block;background-color: rgba(255, 255, 255, 0.8);}
	#page p { text-align:left;font-size:8pt;padding:6px 10px 6px 10px;}
	#page .p { text-align:left;font-size:8pt;padding:6px 10px 6px 10px;width:480px;float:left;}
	#page table { border-collapse:collapse;font-size:8pt;}
	
/*CONTAINER LINKS*/
	#live { width:1000px;height:50px;margin:12px 0 10px 0px;padding:0 0 10px 0;text-align:left;z-index:9;height:auto;overflow:hidden;float:left;font-family:'Oswald',arial;text-align:left;} 
	
		/*RESERVEREN*/

	#live .reserve1 a { width:370px;background-color: #ac2c30;color:#ffffff;font-size: 11.9pt;text-transform:uppercase;display:block;padding:10px;text-decoration:none;letter-spacing:1px;margin:0 0 0px 20px;box-shadow:3px 3px 3px #333;-webkit-box-shadow:3px 3px 3px #333;font-weight:bold;border-radius:8px;
background-image: -webkit-linear-gradient(top, #FE2EF7 0%, #96ddee 100%);
background-image:    -moz-linear-gradient(top, #FE2EF7 0%, #96ddee 100%);
background-image:     -ms-linear-gradient(top, #FE2EF7 0%, #96ddee 100%);
background-image:      -o-linear-gradient(top, #FE2EF7 0%, #96ddee 100%);
background-image:         linear-gradient(top, #FE2EF7 0%, #96ddee 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#169dc4',endColorstr='#96ddee', GradientType=1);
	}
	#live .reserve1 a:hover { color:#ffffff;
background-image: -webkit-linear-gradient(top, #332520 0%, #c7c2bc 100%);
background-image:    -moz-linear-gradient(top, #332520 0%, #c7c2bc 100%);
background-image:     -ms-linear-gradient(top, #332520 0%, #c7c2bc 100%);
background-image:      -o-linear-gradient(top, #332520 0%, #c7c2bc 100%);
background-image:         linear-gradient(top, #332520 0%, #c7c2bc 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac2c30',endColorstr='#660000', GradientType=1);	
	}
	#live .reserve1 .blanc { color:#000000;font-size:18pt;text-transform:uppercase;margin-right:15px;}
	#live .reserve1 a:hover .blanc  { color:#ffffff;}
	#live .reserve1 .noir {
	color:#000000;
	font-size:12px;
	line-height:12pt;
	font-weight:normal;
	margin:0px 0px 0px -5px;
	text-transform:lowercase;
	letter-spacing:0px;
}

/*MENU*/
	#live .Menu { margin:0;padding:0;list-style:none;display:block;padding:10px 0px;color: #ffffff;text-decoration: none; font-family:'Oswald',arial;background-color: rgba(255, 255, 255, 0.5); text-align:center; border-radius:0px;height:auto;overflow:hidden;}
	#live ul.Menu a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:10pt;
	font-weight:normal;
	line-height:15pt;
	padding: 20px 5px;
	background:#332520;
	width:111px;
	height:5px;
	float:left;
	margin:0px 0px 0px 10px;
	text-transform:uppercase;
}
	#live ul.Menu a:hover {
	color:#000000;
	text-decoration:none;
	background:#332520;
	opacity:0.8;
}
	
	
	
/* RONDRANDJE*/	
.roundrect {
border-radius: 6px;
}

/* Responsive iFrame */
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


