html, body{
	overflow: hidden;
}
#page {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

#overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.6;
	background: #000000;
	visibility: hidden;
}

#actie{
	width: 600px;
	height: 500px;
	
	position: absolute;
	left: 50%;
	margin-left: -300px;	
	
	visibility: hidden;
}

#actie div{
	scrollbar-track-color: #80807d; 
	scrollbar-arrow-color: white;
	scrollbar-face-color: #595957;
	
	scrollbar-highlight-color: #595957;
	scrollbar-shadow-color: #595957;
 	scrollbar-darkshadow-color: #595957;
} 


.navMenu a:link {
	width: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: FFFFFF;
	text-decoration: none;
	Filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);
	letter-spacing: 2px;
	z-index:20000;
}
.navMenu a:visited {
	width: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: FFFFFF;
	text-decoration: none;
	Filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);
	letter-spacing: 2px;
	z-index:20000;
}
.navMenu a:hover {
	width: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: FFFFFF;
	text-decoration: none;
	Filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);
	letter-spacing: 2px;
	z-index:20000;
}

.bottomNav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: E84E10;
	text-decoration: none;
}
.bottomNav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: E84E10;
	text-decoration: none;
}
.bottomNav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: E84E10;
	text-decoration: none;
}


.inzetMenu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: none;
	color: 58585a;
	text-decoration: none;
}
.inzetMenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: none;
	color: 58585a;
	text-decoration: none;
}
.inzetMenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: none;
	color: 000000;
	text-decoration: none;
}

.content{
	width: 718px;
	/* height: 350px !important; */ 
	height: 100px;
			
	overflow-y: scroll;
	overflow-x: hidden;
	

	scrollbar-track-color: #80807d; 
	scrollbar-arrow-color: white;
	scrollbar-face-color: #595957;
	
	scrollbar-highlight-color: #595957;
	scrollbar-shadow-color: #595957;
 	scrollbar-darkshadow-color: #595957;

}

a img{
	border: 0;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #dbdbdb;
	border: 1px solid #7F7F7F;
}
.red {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #dbdbdb;
	border: 2px solid #FF0000;
}

select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #dbdbdb;
	border: 1px solid #7F7F7F;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #dbdbdb;
	border: 1px solid #7F7F7F;
}