/* Formulier Opmaak */
/*BODY						{background-color: #f1f1f1;}*/
.KopTekst					{font-family: Arial; font-size: 10pt; font-weight: bold; text-decoration: none; color: #000000;} 
.KopTekst:link				{text-decoration: underline;}
.KopTekst:visited			{}
.KopTekst:hover				{text-decoration: none;}

.PlatteTekst				{font-family: Arial; font-size: 10pt;  text-decoration: none; color: #000000;} 

.PlatteLink					{font-family: Arial; font-size: 10pt; text-decoration: underline; color: #000000;} 
.PlatteLink:link			{}
.PlatteLink:visited			{color: #000000;}
.PlatteLink:hover			{color: #000000; text-decoration: none;}

.BijSchrift					{font-family: Arial; font-size: 8pt; text-decoration: none; color: #000000;} 
.FormLabel					{font-family: Arial; font-size: 10pt; text-decoration: none; color: #000000;} 

.FormVeld					{font-family: Arial; font-size: 10pt; color: #000000; background-color: #FFFFFF; border-color:#8C8989; border : 1px solid #8C8989;margin-bottom:4px;} 

.FormSelect					{font-family: Arial; font-size: 10pt; color: #000000; background-color: #FFFFFF; border-color:#8C8989; border : 1px solid #8C8989;margin-bottom:4px;}

.FormKnop {
  font-family: Arial; 
  font-size: 10pt; 
  font-weight: bold; 
  Text-align: center; 
  border: black 0px solid;
  color: #FFFFFF;
  background-color:#FF1901;
  Cursor: pointer;

  font-family : Arial,Verdana;
  font-style:normal;
  font-size:11px;
  font-weight:bold; 
  background:#000000; 
  color:#FFFFFF;
  border-color:#8C8989; 
  border : 1px solid #8C8989;
}

.FormError					{font-family: Arial; font-size: 10pt; text-decoration: none; color: #FF0000;}

table.CustomTable			{width: 500px; font-family: Arial; FONT-SIZE: 10pt;}

table.CustomTable tr td {height:22px;}

td.NoColor					{font-family: Arial; FONT-SIZE: 10pt;}

td.Color1					{background: white; font-family: Arial; FONT-SIZE: 10pt; text-decoration: none; color: #003366;}  

td.Color2					{background: #ECECEC; font-family: Arial; FONT-SIZE: 10pt; text-decoration: none; color: #003366;}

td.Color3					{background: silver; font-family: Arial; FONT-SIZE: 10pt; text-decoration: none; color: #003366;}    

.PremieAlternatief
{
	BORDER: #003366 2px solid;
	PADDING: 5px;
	FONT-FAMILY: Arial; 
	FONT-SIZE: 10pt;
	WIDTH: 200px;
}

 

span.PlatteTekst span.SpanKenteken 

{
    color:#FFB529;
    background-image:url(http://www.unigarant.nl/images/kenteken.gif);
    background-repeat:no-repeat;
    background-position:left;
    height:35px;
    width:157px;
    margin:none;
    padding-left:25px;
    text-align:middle;
    float: left;
}

input.FormKentekenVeld 

{
    background-color:transparent;
    font-size:20px;
    font-family:Arial;
    font-stretch:narrower;
    height:35px;
    text-align:middle;
    border:none;
    margin-left: -4px;
    text-transform:uppercase;
    float:none;
    vertical-align:middle;
    width: 116px;
    text-align: center;
}


/* einde formulier opmaak */