/* @override 
	http://qu-ax.com/assets/site/css/default.css
	http://www.qu-ax.com/assets/site/css/default.css
*/

/* @group Allgemeine Definitionen */

/* TinyMCE Allgemein Anfang */

/* @group Grunddefinitionen */

*
{
	margin: 0;
	padding: 0;	
	
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	outline: none;
}

/* @end */

/* @group Links */

a
{
	color: white;
}

/* @end */

/* @group Bilder */

img
{
	border: 0;
}

/* @end */

/* @group Tabellen */

table
{
	width: 100%;
	margin: 4px 0 0;
	border-spacing: 0;
}

table tr th,
table tr td
{
	vertical-align: top;
	text-align: left;
	padding: 2px 0 2px 6px;
}

/* @end */

/* @group Absatzformate */

.strong
{
	font-weight: bold;
	color: #fdc41b;
}

/* @end */

/* TinyMCE Allgemein Ende */

/* @end */

/* @group Seite */

body
{	
	padding-top: 30px;	
	
	color: white;
	background: #525252 url(/assets/site/images/page_background.png) repeat-x;
}

div.site
{
	position: relative;
	width: 890px;
	
	margin: 0 auto;
}

/* @end */

/* @group Kopfbereich */

/* @group Logo */

h1.company
{
	width: 177px;
	height: 208px;	
	overflow: hidden;
	
	background: url(/assets/site/images/head_logo.png) no-repeat;
}

* html h1.company /* PNG image loader IE6 */
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/head_logo.png', sizingMethod='crop');
	background: none;
}

h1.company a
{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	
	text-indent: -1000em;
}

/* @end */

/* @group Bild */

h2.slogan
{
	position: absolute;
	left: 187px;
	top: 0;
	
	width: 500px;
	height: 208px;
	text-indent: -1000em;
}



/* @end */

/* @group Meta-Navigation */

div.metanav 
{
	position: absolute;
	left: 697px;
	top: -18px;
	
	font-size: ;
}

div.metanav ul
{
	list-style-type: none;
	
	color: white;
}

div.metanav ul li
{
	float: left;
	display: inline;
	margin-right: 8px;
}

div.metanav ul li a
{
	color: white;
	text-decoration: none;
	
	font-size: 10px;
	line-height: 10px;
}

div.metanav ul li a:hover,
div.metanav ul li.active a
{
	text-decoration: underline;
}


/* @end */

/* @group Sprachauswahl <Meta-Navigation) */

div.languages 
{
	left: auto;
	right: 203px;
}

div.languages ul li
{
	margin-left: 8px;
	margin-right: 0;
}

div.languages ul li.active
{
	display: none;
}

/* @end */

/* @group Head-Image-Teaser */

div.headimageteaser
{
	position: absolute;
	left: 514px;
	top: 4px;
	
	width: 149px;
	height: 187px;
	
	padding: 8px 10px 5px 10px;
	
	background: url(/assets/site/images/head_teaser_background.png) no-repeat;
}

* html div.headimageteaser
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/head_teaser_background.png', sizingMethod='crop');
	background-image: none;
}

div.headimageteaser h3
{
	margin-bottom: 6px;
}

div.headimageteaser a
{
	white-space: nowrap;
}

/* @end */


/* @end */

/* @group Navigation */

div.navigation 
{
	float: left;
	display: inline;
	width: 177px;
	overflow: hidden;
	margin-top: 10px;
	
	background: url(/assets/site/images/navigation_background.png) no-repeat;
}

* html div.navigation /* PNG image loader IE6 */
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/navigation_background.png', sizingMethod='crop');
	background: none;
}

/* @group Ebene 1 */

div.navigation ul
{
	margin: 14px;
	list-style-type: none;
}

div.navigation ul li
{
	margin-bottom: 8px;
}

