/*============================== Fonts ==============================*/
body /*Default FONT*/
{
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;  
  color: #0063aa;
}

b
{
  font-weight: bold; 
}

i
{
  text-decoration: italic; 
}


h4
{
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
  color: #0063aa;  
}

.comment
{
  font-size: 11px;
  color: #0063aa;
  font-weight: normal;  
}

p
{
  font-size: 15px;
  color: #0063aa;  
}


address
{
  text-decoration: italic;
  font-size: 16px;
  color: #0063aa; 
}

.blauw
{
  color: #0063aa; 
}

/*==============================  ==============================*/

/*============================== Link ==============================*/
a, a:visited, a:active
{
  font-size: 15px;
  color: #ca6900;    
  cursor: pointer;
  text-decoration: none;
}

a:hover
{
  color: #ffa23d; 
}
/*==============================  ==============================*/

/*============================== Align ==============================*/
.align_center
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/*==============================  ==============================*/

#content li
{
  list-style-image: url(../images/dot.gif);
}

#content li.tab
{
  list-style-image: url(../images/dot.gif);
  margin-left: 25px;
}

.fotostrip * img
{
  border: 2px solid #91cefb;
}

.website_tabel
{
  width: 100%;
  text-align: center;
}

#contact_tabel
{
  width: 100%;
}


#contact_tabel*.veld_naam
{
  vertical-align: top;
  width: 15%;
  text-align: left
}

#contact_tabel*.veld_invoer
{
  vertical-align: top;
  width: 85%;
  text-align: left;
}