/*   Een _ aan het begin van een CSS propertyname:
     Wordt alleen door Internet explorer 5+, (EXCLUSIEF IE7!!!) geinterpreteerd.
	
	Een # aan het begin van een CSS propertyname:
     Wordt alleen door Internet explorer 5+, (INCLUSIEF IE7!!!) geinterpreteerd.
	Bijvoorbeeld: 
				color : blue:
				_color: red;
	
	levert in IE5+ red op en in IE7 en in alle andere browsers blue
	
	Bijvoorbeeld: 
				color : blue:
				#color: red;
	
	levert in IE5+ (incl. IE7) red op en in alle andere browsers blue
*/	

#Achtergrond
{   width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.VFAKopFoto
{   position: absolute;
	top: 0;
}

#MainTop
{   overflow: hidden;
	
}

#HoofdMenu
{   background: #FFDD00;
}

#HoofdMenu .aw-list-item
{   background: #005191;
	color: #FFDD00;
	font-size: 1.4em; 
	font-weight: bold; 
    font-family: times new roman,arial; 
	text-align: center;
	margin-right: 1px;
	border: 0;
	padding: 0;
}

#HoofdMenu .aw-items-selected /* Moet voor de mouseover */
{    color: red; 
}

#HoofdMenu .aw-mouseover-item
{    font-style: italic;
}

#HoofdMenu .aw-mousedown-item
{    color: yellow;
}

.aw-Sub-Menu
{   background: #FFDD00;
	border: 0;
}

.aw-Sub-Menu .aw-list-item
{   width: 155px;
	height: 25px;
	background: #005191;
	color: #FFDD00;
	font-size: 1.25em; 
	font-weight: bold; 
    font-family: times new roman,arial; 
	text-align: center;
	margin: 0;
	margin-bottom: 1px;
	border: 0;
	padding: 0;
}

.aw-Sub-Menu  .aw-items-selected /* Moet vóór de mouseover */
{   color: red;
	border: 0;
}

.aw-Sub-Menu  .aw-mouseover-item
{   font-style: italic;
	border: 0;
}

.aw-Sub-Menu  .aw-mousedown-item
{   color: red;
	border: 0;
}

#PaginaFrame
{   	#background: url(RareInterNetExplorerFout);
}

.GBItem
{   width: 100%;
	height: 60px;
	background: none;
	position: absolute;
	left: 0;
}
    
.GBNaam
{   width:70%;
	background: none;
	position: absolute;
	left:0;
	top: 0;
}

.GBDatum
{   width: 30%;
	background: none;
	position: absolute;
	left: 70%;
	top: 0;
	text-align: right;
	font-size: 0.7em;
}

.GBInhoud
{   width: 100%;
	background: #FFDD00;
	position: absolute;
	left: 0;
	top: 20px;
	overflow: hidden;
	height: 40px;
	cursor: pointer;
}
	
#VFA_GB
{   width: 50%;
	height: 50%;
	background: none;
	position: absolute;
	left: 0;
	top: 10%;
	overflow: auto;
	border: 1px solid black;
}

#VFA_Vul_In
{   width: 50%;
	background: none;
	position: absolute;
	left: 0;
	top: 65%;
	height: 35%;
	min-height: 130px;
}

#VFA_Schrijf
{   width: 100%;
	background: none;
	position: absolute;
	left: 0;
	height: 5%;
	top: 60%;  
	font-size: 1em; 
	margin: 0px; 
	color: #005191; 
	font-weight: bold; 
	font-variant: small-caps;
}

#VFA_GB_Tekst
{   width: 45%;
	height: 50%;
	background: none;
	position: absolute;
	left: 55%;
	overflow: auto;
}

#VFA_GB_Kop
{   height: 10%;
}

#VFA_GB_Save
{   width: 50%;
	background: none;
	position: absolute;
	left: 50%;
	top: 65%;
	height: 35%;
	overflow: hidden;
	min-height: 130px;
}

#KnopSave
{   position: absolute;
	cursor: pointer;
	background: #005191;
	color: #FFDD00;
	font-weight: bold; 
    font-family: times new roman, arial; 
	width: 30%;
	left: 0;
}

#VFA_GB_Save_Top
{   width: 100%;
	background: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 80%;
	overflow: hidden;
}

#VFA_GB_Save_Top_Left
{   width: 50%;
	background: none;
	position: absolute;
	left: 20%;
	top: 20%;
	height: 80%;
	overflow: hidden;
}

#VFA_GB_Save_Top_Right
{   width: 50%;
	background: none;
	position: absolute;
	left: 50%;
	top: 20%;
	height: 80%;
	overflow: hidden;
}

#VFA_GB_Save_Top_Midden
{   width: 100%;
	background: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 20%;
	text-align: center;
	overflow: hidden;
}

#VFA_GB_Save_Bottom
{   width: 80%;
	background: none;
	position: absolute;
	left: 20%;
	top: 80%;
	height: 20%;
	text-align: center;
	overflow: hidden;
}

#VFA_GB_Save_Bottom_Naam
{   width: 80%;
	background: none;
	position: absolute;
	left: 20%;
	top: 60%;
	height: 20%;
	overflow: hidden;
}

#GB_Naam
{    width: 85%;
}

#GB_Code
{    width: 80%;
}

.VFA_Check
{    position: absolute;
	top: 5%;
}

body.mceContentBody 
{
   background: none;
}

#PVVInvullen
{     min-height: 270px;

}

.divregelenq
{    width: 90%;
	 position: absolute;
	 left: 0;
     margin-top: 2px;
}

.divcelPPVR
{    left: 45%;
     top: 0;
	 width: 45%;
	 position: absolute;
}

}

.divcelPPVL
{    left: 0;
     top: 0;
	 position:absolute;
	 width: 45%;
}

.divcelPPVR input
{    width: 300px;