div.navigation ul li a
{
	position: relative;
	display: block;
	width: 149px;
	height: 26px;
	overflow: hidden;
	
	color: white;
	text-decoration: none;
	text-indent: -1000em;
	
	background: no-repeat right top;
}

div.navigation ul li a:hover,
div.navigation ul li.active a
{
	background: left top;
}


/* @end */

/* @group Ebene 2 */

div.navigation ul li ul
{
	display: none;
}

div.navigation ul li.active ul
{
	display: block;
	
	position: relative;
	top: -4px;
	margin: 0 0 -4px 0;
	padding: 4px 0 6px 0;
	
	background: url(/assets/site/images/navigation_active_background.png) no-repeat left bottom;
}

div.navigation ul li ul li
{
	margin: 0;
}

div.navigation ul li ul li a
{
	width: auto;
	height: 1%;
	
	padding: 2px 0 2px 8px;
	
	color: #0934a1;
	text-decoration: none;
	text-indent: 0;
	
	background: none;
}

div.navigation ul li ul li a:hover,
div.navigation ul li ul li.active a
{
	text-decoration: underline;
}

div.navigation ul li ul li.active a
{
	font-weight: bold;
}

/* @end */

/* @group Produkt-Schnellsuche */

div.navigation form
{	
	width: 177px;
	height: 70px;
	overflow: hidden;	
	
	background: url(/assets/site/images/navigation_product_quicksearch.png) no-repeat;
}

div.navigation form h4
{
	width: 145px;
	height: 24px;
	overflow: hidden;
	margin: 7px 0 4px 22px;
	
	text-indent: -1000em;
	background-repeat: no-repeat;
}

div.navigation form select
{
	margin: 0 10px 5px 22px;
	width: 140px;
}



/* @end */



/* @end */

/* @group Inhalt */

div.content 
{
	position: relative;
	float: left;
	display: inline;
	width: 460px;
	
	margin: 30px 0 40px 10px;
	padding: 0 20px 0 20px;
	
	background: url(/assets/site/images/content_background.png) repeat-y;
}

div.content span.top
{
	position: absolute;
	left: 0;
	top: -20px;
	z-index: 1;
	
	height: 20px;
	width: 500px;
	
	text-indent: -1000em;
	background: url(/assets/site/images/content_top.png) no-repeat;
}

* html div.content span.top /* PNG image loader IE6 */
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/content_top.png', sizingMethod='crop');
	background: none;
}

div.content span.bottom
{
	position: absolute;
	left: 0;
	bottom: -20px;
	
	height: 20px;
	width: 500px;
	
	text-indent: -1000em;
	background: url(/assets/site/images/content_bottom.png) no-repeat;
}

* html div.content span.bottom /* PNG image loader IE6 */
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/content_bottom.png', sizingMethod='crop');
	background: none;
}

/* TinyMCE Inhalt Anfang */

/* @group Absatzformate */

div.content h3
{
	position: relative;
	z-index: 10;
	
	width: 460px;
	height: 42px;
	overflow: hidden;
	margin: -10px 0 10px -1px;
	
	text-indent: -1000em;
	background-repeat: no-repeat;
	background-position: -2px 0;
}

div.content h4
{
	position: relative;
	z-index: 0;
	
	width: 460px;
	height: 24px;
	margin: 20px 0 0 -2px;
	
	text-indent: -1000em;
	background-repeat: no-repeat;
	background-position: -1px 0;
}

div.content h4.narrow
{
	clear: none;
	width: 250px;
}

div.content h5
{
	margin: 0 0 1px 0;
	font-size: 12px;
	color: #fdc41b;
}

div.content p
{
	margin: 0 0 12px 0;
}

div.content p.small
{
	font-size: 10px;
	line-height: 12px;
}

/* @end */

/* @group Listen */

div.content ul 
{
	margin: 0 0 12px 14px;
	padding: 0;
}

div.content ul li
{
	margin-bottom: 8px;
}

