/*  
Beschreibung: Zwei Spalten Template.
Autor: Frank Heidicke
Autor URI: http://heidicke.de/
*/

/* ----------------------------------------
   Standard Elements
------------------------------------------- */
@charset "utf-8";
/* ----------------------------------------
  Forms
------------------------------------------- */

/* Inputs */
input#s, textarea, input.styled {
	border: 1px solid #BBB;
	padding: 3px;
	width: 160px;
	font: normal 1em Verdana,sans-serif;
}

#searchsubmit {
	border: 1px solid #BBB;
	background: #EEE;
	font: normal 0.9em Verdana,sans-serif;
	padding: 2px 3px;
}

/* Seachform */
table.search {
	width: 100%;
	border-collapse: collapse;
}
.search td {vertical-align: center;}

div.kontaktform {
	border: 1px solid #aaa;
	padding: 0.5em;
	width: auto;
	background-color: #E8E8E8;
	margin-bottom: 0.5em;
}
div.kontaktform label.left {
	width: 7em;
	float: left;
	padding-left: 10px;
	color: #999;
}
div.kontaktform label.required {
	font-weight: normal;
	color: #000;
}
div.kontaktform .element {
	margin-left: 8em;
	margin-bottom: 0.5em;
}
div.kontaktform textarea {width: 380px;}
div.kontaktform ul.errors {
	list-style: none;
	color: #c00;
	font-size: 0.9em;
} 
#submitbutton{
	border: 1px solid #BBB;
	background: #EEE;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	width: 200px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
div.language {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
div.language img {
	margin: 0px;
	padding: 0px;
}	