body{
	background-image: url(images/background.jpg) ;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

html
{
	background: transparent url(images/bg_blue.gif) repeat-x;
}

html, body 
{
	height: 100%
}

html>body #wrapper
{	
	height: auto;
} /*for mozilla as IE treats height as min-height anyway*/


#container{
	margin: 0 auto;
	width: 600px;
	border: 1px solid #cccccc;
	padding: 10px;
	background-color: white;	
}
#margin{
	height: 15px;
}

.small{
	font-family: Verdana;
	font-size: 10px;
	padding: 15px;	
}

.content{
	background-color: #fbf6e9;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}

.selected_tab{

	font-size: 11px;

	font-family: Verdana;

	background-image: url(images/tab_bg_s.gif);

}

.unselected_tab{

	font-size: 11px;

	font-family: Verdana;

	background-image: url(images/tab_bg.gif);

}

#links{
	font-weight: bold;
	color: #3e403f;
}

#links a{
	text-decoration: none;
	color: black;
}

#links a:hover{
	color: #ff7f00;
	font-weight: lighter;
	font-weight: bold;
}


h1{
	font-family: Verdana;
	font-size:22px;
	font-weight: normal;
}

h2{
	font-family: Verdana;
	font-size:11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: normal;
}
textarea{
	border: 1px solid black;
	font-family: Verdana;
	color: #838383;
	height: 100px;
	width: 200px;
	font-size: 10px;
}

.form{
	font-family: Verdana;
	font-size: 11px;
	
}

.inputtext{
	border: 1px solid black;
	font-family: Verdana;
	color: #838383;
	width: 200px;
	height: 20px;
}



.inputsubmit_bereken{
	background-image: url(images/bottombg_mo.gif);
	font-family: Verdana;
	font-size: 11px;
	background-color: transparent;
	border: none;
	width: 100px;
	height: 21px;
	cursor: hand !important;
	cursor: pointer !important;
}

.inputsubmit_volgende{
	float: right;
	background-image: url(images/bottombg_mo.gif);
	font-family: Verdana;
	font-size: 11px;
	background-color: transparent;
	border: none;
	width: 100px;
	height: 21px;
	cursor: hand !important;
	cursor: pointer !important;
	margin-left: 10px;
}
.results{
	font-family: Verdana;
	font-size: 11px;
}

.results th{
	font-weight: bold;
	text-align: left;
}

.error{
	color:red;
}

.infobox
{
  float:left;
  width:422px;
  /*height:637px;*/
  position:absolute; 
  /*margin-top:48px;*/
  /*border: 1px #c8c7c7 solid;*/
  opacity: .0;
  filter: alpha(opacity=0);
  display:none;
  z-index:999999999;
}
.infobox .body
{
    background-color:#FFFFFF;
    width:380px;
    border: 1px #000000 solid;
    /*min-height:50px;*/
    float:left;
    padding:10px;
    color:#000000;
    align:left;
    z-index:999999999;
}
.infobox .body strong
{
    font-weight:bold;
}



