/*für "statische" Seiten*/

div.col-l {
	width: 43%;
	float :left;
	padding-right: 50px;
}

div.col-r {
	width: 43%;
	float :left;
}

#from, #subject, #message {
	border: 1px solid #c8c8c8;
	color: #555;
	width: 100%;
}