body 
{ 
	background-color: #00a3e4; 
	margin: 0px; 
	padding: 0px; 
}

#wrapper 
{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 990px;
}

#container 
{ 	
	margin: 0px auto;
	background-color: white;
	width: 990px;
}

#header 
{
	margin: 0px;
	padding: 0px;
	height: 202px;
	background: yellow;
	width: 990px;
	background-image: url('/header.gif');
}

#links 
{
	margin-left: 95px;
	float: left;
	width: 515px;
	text-align: left;
	font-family: verdana;
	font-size: 12px;
	padding: 20px 0px 10px 0px;
	overflow: hidden;
}

#links > p,
#links > h2,
#links > div,
#links > h3,
#links > h4
{
	padding-left: 32px;
}

#content 
{ 
	float: left;
	width: 280px;
	padding: 35px 40px 40px 60px;
	font-family: verdana;
	font-size: 12px;
}

#footer 
{
	clear: both;
	height: 100px;
	text-align: center;
	background-image: url('/footer_bg.gif');
}

img 
{ 
	border-style:none; 
}

.menu 
{
	float: left;
	width: 915px;
	height: 21px;
	background-color: #8ec63f;
	text-align: center;
	margin-top: 47px;
	color: #fefefe;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding-left: 75px;
	
}

.tracktrace 
{
	background-color: #00a3e4;
	background-image: url('/bl.gif');
	background-repeat: repeat-y;
	color: white;
	padding: 5px 0px 5px 10px;
	font-family: verdana;
	font-size: 13px;
}

.menu_wrapper 
{
	height: 21px;
	float: left;
	margin: 0px 20px 0px 20px;
}

.menu_selected_left 
{
	height: 21px;
	width: 2px;
	float: left;
	margin-left: 11px;
}

.menu_selected_middle 
{
	float: left;
	background-color: #00a3e4;
	height: 21px;
	padding: 0px 7px 0px 7px;
}

.menu_selected_right 
{
	height: 21px;
	width: 3px;
	float: left;
	margin-right: 10px;
}

a:link    
{
	text-decoration: underline; 
	color: #00a3e4
}
a:visited 
{
	text-decoration: underline; 
	color: #00a3e4
}
a:active  
{
	text-decoration: underline; 
	color: #00a3e4
}
a:hover   
{
	text-decoration: none; 
	color: #8ec63f;
}

a.menulink:link    
{
	color: white; 
	text-decoration: none; 
}
a.menulink:visited 
{
	color: white; 
	text-decoration: none;
}
a.menulink:hover   
{
	color: white; 
	text-decoration: underline; 
}
a.menulink:active  
{
	color: white; 
	text-decoration: none; 
} 
 
h1  
{
	font-family: verdana;
	font-size: 15px;
	font-weight: bold; 
	margin-top: 0px; 
	color: #00a3e4;
}

/* Contact form */
.contactform_option
{
	float: left;
	white-space: nowrap;
	width: 100%;
}

.contactform_input
{
	float: left;
	width: 65%;
}

.contactform_field
{
	float: left;
	width: 25%;
}

.contactform_input_textfield
{
	width: 70%;
}

.contactform_field_textfield
{
	width: 30%;
}

.contactform_option_capthca
{
	margin-top: 180px;
}

.contactDiv
{
	margin-left: 32px;
	padding: 10px;
}

.ttsearch
{
	position: relative; 
	background-image: url("/zoekveld.gif");
	width: 221px; 
	height: 36px; 
	background-repeat: no-repeat;
}

.ttsearch input
{
	width: 204px; 
	margin-left: 6px; 
	margin-top: 8px; 
	padding-left: 2px; 
	padding-right: 2px; 
	border: 0pt none;
}

.clear
{
	clear: both;
}

.traceHolder
{
    background-image:url('/trace_button.gif');
    width:98px;
    height:25px;
    text-align:center;
    padding-top:6px;
    color:White;
    cursor:pointer;
}