/* ---  Service Buttons print mail info --- */
 /* BB (26.01.2007)  -> loschen, wenn alles umgestellt wurde auf #service-buttons-close */
#service-buttons-block-2cols {
  margin-left: 234px;  
   clear:both;  
  background-color: #FFFFFF;
  padding: 4px 0 4px 0;
  border-top:1px solid #9FA0A0;
  width: 300px;  
}

/* BB (26.01.2007):  neu für buendige Service-Button-Leiste */
#service-buttons-close {
  margin-left:40px;
  background-color: #FFFFFF;
  padding: 4px 0 4px 0;
  border-top:1px solid #9FA0A0;
  width: 300px;  
}
/* BB (26.01.2007) nur für Mozilla sichtbar und notwendig: */
body:-moz-last-node #service-buttons-close {
  float:right; 
  margin-right:44px;
}

ul#service-buttons{
list-style-type: none;
  padding-left: 20px; 
}
ul#service-buttons li{
 float: left; 
 background: url(/C1257235004370C1/RepositoryFile/Images/$File/service_kaestchen.gif) no-repeat 0 0.7em;
 padding-left: 2px;
}

ul#service-buttons li.first{
 background: none;
} 

/* IE 3px bug */
* html ul#service-buttons li{
 margin-right: -3px;
}

#service-buttons a{
  font-size: 0.8em;
  font-weight: bold;
  color: #9FA0A0;
  text-decoration: none;
  margin-left:4px;
  margin-right:4px;
  text-transform: uppercase;
}

#service-buttons a:hover,
#service-buttons a:focus{
  text-decoration: underline;
}


/* --- Search --- */

#SearchForm-container {
 float:left;
 width:184px;
 height:25px;
 border-left:1px solid #00517E !important;
 border-right:1px solid #00517E !important;
 background-color:#F3F3F4;
 line-height:1px;
 margin-top: -1px;
}
/* Hack für MS IE */ 
* html body #SearchForm-container { 
 line-height:4px;
 margin-top: 0;
} 
/* End Hack */ 
#SearchForm-block {
  float:left;
  width:184px;
  height:19px;
  border-top:1px solid #B0C0E1;
  border-bottom:1px solid #B0C0E1;
  background-color:#F3F3F4;
}

#SearchForm-block #SearchForm,
#SearchForm-block #SearchForm form,
#SearchForm-block #SearchForm input {
   display:inline; 
}
#SearchForm-block #SearchForm input#q {
   background-color:#FFFFFF;
  width: 105px;
  height: 12px;
  margin-left: 5px;
  font-size: 10px;
}
#SearchForm-block #SearchForm input.SearchButton,
div.SearchResult input.SearchButton {
   background:url(/C1257235004370C1/RepositoryFile/Images/$File/lupe.gif) no-repeat;
   border:none;
   width:15px;
   height:15px;
cursor: pointer;
/*   background-color:#CCDCE5; */
}
#SearchForm-block #SearchForm input#q{
  border: 1px solid;
}

/* Link auf erweiterte Suche */
div#SearchForm {
  float:left;
  width:133px;
}
div#SearchFormLink {
 font-size: 10px;
 line-height: 9px;
 text-align:right;
 margin-right: 1px;
}

/* --- RSS Link --- */

#col-info a.rss,
#col-info span.rss{
color:#E36C00;
background-color: #FFFFFF;
font-weight: bold;
border: 1px solid;
padding: 0 3px;
}


/* --- Login --- */

#login input {
   background-color:#FFFFFF;
   border: 1px solid;
}


