p { 
	line-height: 1.5em;
}

h1 { 
	font-weight:500;
}

h2 { 
	font-size: 1.5em;
	font-weight:500;
	line-height: 1.em;
}

.intro {
	background-color:#f4f4f4;
	padding: 10px 15px 10px 15px;
}

.teaserItem {
	line-height: 1.5em;
}

.teaserItem h2 {
	line-height: 1.2em;
	font-size: 1.4em;
	font-weight:500;
	margin: 10px 0 6px 0;
}

#form-quick-search-label {
	// padding-right: 5px !important;
}




/*** Contact form ***/
#contactform {
	padding: 10px; 
	background-color: #F4F4F4;
}

#contactform form label {
	clear:both;
	float:left;
	width:150px;
	margin-right: 20px;
}
#contactform .specialemail{ /* honeypot fields*/
	position:absolute;
	top:-5000px;
}
#contactform form input.input, #contactform form textbox.input {
	float:left;
	width: 200px;
	margin-bottom: 10px;
}

#contactform form label.optin {
	width:100%;
	clear:both;
	margin-bottom: 10px;
 }

#contactform form input.submit {
	clear:both;
}
