html,
body {
	height:100%;
	margin:0 0 0px 0;
	padding:0;
		cursor: default;
}

* {

}

body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:170%;
	color: white;
	padding:0px;
	margin:20px 0px 0px 0px;
	background: #000000;
}

/* ----- generic styling ----- */
p {
	margin: 0 0 20px 0; 
	padding:0;
}

h1 {
	font-family: 'TeXGyreHerosRegular', verdana, helvetica, arial;
	color: #CE008D;
	color: #BC007F;
	font-weight: normal;
	margin: 0 0 20px 0;
	font-size: 175%;
	line-height: 20px;
}

h2 { 
	margin: 0;
	color: #CE008D;
}

h3,
h4,
h5 {
	margin: 0;
	font-size: 100%;
}

ul,
li,
ol { margin: 0; }

a {
	color: #ce008d;
	text-decoration: none;
}

a, object { outline: none; }

a:hover { text-decoration: underline; }

em, i { 
	width: 95%; 
	font-size: 100%; 
}

a.more {
	padding-left: 12px;
	background: url(../img/bg_a_more.gif) no-repeat left center;
}

a.blank {
	padding-left:15px;
	background: url(../img/bg_a_blank.gif) no-repeat left center;
}

hr {
	height: 1px;
	border: 0 solid transparent;
	color: #414141;
	background-color: #414141;
	margin: 5px 0;
	line-height: 1px;
}

h1 span { display: none; }
h2 span { display: none; }

/*
strong {
	display: block;
}
*/

img { margin: 0px; padding: 0px; border: 0px; }
embed { margin: 0px; padding: 0px; }
object{ margin: 0px; padding: 0px;}

.floatLeft  {float: left;}
.floatRight {float: right;}
.clearRight {clear: right;}
.clearLeft {clear: left; }
.clearBoth {clear: both;}

.yunaPaars { color: #ce008d;}

.padding { padding: 20px 20px 20px 20px;}

/*====================================================================================*/
/*	structure																								  */
/*====================================================================================*/

div#mainContainer {
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 0px;
	width:996px;
	text-align: left;
}

body.home #header {
	display: block;
	position: relative;
	height: 310px;
	width:100%;
	color: black;
	background: url(../img/bg_header.jpg) top left no-repeat;
	-index: 2;
}
div#noScriptHeader{
	ackground: url(../img/bg_header.jpg) top left no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	
}

div#wrap {
	position: relative;
	padding: 20px 0px 20px 0;
	min-height: 300px;
}

#innerWrap { position: relative; }

div#columnsRight {
	position: relative;
	float: right;
	width: 695px;
}

/*comumn 1*/
div#columnsLeft {
	position: relative;
	width:280px;
	margin: 0px 0px 0px 0px;
}

/*column 2*/
div#innerColumnLeft {
	position: relative;
	width: 395px;
}

/*column 3*/
div#innerColumnRight {
	position: relative;
	width: 280px;
	float: right;
	margin: 0px 0px 0px 0px;
}

div#wrapStretcher {
	position: relative;
	display: block;
	clear: both;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	width: 100%;
}

div.contentBox { margin-bottom: 20px; }

/*====================================================================================*/
/*	 Header						  */
/*====================================================================================*/

body.vervolg div#header {
	height: 110px;
	background: transparent url(../img/bg_top_vervolg_portfolio.gif) left top no-repeat;
}

div#headerBox {
	position: absolute;
	display: block;
	float: right;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 2px;
	display: block;
	width: 68px;
	height: 81px;
	z-index:10;
	background: url(../img/logo.gif) no-repeat 0 0;
}

#logo span {
	text-indent: -2000px;
}

/*- # topNav */
ul#navigation {
	text-align:left;
	margin:0px;
	padding: 0px;
	margin-left: 300px;
	width: 430px;
	padding-top: 10px;
}

body.vervolg #navigation {
	padding-top: 15px;
}

ul#navigation li.menuItem {
	ackground: url(../img/bg_bullet_topnav.gif) left 3px no-repeat;
	list-style: none;
	display: inline;
	list-style-type: none;
	margin:0;
}

