@import url(http://fonts.googleapis.com/css?family=Exo+2);

*{
	margin: 0; 
	padding: 0; 
	outline:none;
    transition:all .1s ease-in-out;
}

img{
	border:none;
}

.clear{ 
    clear: both; 
}

.green{ 
    color: #3d951a; 
}

.right{ 
    float: right; 
}

.left{ 
    float: left; 
}

body{ 
    
}

input{
    font-family: 'Exo 2', sans-serif;
}

input[type=submit]:hover,
a:hover{
	opacity:0.8;
}


#main-container{
    max-width: 1416px;
    width:100%;
    margin: 0 auto;
    padding-bottom:1px;
    background: url("../images/bg.png") repeat; 
    font-family: 'Exo 2', sans-serif;
    color:#434343;
}
#page{
    width: 1000px;
    margin: 0 auto;
}
#header{ 
    background: url("../images/header-bg.png") 550px 104px no-repeat; 
    position:relative;
    z-index:3;
}
#header-container{
    background: #ee5603;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#header-content-container{
    background: #373737;
    height: 90px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
ul.level_1{
    height: 38px;
    list-style: none;
}
ul.level_1 > li{
    display: inline-block;
    padding: 7px 3px 7px 0;
    margin: 0px 24px;
    position:relative;
}

ul.level_1 > li.trail{
    background: url("../images/arrow-bottom.png") no-repeat right 15px;
}

ul.level_1 li.last{
    margin-right:0;
}

ul.level_1 li a{
    color: #fdfdff;
    text-decoration: none;
    font-size: 16px;
}
ul.level_1 li a:hover{ 
    text-decoration: underline; 
}

ul.level_1 li .level_2{
    display:none;
    background: #2e2e2e;
    position: absolute;
    top:30px;
    left:0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 182px;
    padding: 4px 0 4px;
    box-shadow: 2px 2px 6px grey;
}
ul.level_1 li:hover .level_2{
    display:block;
}


ul.level_1 li .level_2 li{
    display: block;
    margin: 7px 13px;
}
ul.level_1 li .level_2 li a{
    color: #d2d2d2;
    font-size: 10pt;
}
.sub-indicator{
    
    width: 8px;
    height: 8px;
    overflow: hidden;
    display: inline-block; 
    margin-left: 4px;
}
.header-cell{
    width: 331px;
    height: 88px;
}

.header-cell.logo-cell{
    width: 368px;
}

.header-cell.contact-cell{
    width: 300px;
    margin-left:40px;
}

.header-cell.shop-cell{
    width: 200px;
    float:right;
}

.logo{
    background: url("../images/logo.png") no-repeat;
    width: 346px;
    height: 50px;
    margin: 30px 0 0 16px;
}
.contacts{
    padding: 17px 0 0 84px;
    color: #ececec;
}
.contacts .tel{
    background: url("../images/icon4.png") no-repeat;
    padding-left: 24px;
    font-weight:bold;
    text-shadow: 1px 1px 3px black;
}
.contacts .mail{
    background: url("../images/icon5.png") no-repeat;
    padding-left: 24px;
    text-shadow: 1px 1px 3px black;
}
.contacts .mail a{
    color: #52d9ec;
    text-decoration: underline;
    font-size: 10pt;
}
.contacts .mail a:hover{ text-decoration: none; }
.contacts .mail span{
    font-size: 8pt;
}
.shop-besuchen a{
    background: url("../images/icon6.png") no-repeat;
    width: 110px;
    height: 28px;
    margin-top: 25px;
    float: right;
    padding-left: 36px;
    color: #eaeaea;
    font-size: 10pt;
    line-height: 23pt;
    text-decoration:none;
    transition:all .2s ease-in-out;
}

.shop-besuchen a:hover{
    background-position:left -27px;
}

