﻿/* General CSS */
@import url(http://fonts.googleapis.com/css?family=Asap:400,700);
body {}
ol {
	list-style-position: inside;
}
fieldset {
	border: 0 none;
	margin: 0px;
	padding: 0px;
}
form {
	padding: 0 !important;
	margin: 0 !important;
}
input, select, textarea {
	vertical-align: middle;
}
img {
	border: 0;
}
/* General CSS Ende */
/* Mainklassen */
#aj-wrap {
	width: 990px;
	min-height: 2500px;
	margin: 0 auto;
	padding: 0;
	color: #262626;
	background-color: #FFFFFF;
	font-size: 13px;
	font-family: 'Asap',Arial,sans-serif !important;
	
}
#aj-header {
	height: 200px;
}


#aj-logo {
	top: 15px;
	left: 30px;
	width: 300px;
	position: relative;
}
#aj-sidebar {
	float: left;
	width: 200px;
}
#aj-content {
	float: left;
	width: 780px;
	border-radius: 20px 20px 20px 20px;
	/*background: #eee;*/
	margin-left: 10px;
	margin-bottom: 20px;
}
#aj-content a:link, #aj-content a:visited , #aj-content a:active {
	text-decoration: none;
}
#aj-footer {
	background: #0C70BB;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
}
/* Mainklassen Ende */

/* Main Navigation */
#aj-topNav {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #0e71b8;
	width: 100%;
}
ul#aj-nav {
	margin: 0px;
	padding: 0px;
	position:relative;
	float:left;
	width: 100%;
	background: #0e71b8;
}
ul#aj-nav li {
	display: inline;
	font-weight: 700;
	text-align: left; 
	text-shadow: 1px 1px 0 rgba(0,0,0, 0.4);	
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
ul#aj-nav li a {
	padding:10px 15px;
	text-decoration:none; 
	color: #fff;
	display:inline-block;
	border-right:1px solid #fff;
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}
ul#aj-nav li a.first {
	border-left: 0 none;
}
ul#aj-nav li a.last {
	border-right: 0 none;
}
ul#aj-nav li:hover > a {
	background-color: #555;
}
/* Main Navigation Ende*/
.clear {
	clear: both;
}
/* Sidebar */
.aj-sidebox {
	margin: 0 0 12px 0;
	width: 100%;
	border: 1px solid #ddd;
}
.aj-sidebox div.sidebox_content {
	padding: 4px;
	position: relative;
}
.aj-sidebox .aj-boxtitle {
	background: url(http://linja24.de/sandbox/ebay/images/linja24_de-auktion/bluebg.png) left bottom repeat-x #3C9CD2; 
	background: -moz-linear-gradient(#3C9CD2, #1F6EB6); 
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3C9CD2), to(#1F6EB6)); 
	background: linear-gradient(#3C9CD2, #1F6EB6); 
	border-bottom: 1px solid #195392; 
	color: #fff;
	text-shadow: 0 -1px 0 #555; 
	height:28px;
	font-weight: 700;
	color:#fff;
	padding:2px 8px 0 8px;
	margin: 0;
	line-height:28px;
}
.kontakt_small {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.kontakt_rekla {
	margin-bottom: 0px;
	padding: 0;
}
#aj-kontakt_box a:link, #aj-kontakt_box a:visited, #aj-kontakt_box a:active {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
ul#aj-info {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul#aj-info li a, ul#aj-info li a:link, ul#aj-info li a:active, ul#aj-info li a:visited {
	cursor: pointer;
	display: block;
	padding: 2px 0;
	text-decoration: none;
	color: #0e71b8;
}
ul#aj-info li a:hover {
	background: #f2f5fa;
	color: #50619f;
}

#aj-v_box a:link, #aj-v_box a:active, #aj-v_box a:hover, #aj-v_box a:visited,
#aj-z_box a:link, #aj-z_box a:active, #aj-z_box a:hover, #aj-z_box a:visited {
	font-size: 12px;
	text-decoration: none;
}
/* Sidebar Ende */

/* Tab System */
ul#aj-tabs {
	clear: both;
	height: 31px;
	list-style: none outside none !important;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#aj-tabs li {
	display: block;
	background-color: #eee;
	float: left;
	margin: 0 2px 0 0 !important;
}
ul#aj-tabs a:active, ul#aj-tabs a:link, ul#aj-tabs a:visited {
	color: #000;
	display: block;
	line-height: 15px;
	padding: 8px;
	text-decoration: none;
}
ul#aj-tabs #aj-tabsCurrent {
	background-color: #ddd;
	color: #000;
}
#aj-tabCont {
	background: #fff;
	padding: 2em;
	min-height: 220px;
	position: relative;
	z-index: 2; 
	border-radius: 0 5px 5px 5px;
	border: 1px solid #ddd;
}
#aj-tabCont ul {
	list-style-type: none;
	list-style-image: url(http://linja24.de/sandbox/ebay/images/linja24_de-auktion/postbullets.png);
}
#aj-tabCont a:link, #aj-tabCont a:visited , #aj-tabCont a:active {
	color: #0e71b8;
}
/* Tab System Ende */

