

/* Algemeen */

.Venstertitel				{  background:darkblue ;color : white;	font-family: sans-serif, Arial, sans-serif; font-weight : bold; font-size:12pt; }     
.venstersubtitel			{  background:#6699ff; color : white;	font-family: sans-serif, Arial, sans-serif; font-weight : bold; font-size:10pt; }     
.buttontxt					{  letter-spacing:0px; color : black;	font-family: verdana, sans-serif, Arial, sans-serif; font-weight : normal; font-size:11px;  }   
.rand						{ background:black;}   
.archief					{ color : red;	font-family: verdana, sans-serif, Arial, sans-serif; font-weight : bold; font-size:15px;  }   



/* ------ LINKS ------- */

/* Algemeen  */
A.linkiw            		{  text-decoration:none; color: darkblue ; font-family: Arial, sans-serif; font-size:11px; font-weight : bold;  }
A.linkiw:hover             {  color: blue; text-decoration:underline; }
A.linkiw:active            {  text-decoration: none; color: darkblue;}


/* -----   FORMULIEREN ----- */

/* Velden */

.standaard_ww 	
	{
	padding 		: 2px 2px 2px 2px;
	height			: 18px;
	background		: white;
	border-color 	: darkblue;
	border-style 	: solid;
	font-size		: 8pt;
	border-width 	: 1px;
	}

	
.standaardarea_ww 	
	{
	padding 		: 2px 2px 2px 2px;
	background		: white;
	border-color 	: gray;
	border-style 	: solid;
	font-size		: 8pt;
	border-width 	: 1px;
	}

/* Buttons */

.standaardbutton_ww	
	{
	height: 20px;
	width: 75px;
	background: #c9e1fc;
	border-color : #4f6dff;
	font-size: 8pt;
	border-width : 1px;
	border-style 	: solid;
	color: darkblue;
}

.standaardbutton_ww_adm	
	{
	height: 20px;
	width: 75px;
	background: transparant;
	border-color : #bad2fc;
	font-size: 8pt;
	border-width : 1px;
	border-style : double;
	color: white;
}

.inlogbutton	
	{
	height			: 15px;
	width			: 15px;
	background		: transparant;
	border-color 	: transparant;
	border-style 	: solid;
	font-size		: 8pt;
	border-width 	: 0px;
	color			: transparant;
	}
	
.buttonNietActief_ww	
	{
	height			: 18px;
	background		: #e1e1e1;
	border-color 	: gray;
	border-style 	: solid;
	font-size		: 10px;
	border-width 	: 1px;
	color			: silver;
	}	
