/* ======================================================================

CSS File -- Created with SAPIEN Technologies PrimalScript 4.1

NAME: style.css

AUTHOR: Marco & Karin , AEBD.nl
DATE  : 21-03-2008

COMMENT: 

====================================================================== */

body
{
  margin: 30px 20px 30px 30px;
  line-height: 1.5em;
  background-color: #ffffff;
}

#header
{
  margin: 0px;
  background: url(../images/header.jpg)  no-repeat top center;
}
/* ----- classes-text ---------------------------------------------------------------- */
.text, .phototext
{
  font-family: 'Lucida Grande', Arial, sans-serif;
  font-size: 10pt;
  color: #616d7e;
}
.pagetitletext
{
  height: 60px;
  font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
  font-size: 18pt;
  color: #616d7e;
}
.phototext
{
  vertical-align: top;
}
.bedrijfsnaam
{
  font-size: 12pt;
  font-weight: bold;
  color: #616d7e;
}
.contenttext
{
  font-size: 10pt;
  font-weight: bold;
  color: #616d7e;
}

/* ----- tabellen -------------------------------------------------------------------- */
table
{
  border-collapse: collapse;
}
/* ----- hyperlinks ------------------------------------------------------------------ */
a
{
  font-family: 'Lucida Grande', Arial, sans-serif;
  font-size: 10pt;
  color: #2175bc;
  text-decoration: underlined;
}

/* ----- lijnen ---------------------------------------------------------------------- */
hr.pagetitletext
{
  height: 2px;
  color: #1958b7;
}

hr.titletext
{
  height: 1px;
  color: #1958b7;
}


