/***
 *
 * Cascading Style Sheet 
 *   for
 * BRANDTRAP OPLEIDINGEN & ADVIES
 *  BOOKING FORM
 *
 * Created by SiDESiGN
 * www.sidesign.info
 *
 * (C) 2007 SiDESiGN
 *
 ***/

body	{
	background: #d2d2d2; 
	margin: 0px; 
	text-align: center; 
}

p,td,th,div,submit,textarea,a,h1	{
	font-family: verdana, sans-serif, arial;
	font-size: 11px; 
	color: #000000; 
	text-align: left; 
	margin: 2px; 
}

h1	{
	font-size: 14px; 
	font-weight: bold; 
	font-variant: small-caps; 
}

td	{
	vertical-align: top;
}

th	{
	font-size: 12px; 
	font-weight: bold; 
}

p.melding	{
	font-size: 14px; 
	font-weight: bold; 
	color: #ff0000; 
	text-align: center; 
}

div#container	{
	position: relative; 
	width: 600px; 
	background: #ffffff; 
	border: 1px #000000 solid; 
	margin: auto auto; 
}

div.header	{
	float: left; 
	margin: 0px; 
	background-image: url("../images/header.jpg"); 
	background-repeat: no-repeat; 
	width: 600px; 
	height: 150px; 
}

div.main	{
	float: left; 
	width: 600px; 
}

div.spacer	{
	clear: both;
}
