p {
	margin-bottom: 1em;
}

#form_result div {
	color: black;
	display:none;
	margin:0.5em;
	padding:0.5em;
}
#form_result .error {
	background-color:#FBB;
	border:2px solid #E99;
}
#form_result .success {
	background-color:#BFB;
	border:2px solid #9E9;
}

/*
 * Theme override
 */
#c-r-i h3 {
	margin-top: 1em;
	margin-bottom: 0;
}

div#b-c-clients h2 {
	color:#262626;
	font-family:"trebuchet ms",arial;
	font-size:24px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-bottom:15px;
}


div#content-h div.panel h2 {
	font-size:160%;
	color:#FFFFFF;
	font-family:"trebuchet ms",arial;
	margin-bottom:30px;
	margin-top:20px;
}

div.panel em {
	font-style: normal;
	color: white;
}

#c-r-i strong {
	float: left;
	width: 100px;
}

input[type="text"], textarea {
	width: 360px !important;
}

textarea {
	height: 150px !important;
}

/* Homepage: clients list */
.clients a {
	height: 70px;
	display: block;
	float: left;
	margin-right: 10px;
}

/*
 * Forms
 */
form label {
	cursor: pointer;
}
table.contact td.left {
	vertical-align:top;
}

div#content-h div.panel p {
	text-align: justify;
	font-size: 120%;
}

/*
 * Links
 */
.blocklink {
	color: #676767;
	text-decoration: none;
}

/* Links on Diensten-page */
.blocklink h3 {
	margin-bottom: 0;
	font-size: 14px;
}

/*
 * Footer
 */
div#footer {
	padding: 10px 5px 50px 0px;
	font-size: 12px;
	text-align: right;
}

/*
 * Team sidebar
 */
.employee img {
	padding: 5px;
	background: #ffffff;
	border: 1px solid #d6d6d6;
	float: left;
	margin: 0px 15px 15px 0px;
}
.employee p {
	line-height: 1.2em;
}
.employee .job {
	font-style :italic;
}

/* Headers as links*/
h2 a {
	color: #262626;
	text-decoration: none;
}

/* Cubiso -> Werkwijze */
p.description {
	margin-bottom: 1em;
}
img.normal.right {
	margin: 15px 0 0 0;
}