/* Search */
#aj-searchBar {
	background: #555;
	width: 100%;
	margin-bottom: 5px;
}
#aj-search {
	position: relative;
	padding: 10px 0 10px 20px;
}
#aj-searchForm input[type="text"] {
	background: url(http://linja24.de/sandbox/ebay/images/linja24_de-auktion/search-white.png) no-repeat scroll 10px 6px #444;
	border: 0 none;
	border-radius: 20px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	color: #d7d7d7;
	padding: 6px 15px 6px 35px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	transition: all 0.7s ease 0s;
	width: 150px;
}
#aj-searchForm input[type="text"]:focus {
	background: url(http://linja24.de/sandbox/ebay/images/linja24_de-auktion/search-dark.png) no-repeat scroll 10px 6px #fcfcfc;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	color: #6a6f75;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	width: 200px;
}
#aj-searchForm input[id="aj-submit_search"] {
	background: -moz-linear-gradient(center top , #f3f3f3, #dddddd) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #000;
	border-radius: 4px;
	border-width: 1px;
	color: #333;
	cursor: pointer;
	margin-left: 5px;
	vertical-align: middle;
	width: 70px;
	min-height: 24px;
}
#aj-searchForm input[id="aj-submit_search"]:hover {
	background: none repeat scroll 0 0 #ddd;
}
/* Search Ende */

/* Content Klassen */
#aj-bilder {
	width: 400px;
	float: left;
	border: 1px solid rgba(14, 113, 184, 0.5);
}
#aj-bilder #zoom-h {
	padding: 5px;
	color: #555;
	font-size: 11px;
	margin: 0px;
}
#aj-imageGallery {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin-top: 0px;
	border-bottom: 1px solid #ddd;
}
.aj-section {
	margin: 10px 20px 10px 20px;
}
.aj-textwrap {
	margin: 20px 0px 20px 0px;
}
h3.aj-h3 {
	background: #555;
	color: #fff;
	font-weight: bold;
	color:#fff;
	padding:5px 8px;
	margin: 0;
}
#aj-overview {
	float:right;
	width:300px;
	line-height: 22px;
	font-size: 13px;
}
#aj-overview *{
	margin: 0px;
	padding: 0px;
}
#aj-qinfo {
	margin-bottom: 20px;
}
#aj-qinfo strong{
	width: 120px;
	display: inline-block;
}
#aj-uvp {
	margin-bottom: 10px;
}
#aj-uvp span {
	text-decoration: line-through;
}
#aj-preis {
	color: #0e71b8;
	line-height: 38px;
	font-size: 30px;
	font-weight: bold;
	padding: 0px;
	float: left;
}
#aj-button { 
	background: #767676;
	background: -moz-linear-gradient(#767676, #9a9a9a);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#767676), to(#9a9a9a));
	background: linear-gradient(#767676, #9a9a9a);
	
    color: #fff !important;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin: 3px 0 0;
	
    padding: 0;
    text-shadow: 0 1px #2f2e2a;
    text-transform: lowercase;
	
    width: 120px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px; 
}
#aj-button a {
    margin-left: 15px;
}
#aj-button a, #aj-button a:link, #aj-button a:active, #aj-button a:visited {
	color: #fff;
	text-decoration: none;
}
#aj-mwst {
	color: #999;
	font-size: 10px;
	margin: 0;
}
#aj-kurzbeschreibung {
	margin-top: 25px;
	margin-bottom: 10px;
}



