
html, body {
  width:100%;
  height:100%;
  padding:0 0;
  margin:0 0;
  font-family: Verdana;
}

#search-container{

  top:20px;
  width:722px;
  height:auto;
  background-color:#ccccff;
}

#result-container{
  float:left;
  top:220px;
  width:722px;
  height:auto;
  padding-top:20px;  
  z-index: 1000;
}

#s-lo{
  float:left;
  width:234px;
  height:52px;
  background-image:url(../img/lo.jpg);
}

#s-ro{
  float:left;
  width:488px;
  height:52px;
  background-image:url(../img/ro.jpg);
}

#s-lu{
  float:left;
  width:20px;
  height:95px;
  background-image:url(../img/lu.jpg);
}

#s-mu{
  float:left;
  width:682px;
  height:95px;
  background-image:url(../img/mu.jpg);
  background-repeat: repeat-x;
}

#s-ru{
  float:left;
  width:20px;
  height:95px;
  background-image:url(../img/ru.jpg);
}

#r-lo{
  float:left;
  width:266px;
  height:59px;
  background-image:url(../img/r-lo.jpg);
}

#r-ro{
  float:left;
  width:456px;
  height:59px;
  background-image:url(../img/r-ro.jpg);
}

#result-content{
  float:left;
  width:700px;
  height:auto;
  border-left:1px solid #cccccc;
  border-right:1px solid #cccccc;
  padding:20px 0px 20px 20px;
}

#r-lu{
  float:left;
  width:19px;
  height:14px;
  background-image:url(../img/r-lu.jpg);
}

#r-mu{
  float:left;
  width:694px;
  height:14px;
  background-image:url(../img/r-mu.jpg);
  background-repeat: repeat-x;
}

#r-ru{
  float:left;
  width:9px;
  height:14px;
  background-image:url(../img/r-ru.jpg);
}

.search-input{
    border:1px solid #cfcfcf;
    height:21px;
    width:450px;
    margin-left:45px;
    margin-top:20px;
    font-size:16px;
    padding:1px 0 1px 0;
}

.search-select{
    width:140px;
    font-size:14px;
    padding:2px 0 2px 0;
    color:#434343;
    font-weight: normal;
    margin-top:-1px;
    border:1px solid #cfcfcf;
}

.buttonS{
  float:left;
  margin-left:245px;
  width:140px;
  height:25px;
  margin-top:-7px;
  color:#434343;
  background:url(../img/submit-button.jpg);  
  padding:0 0 4px 0;
  *margin-left:190px;
  border:0px solid #cccccc;
  cursor: hand;  
}
*+html .buttonS{
  
  margin-left:245px;
  width:140px;
  height:25px;
  margin-top:-7px;
  color:#434343;
  background:url(../img/submit-button.jpg);  
  padding:0 0 0 0;
  border:0px solid #cccccc;
  cursor: hand;  
}

.adv-img{
  padding-top:2px;
}

#adv-search-container{
  float:left;
  width:200px;
  margin-left:55px;
  margin-top:-7px;
}

.advanced{
  border:none;  
  text-decoration:none;

  color:#434343;
}

.advanced:hover{
  border:none;  
  text-decoration:underline;
  padding-bottom:5px;
  color:#000000;
}

#ergebnis{
    position:absolute;
    width:448px;
    height:auto;
    margin-left:46px !important;
    margin-left:-595px;
        
    margin-top:-10px;
    background-color:#ffffff;
    border:1px solid #cfcfcf;
    visibility:hidden;
    z-index: 1;
}

*+html #ergebnis{
    position: relative;
    margin-top:-30px;
    padding:0;
    background-color:#ffffff;
    border:1px solid #cfcfcf;
    visibility:hidden;
    z-index: 1;
}

.ul-ausgabe{    
    padding:0px 5px 5px 5px;
    width:220px;
}

*+ .ul-ausgabe{
  padding:0;
}

.li-ausgabe{
    display:block;
    list-style:none;
    width:430px;
    margin:0px 0px 0px 0px;
    padding: 5px 2px 7px 2px;
    border-bottom:1px dotted #e0e0e0;
    font-family:Verdana, sans-serif;
    font-size:10pt;
    color:#737373;
    text-decoration:none;
    font-weight:bold;
    cursor: hand;
}

.li-ausgabe a, .li-ausgabe a:link {
    font-family:Verdana, sans-serif;
    font-size:10pt;
    color:#737373;    
    text-decoration:none;
    font-weight:bold;
    display:block;
}

ul li.li-ausgabe:hover {
    display:block;
    background-image: url(../img/li-bg.jpg); 
    text-decoration: none !important;
    color:#000000;
    background-position: right center;
    background-repeat: no-repeat;
}

.nr{
  float:left;
  font-size:24px;
  padding:2px 5px 2px 5px;
  color:#A0A0A0;
  width:50px;
}

.titel, .titel a {
  font-size:12px;
  color:#212669;
  font-weight: bold;
  padding-bottom:5px;
}

.text-zus {
  width:100%;
  color:#434343;
  font-size:10pt;
  padding-bottom:10px;
  font-weight: bold;
  }
  
  .verlag{
    width:100%;
  color:#434343;
  font-size:8pt;
  padding-bottom:10px;
  }
  
  form {
    *margin-top:-10px;
  }
  
.table_title{
  border: 1px solid #e0e0e0;
  padding:10px;
  width:70px;
  height:auto;
  text-align:left;
  background:#eff3f8;
  vertical-align:top;
}

.td_text{
  border: 1px solid #f0f0f0;
  padding:10px;
  text-align:left;
  vertical-align:top;
  background:#ffffff;
}