ul#navigation a {
	text-decoration: none;
	margin-right: 13px;
	padding-left: 13px;
	font-size: 11px;
	background: url(../img/bg_bullet_topnav.gif) left 3px no-repeat;
}

ul#navigation a:hover,
ul#navigation li.menuItem.selected a {
	background: url(../img/bg_bullet_topnav_rotated.gif) left 3px no-repeat;
}

ul#navigation a:active{
	position: relative;
	top: 1px;
	background: url(../img/bg_bullet_topnav_rotated.gif) left 3px no-repeat !important;
}

ul#navigation.home a {color: black; color: #CE008D;}

ul#navigation.home a:hover,
body.home #navigation .selected a { color: #ce008d; color: black;}


body.vervolg #navigation a {color: white;}

body.vervolg #navigation a:hover,
body.vervolg #navigation .selected a { 
	color: #B4B4B4;
}

div#pageTitle {
	position: absolute;
	top:60px;
	left: 85px;	
}

body.vervolg div#headerBox {
	top: 50px;
}

div#banner.home {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 996px;
	height: 310px;

}

/* serach */
div#searchBox {
	position: relative;
	float: right;
	height: 100%;
	width: 280px;
	padding-top: 8px;
	ackground: gray;
}

div#searchBox #search_btn {
	margin:0px 0px 0px 5px;
	padding:0px;
	vertical-align:top;
}

div#searchBox input#searchfield {
	margin-left: 10px;
	padding: 2px 2px 0px 5px;
	width: 225px;
	height: 18px;
	border: 1px solid #c6c6c6;
	background: transparent url('../img/bg_input.gif') top left no-repeat;
}

/*====================================================================================*/
/*	 Footer																									  */
/*====================================================================================*/
#footerBox ul {
	margin: 0px 0px 0 0;
	padding: 15px 0px 0 0;
	color: #979797;
	height: 100px;
	min-height: 100px;
	width: 160px;
	background: url(../img/bg_footermarker.gif) no-repeat 10px top;
	border-left: 1px solid #4c4c4c;
}

*> #footerBox ul {
	height: auto;
}

#footerBox ul.first {
	border: none;
}

#footerBox ul li {
	list-style: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px 10px 0 10px;
}

#footerBox ul li.marker {
		margin-top:5px;
		background: url(../img/bg_footermarker.gif) no-repeat 10px center;
}

#footerBox ul li h5 {
	color: fuchsia;
	font-size: 100%;
}

#footerBox ul li a {
	color: #979797;
}

.footerLogo {
	display: block;
	width: 26px;
	height: 26px;
	float: right;
	background: url(../img/bg_footerlogo.gif) no-repeat 0 0;
}

/*====================================================================================*/
/*	 Homepage elements
/*====================================================================================*/

.portfolioSelectBox {
	height: 36px;
	ackground: url('../img/bg_portfolio_bovenbalk.gif') top left no-repeat;
	margin: 0px;
	padding: 0px;
}

div#portfolioSelectBoxNav {
	width: 990;
	loat: left;
	margin: 0px 0px 0px 0px;
}

.portfolioSelectBox h2 {
	display: block;
	float: left;
	idth: 300px;	
	margin: 10px 0px 0px 10px;
	font-size: 18px;	
}

.portfolioDropdownBox { }

.portfolioDropdownBox h2 {
	display: block;
	float: left;
	width: 60px;
	font-size: 18px;	
	font-family: 'TeXGyreHerosRegular', verdana, helvetica, arial;
	color: #fff;
	font-weight: normal;
}

.portfolioDropdownBox .select {
	font-size: 10px;
	height: 18px;
	width: 217px;
	background: #383838;
	color: white;
	border: 1px solid #383838;
}

.portfolioSelectBox .select {
	font-size: 0px;
	height: 18px;
	idth: 217px;
	background: #383838;
	color: white;
	border: 1px solid #383838;
}

.portfolioSelectBox ul {
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
	line-height: 0.8em;
}
.portfolioSelectBox li {
	display: block;
	width: auto;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	float: left;

}

.portfolioSelectBox li a {
	width: 300px;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #595959;
	margin: 0px 20px 0px 0px;
	font-family: 'TeXGyreHerosRegular', verdana, helvetica, arial;
}