div.content ul.link_list
{
	margin-left: 0;
	list-style: none;
}

div.content ul.link_list li
{
	margin-bottom: 4px;
}

div.content ol 
{
	margin: 0 0 12px 22px;
	padding: 0;
}

div.content ol li
{
	margin: 4px 0 4px 0;
}



/* @end */

/* TinyMCE Inhalt Ende */

/* @group Produktdetails - News */

div.content div.news
{
	position: relative;
	width: 400px;
	margin: 4px 0 0;
	overflow: hidden;
}

div.content div.news table
{
	margin: 0;
	
	border: 4px solid #fdc41b;
	background: white;
}

html* div.content div.news table
{
	border-collapse: collapse;
}

div.content div.news table tr.grey
{
	background: #bebebe;
}

div.content div.news table tr td,
div.content div.news table tr th
{
	color: black;
	padding-right: 4px;
}

div.content div.news table tr th
{
	white-space: nowrap;
}

div.content div.news table a
{
	color: black;
}

div.content div.news div.corner
{
	position: absolute;
	width: 6px;
	height: 6px;
	overflow: hidden;
	
	background-repeat: no-repeat;
}

div.content div.news div.left_top
{
	left: 0;
	top: 0;
	background-image: url(/assets/site/images/content_corner_left_top.gif);
}

div.content div.news div.right_bottom
{
	right: 0;
	bottom: 0;
	background-image: url(/assets/site/images/content_corner_right_bottom.gif);
}

div.content div.news div.left_bottom
{
	left: 0;
	bottom: 0;
	background-image: url(/assets/site/images/content_corner_left_bottom.gif);
}


/* @end */

/* @group Bilder */

div.content a.img_right,
div.content img.img_right
{
	position: relative;
	z-index: 10;
	
	float: right;
	clear: both;
	display: inline;
	
	margin: 0 0 10px 10px;
}

div.content a.img_left,
div.content img.img_left
{
	position: relative;
	z-index: 10;
	
	float: left;
	clear: both;
	display: inline;
	
	margin: 0 10px 10px 0;
}

div.content a.img_wide,
div.content img.img_wide
{
	display: block;
	margin-bottom: 10px;
}

div.content a.img_list,
div.content img.img_list
{
	clear: none;
}



/* @end */

/* @group Teaser-Liste */

div.content div.teaser_list
{
	overflow: hidden;
}

div.content div.teaser_list div.box
{
	clear: both;
	position: relative;
}

div.content div.teaser_list div.box h4
{
	margin-top: 0;
	width: 338px;
	overflow: hidden;
}

div.content div.teaser_list div.box a.img
{
	float: left;
	display: inline;
	margin: 4px 10px 5px 0;
	
	width: 110px;
	height: 110px;
}

/* @end */

/* @group Aktuelles */

div.content div.news_teaser
{
	overflow: hidden;
}

div.content div.news_teaser div.box
{
	position: relative;
}

div.content div.news_teaser div.box h4
{
	margin-top: 0;
	width: 330px;
	overflow: hidden;
}

div.content div.news_teaser div.box a.img
{
	float: left;
	display: inline;
	margin: 4px 10px 5px 0;
	
	width: 110px;
	height: 110px;
}

/* @end */

/* @group Produktübersicht */

div.content div.product_teaser
{
	width: 480px;
}

div.content div.product_teaser div.box
{
	position: relative;
	float: left;
	display: inline;
	width: 220px;
	height: 140px;
	
	margin: 10px 20px 20px 0;
}

div.content div.product_teaser div.box a.img
{
	position: absolute;
	left: 0;
	top: 2px;
	
	width: 110px;
	height: 110px;
}

div.content div.product_teaser div.box h5,
div.content div.product_teaser div.box p
{
	margin-left: 120px;
}

div.content div.product_teaser div.box p.see_details
{
	position: absolute;
	left: 120px;
	bottom: 0;
	
	margin: 0;
}

