body
{
  margin 		:0px 0px 0px 0px;
  
  font-family		:arial, sans-serif;
  font-size		:30px;
  font-stretch		:normal;
  font-style		:normal;
  font-variant		:normal;
  font-weight		:normal;
  color			:#5E61CA;
}

h2
{
  margin 		:0px 0px 0px 0px;
  font-family		:arial, sans-serif;
  font-size		:20px;
  font-stretch		:normal;
  font-style		:normal;
  font-variant		:normal;
  font-weight		:bold;

}

h3
{
  margin		:1px;
  margin-bottom		:5px;
  padding 		:6px;
  padding-left		:45px;
  font-family		:arial, sans-serif;
  font-size		:20px;
  font-stretch		:normal;
  font-style		:normal;
  font-variant		:normal;
  font-weight		:bold;
  background-color	:#5E61CA;
  color			:white;
  text-transform	:uppercase;
  letter-spacing	:1px;
  text-align		:left;
  background-image      :url('illustraties/basic_pointer.gif');
  background-repeat     :no-repeat
}

h4
{
  margin		:1px;
  margin-bottom		:5px;
  padding 		:6px;
  font-family		:arial, sans-serif;
  font-size		:20px;
  font-stretch		:normal;
  font-style		:normal;
  font-variant		:normal;
  font-weight		:bold;
  background-color	:red;
  color			:white;
  text-transform	:uppercase;
  letter-spacing	:1px;
  text-align		:left;
}

button
{
   padding		:2px;
   background-color	:#5E61CA;
   color		:#FFFFFF;
   font-size		:12px;
   text-transform	:uppercase;
   font-weight		:normal;
   width		:100px;
   letter-spacing	:1px;
   cursor		:pointer;
}

input
{

   background-color	:#F9F9FF;
   color		:#5E61CA;
   font-size		:16px;
   font-weight		:normal;
   outline		:0px black none;
   border		:0px black none;
}


ul
{
  margin		:2px;
  padding		:0px;
 
}

li
{
  margin-left		:20px;
  margin-top		:5px;
  font-size		:14px;
  font-stretch		:normal;
  font-style		:normal;
  font-variant		:normal;
  font-weight		:normal;
  text-align		:left;
  list-style-type	:square;
  line-height		:14px;
}


a:link
{
  color			:#5E61CA;
  text-decoration	:none;
  outline-style		:none;
  border-style		:none;
} 

a:visited
{
  color			:#5E61CA;
  text-decoration	:none;
  outline-style		:none;
  border-style		:none;
} 
a:hover
{
  color			:#5E61CA;
  text-decoration	:none;
  font-style		:italic;
} 
a:active
{
  color			:#5E61CA;
  text-decoration	:none;
  outline-style		:none;
  border-style		:none;
} 




/* ------------------------------------------------------------- */
#body
{
  background-color	:transparant;

  position 		:relative;
  left			:0px;
  top			:0px;
  width			:100%;
  text-align		:center;

  border		:0px none black;
}

#pagina
{
  margin-top 		:10px;
  margin-left		:auto;
  margin-right		:auto;
  margin-bottom		:10px;




  position		:relative;
  width			:850px;
  height		:550px;
}


#bouwkorf_logo_
{
  position		:absolute;
  top			:  0px;
  left			:  0px;
  width			:350px;
  height		: 85px;
}


#bouwkorf_logo
{
  position		:absolute;
  top			:  3px;
  left			:  3px;
  width			:344px;
  height		: 79px;
}


/* ------------------------------------------------------------- */
.rand
{
  background-color	:#5e61CA;
  color			:#5E61CA;
}

.normaal
{ 
  background-color	:#FFFFFF;
  color			:#5E61CA;
}

.informatie
{ 
  background-color	:#F9F9FF;
  font-size		:16px;
  color			:#5E61CA;
  text-align		:left;
  valign		:top;
}

.inhoud
{
  width			:100%;
  padding		:2px 2px 2px 2px;
}

.foutmelding
{
  border 		:red 3px solid; 
  background-color	:white;
  color			:red;
  font-size		:16px;

  position		:absolute;
  left			:262px;
  top			:162px;  
  width			:326px;
  height		:126px;
  visibility		:hidden;
}


#foutOmschrijving
{
  padding		:5px;
}
#foutOk
{
  background-color	:red;
  position		:absolute;
  right			:5px;
  bottom		:5px;  
}

#uxKnopLinks
{
  width			:22px;
  height		:22px;
  background-image      :url('illustraties/knop_links.bmp');
}
#uxKnopRechts
{
  width			:22px;
  height		:22px;
  background-image      :url('illustraties/knop_rechts.bmp');
}

