/* ----------------------------------------------------------
 file: kontakt.css

 Styles of search results and search pages.

 last update: 27.01.15 by Patricia Engelskirchen
 ---------------------------------------------------------- */


/* ******************************************************
	Sections and divs. */
 
article section.kform {
}

article section.contactsheet {
	max-width: 1024px;
}
 
div.kform {
	position: relative; 
	width: 98%; 
	min-height: 133px; 
	margin-right: 10px; 
	margin-bottom: 20px;
	padding: 1%; 
	overflow: hidden; 
	background-color: rgb(217, 217, 217); 
}
 

/* ******************************************************
	Form elements. */

div.kform input[type='text'], 
div.kform input[type='email'], 
div.kform textarea {
	color: black;
	background-color: white;
	border: 1px dotted rgb(217, 217, 217);
	height: 30px;
	width: 98%;
	font-size: 12pt;
	vertical-align: middle;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
}

div.kform textarea {
	height: 230px;
}

input[type='submit'] {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url("/pic/v3/bt_message.png");
	padding-left: 20px;
	margin-top: 20px;
}


