/**
 *  standaard Stijlen
 */

html,body
{
    font-family: Tahoma;
   	font-size: 11px;
    background-color: #ebebeb;
    height: 100%;
margin:0;

	overflow-x: hidden;
	overflow-y: auto;
    scrollbar-arrow-color: #ac0000;
	scrollbar-face-color: #DCDCDC;
	scrollbar-highlight-color: #DCDCDC;
	scrollbar-3dlight-color: white;
	scrollbar-shadow-color: #DCDCDC;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: #ededed;
	}
	
input, textarea,select {
	border: 1px solid #CCC;
	background: #FFFFFF;
}

input:focus, textarea:focus ,select:focus{
	border: 1px solid #990000;
}

img
{
    border: 0px;
}
a
{
  	color: #ac0000;
  	font-size: 11px;
  	text-decoration:none;
}

a:hover
{
  	color: #f70000;
  	font-size: 11px;
}

input{
    font-size: 9pt;
    border: 1px solid #DCDCDC;
}

select{
    font-size: 9pt;
	border: 1px solid #DCDCDC;
}

textarea{
	font-family: Tahoma;
    font-size: 8pt;
    border: 1px solid #DCDCDC;
}

div#knoppen{
	font-family: Tahoma;
    	
}

div#knoppen ul{
	font-size: 13px;
}

div#knoppen ul li{
	display: inline; 
	float: left; 
	margin: 0 10px 0 0; 
	background: url(/afbeeldingen/knop_up.jpg) right top no-repeat;
}

div#knoppen ul li:hover{
	display: inline; 
	float: left; 
	margin: 0 10px 0 0; 
	background: url(/afbeeldingen/knop_down.jpg) right top no-repeat;
}

div#knoppen ul li a{
	display: block; 
	padding: 2px 5px; 
	margin: 0 5px 0 0; 
	text-decoration: none; 
	background: url(/afbeeldingen/knop_up.jpg) left top no-repeat; 
	color: #fff;
}

div#knoppen ul li a:hover{
	display: block; 
	padding: 2px 5px; 
	margin: 0 5px 0 0; 
	text-decoration: none; 
	background: url(/afbeeldingen/knop_down.jpg) left top no-repeat; 
	color: #fff;
}



/**
 *  id Stijlen
 */
 
#inhoud
{
	position: relative;
    width: 780px;
    margin: 0 auto;
    background-color: white;
    overflow: hidden;
} 

#header
{
	float: left;
	padding-top:5px;
    margin: 0 auto;
    width: 780px;
    height: 45px;
    background-color: #ac0000;
    color: white;
    vertical-align: middle;
    font-size: 25px;
    font-weight: bold;
}
#inhoud_tekst
{
    width: 745px;
	padding: 5px;
	padding-bottom:10px;
	float: left;
	background-color: white;
	overflow: hidden;	
}
#footer
{
	float: left;
	margin: 0 auto;
    width: 780px;
    height: 15px;
    background-color: #ac0000;
	text-align: right;
	color: white;
	vertical-align: middle;
}

/**
 *  Popup Stijlen
 */

#popup_achtergrond{
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:repeat;
	z-index:998;
	overflow: hidden;
}
#popup_transprirant{
	position:absolute;
	left:0px;
	top:0px;
	background-color: black;
	overflow: hidden;
 	filter:alpha(opacity=25);
	opacity: 0.25;
	-moz-opacity:0.25;
}

#popup_achtergrond1 {
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:repeat;
	z-index:100;
	overflow: hidden;
}
#popup_transprirant1{
	position:absolute;
	left:0px;
	top:0px;
	background-color: black;
	overflow: hidden;
 	filter:alpha(opacity=25);
	opacity: 0.25;
	-moz-opacity:0.25;
}

#popup_achtergrond2 {
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:repeat;
	z-index:200;
	overflow: hidden;
}
#popup_transprirant2{
	position:absolute;
	left:0px;
	top:0px;
	background-color: black;
	overflow: hidden;
 	filter:alpha(opacity=25);
	opacity: 0.25;
	-moz-opacity:0.25;
}

