/* General */
/*
input,
select,
textarea {
	border: 1px solid #787878;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input:focus,
select:focus,
textarea:focus {
	border: 1px solid red;
}
*/
.validation-advice {
	color: red;
	margin: 3px 0 10px 80px;
	width: 218px;
	clear:both;
}

/* Kontaktformular */
#anfrage label {
	width: 80px;
	display: block;
	float: left;
}
#anfrage input,
#anfrage select,
#anfrage textarea {
	width: 218px;
	border: 1px solid #dddddd;
}
#anfrage select {
	width: 220px;
}
.tx_powermail_pi1_fieldwrap_html {
	clear: both;
	margin-bottom: 10px;
}
.firstcol legend,
.secondcol legend,
.fullcol legend {
	display: none;
}
.firstcol,
.secondcol {
	float: left;
	width: 372px;
}
.secondcol {
	width: 300px;
}
.firstcol,
.fullcol {
	clear: both;
}
.fullcol {
	padding: 20px 0;
}
#anfrage .fullcol textarea {
	width: 590px;
	height: 125px;
}
.powermail_check_inner {
	padding: 9px 0;
}
.powermail_check_inner input {
	float: left;
	width: 5% !important;
	margin-right: 2%;
}
.powermail_check_inner label {
	float: right !important;
	width: 93% !important;
}
.powermail_submit {
	float: right;
	margin-top: 50px;
}
.mandatory-fields {
	margin-top: 40px;
}
#anfrage input.powermail_captcha {
	width: 190px;
	float: right;
}
.powermail_captcha_captcha,
.tx_powermail_pi1_fieldwrap_html_captcha .validation-advice {
	margin-left: 110px;
	width: auto;
}

/* search field */
input.searchbox-sword,
input.tx-indexedsearch-searchbox-sword  {
	background: transparent url(/fileadmin/templates/images/bg_searchfield_field.gif) left top no-repeat;
	width: 139px !important;
	height: 21px;
	margin: 0;
	padding: 0 7px 0 7px;
	border: none;
	font-size: 10px;
	line-height: 21px;
	vertical-align: bottom;
	color: #808080;
}
input.tx-indexedsearch-searchbox-sword {
	margin-right: -4px;
}
input.search-button {
	background: transparent url(/fileadmin/templates/images/bg_searchfield_button.gif) left top no-repeat;
	width: 53px;
	height: 21px;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
	padding: 0 0 4px 0;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 11px;
	line-height: 21px;
}
.tx-indexedsearch table,
.tx-indexedsearch table th, 
.tx-indexedsearch table td {
	border: none;
	padding: 0;
}
.browsebox {
	margin: 10px 0;
}
.browsebox li {
	background: none !important;
	padding: 0 11px 0 0 !important;
}
.tx-indexedsearch-noresults {
	text-align: left !important;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color:#1f5b57;
}
.tx-indexedsearch-res {
	padding: 10px 0 0;
}


/* submit buttons */
.button_72x22,
.submit_72x22 {
	display: block;
	width: 72px !important;
	height: 22px !important;
	background: transparent url(/fileadmin/templates/images/submit_72x22.gif) left top no-repeat !important;
	border: none !important;
	color: white !important;
	font-size: 11px !important;
}
.button_72x22 {
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	text-decoration: none !important;
}
.tx_powermail_pi1_fieldwrap_html_submit.submit_72x22{
	height:auto !important;
	width:auto !important;
	background:none !important;
}
.tx_powermail_pi1_fieldwrap_html_submit.submit_72x22 input{
	display: block;
	width: 72px !important;
	height: 22px !important;
	background: transparent url(/fileadmin/templates/images/submit_72x22.gif) left top no-repeat !important;
	border: none !important;
	color: white !important;
	font-size: 11px !important;
	line-height: 22px;
	text-align: center;

	text-decoration: none !important;
}

.error {
    background-color: #FF0000;
    border: 1px solid #FF0000;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 6px #DDDDDD;
    color: #FFFFFF;
    font-size: 11px;
    height: auto;
    margin-left: -2px;
    padding: 3px 10px 5px;
    text-align: left;
    z-index: 10;
}
html:root .error em {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FF0000 transparent -moz-use-text-color;
    border-style: solid solid none;
    border-width: 10px 10px 0;
    bottom: -10px;
    display: block;
    height: 0;
    left: 5px;
    position: absolute;
    width: 0;
}
.error p {
    font-weight: bold;
    margin: 0;
    padding: 0;
}
