.aix_wrapper{
	color: #000000;
	width: 100%;
	height: auto;
	margin:0;
/*
	background: #efefef;
	background: -moz-linear-gradient(top,  #efefef 0%, #efefef 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(0%,#efefef), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #efefef 0%,#efefef 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #efefef 0%,#efefef 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #efefef 0%,#efefef 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #efefef 0%,#efefef 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
*/

	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(0%,#ffffff), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 0%,#efefef 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 0%,#efefef 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 0%,#efefef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 0%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}

.aix_wrapper *{
	margin: 0; 
	padding: 0; 
	line-height: 1; 
	font-family: "Arial", 'Helvetica Neue', sans-serif;
}

.aix_header{
	height: 150px;
	overflow: hidden;
	/*background-color: #FFFFFF;*/
	background: url("http://resource.aixsellent.de/images/header_bg.png");
	background-repeat:no-repeat;
	background-position:top center;
	padding-bottom: 9px;
}

#aix_inner_header{
	height:100px;
	background: url("http://resource.aixsellent.de/images/header.png");
	background-repeat:no-repeat;
	background-position:top center;
	width:1000px;
	min-width:1000px;
	margin: 0 auto;
}

.aix_top_nav{
	padding:0;
	margin:0;
	background: #FFFFFF;
	background: linear-gradient(top, #E8E8E8 0, #F7F7F7 85%, #F0F0F0 86%, #F0F0F0 100%) no-repeat;
	background: -webkit-linear-gradient(top, #E8E8E8 0, #F7F7F7 85%, #F0F0F0 86%, #F0F0F0 100%) no-repeat;
	background: -moz-linear-gradient(top, #E8E8E8 0, #F7F7F7 85%, #F0F0F0 86%, #F0F0F0 100%) no-repeat;
	background: -o-linear-gradient(top, #E8E8E8 0, #F7F7F7 85%, #F0F0F0 86%, #F0F0F0 100%) no-repeat;
	background: -ms-linear-gradient(top, #E8E8E8 0, #F7F7F7 85%, #F0F0F0 86%, #F0F0F0 100%) no-repeat;
	background: linear-gradient(top, #E8E8E8 0, #F7F7F7 85%, #F0F0F0 86%, #F0F0F0 100%) no-repeat;
	-svg-background: linear-gradient(top, #E8E8E8 0, #F7F7F7 85%, #F0F0F0 86%, #F0F0F0 100%) no-repeat;
	-webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.15);
	box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.15);
	margin:0 auto;
	position: relative;
	z-index: 100000;
	text-align: left;
	overflow: hidden;
	color: #cccccc;
}

.aix_content{
	padding-bottom: 30px;
}

.aix_content_header{
	width: 100%;
	float: left;
	clear: right;
	margin-bottom: 20px;
}

.aix_content_gallery{
	margin: 0 auto;
	/*width: 100%;
	float: left;
	clear: right;*/
	margin-bottom: 20px;
	text-align: center;
}

.aix_content_left{
	float: left;
}
.aix_content_right{
	float:left;
	clear: right;
	width: 49%;
	padding-left: 1%;
	font-family: Calibri,Arial,'Arial Unicode MS',Helvetica,Sans-Serif;
	font-size: 13px;
}

.aix_content .aix_page{
	background: #ffffff;
	padding: 20px 0 10px; 
	overflow: hidden;
}

.aix_page > div {
/*	margin-left: 20px;*/
}

.aix_sidebar_left{
	float: left;
	width: 160px;
	background-color: #F5F5F5;
	border: 1px solid #e5e5e5;
	padding: 15px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.aix_inner_content{
	width: 99%;
	float: left;
	position: relative;
	margin-left: 20px;
}

.aix_footer_content{
	position: relative;
	overflow: hidden;
	padding-bottom: 25px;
}

.aix_logo{
	display: block;
	background: url("http://pascher.it/0/2/logo.png") 0 0 no-repeat;
	width: 197px;
	height: 114px;
	float: left;
	margin-top: 4px;
	text-indent: -999px;
	margin-left: 10px;
}

.aix_page{
	width: 1000px;
	margin: 0 auto;
	-webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.12);
   	-moz-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.12);
   	box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.12);
}

.aix_footer{
	float: left;
}

/** ITEMS **/
.aix_item_box {
	width: 150px;
	height: 260px;
	background: url("http://pascher.it/0/2/box_bg.png") repeat;
	padding:15px 15px 10px;
	margin-bottom: 15px;
	margin-right: 8px;

	display:inline-block; 
	zoom:1; 
	vertical-align: top; 
	position: relative; 
	font-size: 12px; 
	*display: inline;
}

.aix_item_box_content{
	margin: 0 auto;
}

.aix_item_box:hover {
	border: 1px solid #F08A00; 
	padding: 14px 14px 9px;
	background: url("http://pascher.it/0/2/box_bg_hover.png") repeat;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}


.aix_item_box img {
	display: block; 
	border: 0;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
}

.aix_item_box .aix_item_img {
	text-align: center; 
	padding:5px 0 10px;
}

.aix_item_box .aix_item_img a {
	display: block;
}

.aix_item_box .aix_item_detail > div {
	padding: 5px 0;
}

.aix_item_box .aix_item_detail .aix_item_title a {
	color: #343434; 
	line-height: 1.2;
}

.aix_item_box .aix_item_detail .aix_item_title a:hover {
	color: #F08A00;
}

.aix_item_box .aix_item_detail .aix_item_sub {
	font-size: 11px; 
	color: #676767; 
	line-height: 1.2; 
}

.aix_item_box .aix_item_detail .aix_item_uvp {
	text-decoration: line-through; 
	padding-bottom: 0;
}

.aix_item_box .aix_item_detail .aix_item_price {
	font-size: 16px; 
	font-weight: bold; 
	text-align: right;
	font-family: "Arial", 'Helvetica Neue', sans-serif; 
	
	position: absolute;
	bottom: 65px;
	right: 20px;
}

.aix_item_box .aix_item_detail .aix_item_shipping_costs {
	font-size: 12px; 
	text-align: left;
	font-family: "Arial", 'Helvetica Neue', sans-serif; 
	padding-bottom: 5px;

	position: absolute;
	bottom: 40px;
}

.aix_free_shipping{
	color: #FF6A45;
	font-style: italic;
}

.aix_nonfree_shipping{
	color: #000000;
	font-style: normal;
}

.aix_item_link{
	text-align: center;
	position: absolute;
	bottom: 5px;
	width: 100%;
	margin-left: -15px;
}
.aix_item_link_button, .aix_item_link_button:link, .aix_item_link_button:active, .aix_item_link_button:visited {
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
	background-color:#ffce79;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#333333;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	height:20px;
	line-height:20px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ce8e28;
}

.aix_item_link_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
	background-color:#eeaf41;
	color:#000000;
}

.aix_item_link_button:active {
	position:relative;
	top:1px;
	color:#ffffff;
}
/** TOOLS **/

.aix_search {
	float: right;
	display: block;
	width: 280px;
	height: 32px;
	margin: 2px 0 0;
	border: none;
	position: relative;
}

.aix_search input { 
	line-height: 2; 
	width: 245px; 
	height: 32px; 
	border: 1px solid #E7E7E7; 
	color: #676767; 
	background-color: #fff; 
	font-size: 13px; 
	position: relative; 
	padding:0 5px 0 10px; 
	outline: none; 
	box-sizing: content-box; 
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.aix_search input::-webkit-input-placeholder {
	color: #676767;
}

.aix_search input:-moz-placeholder {
	color: #676767;
}

.aix_search input::-moz-placeholder {
	color: #676767;
}

.aix_search input:-ms-input-placeholder {
	color: #676767;
}

.aix_search button { 
	width: 40px; 
	height: 32px; 
	background-color: #ff9500; 
	border: 1px solid #e85d00; 
	position: absolute;  
	box-sizing: content-box; 
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-shadow: inset 0 1px 0 #ffc169; 
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	border-top-left-radius: 0; 
	border-bottom-left-radius: 0; 
	padding: 0; 
	top: 0; 
	right: 0;  
	background-image: url('http://pascher.it/0/2/search.png'); 
	background-position: 50% 50%; 
	background-repeat: no-repeat; 
	text-indent: -100em; 
	overflow: hidden;
}

.aix_loading .overlay {
	display: block;
}

.aix_loading .overlay-message {
	margin: 0 auto;
    width: 90px;
    background: #dedede;
    padding: 0px 0px 0px 40px;
    background-image: url("http://pascher.it/0/2/loading.gif");
    background-repeat: no-repeat;
    color: #797373;
    background-position: 10px 7px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.overlay-message:after{
	content: "Lade Daten";
}

.aix_hotline{
	width: 190px;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}
.aix_hotline .overlay {
	display: block;
}

.aix_hotline .overlay-message {
	margin: 0 auto;
    width: 190px;
    padding: 4px 0px 0px 40px;
    background-image: url("http://pascher.it/0/2/hotline.png");
    background-repeat: no-repeat;
    color: #ffffff;
    background-position: 10px 7px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.aix_hotline .overlay-message:after{
	content: "0123 / 1234 12345";
}

/*** HORIZONTAL MENU ***/
ul.aix_hmenu a, ul.aix_hmenu a:link, ul.aix_hmenu a:visited, ul.aix_hmenu a:hover
{
	outline: none;
	z-index: 11;
}

ul.aix_hmenu, ul.aix_hmenu ul
{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

ul.aix_hmenu li
{
	position: relative;
	z-index: 5;
	display: block;
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
}

ul.aix_hmenu li:hover
{
	z-index: 10000;
	white-space: normal;
}

ul.aix_hmenu:after, ul.aix_hmenu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

ul.aix_hmenu, ul.aix_hmenu ul
{
	min-height: 0;
}

ul.aix_hmenu
{
	display: inline-block;
	vertical-align: bottom;
}

.aix_hmenu
{
	float: left;
}

ul.aix_hmenu>li {
	margin-left: 9px;
}

ul.aix_hmenu>li:first-child {
	margin-left: 4px;
}

ul.aix_hmenu>li:last-child, ul.aix_hmenu>li.last-child {
	margin-right: 4px;
}

ul.aix_hmenu>li>a
{
	border-bottom:6px solid transparent;
	padding:0 30px;
	margin:0 auto;
	position: relative;
	display: block;
	height: 39px;
	cursor: pointer;
	text-decoration: none;
	color: #3A4545;
	line-height: 39px;
	text-align: center;
}

.aix_hmenu a,
.aix_hmenu a:link,
.aix_hmenu a:visited,
.aix_hmenu a.active,
.aix_hmenu a:hover
{
	font-size: 14px;
	font-family: Calibri, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}

ul.aix_hmenu>li>a.active
{
	border-bottom:6px solid rgba(143, 189, 5, 0.54);
	padding:0 30px;
	margin:0 auto;
	color: #97C903;
	text-decoration: none;
}

ul.aix_hmenu>li>a:visited,
ul.aix_hmenu>li>a:hover,
ul.aix_hmenu>li:hover>a {
	text-decoration: none;
}

ul.aix_hmenu>li>a:hover
{
	border-bottom:6px solid #8FBD05;
	padding:0 30px;
	margin:0 auto;
}

ul.aix_hmenu>li>a:hover {
	color: #95CB01;
	text-decoration: none;
}

ul.aix_hmenu>li:before
{
	position:absolute;
	display: block;
	content:' ';
	top:0;
	left: -9px;
	width:9px;
	height: 39px;
	background: url('http://resource.aixsellent.de/images/menuseparator.png') center center no-repeat;
}

ul.aix_hmenu>li:first-child:before{
	display:none;
}

ul.aix_hmenu li li a
{
	background: #A0ABC5;
	border:1px solid #818FB1;
	padding:0 22px;
	margin:0 auto;
}

ul.aix_hmenu li li
{
	float: none;
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
}

ul.aix_hmenu li li ul>li:last-child
{
	margin-bottom: 0;
}

.aix_hmenu ul a
{
	display: block;
	white-space: nowrap;
	height: 23px;
	min-width: 7em;
	border: 1px solid transparent;
	text-align: left;
	line-height: 23px;
	color: #1E2424;
	font-size: 12px;
	font-family: Calibri, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	text-decoration: none;
	margin:0;
}

.aix_hmenu li li a
{
	border-top-width: 0 !important;
}

.aix_hmenu li li:hover a
{
	border-top-width: 1px !important;
}

.aix_hmenu ul>li:first-child>a
{
	border-top-width: 1px !important;
}

.aix_hmenu ul a:link,
.aix_hmenu ul a:visited,
.aix_hmenu ul a.active,
.aix_hmenu ul a:hover
{
	text-align: left;
	line-height: 23px;
	color: #1E2424;
	font-size: 12px;
	font-family: Calibri, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	text-decoration: none;
	margin:0;
}

ul.aix_hmenu ul li a:hover
{
	background: #818FB1;
	border:1px solid #818FB1;
	margin:0 auto;
}

.aix_hmenu ul li a:hover
{
	color: #000000;
}

.aix_hmenu ul li a.aix_hmenu-before-hovered
{
	border-bottom-width: 0 !important;
}

ul.aix_hmenu ul:before
{
	background: #5F719B;
	margin:0 auto;
	display: block;
	position: absolute;
	content: ' ';
	z-index: 1;
}

ul.aix_hmenu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background-image: url('http://resource.aixsellent.de/images/spacer.gif');
}

/*** CONTENT ***/
.aix_inner_content ul > li:before {
	margin-left: -12px;
	bottom: 2px; /** -10px **/
	content: url("http://resource.aixsellent.de/images/postbullets.png");
	display: inline-block;
	font-size: 0;
	line-height: 0;
	margin-right: 6px;
	position: relative;
	vertical-align: middle;
}

.aix_inner_content ul > li {
	overflow-x: visible;
	overflow-y: hidden;
	padding-left: 12px;
}

.aix_inner_content li {
	margin: 8px 0 0;
	color: #101219;
	font-family: Calibri,Arial,'Arial Unicode MS',Helvetica,Sans-Serif;
	font-size: 13px;
	line-height: 125%;
	word-spacing: 0;
}

.aix_inner_content, .aix_inner_content li {
	text-align: left;
}

.aix_inner_content ul{
	margin: 0;
	padding-left:5px;
	list-style-type: none;
}

.aix_inner_content h1, h2, h3, 
.aix_content_header h1, h2, h3,
.aix_content_left h1, h2, h3{
	font-size: 32px;
	font-family: Calibri, Arial, Verdana, Helvetica, Sans-Serif;
	color: #323D52;
	margin: 5px 10px 0 0;
	text-align: left;
	text-decoration: none;
}

.aix_inner_content h1, 
.aix_content_header h1,
.aix_content_left h1 {
	font-weight: bold;
	font-style: normal;
}

.aix_inner_content h2, 
.aix_content_header h2,
.aix_content_left h2{
	color: #61759E;
	margin: 5px 10px 0 0;
	font-size: 22px;
}

.aix_inner_content h3, 
.aix_content_header h3,
.aix_content_left h3{
	color: #61759E;
	font-size: 16px;
	margin: 5px 10px 0 0;
}

.aix_inner_content p, 
.aix_content_header p,
.aix_content_left p,
.aix_content_right p{
	padding-left:5px;
	margin-bottom: 4px;
	font-size: 11pt;
	line-height: 1.2;
}

.aix_content_right{
	text-align: center;
}

.aix_content_left ul li p {
	font-size: 10pt;
}

.aix_content_right_image {
	/*text-align: right;*/
}
.aix_content_right_image img {
max-width: 400px;
}
.aix_content_right p{

	font-family: Calibri,Arial,'Arial Unicode MS',Helvetica,Sans-Serif;
	font-size: 13px;
}
/** UTILS **/
.aix_internal{
	text-align: center; 
	background-color: #ffffff;
	color: #ffffff;
}

/** Gallery **/
	/*
 	When clicking on thumbs the class "active" 
 	will be added to the anchors
 	*/

#aix_gallery{
	margin: 0 auto;
	display: table;
}

#aix_big_image {
	/*width: 100%;*/
}
#aix_big_image img {
	max-width:800px;
	max-height: 600px;
	min-height: 400px; 
	margin: 0 auto;
}

#aix_thumbs {
	text-align: center;
	margin: 0 auto;
	margin-top: 10px; 
	width:100%; 
}

#aix_thumbs img {
	height:80px; 
	padding: 4px 4px 4px 4px;
}
#aix_thumbs #note { 
	font-size:10px; 
	margin-left:6px;
	clear:left;
}

.aix_thumb img{
	border: 1px solid #efefef; 
}

.aix_thumb.active img{
	border: 1px solid #61759E; 
}

.aix_bounding_box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80px;
  width: 120px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
  border: 1px solid #fbdcad; 
}

.aix_bounding_box.active {
	border: 1px solid #F08A00; 
}

/**** TABLES ****/
.aix_content_left td:nth-child(2) {

}
.aix_content_left table{
	margin-left: 5px;
}

.aix_content_left table tr:first-child {
	border: none;
}

.aix_content_left table tr {
	border-top: 1px solid #61759E;
}

.aix_content_left table, 
.aix_content_left table td {
	border: none;
	border-collapse: collapse;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: middle;
}

.aix_inner_content td p {
	margin: 0;
}