/* feller.css */

body.website
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: x-small;
  color: #002569;
  background-color:#FFFFFF;
  text-align:center;
scrollbar-arrow-color: #002569;
scrollbar-base-color: #FFFFFF;
scrollbar-dark-shadow-color: #002569;
scrollbar-track-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #002569;
scrollbar-3d-light-color: #FFFFFF;
}
  TEXTAREA, INPUT {
            background-color: #FFFFFF;
            color: #002569;
            border-width: 1;
            border-color: #002569;
            border-style: solid;
            font-family: arial, verdana, helvetica;
            font-weight: normal;
  }



 SELECT {
         font-family: arial, verdana, helvetica;
         font-weight: normal;
         float: none;
 }

.sectie {
font-size: x-small;
}

body #frame
{
  width:100%;
  height:100%;
  border:solid 0px #002569;
  padding:10px;
}

/* mbv background-image, padding-left kan een log
   worden ingevoegd */
body #titel
{
  width:700px;
  height:50px;
  padding-left:100px;
  font-size:20px;
}

.text 
{
  text-align:left
} 

table.vragen
{
  width:100%;
  height:50px;
  border:solid 1px #002569;
  font-size: x-small;
}

th.sectie   {text-align:left; font-weight:normal; font-style:italic; background-color:#5C78A4; font-size: x-small; color: white;}
td.vraag    {padding-left:30px; padding-right:30px;}
td.antwoord {text-align:center;}
textarea.antwoord {width:100%; height:50px; margin-bottom:10px;}

span.verplicht {color:red;}

/******** Email ******/
body.mail
{
  background-color:#FFFFFF;
  text-align:center;
}

div#mail
{
  background-color:white;
  padding:10px;
  border:solid 1px #002569;
}

#mail table {width:100%;}
#mail td {width:50%;  border:solid 1px #002569;}
#mail th {text-align:left; background-color:#FFFFFF;}
#mailtitel
{
  font-size:20px;
}
