#wrapper .container .body .content {
	background-repeat:			no-repeat;
	margin-top:					40px;
	padding-top:				120px;
	position:					relative;
	padding-bottom:				40px;
	min-height:					300px;
}

#wrapper .container .body .content {
	background-image:			url(/images/site/content-top-bg.png);
}

#wrapper .container .body .content .inner {
	/*background-image:			url(/images/site/frontpage-bottom-bg.png);
	background-position:		bottom center;
	min-height:					390px;
	background-repeat:			no-repeat;*/
}

#wrapper .container .body .content .inner .overlay {
	/*background-image:			url(/images/site/frontpage-inner-bg.png);
	background-position:		bottom center;
	min-height:					390px;
	background-repeat:			no-repeat;*/
}

#wrapper .container .body .content .inner .overlay img, #wrapper .container .body .content .inner .overlay iframe { 
	float: right;
	margin-left: 100px;
	margin-bottom: 1em;
	clear: both;
	border: 6px solid #9D9D9D;
}

#wrapper .container .body .content .inner .overlay p {
	margin-top: 2em;
	margin-bottom: 2em;
}

#wrapper .container .body .content .inner .overlay h1 {
	font-size:					15px;
	text-transform:				uppercase;
	color:						#5F5F5F;
}

label {
	display: block;
	width: 100px;
}

input, textarea {
	padding: 3px;
	border: 1px inset #FFF;
	width: 200px;
}

select {
	border: 1px inset #FFF;
}

button {
	background-image: url(/images/site/verzendengif.gif);
	border: 0;
	width: 128px;
	height: 22px;
}

.error {
	border: 3px solid #E80247;
}

.ui-tabs { position: relative; width: 884px; padding: 0px; padding-bottom: 30px; text-align: justify; zoom: 1; background-image: url(/images/site/content-tab-footer.png); background-repeat: no-repeat; background-position: left bottom; margin-left: 60px; margin-top: 10px;}
.ui-tabs .ui-tabs-nav { width: 100%; list-style: none; position: absolute; padding: 0; height: 30px; left: 0px; top: -30px; background-image: url(/images/site/content-tab-top.png); background-repeat: no-repeat; background-position: left bottom;}
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; top: -32px; margin: 0 .2em -1px 0; padding: 0; background-image: url(/images/site/content-tab-inactive.png); background-repeat: no-repeat; background-position: left bottom; width: 206px; padding-top: 20px; height: 23px; text-align: center; text-shadow: #000 0px 0px 2px; }
.ui-tabs .ui-tabs-nav li a { text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li a span { color: #FFF; text-transform: uppercase; font-size: 14px; font-weight: bold;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; background-image: url(/images/site/content-tab-active.png); background-repeat: repeat-x; background-position: left bottom; padding-top: 15px; height: 28px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a span { font-size: 18px;  }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; padding-right: 100px; display: block; border-width: 0; background-image: url(/images/site/content-tab-bg.png); background-repeat: repeat-y; text-align: left; line-height: 150%;}
.ui-tabs .ui-tabs-hide { display: none !important; }