#aj-intro {
	font-weight: bold;
	text-align: center;
}
ul#prodslide {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul#prodslide li { }
ul#prodslide li div.slideWrap {
	position: relative;
	border: 1px solid #e7e4e4;
	border-radius: 15px;
	text-align: center;
	min-height: 350px;
	background: #fff;
}
ul#prodslide li div.slideWrap div.slideImg {
	margin: 10px;
	height: 150px;
}
ul#prodslide li div.slideWrap div.slideTitle {
	color: #3a3a3a;
	font-size: 11px;
	height: 60px;
	overflow: hidden;
}
ul#prodslide li div.slideWrap div.slidePrice {
	color: #0e71b8;
	font-size: 24px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin: 10px 0 10px;
}
ul#prodslide li div.slideWrap div.slideTimer {
	color: #0e71b8;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0 0;
}
ul#prodslide li div.slideWrap div.slideButton {
	background:#f65700;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: url(images/bluebg.png) left bottom repeat-x #3C9CD2; 
	background: -moz-linear-gradient(#3C9CD2, #1F6EB6); 
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3C9CD2), to(#1F6EB6)); 
	background: linear-gradient(#3C9CD2, #1F6EB6); 
	color:#FFF;
	font-size:12px;
	padding:5px;
	text-decoration:none;
	border: #195392 1px solid;
	margin: 5px;
}
ul#prodslide li div.slideWrap div.slideButton:hover {
	background: #555;
	border: #444 1px solid;
}
#aj-store,#aj-store ul,#aj-store ul li,#aj-store ul li a,#aj-store ul li span  {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#aj-store {
	width: 200px;
	color: #ffffff;
}
#aj-store > ul > li > a,#aj-store > ul > li > span {
	padding: 10px 10px;
	cursor: pointer;
	z-index: 2;
	font-weight: 700;
	text-decoration: none;
	color: #0e71b8;
	background: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#aj-store > ul > li > a:hover,#aj-store > ul > li > span:hover {
	background: #f2f5fa;
}
#aj-store ul ul li a, #aj-store ul ul li span {
	cursor: pointer;
	border-bottom: 1px solid #888;
	padding: 10px 20px;
	z-index: 1;
	text-decoration: none;
	color: #0e71b8;
}
#aj-store > ul > li > ul > li > a:hover, #aj-store > ul > li > ul > li > span:hover, #aj-store > ul > li > ul > li > ul > li > a:hover, #aj-store > ul > li > ul > li > ul > li > span:hover {
	background: #f2f5fa;
}
#aj-store ul ul ul li a, #aj-store ul ul ul li span {
	padding-left: 30px;
}
#aj-store > ul > li > ul > li:first-child > a, #aj-store > ul > li > ul > li:first-child > span {
	border-top: 1px solid #888;
}
#aj-store ul li > span::after, #aj-store ul ul li > span::after {
	display: block;
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	right: 20px;
	z-index: 10;
	top: 11.5px;
	border-top: 2px solid #0e71b8;
	border-left: 2px solid #0e71b8;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#fancybox-wrap {
	top: 20px !important;
} 
#aj-slide_h {
    color: #0e71b8;
    font-size: 21px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
/* Content Klassen Ende */

/* header Kontakt Injo */
/* header */
.aj-contact {

	float:right;
	margin: 0 0 10px 0;
	width: 38%;
}
.aj-contact-text {
	font-weight: 250;
	font-size: 14px;
	font-family: Arial,sans-serif;
	text-decoration: none;
	/*color:#ffffff;*/
	color:#ffffff;
	
	margin: 40px 0 10px 20px;
	position: relative;
	width: 50%;
}
.aj-header-info{
	font-weight: 350;
	font-size: 14px;
	font-family: Arial,sans-serif;
	text-decoration: none;
	color:#ffffff;
	/* color:#47933B;*/
	margin: 10px 0 0 0;
	float:left;
	width: 80%;
}
.aj-contact div.aj-contact-phone {

	margin-left: 20px;
	position: relative;
}

.aj-contact div.aj-contact-mail {

	margin-left: 20px;
	position: relative;
	
}

.aj-contact div.aj-contact-phone div{

	margin-bottom: 5px;
	margin-left: 40px;
	position: relative;
}
.aj-contact div.aj-header-info {
	margin-left: 20px;
	position: relative;
}
.aj-contact div.aj-contact-mail div{
	text-decoration: none;
	margin-bottom: 5px;
	margin-left: 40px;
	position: relative;
	
}
.aj-contact-phone {
	background: url(http://linja24.de/sandbox/ebay/images/linja24_de-auktion/auricular6-white.png) left no-repeat; 
	/*text-shadow: 0 -1px 0 #555; */
	height:14px;
	font-weight: 300;
	font-size: 14px;
	font-family: Arial,sans-serif;
	text-decoration: none;
	color:#ffffff;
	/*color:#47933B;*/
	padding:2px 8px 0px 8px;
	margin: 0;
	line-height:14px;
}
.aj-contact-mail {
	background: url(http://linja24.de/sandbox/ebay/images/linja24_de-auktion/envelope74-white.png) left no-repeat; 
	/*text-shadow: 0 -1px 0 #555; */
	height:14px;
	font-weight: 300;
	font-size: 14px;
	font-family: Arial,sans-serif !important;
	color:#ffffff;
	/*color:#47933B;*/
	padding:2px 8px 0px 8px;
	margin: 0;
	line-height:14px;
}
/* header Kontakt ende */