@charset "UTF-8";

/* ========== SUCHE MAIN ========== */

.cBoth {
   clear:both;
   display:inline;
   width:100%;
}

#search-list-head {
   float:left;
   display:inline;
   width:935px;
   margin-left:15px;
   margin-bottom:15px;
   height:85px;
}

#search-list-head img{
   float:left;
   display:inline;
   margin-top:-15px;
}

#search-list-head-headline {
   float:left;
   width:700px;
   display:inline;
   margin-top:-20px;
}

#search-list-head-headline h1 {
   display:inline;
   float:left;
   font-size:16px;
}

#search-head-button-wrap {
   float:right;
   display:inline;
   margin-top:-35px;
   width:467px;
}

#search-head-button-tune-text {
   float:left;
   display:inline;
   margin-left:30px;
   margin-top:10px;
}

#search-head-button-tune-text a {
   color:#000000;
   text-decoration:none;
   font-weight:bold;
   font-size:11px;
}

#search-head-button-tune {
   float:left;
   display:inline;
   width:140px;
   height:42px;
   background-image:url(../gfx/search_details_button_back_bg.jpg);
   background-repeat:no-repeat;   
}

#search-head-button-recommend {
   float:left;
   display:inline;
   width:135px;
   height:42px;
   margin-left:2px;
   background-image:url(../gfx/search_list_button_default_bg.jpg);
   background-repeat:no-repeat;   
}

#search-head-button-remember {
   float:left;
   display:inline;
   width:95px;
   height:42px;
   margin-left:2px;
   background-image:url(../gfx/search_list_button_default_bg.jpg);
   background-repeat:no-repeat;   
}

#search-head-button-print {
   float:left;
   display:inline;
   width:90px;
   height:42px;
   margin-left:2px;
   background-image:url(../gfx/search_list_button_default_bg.jpg);
   background-repeat:no-repeat;   
}

.search-head-button-text {
   float:left;
   display:inline;
   margin-left:25px;
   margin-top:10px;
}

.search-head-button-text a {
   color:#000000;
   text-decoration:none;
   font-weight:bold;
   font-size:11px;
}

/* ========== Detail-Angaben ========== */

#search-details-wrap {
   float:left;
   width:937px;
   margin-left:0px;
   margin-top:25px;
   font-size:11px;   
}

#search-details-text-wrap {
   float:left;
   width:547px;
   background-color:#efefef;
   height:380px;
}

#search-details-text-inner {
   float:left;
   background-color:#efefef;
   margin:5px 0 0 15px;
   width:492px;
}

#search-details-text-inner h2 {
   display:inline;
   font-size:11px;
}

#search-details-price-wrap {
   float:left;
   width:200px;
   background-color:#efefef;
   margin-left:2px;
   height:380px;
}

#search-details-price-inner {
   float:left;
   width:185px;
   background-color:#efefef;
   margin:5px 0 0 15px;
}

#search-details-price-inner h2 {
   display:inline;
   font-size:11px;
}

#search-details-price-inner span {
   display:inline;
   font-size:14px;
   font-weight:bold;
}

#search-details-right-wrap {
   float:left;
   width:186;
   height:380px;
   background-color:#efefef;
}

.search-details-button-red {
   float:left;
   width:186px;
   height:31px;
   background-image:url(../gfx/search_details_button_bg_red.jpg);
   background-repeat:no-repeat;  
   margin-top:5px;     
   margin-bottom:5px;   
}

.search-details-button-grey {
   float:left;
   width:186px;
   height:29px;
   background-image:url(../gfx/search_details_button_bg_grey.jpg);
   background-repeat:no-repeat;     
   margin-bottom:5px;
}

.search-details-button-text {
   float:left;
   display:inline;
   margin-top:8px;
   margin-left:10px;
}

.search-details-button-text a {
   text-decoration:none;
   color:#000000;
   font-size:11px;
   font-weight:bold;
}

.search-details-button-text a:hover {
   text-decoration:none;
   color:#97989a;
   font-size:11px;
   font-weight:bold;
}

.search-details-button-red-text {
   float:left;
   display:inline;
   margin-top:8px;
   margin-left:10px;
}

.search-details-button-red-text a {
   text-decoration:none;
   color:#ffffff;
   font-size:11px;
   font-weight:bold;
}

.search-details-button-red-text a:hover {
   text-decoration:none;
   color:#97989a;
   font-size:11px;
   font-weight:bold;
}


