html, body
{

font-family: Verdana, sans-serif;
font-size:12px;
padding-top:5px;
color:#434343;


}

*{
    margin:0;
    padding: 0;
}
div#wrapper {
    width:990px;
    margin:0 auto;
    position: relative;
}

/**************STREIFEN OBEN MIT SIEGELN***************/
div#topbar {
    width: 100%;
    height: 25px;
    line-height: 25px; 
}
div.siegel {
    height: 25px;
    padding-left: 33px;
    float:left;
    margin-right:11px;
       
}
div.siegel p {
    color:#eb1d22;
    font-style: italic;
    font-size: 11px;
}
div.profi {
    background-image: url(../images/icon_profi.jpg);
    background-position:  bottom left;
    background-repeat: no-repeat;
}
div.schnelle_lieferung {
    background-image: url(../images/icon_lieferung.jpg);
    background-position:  left;
    background-repeat: no-repeat;
}
div.personliche_beratung {
    background-image: url(../images/icon_beratung.jpg);
    background-position:bottom left;
    background-repeat: no-repeat;
}

a#favorit {
    color:#eb1d22;
    font-style: italic;
    font-size: 11px;
    text-decoration: none;
    float:left;
    margin-right: 240px;   
}
a#favorit:hover {
    text-decoration: underline;
}
/****************************HEADER**************************/
div#header {
    height:129px;
    position: relative;
    width: 100%;
    background-image: url(../images/bg_header.jpg);
    background-repeat:  no-repeat;
    margin-top:5px;
}

/****************MENU IM HEADER********************************/
#menu {
    position: absolute;
    right:265px;
    bottom:40px;
    font-size:12px !important;
}
#menu ul li {
    list-style: none;
    float:left;
    border-right:1px solid #ffffff;
}
#menu ul li a {
    text-decoration:none;
    color:#FFFFFF;
    padding:0px 7px;
    display: block;
    
}
#menu ul li a:hover {
    text-decoration: underline;
}

#menu ul li.menuend {
    border:none;    
}
/*******************************SHOPSUCHE****************************/
#search {
    top: 70px;
    height: 25px;
    position: absolute;
    right: 0;
    width: 261px;
    padding:0 ;
}
#search form#shopsuche {
    width:250px;
    background-color: #ffffff;
    
}
#search form#shopsuche input#siesuchen {
    border:none;
    height: 27px;
    width: 205px;
    padding-left:5px;
    font-size:14px;
    color:#707070;
    float: left;
    line-height:27px;
}
#search form#shopsuche input#absenden {
    background-image: url(../images/submit_shopsuche.jpg);
    border:none;
    width: 33px;
    height:27px;
    margin-left:0;
    display: block;
}
/******************************LINKE SPALTE*******************************/
#leftcol {
    float:left;
    width:191px;
}
#leftcol h2 {
    background-image: url(../images/bg_headings.png);
    width: 191px;
    height:46px;
    font-family: michroma;
    font-weight:normal;
    color:#ed1f24;
    font-size: 14px;
    padding-top: 15px;
}
/**************************VERTIKALES MENÜ*****************************/
/*#leftcol*/ ul.vert_menu {
    width: 93% !important;
    margin-left:1% !important;
}
#leftcol ul.lower {
    margin-bottom: 20px;
    margin-top:-23px;
    margin-left:0;
}
#leftcol ul.vert_menu li {
    list-style: none;
    
}
/*#leftcol*/ ul.vert_menu li a {
    font-size: 14px;
    color:#a0a0a0;
    text-decoration: none;
    padding:4px 0 4px 10px;
    display: block;
    border-bottom:1px solid #eeeeee;
}
#leftcol ul.vert_menu li a:hover {
    color:#434343;
    border-bottom:1px solid #c0c0c0;
    background-image: url(../images/hover_menu.jpg);
    background-position:left;
    background-repeat: repeat-y;    
}
li.lastli {
    border-bottom:1px solid #c0c0c0;
}

/********************************************************************ACCORDIEON MENU NEU***********************************/

.accordionItem div { margin: 0;  }
.accordionItem.hide div { display: none; }