#search{
    width: 275px;
    height: 36px;
    padding: 9px 10px 0 10px;
}
#search input[type=text]{
    border: none;
    height: 26px;
    width: 221px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 5px;
    line-height: 18pt;
    font-size:12px;
}
#search input[type=submit]{
    border: none;
    width: 37px;
    height: 26px;
    background: url("../images/icon7.png") no-repeat;
    cursor:pointer;
}
#search input[type=submit]:hover{
    opacity:0.8;
}
#content{
    margin: -25px auto;
    position:relative;
    z-index: 2;
    width: 1000px;
}
.page-info-container{
    border: 1px solid #dcdcdc;
    background: url("../images/block-top.png") -5px -3px repeat-x white;
    min-height: 601px;
    width: 962px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 4px;
    margin-top: 9px;
    padding: 16px 18px;
}
.page-info-container.footer{
    min-height:360px;
}
.page-info-container:first-child{
    margin: 0;
    padding-bottom: 20px;
}
.page-info-container:first-child +.page-info-container +.page-info-container{ height: 349px; }
.gallery{ width: 490px; }
.gallery .show-zone{
    border: 2px solid #e4e4e4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 490px;
    overflow:hidden;
}
.gallery .navigate{
    list-style: none;
    margin: 4px 0 0 -1px;
    width: 105%;
}
.gallery .navigate img{
    display: inline-block;
    width: 89px;
    height: 89px;
    margin-right: 2px;
    margin-top:2px;
    border: 2px solid #e4e4e4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
}
.gallery .navigate img:hover{
    border-color:#ec6917;
}
.gallery .full{
    background: url("../images/icon10.png") no-repeat;
    width: 40px;
    height: 39px;
    top: 448px;
    float: right;
    cursor: pointer;
    margin-right: 4px;
}
.gallery .show{
    background: url("../images/test1.jpg") no-repeat;
    width: 441px;
    height: 427px;
    margin: 1px auto;
}
.description{
    width: 47%;
    padding: 10px 0 0 10px;
}

.description h1{
    margin-top:0;
}

.description h2{
    color:#ed5602;
}

.description ul{
    list-style:none;
    padding:0;
    margin:0;
    padding-top:10px;
    padding-bottom:10px;
}

.description ul li{
    line-height:23px;
    padding-left:22px;
    background:url(../images/icon9.png) no-repeat left 5px;
}

