/* Generics */

*
{
  margin: 0px;
  padding: 0px;
  border: 0px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* Body: background, all over fontsettings */

body
{
	font-family: Georgia, "Times New Roman", Times;	
	font-size: 14px;
	background-image: url(img/bg_body.gif);
	background-attachment: fixed;
	
	margin: 0px;
	padding: 0px;
}

/* Wrapper: this can best be seen as the 'piece of paper' */

div.wrapper
{
	width: 800px;
	margin: 25px auto 40px auto;
	padding: 0px 36px 20px 36px;
	
	background-color: #FFFFFF;
	border: 1px solid #ed9cb5;
}

/* Title of the page, a picture */

img.title
{	
margin-bottom: 40px;
margin-top: 15px;
}

/* Tabs */

ul.tabs
{
display: none;
	list-style-type: none;
  border-bottom: 1px solid #ed9cb5;
	padding: 20px 0px 3px 189px;
}

ul.tabs li
{
  display: inline;
}

ul.tabs li a
{
  margin-right: -4px;
  padding: 4px 12px 4px 12px;
  
  color: #000000;
  border: 1px solid #ed9cb5;
  border-bottom: none;
  
  font-family: verdana, helvetica, arial;
  font-weight: bold;
}

ul.tabs li a.active
{
  text-decoration: none;
  
  color: #FFFFFF;
  background: #ed9cb5;
}

/* Treeview */

ul.treeview
{
	list-style-type: none;
	display: none;
	padding-top: 40px;
	float: left;
}

ul.treeview li a
{

  width: 0px;
  padding: 6px 0px 6px 0px;

  color: #000000;
  border-bottom: 2px dotted #ed9cb5;
  
  font-family: verdana, helvetica, arial;
  font-weight: bold;
}

ul.treeview li a.active
{
  color: #ed9cb5;
}

ul.treeview ul
{
  list-style-type: none;
  border-bottom: 2px dotted #ed9cb5;
}

ul.treeview ul a
{
  color: #555555;

  border-bottom: none;
}

ul.treeview li a.placeholder
{
  height: 14px;
}

/* Stage, or, there were all the action will be */

div.stage
{
  padding: 30px 0px 0px px;  
}

div.stage h2
{
  color: #868889;
  font-size: 2.8em;
  border-bottom: 2px dotted #ed9cb5;
  padding: 1px 0px 4px 0px;
}

div.stage h3
{
  color: #868889;
  padding-top: 20px;
  padding-bottom: 10px;
font-size: 1.4em;
	line-height: 2.0em;
}

div.stage p
{
	line-height: 2em;
}

div.stage .infobox
{
  float: right;
  width: 200px;
  background: #ed9cb5;
  margin: 0px 0px 0px 36px;
  padding: 10px;
  
  font-family: verdana, helvetica, arial;
  font-size: 0.9em;
	line-height: 2em;
}

div.stage .infobox ul
{
  color: #FFFFFF;
  padding: 10px 0px 10px 13px ;
}

div.formrow
{
  clear: left;
}

div.stage label
{
  width: 124px;
  display: block;
  float: left;
  padding: 3px 16px 3px 0px;
  margin-bottom: 1px;
}

div.stage label.radio
{
  display: inline;
  float: none;
  
}

div.stage input, div.stage textarea, div.stage select
{
  margin: 2px;
}

.sum{
margin-left: 25px;
margin-top: 5px;
line-height: 2em;
}

div.stage input.radio
{
  vertical-align: middle;
  margin: 4px 4px 5px 2px;
border-style: none;

}

div.stage ul.options
{
  list-style-type: none;
  float: left;
  width: 200px;
}

div.stage ul.options li 
{
  display: block;
  clear: left;
  padding-bottom: 6px;
}

div.stage ul.options li input
{
  vertical-align: bottom;
  float: left;
}

div.stage ul.options li label
{
  display: block;
  float: left;
}

div.stage input.text, div.stage textarea, div.stage select
{
  width: 200px;
}

div.stage select {
width: 65px;
margin-left: -1px;
}


div.stage input.postcode
{
  width: 60px;
}

div.stage input.plaats
{
  width: 134px;
}

div.stage input.verstuur
{
  width: 200px;
  margin-top: 20px;
  background: #ed9cb5;
  color: #000000;
}

/* Form elements */

input, select, textarea
{
  border: 1px solid #ed9cb5;
  font-family: verdana, helvetica, arial;
  font-size: 1em;
}

/* Footer */

ul.footer
{display: none;
  clear: both;
	list-style-type: none;
  margin: 20px 0px 0px 189px;
  border-top: 2px dotted #ed9cb5;
	padding: 5px 0px 0px 0px;
}

ul.footer li
{display: none;
  
}

ul.footer li a
{display: none;
	color: #dc006b;
  font-family: verdana, helvetica, arial;
}

ul.footer li.right
{display: none;
  float: right;
}

ul.footer li a.top
{display: none;
  background: url(img/icon_top.gif) no-repeat;
  padding-left: 16px;
}

ul.footer li a.print
{display: none;
  background: url(img/icon_print.gif) no-repeat right;
  padding-right: 24px;
}