.portfolioSelectBox li.portfolioNavSelected a {
	color: #fff;
}
.portfolioSelectBox li a:hover {
	color: #B3B3B3;
	text-decoration: none;
}

div#portfolioSelectBoxContent {
	display: none;
	position: absolute;
	left: 336px;
	width: 660px;
	height: 100px;
	overflow: hidden;
}

div#portfolioSelectBoxContent p {
	margin: 5px 40px 0px 0px;
}

div#footerBox {
	position: relative;
	display: block;
	height: 312px;
	width: 996px;
	background: transparent url(../img/bg_footer.jpg) top left no-repeat; 
}

/*====================================================================================*/
/*	 		portfolio overview																				*/
/*====================================================================================*/

body.portfolio #wrap { padding-top: 10px; }

div.contentBox.portfolioOverview { }

div.contentBox.portfolioOverview .itemBox {
	width: 316px;
	float: left;
	margin: 0px 24px 0px 0px;
	padding: 0px;
	position: relative;
}

div.contentBox.portfolioOverview .itemBox span.thumbOverlayTop,
div.contentBox.portfolioOverview .itemBox span.thumbOverlayBottom {
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 316px;
	height: 4px;
	background: url("../img/overlay_portfolio_overview.gif") no-repeat;
	z-index: 5000;
}

div.contentBox.portfolioOverview .itemBox span.thumbOverlayBottom {
	background-position: top;
	background: url("../img/overlay_portfolio_overview_bottom.gif") no-repeat;
	display: block;
	top: 177px;
}

div.contentBox.portfolioOverview .itemBox .imgBox {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 316px;
	background: url('../img/bg_portfolio_item.jpg') left top no-repeat;
}

div.contentBox.portfolioOverview .itemBox .imgBox a { height: 316px; }

div.contentBox.portfolioOverview .itemBox .padding {
	margin: 0px;
	padding: 0px;
	width: 270px;
	height: 60px;
}

div.contentBox.portfolioOverview .itemBox .padding .itemOmschrijving {
	font-size: 95%;
	padding: 0px;
	margin: 0px;
	line-height: 1;
	color: #a4a4a4;
}

.itemBox .itemCategory {
	height: 10px;
	color: #7c7c7c;
}

div.contentBox.portfolioOverview .itemBox .portfolioLinks {
	position: absolute;
	top: 190px;
	left: 265px;
	width: 50px;
	height: 20px;
	text-align: right;
}

div.contentBox.portfolioOverview .itemBox .portfolioLinks .definitionSwitch {
	cursor: default;
}

div.contentBox.portfolioOverview .itemBox a.toggleLink {
	display: block;
	float: right;
}

div.contentBox.portfolioOverview .portfolioLinks a.linkSwitch  {
	display: block;
	float: left;
	width: 20px;
}

div.contentBox.portfolioOverview .itemBox .padding a {
	color: white;
}

div.contentBox.portfolioOverview .itemBox .padding a span {
	display: block;
	color: #7c7c7c;
}

div.contentBox.portfolioOverview .itemBox.third {
	margin-right: 0px;
}

div.contentBox.portfolioOverview div.linkBox span { }

div.contentBox.portfolioOverview div.hoverBox {
	background: #2a2a2a;
	width: 316px;
	z-index: 500;
	position: absolute;
	bottom: 60px;
	_bottom: 62px; /*for IE6*/
	color: white;
	padding: 0px 0px 0px 0px;
	z-index: 1000;
	
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;

}

div.contentBox.portfolioOverview div.definitionBox ul {
	list-style: none;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	z-index: 6000;
}

div.contentBox.portfolioOverview div.definitionBox ul li {
	z-index: 6000;
	float: right;
	clear: both;
	margin: 0px;
	padding: 0px;

}

div.contentBox.portfolioOverview div.definitionBox ul li a {
	color: #acacac;
	display: block;
	padding: 0px 15px 0px 0px;
	display: block;
	text-decoration: none;
	z-index: 6000;
	background: url('../img/bg_a_more.gif') right 4px no-repeat;
}