/* @end */

/* @group Produktdetails - Pager */

div.content p.detailed_view_head
{
	position: relative;
	height: 1%;
	border-bottom: 1px dotted white;
	padding-bottom: 14px;
	
	text-align: center;
}

div.content p.detailed_view_head span.back
{
	position: absolute;
	left: 0;
}

div.content p.detailed_view_head span.navigator
{
	position: absolute;
	right: 0;
}



/* @end */

/* @group Produktdetails - Produktbild */

div.content a.pic_medium_high
{
	position: relative;
	z-index: 10;
	
	float: right;
	display: inline;
	
	margin: 0 0 10px 10px;
}

div.content a.pic_medium_wide
{
	display: block;
	margin-bottom: 10px;
}

div.content a.spareparts
{
	position: absolute;
	right: 20px;
	top: 95px;
}


/* @end */

/* @group Tabellen */

div.content div.table
{
	position: relative;
	width: 250px;
	overflow: hidden;
	
	margin: 4px 0 12px 0;
}

div.content div.table table
{
	margin: 0;
	
	border: 4px solid #fdc41b;
	background: white;
}

html* div.content div.table table
{
	border-collapse: collapse;
}

div.content div.table table tr.grey
{
	background: #bebebe;
}

div.content div.table table tr td,
div.content div.table table tr th
{
	color: black;
	padding-right: 4px;
}

div.content div.table table tr th
{
	white-space: nowrap;
}

div.content div.table table a
{
	color: black;
}

div.content div.table div.corner
{
	position: absolute;
	width: 6px;
	height: 6px;
	overflow: hidden;
	
	background-repeat: no-repeat;
}

div.content div.table div.left_top
{
	left: 0;
	top: 0;
	background-image: url(/assets/site/images/content_corner_left_top.gif);
}

div.content div.table div.right_bottom
{
	right: 0;
	bottom: 0;
	background-image: url(/assets/site/images/content_corner_right_bottom.gif);
}

div.content div.table div.left_bottom
{
	left: 0;
	bottom: 0;
	background-image: url(/assets/site/images/content_corner_left_bottom.gif);
}

/* @group Ersatzteile */

div.content div.spareparts table tr td:first-child,
div.content div.spareparts table tr td.first-child
{
	width: 40%;
	white-space: nowrap;
}

div.content div.spareparts table tr td:last-child,
div.content div.spareparts table tr td.last-child
{
	width: 60%;
}



/* @end */

/* @group Vordefinierte Spaltenbreiten */

div.content div.width_30_70 table tr td:first-child,
div.content div.width_30_70 table tr td.first-child
{
	width: 30%;
}

div.content div.width_30_70 table tr td:last-child,
div.content div.width_30_70 table tr td.last-child
{
	width: 70%;
}

div.content div.width_40_60 table tr td:first-child,
div.content div.width_40_60 table tr td.first-child
{
	width: 40%;
}

div.content div.width_40_60 table tr td:last-child,
div.content div.width_40_60 table tr td.last-child
{
	width: 60%;
}

div.content div.width_50_50 table tr td:first-child,
div.content div.width_50_50 table tr td.first-child
{
	width: 50%;
}

div.content div.width_50_50 table tr td:last-child,
div.content div.width_50_50 table tr td.last-child
{
	width: 50%;
}

div.content div.width_60_40 table tr td:first-child,
div.content div.width_60_40 table tr td.first-child
{
	width: 60%;
}

div.content div.width_60_40 table tr td:last-child,
div.content div.width_60_40 table tr td.last-child
{
	width: 40%;
}

div.content div.width_70_30 table tr td:first-child,
div.content div.width_70_30 table tr td.first-child
{
	width: 70%;
}

div.content div.width_60_40 table tr td:last-child,
div.content div.width_60_40 table tr td.last-child
{
	width: 30%;
}



