/*------------------------------------------------------------------------
 * STRUCTURE
 * ---------------------------------------------------------------------*/
#bc-unterseite-wrapper{
	position:relative;
	color:#3f3f3f;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:760px;
}

#bc-unterseite-wrapper img{
	border:0;
}
#bc-unterseite-content{
	background:#fbfaf9;
	border: 1px solid #d5d5d5;
	width:750px;
	margin-left:5px;
	-webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	padding:10px 0;
	padding-bottom:0\9;
}

.c1, .c2, .c3, .c2-landing{
	float:left;
	margin:15px 15px;
	position:relative;
}

.c1{
	width:220px;
}
.c2{
	width:344px;
}
.c2-landing{
	width:460px;
}
.c3{
	width:720px;
}
.c-wrapper{
	margin:0;
}
/*------------------------------------------------------------------------
 * GENERAL CLASSES/IDs
 * (reusable elements)
 * ---------------------------------------------------------------------*/
/*TEXT*/
.txt-right{
	text-align:right;
}
.bold{
	font-weight:bold;
}
.underline{
	text-decoration:underline;
}
#bc-unterseite-content h1{
	color:#545454;
	font-size:18px;
	text-transform:uppercase;
	margin:0;
}
#bc-unterseite-content h2{
	color:#ff6904;
	font-size:14px;
	text-transform:uppercase;
	margin:0;
}
#bc-unterseite-content p {
	font-size:12px;
	line-height:16px;
	margin:5px 0 15px 0;
}


/*COLOR*/
.bg-grey{
	background:#f6f6f6;
}
/*LINKS*/
#bc-unterseite-wrapper a{
	color:#ff6803;
	text-decoration:underline;
}
.orange{
	color:#ff6904;
}


/*SPACE*/
.marginTop0{
	margin-top:0;
}
.marginBottom5{
	margin-bottom:5px;
}


/*BORDER*/
.borderRight{
	border-right:1px solid #ddd;
}

/*TABLE*/

/*POSITION*/

/*MISC*/
.clear{
	clear: both;
}
#bc-unterseite-content hr{
	border: 0;
	background-color: #ddd;
	height: 1px;
	margin:0;
}
.link-extern{
	display:block;
	width:250px;
	padding:20px 15px;
	margin:20px auto 0 auto !important;
	text-align:center;
	border:1px solid #ddd;
	background:#ff6803;
	background-image: linear-gradient(bottom, rgb(255,104,3) 0%, rgb(255,166,102) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,104,3) 0%, rgb(255,166,102) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,104,3) 0%, rgb(255,166,102) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,104,3) 0%, rgb(255,166,102) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,104,3) 0%, rgb(255,166,102) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,104,3)),
		color-stop(1, rgb(255,166,102))
	);
	-webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-left-radius: 20px;
    -khtml-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 20px;
    -khtml-border-bottom-left-radius: 5px;
    -khtml-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 20px;	
	behavior: url(http://www.bestcase.at/ebay-shop/files/pie.htc);
	
}
.link-extern a{
	font-size:16px;
	font-weight:bold;
	color:#fff !important;
	text-decoration:none !important;
}
.link-extern a:hover{
	text-decoration:underline !important;
}


/*------------------------------------------------------------------------
 * SPECIAL CLASSES/IDs
 * (for special elements)
 * ---------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/ 
/*BUTTON		--------------------------------------------------------*/
/*----------------------------------------------------------------------*/ 
.bc-button{
	background:#ff6803;
	background-image: linear-gradient(bottom, rgb(255,104,3) 0%, rgb(255,166,102) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,104,3) 0%, rgb(255,166,102) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,104,3) 0%, rgb(255,166,102) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,104,3) 0%, rgb(255,166,102) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,104,3) 0%, rgb(255,166,102) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,104,3)),
		color-stop(1, rgb(255,166,102))
	);
	border: 1px solid #eb5e00;
	color:#fff !important;
	-webkit-box-shadow: 0 2px 2px #333;
    -moz-box-shadow: 0 2px 2px #333;
    box-shadow: 0 1px 2px #333;	
	-webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;	
	font-weight:bold;
	padding:3px 15px;
	cursor:pointer;
	margin-left:10px;
	display:inline-block;
	text-decoration:none !important;
	font-size:14px;
	text-align:center;
}
.bc-button:hover{
	background:#ff8e42;
	background-image: linear-gradient(bottom, rgb(255,142,66) 0%, rgb(255,177,125) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,142,66) 0%, rgb(255,177,125) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,142,66) 0%, rgb(255,177,125) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,142,66) 0%, rgb(255,177,125) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,142,66) 0%, rgb(255,177,125) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,142,66)),
		color-stop(1, rgb(255,177,125))
	);
}

.bc-portal{
	margin-left:250px;
	margin-top:-10px;
}
.bc-endend{
	margin-left:50px;
	margin-top:-10px;
}
.c1-btn{
	width:100px;
	position:absolute;
	bottom:0;
	left:30px;
}

/*----------------------------------------------------------------------*/ 
/*FAQ		--------------------------------------------------------*/
/*----------------------------------------------------------------------*/ 
/*.faq-headline, .faq-frage, .faq-antwort{
	width:650px;
}*/

.faq-headline{
	color:#ff6905;
	font-size:16px;
	margin:10px auto 0 auto !important;
}
.faq-frage{
	font-size:12px;
	font-weight:bold;
	margin:0 auto !important;
	color:#444;
}
.faq-antwort{
	margin:0 auto 10px auto !important;
	padding-top:0;
	font-size:12px;
}

/*----------------------------------------------------------------------*/ 
/*AGB		--------------------------------------------------------*/
/*----------------------------------------------------------------------*/ 
#agb-container{
	width:700px;
	margin:20px auto;
}