div.contentBox.portfolioOverview div.definitionBox ul li a:hover {
	color: white;
	display: block;
	text-decoration: none;

}

div.contentBox.portfolioOverview .itemBox div.definitionBox div {s
	width: 316px;
	text-align: right;
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	bottom: 0px;
	display: block;
	line-height: 1.1em;
}

div.contentBox.portfolioOverview .itemBox div.definitionBox { }

div.contentBox.portfolioOverview div.linkBox { 
	height: 30px;
	text-align: right;
}

div.contentBox.portfolioOverview div.linkBox span {
	margin: 0px 10px 0px 0px;
	position: relative;
	top: 5px;
	color: #BABEBE;
}

/*-# Panels homepage --*/

.panels .padding { padding: 15px 2px 10px 10px; }

.box280Portfolio .padding {padding: 2px 2px 0px 60px;}

.panels h1 {
	color: #ffffff;
	font-family: 'TeXGyreHerosRegular', verdana, helvetica, arial;
	line-height: 18px;
	font-weight: normal;
	background: transparent url(../img/bg_pannel_a.gif) center right no-repeat;
	
}

.panels a {
	color: #ffffff;
}

.panels a:hover {
	color: #C6C6C6;
	text-decoration: none;
}
.panels h1:hover {
	background: transparent url(../img/bg_pannel_ahover.gif) center right no-repeat;
}

.panels .box280 {
	color: #c6c6c6;
	line-height: 100%;
}

.boxBottom {
	padding-bottom: 0px;
}

.boxBottom h1 {
	margin: 8px 0 0px 0;
	width: 260px;
}

/* recent item */
.recent a {
	padding-left: 12px;
	background: url(../img/bg_a_more.gif) no-repeat left center;
}

/* trefwoordenlijst */
span#all_def {
	margin: 0px;
	padding: 0px;
}

div.trefwoorden span.showHideLink {
	display: block;
	padding-bottom: 4px;
	color: #635F5F;
	cursor: pointer;
}

div.trefwoorden span.showHideLink img {
	margin-right: 5px;
}

/*---------------------------------------------------------
#innerstyling
---------------------------------------------------------*/

div.box280, 
div.box280Portfolio {
	width: 280px;
	margin-bottom: 5px;
	background: url(../img/bg_box280.gif) repeat-y 0 0;
}

div.box280Portfolio {
	margin-bottom:2px;
	background: url(../img/bg_box280.gif) repeat-y 0px 0px;
}

div.box280Portfolio {
	height: 51px;
}

div.box280 .boxTop { 
	background: transparent url(../img/bg_box280_top.gif) no-repeat 0 0;	
}
	
div.box280 .boxBottom {
	min-height: 65px;
	background: transparent url(../img/bg_box280_bottom.gif) no-repeat 0 bottom;
}

div.portfolioItem img {
	border: 1px solid #808080;
	margin-bottom: 20px;
}

div.viewAll {
	text-align: left;
	margin: 4px 0 8px 0;
	padding-left: 60px;
	color: AppWorkspace;
}

div.viewAll a {
	padding: 0 15px 0 0;
	background: url(../img/bg_footermarker.gif) no-repeat right center;
}

/* nieuwsitems */
.nieuwsItem {
	position: relative;
	margin-bottom: 10px;
	height: 100px;
	min-height: 100px;
}

*>.nieuwsItem { height: auto; } /* MOZ overruling height statement */

.nieuwsContent { padding: 0px 10px 10px 120px; }

.nieuwsImage {

	position: absolute;
	left: 0px;
	top: 0px;
	margin-bottom: 10px;
}
.nieuwsImage a {
	display: block;
	cursor: pointer;
}

span.nieuwsImgBorder {
	position: absolute;
	height: 94px;
	width: 106px;
	background: transparent url(../img/image_border_nieuws.gif) top left no-repeat;
}

a.nieuws {
	color: white;
	text-decoration: underline;
}