#popup_achtergrond3 {
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:repeat;
	z-index:300;
	overflow: hidden;
}
#popup_transprirant3{
	position:absolute;
	left:0px;
	top:0px;
	background-color: black;
	overflow: hidden;
 	filter:alpha(opacity=25);
	opacity: 0.25;
	-moz-opacity:0.25;
}

#popup_organisatie {
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:repeat;
	z-index:100;
	overflow: hidden;
}

#popup_laden {
	position:absolute;
	left:0px;
	top:0px;
	z-index:999;
	width: 200px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -100px;
}

#popup_center
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#popup_inhoud_tel    
{
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -175px;
	visibility: visible;
}

#popup_pers_contact
{
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -175px;
	visibility: visible;
}

#popup_org_keuze
{
	position: absolute;
	left: 50%;
	top: -35px;
	margin-left: -200px;
	visibility: visible;
}

#popup_org_contact
{
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -175px;
	visibility: visible;
}
#popup_verwijderen
{
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -175px;
	visibility: visible;
}

#popup_foutmelding
{
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -225px;
	visibility: visible;	
}
#popup_bezoekadres
{
	position: absolute;
	left: 50%;
	top: -100px;
	margin-left: -225px;
	visibility: visible;
}

#popup_zoeken
{
	position: absolute;
	left: 50%;
	top: -225px;
	margin-left: -350px;
	visibility: visible;
}

#popup_besprekingsverslag
{
	position: absolute;
	left: 50%;
	top: -295px;
	margin-left: -380px;
	visibility: visible;
	height: 300px; 
}

#popup_besprekingsverslagen
{
	position: absolute;
	left: 50%;
	top: -205px;
	margin-left: -370px;
	visibility: visible;
	height: 300px; 
}

#popup_verwijderen
{
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -175px;
	visibility: visible;
}

#popup_verwijderen2
{
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -300px;
	visibility: visible;
}

#popup_verwijderen3
{
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -250px;
	visibility: visible;
}

#popup_actiepunten_toevoegen
{
	position: absolute;
	left: 50%;
	top: -200px;
	margin-left: -325px;
	visibility: visible;
}

#popup_relatie
{
	position: absolute;
	left: 50%;
	top: -200px;
	margin-left: -425px;
	visibility: visible;
}

#popup_mailing
{
	position: absolute;
	left: 50%;
	top: -280px;
	margin-left: -350px;
	visibility: visible;
}

#popup_groep
{
	position: absolute;
	left: 50%;
	top: -200px;
	margin-left: -300px;
	visibility: visible;
}

#popup_brief
{
	position: absolute;
	left: 50%;
	top: -200px;
	margin-left: -250px;
	visibility: visible;
}

#popup_medewerker
{
	position: absolute;
	left: 50%;
	top: -200px;
	margin-left: -250px;
	visibility: visible;
}

/**
 *  class Stijlen
 */
 .header
{
    color: white;
    font-size: 25px;
    font-weight: bold;
}
.footer
{
	background-repeat: repeat-x; 
} 
.fouttekst
{
  background-color: #ac0000;
  color: white;
  font-size: 11px;		
}

.wittekst
{
  color: white;
  font-size: 11px;		
}

.achtergrond_wit
{
  background-color: white;	
}

/**
 *  Het Menu
 */

.menu{
	margin: -6px;
	width: 740px;
	border-top: 5px solid #990000; /*Highlight red color theme*/
	background-color: white;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.menu ul{
	margin:0;
	margin-left: 20px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.menu li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}

.menu a{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0; /*Ruimte tussen menuitems */
	padding: 5px 10px 5px 10px; /*Padding tussen menuitems*/
	background-color: #dedede; /*Menukleur*/
	border-bottom: 8px solid white;
}

.menu a:hover{
	background-color: #990000; /*Highlight kleur*/
	padding-top: 10px;
	padding-bottom: 0;
	border-bottom-color: #990000; /*Highlight kleur*/
	color: white;
}

.menu .current a{ /** Op dit moment geselecteerd **/
	background-color: #990000; /*Highlight kleur*/
	padding-top: 10px;
	padding-bottom: 0;
	border-bottom-color: #990000; /*Highlight kleur*/
	color: white;
}

