/* ------------------------------------------------- */
/* | this css handles page content specific styles | */
/* | for pages without the sidebar.                | */
/* ------------------------------------------------- */


.art-Post-body .starters, .art-Post-body .voorwaarden, .art-Post-body.contact {
	padding: 0px;
}
.voorwaarden, .webservices, .contactresponse, .starters, .contact{
	padding:14px;

}

.web-portfolio blockquote p{
	font-size:12px;
	}
.web-portfolio blockquote{ 
	border:dashed 2px #F68B2C; 
	margin:10px 10px 10px 10px;
	padding:5px 5px 5px 5px;
	background-color:#E5EBF6;
	background-image: none;
	font-size: 14px;
}
.web-portfolio th, .web-portfolio td{
	text-align:left;
	vertical-align:top;
	}

.voorwaarden{
	font-size: smaller;
	background-position: top left;
	background-image: url(images/bg_voorwaarden.gif);
	background-repeat: repeat;
	}

.webservices{
	background-image: url(images/bg_webservices.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
.webservices h1, .webservices h2{
	font-size: inherit;
	font-weight:normal;
	}

.contact{
	background-image: url(images/contact_bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	}

.contactresponse{
	padding-left:50px;
	}

.starters{
	background-image: url(images/bg_starters.gif);
	background-position: top left;
	background-repeat: repeat;
	}
	
/* -------------- */
/* CONTACT FORM   */
/* -------------- */
label {
	float: left;
	width: 120px;
	text-align: left;
	}
input, textarea {
	padding: 2px;
	margin: 2px;
	border: 1px solid #7177A2;
	font: 1em Arial, sans-serif;
	background: #fff;
	}
input.fout, textarea.fout {
	border: 1px solid #FF0000;
	}
label.fout {
	color: #FF0000;
	}