.bid-title{
    background: url("../images/title-bg.png") repeat-x;
    height: 51px;
    width: 100%;
    margin-top: 13px;
}
.bid-title .success-status{
    background: url("../images/icon8.png") no-repeat 12px 12px;
    padding-left: 47px;
    height: 51px;
    line-height: 37pt;
    font-weight:bold;
}
.bid-title .success-status, .bid-title .success-status .green{
    
}
.bid-title .success-status .green{ color: #3d951a;  }
.price{
    background: url("../images/price.png") no-repeat;
    width: 320px;
    height: 141px;
    margin: 31px 0px 1px -19px;
    padding-left: 160px;
}
.price .pricebox{
    margin-top:15px;
}
.price span{
    color: #efefef;
    font-size: 10pt;
    line-height: 18pt;
}
.price strong{
    color: #ec6917;
    line-height: 26pt;
    font-size: 25pt;
}
.price .tick{
    background: url("../images/icon9.png") no-repeat left 5px;
    padding-left: 21px;
}

.price a{
    border: none;
    width: 100px;
    height: 30px;
    line-height:30px;
    color: #fcffff;
    line-height: 20pt;
    background: url("../images/orange-button-bg.png") repeat-x;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 2px 2px 8px rgb(15, 15, 15);
    font-size:10pt;
    text-decoration:none;
    padding:6px 10px;
}

.price .sofort-kaufen{
    margin-top:45px;
    margin-left: 12px;
}

.payment-icons .column{
    width: 49%;
    text-align: right;
    padding-top: 13px;
}
.payment-icons span{
    color: #424242;
    font-size: 10pt;
    margin-right: 27px;
    margin-bottom:10px;
    display:block;
}
.payment-icons .pay-pal{
    background: url("../images/icon11.png") no-repeat;
    width: 176px;
    height: 82px;
}
.payment-icons .deutsche-post{
    background: url("../images/icon3.png") no-repeat;
    width: 147px;
    height: 136px;
}
.lock{
    background: url("../images/lock.png") no-repeat;
    width: 22px;
    height: 37px;
    margin-top: -38px;
}
.page-content{
    width: 660px;
    padding-right:10px;
    margin-top: 20px;
}
.page-content h1{
    color: #434343;
    font-weight: normal;
    font-size: 22pt;
    line-height:normal;
    margin-bottom:5px;
}
.page-content{
   color: #434343;
   font-size: 10pt;
   line-height:23px;
}
.page-content ul{
    margin-left:18px;
}

.page-content ul li{
    margin-bottom:5px;
}

.page-sidebar{
    width: 287px;
    margin-top: 20px;
}
.details{
    margin-top: 70px;
}
.details ul{
    list-style:none;
    padding:0;
    margin:0;
}
.details ul li{
    padding-left:12px;
    line-height:23px;
    border-bottom: 1px solid #dcdcdc;
}

.details .column{ 
    width: 49%; 
}
.details .column:first-child{ 
    margin-right: 10px; 
}
.details .column .title{
    background: #f5f5f5;
    font-size: 10pt;
    font-weight:bold;
    padding: 0px 12px 0px;
    line-height: 23pt;
}
.details .column .row{
    margin-top: 11px;
    margin-bottom: 23px;
    color: #404040;
}
.details .column .row span{
    display: block;
    border-bottom: 1px solid #dcdcdc;
    padding-left: 12px;
    line-height: 11pt;
    margin-top: 5px;
}
.page-sidebar .sidebar-block{
    min-height: 161px;
    margin-left: 10px;
    margin-bottom: 10px;
    background: #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    padding: 13px 13px 0;
    text-shadow: 2px 2px 1px white;
}
.page-sidebar .sidebar-block:first-child { padding-bottom:20px; }
.page-sidebar .sidebar-block:first-child +.sidebar-block{ min-height: 170px; }
.page-sidebar .sidebar-block:first-child +.sidebar-block +.sidebar-block{ min-height: 180px; }
.page-sidebar .sidebar-block h2{
    font-size: 12pt;
    font-weight: bold;
}
.page-sidebar .sidebar-block p{
    margin-top: 7px;
    font-size: 10pt;
    line-height: 14pt;
    
}
.page-sidebar .sidebar-block .arrow-bottom{
    background: url("../images/icon12.png") no-repeat;
    width: 49px;
    height: 48px;
    margin: -48px auto 10px;
}
.page-sidebar .sidebar-block .car{
    background: url("../images/icon1.png") no-repeat;
    width: 96px;
    height: 60px;
    margin: -13px -5px 0px 0px;
}
.page-sidebar .sidebar-block .geld{
    background: url("../images/icon2.png") no-repeat;
    width: 70px;
    height: 87px;
    margin: -57px -6px 0 0;
}
.orange-line{
    background: url("../images/orange-line.png") no-repeat;
    width: 1020px;
    height: 58px;
    margin: 12px 0 0 -29px;
    text-align: center;
}
.orange-line h1{
    font-size: 22pt;
    font-weight: normal;
    color: #ffffff;
    line-height: 34pt;
}
.slider{
    height: 257px;
    width: 1000px;
    margin: 0 0 0 -20px;
}

.slider .items{
    padding-left:10px;
}
.slider .items > a{
    width: 168px;
    height: 240px;
    border: 2px solid #e3e3e3;
    float: left;
    margin: 12px 12px;
    padding-bottom:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow:hidden;
    text-align: center;
    text-decoration:none;
}

.slider .items > a:hover{
    border-color:#ec6917;
	opacity:1;
}
.slider .items > a img{
    width:168px;
    height:auto;
}

.slider .items h4{
    font-weight: normal;
    color: #010101;
    font-size: 10pt;
}
.slider .items h1{
    font-weight: normal;
    color: #f37d00;
    font-size: 19pt;
    line-height: 15pt;
    margin-top:2px;
    margin-bottom: 0px;
}
.slider .items span{
    color: #999;
    font-size: 9pt;
    line-height: 17pt;
    margin-top: -23px;
}
.slider .items h5{
    font-weight: normal;
    color: black;
    line-height: 7pt;
    font-size: 9pt;
}
.big-orange-button{
    background: #ee5603;
    border: none;
    height: 42px;
    line-height:42px;
    color: #fdfef8;
    margin: -20px auto;
    display: block;
    width: 236px;
    margin-bottom: 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 1px 2px 5px rgb(90, 90, 90);
    text-shadow: 1px 1px 2px rgb(54, 53, 53);
    cursor: pointer;
    text-decoration:none;
    font-size:10pt;
    text-align:center;
}

.big-orange-button:hover{
    opacity:0.8;
}