/*************************************************************************************************************
Indexed Search
*************************************************************************************************************/	
.tx_indexedsearch-input {
  width: 200px; 
  margin-left:20px;
  padding: 2px 5px; 
  float:left;
  border:1px solid #bd9c66;
  font-family:arial, sans-serif; 
  font-size: 11px;
}

.tx_indexedsearch-submit{
	border:1px solid #bd9c66;
	font-size:11px;
  color: #a5781e;
  font-family:arial, sans-serif; 
  font-weight: bold;
	background: #fff; 
	margin-left: 10px;
	cursor: pointer;
	padding: 1px 5px; 
}



.search_result { border-top: 1px solid #bd9c66; margin-bottom: 0px; margin-top: 10px;}
.tx-indexedsearch-title {font-weight: bold; padding-left: 5px;}

.tx-indexedsearch-whatis {
	font-size: 13px; 
	font-weight: bold;
	border-top: 1px solid #bd9c66; 
	margin-bottom: 0px; 
	margin-top: 10px;
	padding-top: 10px;	
	}
.tx-indexedsearch-info {padding-bottom:5px; font-size:9px ;color: #a5781e;}
.tx-indexedsearch-browselist-currentPage a {color: #a5781e; border: none;}
.tx-indexedsearch-secHead {padding-bottom: 10px; margin-top: 10px; }
.tx-indexedsearch-descr, .tx-indexedsearch-info, tx-indexedsearch-path {padding-left: 5px;}

.tx-indexedsearch-browsebox { border-bottom: 1px solid #bd9c66; margin-bottom: 10px;}
.search_result_output { border-bottom: 1px solid #bd9c66; clear: left;}

.browsebox  {}
.browsebox li {float: left; padding-right: 5px; margin: 10px 0px; }

/*************************************************************************************************************
Tell a friend
*************************************************************************************************************/	
.label { float: left;  width: 200px;  }

.tellInput {
  width: 250px; 
  margin:0px 0px 5px 20px;
  padding-left: 2px; 
  float:left;
  border:1px solid #bd9c66;
  font-family:arial, sans-serif; 
  font-size: 11px;
  }
textarea {width: 250px; margin-left: 20px; border:1px solid #bd9c66; font-family:arial, sans-serif; font-size: 11px; }
fieldset {border:none; margin: 0px; padding: 0px}

.tellSubmit{ 
	clear: left;
	float: right; 
	border:1px solid #bd9c66;
	font-size:11px;
  color: #a5781e;
  font-weight: bold;
	background: #fff; 
	padding-left: 15px;
	margin-right: 75px;
	margin-top: 12px;
	cursor: pointer;
	width: 250px;
	}
.alert {color: #bd9c66; font-weight:bold;}

/*************************************************************************************************************
 Mail formular
*************************************************************************************************************/	
.csc-mailform label { float: left;  width: 100px;  }

.csc-mailform input {
  width: 200px; 
  margin:0px 0px 5px 20px;
  padding-left: 2px; 
  border:1px solid #bd9c66;
  font-family:arial, sans-serif; 
  font-size: 11px;
  background: #fff;
  }

.csc-mailform textarea {width: 202px;}
.csc-mailform .csc-mailform-submit {
  margin-left: 120px; 
  margin-top: 10px; 
  width: 205px;
  font-size:11px;
  color: #a5781e;
  font-weight: bold; 
  cursor: pointer;
  }



/*************************************************************************************************************
 TYPO3 Links
*************************************************************************************************************/
a img {border: none;}
a.web img, a.seite img, a.download img, a.email img  {padding-right: 13px;}
a.seite, a.web, a.download, a.email  {margin:0 0 4px 0; font-weight: bold;}



