@CHARSET "UTF-8";

body {
  padding-bottom: 30px;
  background-image: 		url('/images/wolken.png');
  background-repeat: 		repeat;
  background-attachment:	fixed;
}

.navbar-default {
	background-color:		#edf3f7;
}

span.kleinetekst {
	font-size:					9px;
}


#beschikform {
	margin-top:				10px;
	border:					0;
}

#beschikform td {
	background-color:		white;
	text-align:				center;
	border:					0;
	padding-left:			5px;
	padding-right:			10px;
	border-left:			1px solid #CAE1EE;
	border-bottom:			1px solid #CAE1EE;
	
}

#beschikform .col1 {
}

#beschikform .col2 {
	display:				none;
}

tr.lCamping {
	display:				none;
}

.hoverblock_container {
	display:				none;
}

#beschikform .chaletnaam {
	display:				table-cell; 
	vertical-align:			middle;
	height:					30px;
	padding-left:			5px;
}
 
div.halfblok {
	width:					0; 
	height:					0;  
	border-right:			25px solid transparent; 
	border-top:				15px solid #ccc; 
	border-left:			25px solid #ccc;  
	border-bottom:			15px solid transparent; 
	position: 				absolute;
}

td.available {
	cursor:					pointer;
}
td.halfblok {
	background-image:		url('/images/halfblok.png');
	background-size: 		cover;
	height:					30px;
}

span.available {
	text-decoration:		underline; 
}

a.navbar-brand {
	height:					auto;
}

.clear {
	clear:					both;	
}

.panel-body {
	background-color:		#e5f0f6;
}

#navigatiebalk {
	display:				none;
}

.col6 {
	background-color: transparent;
}

.navbar { 
    background-image: none;
}

#mainmenu, 
ul.dropdown-menu {
	 background-color:		#49abf0;
	
}


#mainmenu a {
	 color:					white;
}

@media only screen {
	.panel-body img { 
		max-width: 100%; 
		padding-bottom:	10px;
		display:	block;
	}
}

.floatimage {
}

.floatimage img {
}