div#sidebar {
	width: 200px; 
	float: right;
}
div#sidebar a {
	color: #0e627a;
}

div#sidebar #content-tab-route a {
	color: #fff;
}



/*********************/
/*** Subnavigation ***/
/*********************/
#small-menu {
	min-height:150px;
	margin-top:25px;
	width:200px;
}
#small-menu ul li{
	border-bottom: solid 1px #dbdbdb;
	line-height: 20px;
	font-size: 12px;
	padding: 5px 0 5px 0;
	background: transparent url(../images/h-nav/point.png) no-repeat top right;
}
#small-menu ul li a {
	color: #5f5f5f;
	text-decoration: none;
}





/***************/
/*** Contact ***/
/***************/
div#contact-small {
	background: url(../images/form/form_bg.png) no-repeat;
	margin-top: 25px;
	width: 200px;
	height: 555px;
	position:relative;
}

div#tab-contact {
	background: url(../images/form/green-tab.png) no-repeat bottom;
	width: 80px;
	padding: 10px;
	padding-top: 9px;
	padding-bottom: 6px;
	float: left;
	text-align: center;
	cursor: pointer;
}

div#tab-content #content-tab-contact {
	width: 200px;
}

div#tab-content #content-tab-contact #cform{
	width: 200px;
}

div#tab-route {
	background: url(../images/form/green-tab.png) no-repeat;
	width: 80px;
	padding: 10px;
	padding-top: 9px;
	padding-bottom: 6px;
	float: left;
	text-align: center;
	cursor: pointer;
}
div#tab-route a {
	color: white;
}

div#content-tab-route {
	width: 200px;
	padding: 0;
}

div#content-tab-route input#from_address, div#content-tab-route input#from_city {
	width: 160px;
	margin-left: 16px;
}

div#content-tab-route p {
	padding-top: 40px;
	padding-left: 16px;
}

div#content-tab-route input.sendbutton {
	margin-left: 30px;
}

input {
	display: block;
	height: 1.4em;
	padding: 3px;
}

li#li--1 {
	margin-top: 10px;
}

div#cform form#cformsform ol li#li--1 input#cf_field_1{
	width: 160px;
}
div#cform form#cformsform ol li#li--2 input#cf_field_2{
	float:left;
	width: 70px;
}
div#cform form#cformsform ol li#li--3 input#cf_field_3{
	float:right;
	width: 70px;
}

div#adresgegevens {
	border: none;
	color: #777;
	line-height: 18px;
	padding: 3px;
	position: absolute;
	bottom: 19px;
	left: 21px;
}