/* @end */

/* @group Volle Tabellenbreite */

div.content div.width_100
{
	position: relative;
	width: 100%;
	overflow: hidden;
	
	margin: 4px 0 12px 0;
}



/* @end */


/* @end */

/* @group Händler */

*html div.content select.country_selector,
html* div.content select.country_selector
{
	margin-top: 10px;
}

div.content div.dealer_list
{
	margin-top: -10px;
	width: 480px;
}

div.content div.dealer_list h4
{
	clear: both;
	padding-top: 10px;
	background-position: 0 10px;
}

div.content div.dealer_list div.box
{
	float: left;
	display: inline;
	width: 220px;
	
	margin: 10px 20px 0 0;
}

/* @end */

/* @group Formulare */

div.content form 
{
	width: 350px;
	margin-bottom: 20px;
}

div.content form p
{
	position: relative;
	padding-bottom: 10px;
}

div.content form p label small
{
	position: absolute;
	left: 0;
	top: 14px;
	
	font-size: 10px;
}

div.content form p input.text,
div.content form p textarea,
div.content form p select
{
	position: absolute;
	right: 0;
	
	width: 240px;
	
	border: 1px solid #fbc21b;
}

div.content form p input.file
{
	width: 200px;
	
	color: white;
	background: none;
}

div.content form p input.filex
{
	
}

* html div.content form p input.file
{
	border: 1px solid #fbc21b;
	color: black;
	background: white;
}

*+html div.content form p input.file
{
	border: 1px solid #fbc21b;
	color: black;
	background: white;
}

div.content form p span.input
{
	position: absolute;
	left: 108px;
}

div.content form p.nachricht,
div.content form p.nachricht textarea
{
	height: 100px;
}

div.content form p.submit input.button,
div.content form p.submit a.button,
div.content form p.submit button
{
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 2px 5px;
	border: 1px solid #fbc21b;
	
	color: #0934a1;
	background: #fbc21b;
	
	cursor: pointer;
	cursor: hand;
}

div.content form p.submit a.button
{
	padding: 3px 5px;
	text-decoration: none;
}

/* @end */

/* @group MyQU-AX */

/* @group Galerie */

div.content div.myquax_gallery
{
	margin-top: 25px;
}

div.content div.myquax_gallery div.entry
{
	position: relative;
	width: 460px;
	min-height: 120px;	
	
	overflow: hidden;
}

* html div.content div.myquax_gallery div.entry
{
	height: 100px;
}

div.content div.myquax_gallery div.entry a.thumb
{
	position: absolute;
	top: 5px;
	
	line-height: 0;
	border: 3px solid white;
}

div.content div.myquax_gallery div.entry a.thumb img
{
	border: 1px solid grey;
}

div.content div.myquax_gallery div.entry div.info
{
	padding-left: 120px;
}

div.content div.myquax_gallery div.entry div.info h4
{
	margin-top: 0;
}

div.content div.myquax_gallery div.entry div.info a.toggle span.toggleTextHide,
div.content div.myquax_gallery div.entry div.info ul.details
{
	display: none;
}

/* @end */

/* @group Profilübersicht */

div.content div#wlpeUser a.thumb
{
	float: left;
	display: inline;
	margin-top: 3px;
	
	line-height: 0;
	border: 3px solid white;
}

div.content div#wlpeUser a.thumb img
{
	border: 1px solid grey;
}



/* @end */

/* @group Formulare */

div.content div.wlpeMessage
{
	margin-bottom: 20px;
	padding: 3px 5px;
	
	color: #0934a1;
	background: #fbc21b;
}

div.content div.wlpeMessage p
{
	margin-bottom: 0;
	padding-bottom: 0;
}

div.content div.wlpeMessage a
{
	color: #0934a1;
}

div.content form.profile
{
	width: 400px;
}

div.content form.profile span.input
{
	left: 158px;
}