.agb-head{
	font-size:16px;
	text-transform:uppercase;
	margin:20px 0 5px 0 !important
}
.agb-list{
	margin:10px 40px 0 20px;
}
.agb-paragraph{
	text-align:justify;
	line-height:1.3em;
	font-size:0.8em;
}
.agb-centered{
	display:block;
	text-align:center;
	margin:10px 0;
	font-weight:bold;
}
.agb-p{
	/*margin:5px 20px !important;*/
	padding:0;
	text-align:justify;
}
.agb-ulist{
	/*margin:0 20px;*/
	text-align:justify;
}

.agb-ulist li{
	margin: 5px 0;
}
.agb-span-bold{
	display:block;
	font-weight:bold;
	margin-top:10px
}
.agb-span-underline{
	display:block;
	text-decoration:underline;
}
.agb-txt-l{
	text-align:center;
	font-size:20px !important;
	font-weight:bold;
	
}


/*----------------------------------------------------------------------*/ 
/*ABWICKLUNG		----------------------------------------------------*/
/*----------------------------------------------------------------------*/ 
#abwicklung{
	width:660px; 
	margin:30px auto; 
}
.abw-item{
	width:650px;
	margin:25px 0;
}
.abw-item img{
	margin-right:5px;
	float:left;
}
p.abw-txt{
	margin:0 0 0 10px !important;
	font-size:14px;
	width:500px;
	float:left;
}
.abw-h3{
	margin:0 0 0 10px;
	float:left;
	font-size:14px;
}
#abwicklung hr{
	margin:0;
}

/*----------------------------------------------------------------------*/ 
/*KONTAKT		----------------------------------------------------*/
/*----------------------------------------------------------------------*/ 
/*.gmap{
	margin:0 auto;
	display:block;
	-webkit-box-shadow: 0px 1px 2px #aaa;
    -moz-box-shadow: 0px 1px 2px #aaa;
    box-shadow: 0px 1px 2px #aaa;
}*/
/*----------------------------------------------------------------------*/ 
/*FOOTER		--------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#footer {
	clear:both;
	height:120px;
}
#f-links, #f-contact{
	color:#939393;
	float:left;
}
#f-contact{
	text-align:right;
	font-size:11px;
	width:320px;
	padding-right:0;
}
#f-contact a{
	color:#ff6905;
}
#f-links{
	margin-left:30px;
	width:380px;
}
#footer-site, #footer-shop{
	padding-left:40px;
	margin-right:20px;
	line-height:40px;
	float:left;
}
#footer-site a, #footer-shop a{
	color:#ff6905;
	font-weight:bold;
	text-decoration:none;
}
#footer-site a:hover, #footer-shop a:hover{
	text-decoration:underline;
}
#footer-site{
	background:url(http://www.bestcase.at/ebay-shop/img/website.png) no-repeat left;	
}
#footer-shop{
	background:url(http://www.bestcase.at/ebay-shop/img/shop.png) no-repeat left;
}

/*----------------------------------------------------------------------*/ 
/*LANDING PAGE		--------------------------------------------------------*/
/*----------------------------------------------------------------------*/ 
.ul-vorteile{
	list-style:url(http://www.bestcase.at/ebay-shop/img/list-element.png);
	float:left;
	width:190px;
	margin:0;
	*margin-left:30px;
}
.ul-vorteile li{
	padding:2px 0;
}
.fixed-height-c1{
	height:80px;
}
.faq-bg{
	background:url(http://www.bestcase.at/ebay-shop/img/faq.png) no-repeat right bottom;
}
.shop-bg{
	background:url(http://www.bestcase.at/ebay-shop/img/shopping_cart_add.png) no-repeat right bottom;
}
.newsletter-bg{
	background:url(http://www.bestcase.at/ebay-shop/img/newsletter.png) no-repeat right bottom;
}
.landing-contact{
	background:#f1f1f1;
	padding:10px 15px;
	border:1px solid #ddd;
}
.faq-icon, .newsletter-icon, .gutschein-icon, .endend-icon, .neu-icon, .vorteile-icon, .kontakt-icon, .welcome-icon, .shop-icon{
	padding-left:30px;
	line-height:30px;
}

.faq-icon{
	background:url(http://www.bestcase.at/ebay-shop/img/klein/faq.png) no-repeat left center;
}
.newsletter-icon{
	background:url(http://www.bestcase.at/ebay-shop/img/klein/newspaper.png) no-repeat left center;
}
.shop-icon{
	background:url(http://www.bestcase.at/ebay-shop/img/klein/shopping_cart_add.png) no-repeat left center;
}
.gutschein-icon{
	background:url(http://www.bestcase.at/ebay-shop/img/klein/voucher.png) no-repeat left center;
}
.endend-icon{
	background:url(http://www.bestcase.at/ebay-shop/img/klein/endend.png) no-repeat left center;
}
.neu-icon{
	background:url(http://www.bestcase.at/ebay-shop/img/klein/neu.png) no-repeat left center;
}
.vorteile-icon{
	background:url(http://www.bestcase.at/ebay-shop/img/klein/vorteile.png) no-repeat left center;
}
.kontakt-icon{
	background:url(http://www.bestcase.at/ebay-shop/img/klein/telephone2.png) no-repeat left center;
}
.welcome-icon{
	background:url(http://www.bestcase.at/ebay-shop/img/klein/welcome.png) no-repeat left center;
}
.flash{
	width:220px;
	margin:0 auto;
	border:1px solid #ddd;
}

/*------------------------------------------------------------------------
 * DEBUG
 * ---------------------------------------------------------------------*/
/*body {background:url(../img/background.jpg) repeat-x #181818;}*/
/*#bc-header-wrapper{	background:#fff;}*/
