﻿
body {   	
	background-image: none;
	background-attachment: fixed;
	background-color: #FFC;
/*	background-image:url(images/blauw.png); */
	background-size:cover; 
	background-position : top;
/*	scrollbar-face-color: #8B0000;
	scrollbar-shadow-color: #FF9999;
	scrollbar-highlight-color: #FF9999;
	scrollbar-3dlight-color: #F5FAFA;
	scrollbar-darkshadow-color: #F5FAFA;
	scrollbar-track-color: #F5FAFA;
	scrollbar-arrow-color: #F0F8FF;
*/	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8 px;  
	line-height:18 px;
	margin: 0;
	padding: 0;
/*	text-align:center
*/
/*	background-image:url('images/bkgr1.png')*/

}

div {
margin:0px;
padding:0px;
border:0px;
}

h1, h2, h3{
	margin: 0;
	padding: 0;
}



p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 11px;  
	line-height:14 px;	*/	 
 }

h1 {	font-size: 35px;
	font-weight: bold;
	line-height:60px;
	color: #0099CC;

}

h2 { font-size: 20px;
	font-weight: bold;
	color: #0099CC;
	line-height:28px;
}
h3 { font-size: 14px;
	font-weight: bold;
	color: #0099CC;
	line-height:18px;
		
}


a:link {  color: #f00; text-decoration: underline}
a:focus { color:#000; text-decoration: underline}
a:visited { color: #000; text-decoration: underline }
a:hover { color: #f00; text-decoration: underline }
a:active { color: #00f; text-decoration:blink 
}

a.ablok:link {  color:#ff0; text-decoration: none}
a.ablok:focus { color:#00f; text-decoration: none}
a.ablok:visited { color:#000; text-decoration: none }
a.ablok:hover { color: #f0f; text-decoration:none }
a.ablok:active { color: #00a; text-decoration:none; 
}

fieldset{
	display:block
}

.rechthoek {
	background:url(images/r100x50.png);
	background-repeat:no-repeat;
	cursor: crosshair;
	}
	
#popupPanel {
	position:absolute;
	width:200px;
	min-height:100px;
	top:20px;
	left:450px;
	display: none;
	border: 1px solid silver ;
	border-bottom: 2px silver outset;
	border-left:2px silver outset;
	margin:5px;
	padding:5px 5px 5px 15px;
	background-color:#55DFFF;
	color:maroon;
	z-index:2000;
	box-shadow: 3px 3px 3px 3px #888;
	border-radius: 16px

}

#divverplaats_map{
position:absolute; 
width:110px; 
height:70px; 
border:0px #fff; 
border-style:solid;  
border-radius:10px; 
box-sizing:border-box; 
box-decoration-break:slice; 
moz-box-shadow: inset -5px -5px 5px #888; 
webkit-box-shadow: inset -5px -5px 5px #888;
 box-shadow: inset -5px -5px 5px #888;
 text-align:center
}



#divverplaats{
position:absolute; 

width:110px; 
height:110px; 
border:0px #fff; 
border-style:solid;  
border-radius:10px; 
box-sizing:border-box; 
box-decoration-break:slice; 
moz-box-shadow: inset -5px -5px 5px #888; 
webkit-box-shadow: inset -5px -5px 5px #888;
 box-shadow: inset -5px -5px 5px #888;
 font-size:12px;
}