div.content form.profile p.comment 
{
	height: 200px;
}

div.content form.profile p.comment textarea
{
	height: 200px;
}

div.content form.profile p.captcha
{
	height: 100px;
}

div.content form.profile p.captcha img
{
	position: absolute;
	right: 92px;
	
	border: 1px solid #fbc21b;	
}

div.content form.profile p.captcha input.text
{
	top: 70px;
}


/* @end */



/* @end */

/* @group Händler-Login */

div.content form.dealers_login_form
{
	width: 210px;
}

div.content form.dealers_login_form p
{
	position: relative;
	padding-bottom: 2px;
}

div.content form.dealers_login_form p input.text,
div.content form.dealers_login_form p textarea,
div.content form.dealers_login_form p select
{
	width: 100px;
}

/* @end */

/* @group Paginator */

div.content div.paginator
{
	position: relative;
	width: 460px;
}

div.content div.paginator p
{
	text-align: center;
}

div.content div.paginator a
{
	position: absolute;
}

div.content div.paginator a.prev
{
	left: 0;
	top: 0;
}

div.content div.paginator a.next
{
	right: 0;
	top: 0;
}

/* @end */

/* @group QX-Series */

.top_qx-series div.content
{
	height: 646px;
	margin-top: 10px;
	
	background: url(/assets/images/qx-series/background.jpg);
}

.top_qx-series div.content *
{
	font-family: "Courier New", Courier;
	font-weight: bold;
	color: black;
}

.top_qx-series div.content span.top,
.top_qx-series div.content span.bottom,
.top_qx-series div.content div.social_bookmarks
{
	display: none;
}

.top_qx-series div.content div.text
{	
	margin: 200px 90px 0 130px;
}

.top_qx-series div.content h3
{	
	width: auto;
	height: auto;
	overflow: visible;
	
	margin: 0 0 10px 0;	
	text-indent: 0;
	font-size: 25px;
	
	background: none;
}

/* @end */


/* @end */

/* @group Seitenleiste */

div.sidebar 
{
	position: absolute;
	left: 697px;
	top: 20px;

	width: 163px;
	padding: 0 15px;
	border-bottom: 50px solid #525252;
	
	background: url(/assets/site/images/sidebar_background.png) repeat-y;
}

div.sidebar span.top
{
	position: absolute;
	left: 0;
	top: -20px;
	z-index: 1;
	
	height: 20px;
	width: 193px;
	
	text-indent: -1000em;
	background: url(/assets/site/images/sidebar_top.png) no-repeat;
}

* html div.sidebar span.top /* PNG image loader IE6 */
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/sidebar_top.png', sizingMethod='crop');
	background: none;
}

div.sidebar span.bottom
{
	position: absolute;
	left: 0;
	bottom: -20px;
	
	height: 20px;
	width: 193px;
	
	text-indent: -1000em;
	background: url(/assets/site/images/sidebar_bottom.png) no-repeat;
}

* html div.sidebar span.bottom /* PNG image loader IE6 */
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/sidebar_bottom.png', sizingMethod='crop');
	background: none;
}

/* @group Box */

div.sidebar div.box
{
	position: relative;
	z-index: 10;
	
	margin-top: -10px;
	margin-bottom: 30px;
	color: #474747;
}

div.sidebar div.last
{
	margin-bottom: 0;
}

div.sidebar h4
{
	width: 153px;
	height: 24px;
	overflow: hidden;
	margin: 0;
	
	text-indent: -1000em;
	background-repeat: no-repeat;
}

div.sidebar div.box a.teaser
{
	display: block;
	margin: 10px 0 10px 0;
	
	background-repeat: no-repeat;
}

* html div.sidebar div.box a.teaser
{
	display: none;
}

div.sidebar div.box span.read_more_link
{
	white-space: nowrap;
}

div.sidebar div.box a
{
	color: #474747;
}

/* @end */



/* @end */