div#leftcol .accordionItem span.jq_header  { 
   cursor: pointer;
    color:#434343 !important;
    border-bottom:1px solid #c0c0c0 !important;
    background-image: url(../images/hover_menu.jpg) !important;
    background-repeat:  repeat-y !important;
    font-family: Verdana, sans-serif !important;
}
div#leftcol .hide span.jq_header
{
    font-size: 14px !important;
    color:#a0a0a0 !important;
    text-decoration: none !important;
    padding:4px 0 4px 10px !important;
    display: block !important;
    border-bottom:1px solid #eeeeee !important;
    background: none !important;
    font-family: Verdana, sans-serif !important;
    height:auto !important;
}
div#leftcol span.jq_header {
    font-size: 14px !important;
    color:#a0a0a0;
    text-decoration: none;
    padding:4px 0 4px 10px;
    display: block;
    border-bottom:1px solid #eeeeee;
    margin-top: ;
    background: none;
    font-family: Verdana, sans-serif;
    height:auto;
}
div#leftcol .hide span.active {
    cursor: pointer !important;
    color:#434343 !important;
    font-size: 14px !important;
    border-bottom:1px solid #c0c0c0 !important; 
    background-image: url(../images/hover_menu.jpg) !important;
    background-position:left !important;
    background-repeat: repeat-y !important;
    height:auto !important;
    display: block;    
}
div#leftcol a.jq_header {
    font-size: 14px ;
    color:#a0a0a0;
    text-decoration: none;
    padding:4px 0 4px 10px;
    display: block;
    border-bottom:1px solid #eeeeee;
    margin-top: ;
    background: none;
    font-family: Verdana, sans-serif;
    height:auto;
}
div#leftcol a.jq_header:hover {
    cursor: pointer;
    color:#434343;
    border-bottom:1px solid #c0c0c0;
    background-image: url(../images/hover_menu.jpg);
    background-position:left;
    background-repeat: repeat-y;
    height:auto;
}
/*******************ANGEBOTE**********************************/
.boxheader_angebote {
    background-image: url(../images/boxheader_angebote.jpg);
    width: 189px;
    height: 7px;
}
.boxfooter_angebote {
    background-image: url(../images/boxfooter_angebote.jpg);
    background-repeat:no-repeat !important;
    width: 189px;
    height: 10px;
    margin-bottom:15px;
}
.angebote p a {
    color:#ed1f24;
    text-transform: uppercase;
    font-size:14px;
    line-height:20px;
    padding-left:6px;
    text-decoration: none;
}
.angebote p a:hover {
    text-decoration:none;
}
div#verticalMenu {
    margin-top:-20px;
    margin-bottom:-15px;
}
/**********************BOXEN LINKS**********************************/
#leftcol div.box h2{
    background-image: url(../images/boxheader.jpg);
    background-repeat:no-repeat;
    width: 183px;
    height: 23px;
    color:#ffffff;
    padding-top:0;
    padding-left:6px;
    
}
#leftcol .boxfooter {
    background-image: url(../images/boxfooter.jpg);
    background-repeat:no-repeat !important;
    width: 190px;
    height: 7px; 
}
/************************WERBUNG FÜR DEN EBAY SHOP******************/
div.box p.gross {
    padding:0 0 10px 0;    
}
div.box p.gross a{
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding: 0 0 10px;
    text-decoration: none;
    color:#313131;
}
div.box p.gross a:hover {
    text-decoration: underline;
}
/*********************CONTENT******************************************/
div#content {
    width: 607px;
    float:left;
    margin-left:20px;
    padding-top:14px;
    line-height: 17px;
}
div#content h3 {
    background-image: url(../images/bg_artikelname.jpg);
    width: 601px;
    height:25px;
    color: #ffffff;
    font-weight:normal;
    font-size:14px;
    line-height: 25px;
    padding-left:6px;
}
div#content h4 {
    font-size:12px;
}
div#content div.content_left {
    float:left;
    width:269px;
    margin-right:20px;
    padding-top:11px;
    margin-bottom: 20px;
    font-size:12px !important;
}
div#content div.content_left ul {
    margin-left:15px;
}
div#content div.content_left ul li {
    list-style: none;
}
div#content div.content_left ul.zweite {
   margin-top:15px;
}
div#content div.content_right {
    width:318px;
    float: left;
    padding-top:11px;
    margin-bottom: 20px;
    font-size:12px !important;
    
}
div#wrapper div#content div.content_right font,div#wrapper div#content div.content_right ol,div#wrapper div#content div.content_right ul,div#wrapper div#content div.content_right li,div#wrapper div#content div.content_right span, div#wrapper div#content div.content_right div  {
     font-size:12px !important;
     font-family: verdana, sans-serif;    
}
div#content div.content_right ul {
    margin:0;
    padding:0;
}
div#content div.content_right ul li {
    list-style:none;
}
div#content div.content_right table {
    font-size:12px !important;    
}
div#article_image img {
    width: 260px !important;
    height: auto !important;
    border: 1px solid #d3d3d3;
}
div.trennung_content {
    border-top:1px solid #d3d3d3;
    width:100%;
    clear:both;
}
/*******************************RECHTE SPALTE************************/
#rightcol {
    width: 150px;
    float:right;
    padding-top:14px;
}
/*******************BOXEN RECHTS*****************************************/
#rightcol div.box h2{
    background-image: url(../images/boxheader_right.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 23px;
    color:#ffffff;
    padding-top:0;
    padding-left:6px;
    font-family: michroma;
    font-weight: normal;
    font-size: 14px;

}
#rightcol .boxfooter {
    background-image: url(../images/boxfooter_right.jpg);
    background-repeat:no-repeat !important;
    width: 100%;
    height: 7px;
    margin-bottom:20px;
}
#rightcol .bf_zahlungsarten {
    margin-top:5px;   
}
/********************************BOX VORTEILE********************/
ul#usps {
    font-size: 11px;
    font-style: italic;
    margin:5px 0 5px 16px;
}
ul#usps li {
    list-style-image: url(../images/list_style.jpg);
    border-bottom:1px solid #eeeeee;
    padding: 3px 0;
}
/************************BOX SCHNELLKONTAKT****************************/
div.schnellkontakt {
    background-image: url(../images/bg_schnellkontakt.jpg);
    width: 150px;
    height: 217px;
    position: relative;  
}
p#frage {
    color: #313131;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    left: 5px;
    line-height: 15px;
    position: absolute;
    top: 7px;
}
p.mail {
   left: 4px;
    position: absolute;
    top: 145px;
    
}
p.mail a {
    line-height: 14px;
    color:#ed2024;
    font-weight: bold;
    font-style: italic;
    font-size:11px;
    text-decoration: none;         
}
p.mail a span.firstrow_mail {
    font-size: 14px;
    letter-spacing: 1px;
}
p.antwort {
    color: #313131;
    font-size: 10px;
    left: 6px;
    position: absolute;
    top: 185px;
}
/*******************BOX BEWERTUNGEN**************************/
div.boxbody_bewertungen {
    background-image: url(../images/bg_bewertungen.jpg);
    height: 212px;
    position: relative;
    padding:7px 0 0 5px; 
}
div.boxbody_bewertungen .prob_beseitigen {
    font-size:10px;
    color:#ffffff;
}
p.a_bewertungen {
    top:188px;
}
/****************************FOOTER**************************************/
div#footer {
    background-image: url(../images/bg_footer.jpg);
    width: 1068px;
    height: 52px;
    margin:0 auto;
    position: relative;
    font-size:12px !important; 
}
/************************************FOOTERMENU****************************/
div#footermenu {
    float: right !important;
    margin-right: 92px !important;
    margin-top: 15px !important;
    
}
div#footermenu ul li {
    float:left !important;
    list-style: none !important;
    border-right:1px solid #ffffff !important; 
    display:block !important;   
}
div#footermenu ul li.lastone {
    border:none !important;
}
div#footermenu ul li a {
    color:white !important;
    text-decoration:none !important;
    display: block !important;
    padding:0 6px !important;
    
}
div#footermenu ul li a:hover {
    text-decoration: underline !important;
}

