/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2009 indual GmbH (www.indual.ch)                        
-------------------------------------------------------------------------------- */

/* basic form styles ---------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
	border: 0;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
legend {
  display: none;
}
form label {
	display: block;
	margin: 0;
	padding: 0;
}
p.errorMessage {
	font-weight: bold;
	color: #000;
	margin: 3px 0;
	padding: 0;
}
.error {
	font-weight: bold;
	color: #e95d0f;
}
form.formular input,
form.formular select,
form.formular textarea,
.input {
	border: 1px solid #999;
	margin: 0 0 4px 0;
	padding: 2px;
	width: 320px;
	font: 12px/18px "Lucida Grande", Tahoma, Arial, Helvetica, Verdana, sans-serif;
}
div#contentleft form input,
div#contentleft form select,
div#contentleft form textarea {
	border: 1px solid #999;
	width: 170px;
	font: 12px/16px "Lucida Grande", Tahoma, Arial, Helvetica, Verdana, sans-serif;
	margin: 2px 0;
	padding: 2px;
}
form.formular input.radio {
	width: auto;
	border: none;
}
form.formular input:focus,
form.formular textarea:focus {
	background-color: #EDEDED;
}
form.formular span.error input,
form.formular span.error select,
form.formular span.error textarea {
	border: 1px solid #000;
}
div.note {
  color: #666;
  margin: 5px 0 0 0;
}


/* submit button --------------------------------------------------------- */
button.submitbutton {
  margin: 10px 0 0 -3px;
  padding: 0;
  border: none;
  cursor: pointer;
  background: none;
  overflow: visible;
  text-align: center;
  white-space: nowrap;
  width: auto !important;
  width: 1%;
  font: 11px Verdana, Arial, sans-serif;
}
button.submitbutton div {
  background: url(../images/buttons/standard_left.gif) left top no-repeat;
}
button.submitbutton:hover div,
button.submitbutton:focus div,
button.submitbutton:active div {
  background: url(../images/buttons/standard_left.gif) left bottom no-repeat;
}
button.submitbutton div div {
  color: #333;
  font: normal 12px/26px 'Lucida Grande', Tahoma, Arial, Helvetica, Verdana, sans-serif;
  margin: 0;
  white-space: nowrap;
  padding: 0 10px;
  background: url(../images/buttons/standard_right.gif) right top no-repeat;
}
button.submitbutton:hover div div,
button.submitbutton:focus div div,
button.submitbutton:active div div {
  color: #fff;
  background: url(../images/buttons/standard_right.gif) right bottom no-repeat;
}

/* search form ---------------------------------------------------------------- */
div#quicksearch {
	position: relative;
	width: 205px;
	height: 28px;
	margin: 0 0 15px 0;
	float: left;
}
#searchform {
	position: absolute;
	top: 0px;
}
#searchform label {
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	color: #555;
	text-transform: uppercase;
	float: left;
	margin: 3px 7px 0 0;
}
#searchform input#searchfield {
	width: 190px;
	height: 26px;
	line-height: 26px !important;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 0 5px;
	margin: 0;
	color: #666;
	background: #fff url(../images/bg_searchfield.gif) no-repeat left top;
	border: none;
}
*+html #searchform input#searchfield {
	line-height: 24px !important;
}
* html #searchform input#searchfield {
	line-height: 24px !important;
}
#searchform input#searchfield:hover, 
#searchform input#searchfield:focus {
	background-color: #f9f9f9;
}
#searchform button {
	position: relative;
	width: 31px; 
	height: 28px;
	position: absolute;
	top: 0;
	right: -8px;
	border: 0;
	cursor: pointer;
	background: url(../images/loupes.gif) 0 0 no-repeat;
}
*+html #searchform button { top: 1px; }
* html #searchform button { top: 1px; }
#searchform button span {
	position: absolute;
	left: -9999999px;
}
#searchform button:hover {
	background-position: 0 -28px;
}
a, input, button, textarea, select {
	outline: none !important;
}
