/* stylesheet for v-buuren.nl :: by jacco@dream-on.nl */


/* used colors */
/* dark red: 		#DD24OD */
/* red text:		#EA260E */
/* darkred text:	#8E1709 */
/* darker red:		#A61B0A */
/* red:				#F5280F */


/* body */
body
{
  background-color: #DD240D;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align:center;
  font-family: helvetica, arial, sans-serif;
  font-size: 10pt;
}


/* table.border */
table.border
{
  width: 754px;
  border: 2px solid black;
}


/* table.main */
table.main
{
  width: 750px;
  border: 1px solid white;
  background-image: url(../plaatjes/bg_channel.gif);
}

table.main td
{
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}

table.main td.topimage
{
}

table.main td.navi1
{
  background-image: url(../plaatjes/navi1_bg.gif);
}

table.main td.navi2
{
  padding-left: 109px;
  background-image: url(../plaatjes/navi2_bg.gif);
}

table.main td.content
{
  width: 512px;
  background-image: url(../plaatjes/bg_content.gif);
  vertical-align: top;
  padding-left: 26px;
  padding-right: 26px;
}

table.main td.channeltop
{
  width: 236px;
  text-align: center;
  vertical-align: top;
  padding-bottom: 20px;
}

table.main td.channeltop img
{
  border: 1px solid #F5280F;
  border-top: 2px solid #F5280F;
  margin-top: 24px; 
}

table.main td.channelbottom
{
  height: 172px;
  vertical-align: bottom;
}



table.navi1
{
  height: 18px;
  margin-left: 41px;
}

table.navi1 td
{
  vertical-align: bottom;
}

table.content
{
  width: 460px;
}

table.content td.text
{
  padding-top: 5px;
  padding-bottom: 20px;
}


/* forms */
table.form
{
  width: 460px;
}

table.form td
{
  padding-top: 3px;
}

table.form td.left
{
  width: 90px;
}

input.text
{
  width: 300px;
}

textarea
{
  width: 300px;
  height: 120px;
}



/* text styles */
span.h2
{
  font-style: italic;
  font-weight: bold;
  color: #EA260E;
}


/* link styles */
a
{
  color: #EA260E;
}

a:hover, a:active
{
  color: #8E1709;
}