a:hover.nieuws { color: #ce008d; }

/* portfolio styling */
.box280Portfolio { position: relative; }

.box280Portfolio img {
	float: left;
	margin: -2px 0 0 0;
	border: 2px solid black;
}

span.thumbOverlay,
span.thumbOverlayTop,
span.thumbOverlayBottom {
	position: absolute;
	top: 0px;
	left: 2px;
	display: block;
	width: 51px;
	height: 51px;
	background: transparent url(../img/overlay_thumbs.gif);
}

.newsListItem {
	position: relative;	
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
}

.newsListItemImage {
	position: relative;
	display: block;
	width: 51px;
	height: 51px;
	float: left;
	margin: 0px 15px 5px 0px;
	padding: 0px;
}

.newsListItemImage a {
	position: relative;
	cursor: pointer;
	display: block;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

.newsListItemImage span.thumbOverlayNews {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 51px;
	height: 51px;
	background: transparent url(../img/overlay_thumbs.gif) no-repeat 0 0;
}

.newsListItemImage img {
	border: 0px;
	margin: 0px;
}

.newsListItemTitle {
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

.newsListItem .date {
	font-style: italic;
	color: #ce008d;
	margin: 0px;
	padding: 0px;
}

.newsListItem.big .date {
	display: block;
}

 .newsListItem.small a {
 	display: block;
 }

a:hover .newsListItem.small {
	text-decoration: none;
}

a:hover .newsListItem.small .newsListItemTitle {
	color: #8C8C8C; 
}

.newsListItem p { margin-bottom: 0px; }

.newsListItem.big {
	border-bottom: 1px solid #666666;
}

.newsListItem.small {
	display: block;
	border-bottom: 1px solid #666666;
	position: relative;
	background: url(../img/bg_a_more.gif) no-repeat right center;
	line-height: 1.5em;
	margin: 0px;
	padding: 2px 0px;
}

.contentBox.newsItem .date{
	font-weight: bold;
}

.contentBox p
{
	margin: 0px;
}

div.imgBoxNews {
	display: block;
	position: relative;
	width: 106px;
	float: right;
	clear: right;
	margin: 5px 0 5px 10px;
	padding: 0px;
}

div.imgBoxNews a {
	display: block;
	width: 106px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	background: green;
}

span.imgBoxNewsTop {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	line-height:1px;
	height: 5px;
	width: 106px;
	margin: 0px;
	padding: 0px;
	background: url(../img/image_border_top.gif) no-repeat left top;
}

span.imgBoxNewsBottom {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 106px;
	line-height:1px;
	height: 15px;
	background:  url(../img/image_border_bottom.gif) no-repeat left bottom;
	_margin-bottom: -1px;
}

span.imgBoxNewsBottom img {
	position: absolute;
	bottom: 4px;
	right: 4px;
}

div.imgBoxNews img {
	margin: 0px 0px 0px 0px ;
	padding: 0px;
}

div#portfolioShow {
	margin: 15px 0 10px 0;
}

div.imgBoxPortfolio {
	display: block;
	width: 390px;
	position: relative;
	margin: 0px 0 15px 0px;
	padding: 0px;
}

div.imgBoxPortfolio a {
	display: block;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

span.imgBoxPortfolioTop {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	line-height: 1px;
	height: 5px;
	width: 390px;
	margin: 0px;
	padding: 0px;
	background: url(../img/image_border_top_portfolio.gif) no-repeat left top;
}

span.imgBoxPortfolioBottom {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	height: 20px;
	width: 390px;
	background: url(../img/image_border_bottom_portfolio.gif) no-repeat left bottom;
	_margin-bottom: -1px;
}

span.imgBoxPortfolioBottom img {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

div.imgBoxPortfolio img {
	margin: 0px 0px 0px 0px ;
	padding: 0px;
}

.box280Portfolio a {
	color: white;
	cursor: pointer;
	text-decoration: none;
	display: block;
	background: transparent url(../img/bg_pannel_a.gif) bottom right no-repeat;
}

.box280Portfolio a:hover,
.box280Portfolio a:hover .bold {
	color: #888888;
	text-decoration: none;
	background: transparent url(../img/bg_pannel_ahover.gif) bottom right no-repeat;
}

.bold { display: block;}

.box280Portfolio .itemOmschrijving {
	display: block;
	height:28px;
}

/*---------------------------------------------------------
# Trefwoorden
---------------------------------------------------------*/

div.trefwoorden .padding {padding: 10px 20px 20px 10px;}

div.trefwoorden ul { margin: 0px; padding: 0px; list-style-position: outside;}
div.trefwoorden ul li {
	margin: 0px;
	border-bottom: 1px solid #414141;
	padding-left: 10px;
	list-style: none;
	background: url(../img/bg_a_more.gif) no-repeat right 5px;
}

div.trefwoorden ul li a {
	display: block;
	color: #BCBCBC;
}

div.trefwoorden ul li a:hover {
	text-decoration: none;
	color: #fff;
}

/*====================================================================================*/
/*	 Search page						  */
/*====================================================================================*/

div#innerSearchBox {
	position: relative;
	margin-bottom: 10px;
 	border-bottom: 2px solid #3f3f3f;
}

div#innerSearchBox  #search_btn {
	margin:0px 0px 15px 5px;
	padding:0px;
	vertical-align:top;
}

div#innerSearchBox  input#searchfield {
	padding: 2px 2px 0px 0px;
	margin: 0px 0 15px 0;
	width: 225px;
	height: 18px;
	border: 1px solid #c6c6c6;
	background: transparent url('../img/bg_input.gif') top left no-repeat;
}

div.searchResult {
	display: block;
	border-bottom: 2px solid #3f3f3f;
	margin-bottom: 20px;
}

span.searchResultBekijken a {
	display: block;
	width:60px;
	margin-top: 10px;
	color: white;
	text-decoration: underline;
	background: transparent url(../img/bg_bullet_topnav.gif) no-repeat right center;
}

span.searchResultBekijken a:hover { color: #ce008d; }

/*====================================================================================*/
/*	 FORM						  */
/*====================================================================================*/

form#contact { margin: 10px 0; }


form#contact div.section { }

form#contact div.section.submit_fields {
	background: None;
	border: none;
	padding-top: 0px;
}

form#contact ul {
	list-style:none;
	width:100%;
	clear:left;
	margin:0;
	padding:0;
}

