#printheader {display:none}
#printfooter {display:none}
/*
a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:active, a:hover {
  color: #0099CF;
  text-decoration: underline;
}
*/
.symbol	{
  font-family: Symbol, SymbolPS, Math A
}

sub { font-size: 80%; }

sup { font-size: 85%; }

/* styles für Eingabefelder */

/* allgemein input type=text */
.value { 
	FONT-SIZE: 10px;  
	FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, sans-serif; 
	TEXT-ALIGN: left;
	vertical-align : middle;
	height: 16px;
}

/* allgemein input type=button */
.button { 
	FONT-SIZE: 10px;  
	FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, sans-serif; 
	TEXT-ALIGN: left;
	height: 17px;
}

/* für textareas - keine height*/
.textarea {  
	FONT-SIZE: 10px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, sans-serif;  
	TEXT-ALIGN: left;
}

form#BVSearchRCB  {
  display: inline;
}

form#BVSearchRCB dl.zend_form,
form#BVSearchRCB dl.zend_form dt,
form#BVSearchRCB dl.zend_form dd {
  margin: 0;
  padding: 0;
  float: left;
}

form#BVSearchRCB dl.zend_form dt label {
  font-size: 11px;
  font-weight: bold;
}

form#BVSearchRCB dl.zend_form dd input#q {
  height: 16px;
  width: 130px;
  margin: 3px 10px 0 0;
  font-size: 75%;
}

form#BVSearchRCB dl.zend_form dd input#Search{
  margin: 3px 0 0 0;
}

td.standardrcb form#BVSearchRCB dl.zend_form dd input#q{
  margin: 8px 10px 0 0;
}

td.standardrcb form#BVSearchRCB dl.zend_form dd input#Search{
  margin: 8px 0 0 0;
}

form#BVSearch dl.zend_form ,
form#BVSearch dl.zend_form dt,
form#BVSearch dl.zend_form dd,
form#BVSearch dl.zend_form dd label,
form#BVSearch dl.zend_form dd label input {
  margin: 0;
  padding: 0;
}

form#BVSearch dl.zend_form dd input#q {
  margin: 10px 8px 0 0;
  width: 300px;
  float: left;
}

form#BVSearch dl.zend_form dd input#Go {
  margin: 12px 0 0 0;
}

form#BVSearch dl.zend_form dd label input {
  margin: 0 8px 4px 0;
}

div.searchPaging {
  background: #d69426;
  width: 100%;
  line-height: 20px;
  height: 20px;
}

div.searchPaging div {
  line-height: 20px;
  background: #d69426;
  color: #fff;
}

div.searchPaging div.searchPagingLinks {
  float: left;
  padding: 0 0 0 10px;
}

div.searchPaging div.searchOffset {
  float: right;
  text-align: right;
  padding: 0 10px 0 0;
}

div.clearfix {
  clear: both;
}

p.headlineSearch {
  color:#000000;
  font-weight:bold;
}