/******************CLEARFIX****************************************/
.clearfix:after {  /* für Firefox, IE8, Opera, Safari, etc. */
    content: "." !important;  
    display: block !important;
    height: 0 !important;
    clear: both !important;
    visibility: hidden !important;
}
 
* + html .clearfix { /* für IE7 */
    display: inline-block !important;
}
 
* html .clearfix { /* für IE6 */
	height: 1% !important;
}
/**************************************************** Bildergalerie */

#bild2,#bild3,#bild4,#bild5,#bild6,#bild7,#bild8,#bild9,#bild10,#bild11,#bild12 {
    display: none;
}
#pic1, #pic2, #pic3, #pic4, #pic5, #pic6, #pic7, #pic8, #pic9, #pic10, #pic11, #pic12 {
    display: none;
}
div#thumbs {
    width:260px;
    margin-top:12px;
    float:left;
    margin-left:-5px;

}
div#thumbs img {
    width:60px;
    height: auto;
    float:left;
    margin-left:5px;
    border:1px solid #acacac;

}
div#thumbs img:hover {
    border:1px solid #626262;   
}
#conten_left a:hover {
    border:none;
    text-decoration:none;
} 
/************************************ Powerseller */
p#pwrslr {
    color:#595959;
    text-align:center;
    margin-top:10px;
    font-size:11px !important;
    
}
img#pwslr_gold {
    margin: 0 auto;
    display: block;
}
/********************************KEINE BORDER FÜR DAS EBAY LOGO***************************/
a#eblink img {
    border:0 !important;
}
a#eblink {
 border:0 !important;    
}
div#ccoonnttaaiinneerr {
    width:100%!important;
}