form#contact ul li {
	position:relative;
	margin:0;
	padding:5px 5px 5px 0px;
	clear:left;
	list-style-position: outside;
}

form#contact ul li div.label {
	position: absolute;
	width: 150px;
	font-weight: bold;
	color: white;
}

form#contact ul li label {}
form#contact ul li .contents label {
	display:inline;
	float:none;
	width:auto;
}

form#contact ul li div.contents {
	overflow:hidden;
	position:relative;
	z-index:1;
	left:155px;
}

form#contact ul li.required {
	position: relative;
	background-image: url(../img/bg_li_required.gif);
	background-repeat: no-repeat;
	background-position: 145px 7px;
}

form#contact input {
	background: url(../img/bg_input.gif) no-repeat 0 0;
	width: 250px;
	border: 1px solid #C6C6C6;
}

form#contact textarea {
	background: url(../img/bg_input.gif) no-repeat 0 0;
	width: 250px;
	border: 1px solid #C6C6C6;
}

form#contact span.checkbox input.checkbox {
	width: auto;
	border: none;
	padding: 0;
	background: none;
}

form#contact span.radio input.radio {
	width: auto;
	border: none;
	padding: 0;
	background: none;
}

form#contact input.image {
	border: none;
	width: auto;
	height: auto;
}

form#contact span input.file {
	width: auto;
	padding: 0;
	background: none;
}

/* generic form */
form ul li.error {}
form ul li.error label {}
form ul li .errorMessage {
	display:block;
	color: #ce008d;
}

form .caption {
	font-style: italic;
	font-size:85%;
}

form .settings {
	background-color:#F1F3DD;
	margin-bottom:20px;
}

form .name_fields {
	background-color:#F1F3DD;
}

form .address_fields {
	background-color:#E6EAC2;
}

form .error label {
	padding: 0 0 0 5px;
}

form .error .contents label {
	padding: 0;
}

input.adres {
	width:100px;
}

input.huisnr {
	width:20px;
}

input.text, textarea /*, select */ {
	border: 1px solid gray;
	margin-right:5px;
	position: relative;
	z-index: 1;
	isplay: inline;
}

input.submit {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: auto;
}




