/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   -----------------------------------------------------------------------------------------
   
   XTC5 Template & Stylesheets
   -----------------------------------------------------------------------------------------
   (c) 2007 Ing. Michael Fuerst
       bluegate communications
	   http://www.bluegate.at
   ------------------------------------------right---------------------------------------------*/

/* THE BIG GUYS */
* {
	margin:0;
	padding:0
}
body {
	font-family:Arial, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0;
	color:#333;
	line-height:18px;
}
#cart-overlay {
	height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 95;
	display:none;
	background: url("css/macFFBgHack.png") repeat scroll 0 0 transparent;
}
#cart-overlay-inside {
	position:fixed;
	background: #FFF;
    border: 4px solid #666;
	color:#333;
	display:block;
	font-size:16px;
	text-align:center;
    padding:20px;
    margin:auto;
    z-index:96;
    width:340px;
	margin-left:-170px;
	margin-top:-21px;
    height:32px;
	left:50%;
	top:50%;
}
/* HEADINGS */
h1 {
	
	margin:20px 0px 15px 0px;
	padding:0px;
	width:auto;
	border: #ccc solid;
	border-width:0px 0px 1px 0px;
	padding-bottom:2px;
	font-size:16px;
	color:#333;
	font-weight:bold;
	line-height:22px;
}
h2 {
	
	color:#333;
	font-weight:bold;
	font-size:16px;
	margin:15px 0px 8px 0px;
	padding:0px;
	line-height:22px;
}
h3 {
	color:#333;
	font-weight:bold;
	font-size:12px;
}
/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
	
	text-decoration:none;
	outline: none;

}
a:link {
	color:#10509a;
	outline: none;
}
a:visited {
	color:#10509a;
	outline: none;
}

a:hover, a:active {
	color:#10509a;
	text-decoration:underline;
	outline: none;
}
a img {
	border:none;
	outline: none;
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input[type="text"], input[type=password], textarea, select {
	border:1px solid #CCC;
	padding:5px;
	font-size:14px;
	background:none;
	margin:0px;
	outline:none;
	background-color:#FFF;
}
input[type="text"]:focus, input[type=password]:focus, textarea:focus, select:focus {
	border:1px solid #999;
	background-color:#fff;
}

.button {
	background-color:#10509A;
	border: 1px solid #10509A;
	color: #fff;
	cursor: pointer;
	padding:5px;
	font-size:13px;
	text-align: center;
	width:auto;
	min-width:80px;
	background-image: url(img/bg-button.jpg);
	background-repeat: repeat-x;	
}
.button:hover {
	background-color:#135db2;
	border: 1px solid #00408A;
	-moz-box-shadow:0 0 4px #999;
	-webkit-box-shadow:0 0 4px #999;
	box-shadow:0 0 4px #999;
	background-image:none;
}
a.button {
	
	background-color:#10509A;
	border: 1px solid #10509A;
	color: #FFF;
	cursor: pointer;
	padding:5px;
	padding-bottom:4px;
	font-size:13px;
	text-align: center;
	width:auto;
	min-width:80px;
	margin-top:5px;
	display:inline-block;
	
}
a.button:hover {
	text-decoration:none;
	background-color:#135db2;
	border: 1px solid #00408A;
	-moz-box-shadow:0 0 4px #999;
	-webkit-box-shadow:0 0 4px #999;
	box-shadow:0 0 4px #999;
	background-image:none;
}
.new-search-button {
	position:relative;
	top:9px;
	left:7px;
}
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
/*input[type=text], input[type=password] {
	border:1px solid #666;
	padding:2px;
	background:url(img/input_bg.gif) no-repeat;
}*/
/* PARAGRAPH GLOBAL */
p {
	margin:8px 0px;
}
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#CCC;
}
div.hrlightgrey {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#CCC;
}
.hrproductpreview {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:12px 0px;
	display:inline;
	height:0px;
	line-height:0px;
	display:block;
	border-top:1px solid #CCC;
}

.h-listing-hrproductpreview {
    border-top: 1px solid #ccc;
    display: block;
    height: 0;
    line-height: 0;
    margin: 5px 0;
    overflow: hidden;
    padding-top: 1px;
}

/* TABLE GLOBAL */
table td {
	padding:2px;
}
/* WHOLE SITE WRAPPER */
#wrap {
	margin: 0 auto;
	width:1050px;	
}
#topnavi {
	padding-top:10px;
	height:20px;
	display:block;
	width:950px;
	margin:0 auto;
}
ul.topnavi {
	float:right;
	padding:0px;
	margin:0px;
	list-style:none;
	
}
ul.topnavi li {
	float:left;
	padding:0 0 0 20px;
	margin:0px;
}
	

.top {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
.top #header {
	height:105px;
	background-color: #a5131c;

}
.top #header #logo {
	float:left;
	margin-top:30px;
	border:none;
	outline:none;
	margin-left:30px;
}
#cart {
	overflow:hidden;
}
#cartbox {
	float: right;
    padding: 0 32px 0 0;
    text-align: right;
    width: 200px;
	height: 36px;
}
#cartbox:hover {
	
}
h2.boxcartheader-menu {
	font-size: 13px;
    line-height: 16px;
    margin: 10px 0 -10px;
}
h2.boxcartheader-menu a {
	color:#FFFFFF;
}
.top .boxcartbody-menu {

}
.cart-products {
	color: #FFFFFF;
    font-weight: bold;
    left: 25px;
    position: relative;
    top: -7px;
}
.cart-article {
	display:none;
}
.cart-content {
	background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    color: #333333;
    display: none;
    margin-left: 20px;
    margin-top: 2px;
    padding: 10px;
    position: absolute;
    width: 190px;
    z-index: 99;
}
.top #nav-search {
	
	float:right;
	margin-top:33px;
	margin-right:30px;
	
}
	
.top #nav-search #searchbox{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    font-size: 16px;
    height: 20px;
    padding: 6px;
    width: 215px;
}
#search_outline {
	background-color: #FFF;
	height: 39px;
	border: 1px solid #CCC;

}

.button_top_search {
	background-color: #333;
    border: 1px solid #333;
    color: #fff;
    cursor: pointer;
    height: 39px;

    padding: 0 5px;

}

/* TOPMENU AS LIST */
.top #topmenuwrap {
	overflow:hidden;
	background-color:#a5131c;
	margin-top: 5px;

}
.top .topmenu {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	height:36px;
	font-size:14px;
}
.top .topmenu li {
	float:left;
	padding:0;
	margin:0;
	border-right:1px solid #fff;
	
	
}
.top .topmenu a, .top .topmenu a:link, .top .topmenu a:hover {
	vertical-align:middle;
	text-decoration:none;
	outline: none;
	font-weight:bold;
	cursor:pointer;
	color:#fff;
	margin:0;
	display:block;
	padding: 10px 23px;
}
.top .topmenu a:hover, .top .topmenu .currentLink  {

	background-color:#333;
	color:#fff;
}


/* SCROLL TOPMENU */
.top-spacer {
	height:165px;
	overflow:hidden;
	display:block;
} /*Replace TOP */
.scroll {
	height: 36px;
	padding: 0px;
	position: fixed;
	top: 0;
	width: 950px;
	margin:0 auto;
	z-index: 20;
	border:none;
	background-color:#961913;	
}

.scroll #header {
	height:0px;
	background: none;
	border:none;

}
.scroll #header #logo {
	float:left;
	display:none;
}
 .scroll #header #cartbox {
	width: 100px;
	height:20px;
	float:right;
	color:#fff;
	margin-top:-4px;
	padding:10px 10px 10px 0px;
	margin-right:10px;	
	border:none;
		background-color:#961913;
 }
.scroll #header #cartbox:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.scroll .boxcartheader-menu {
	margin-top:-4px;
	font-size:12px;
	font-style:normal;
	text-align:right;
	padding-right:20px;
}
.scroll h2.boxcartheader-menu a {
	color:#FFF;
	
}
.scroll .cart-products {
	font-weight:bold;
	position:relative;
	top:-28px;
	left:85px;
}
.scroll .cart-article {
	display:none;
}
.scroll .boxcartbody-menu {
	padding:0px;
	width:0px;
	height:0px;
	margin:0px;
	font-size:12px;
}
.scroll .cart-content {
	display:none;
	background-color:#FFF;
	z-index:99;
	color:#333;
	padding:10px;
	position:absolute;
	border: 1px solid #CCC;
	width:190px;
	margin:0px;

	box-shadow: 0 0 10px #333333;
	-moz-box-shadow: 0 0 10px #333333;
	-webkit-box-shadow: 0 0 10px #333333;
	right:0px;
}
.scroll #nav-search {
	
	
}
.scroll #nav-search  #searchbox {
	border:1px solid #CCC;
	padding:4px;
	font-size:14px;
	background:none;
	width:170px;
	margin:2px 5px;
	background-color:#FFF;
}
/* TOPMENU AS LIST */

.scroll #topmenuwrap {	
	margin-top: 0px;	
	border:none;
}
.scroll .topmenu {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	height:36px;
}
.scroll .topmenu li {
	
	float:left;
	padding:0;
	margin:0;
	
	
}
.scroll .topmenu a, .scroll .topmenu a:link, .scroll .topmenu a:hover {
	
	vertical-align:middle;
	text-decoration:none;
	outline: none;
	font-weight:bold;
	cursor:pointer;
	color:#fff;
	margin:0;
	display:block;
}
.scroll .topmenu a:hover, .scroll .topmenu .currentLink {
	color:#fff;
	background-color:#333;
}

.top .topmenu-more, .scroll .topmenu-more {
	background-color:#333;
	z-index:99;
	color:#fff;
	padding:20px;
	margin-left:-30px;
	margin-top:-3px;
	position:absolute;
	width:auto;
	box-shadow: 0px 0px 10px #333;
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	overflow:hidden;
}
.top .topmenu-link, .scroll .topmenu-link {
	color:#fff;
	line-height:22px;
	font-size:12px;
	font-weight:normal;
}
.top .topmenu-link:hover , .scroll .topmenu-link:hover{
	color:#fff;
	text-decoration:underline;
	background:none;
}

.top .topmenu-col, .scroll .topmenu-col {
	float:left;
	overflow:hidden;
	width:auto;
}
.top .topmenu-col-right, .scroll .topmenu-col-right {
	float:left;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-left:20px;
	padding-left:20px;
	border-left-width: 1px;
	border-left-style:solid;
	border-left-color: #666;
}

.top .topmenu-more a:link, .top .topmenu-more a:hover, .top .topmenu-more a:visited {

	padding:0px;
	margin:0px;
	background:none;
	color: #fff;
    cursor: pointer;
   
    font-weight: bold;
    margin: 0;
    outline: medium none;
    padding: 0px;
    text-decoration: none;
    vertical-align: middle;
	list-style: none;
}

.hrtopmenuline {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:12px 0px;
	display:inline;
	height:0px;
	line-height:0px;
	display:block;
	border-bottom:1px solid #666;
}
.top .topmenu-col ul, .top .topmenu-col-right ul, .scroll .topmenu-col ul, .scroll .topmenu-col-right ul {
	border:none;
	list-style:none;
	color:#fff;
}
.top .topmenu-col li, .top .topmenu-col-right li, .scroll .topmenu-col li, .scroll .topmenu-col-right li {
	background: none;
    float: none;
    margin-left: 20px;
    padding: 0;
	height:auto;
	border:none;
	list-style-position: outside;
	list-style-image: none;
	list-style-type:disc;
	list-style:none;
	list-style: disc outside none;
}
.top .tab, .scroll .tab {
	width:250px;
}
.top .topmenu-col .subtitle, .top .topmenu-col-right .subtitle, .scroll .topmenu-col .subtitle, .scroll .topmenu-col-right .subtitle {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding-bottom:5px;
	display:block;
}

#topmenu-news-more, #topmenu-cat-more, #topmenu-haendler-more, #topmenu-verlage-more {
	display:none;
}

/* BREADCRUMB PATH AS LIST */
#breadcrumb {
 	background-color: #FFCC00;
    border: 1px solid #CCCCCC;
    clear: both;
    color: #000000;
    font-size: 11px;
    height: 16px;
    list-style-type: none;
    margin: 10px 0;
    outline: medium none;
    padding: 5px 0 10px 10px;
    display: none;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	line-height:23px;
	text-decoration:none;
	outline: none;
	font-weight:normal;
	cursor:pointer;
	color:#333333;
	margin:0;
	padding:0;
}
#breadcrumb a:hover {
	color:#000;
	text-decoration: underline;
}
 #navi {
	float: right;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;

}
#navi ul li {
	float: left;
    list-style: none outside none;
    margin-left: 12px;
}
/* CONTENT WRAPPER */
#contentwrap {
	clear:both;
	width:1050px;
	padding:0;
}
/* LEFT COLUMN */
#leftcol {
float: left;
    margin-top: 2px;
    padding: 0;
    width: 200px;
	
}
/* RIGHT COLUMN */
#rightcol {
	float:right;
	width:200px;
	padding:0px 0px 15px 0px;
}
/* MAIN CONTENT */
#content {
	float:left;
	width:810px;
	padding:0px;
	margin-bottom:15px;
	margin-left:40px;
}
#contentfull {
	width:910px;
	padding:0px 20px;
	margin-bottom:15px;
}

/* CATEGORY MENU */
h2.categoryheader {
	height:28px;
	font-size:16px;
	color:#333;
	margin:0;
	line-height:28px;
	vertical-align:middle;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2.categoryheader a {
	text-decoration:none;
	outline: none;
	color:#fff;
}
ul#categorymenu {
	margin:0px;
	font-size:13px;
}
/* 1st TIER */
ul#categorymenu li.level1 {
	list-style-type:none;

}
ul#categorymenu li.level1 a {
	text-decoration:none;
	outline: none;
	display:block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	color:#333;
}
ul#categorymenu li.level1 a:hover {
	text-decoration:underline;
	color:#10509a;
}
ul#categorymenu li.level1 a.Current {
	font-weight:bold;
	color:#10509a;
}
/* 2nd TIER */
ul#categorymenu li.level2 {
	list-style-position: outside;
	list-style-image: url(img/pfeil.gif);
	margin-left:15px;
}
ul#categorymenu li.level2 a {
    color:#333;
    display: block;
    outline: medium none;
    padding: 4px 0 3px 0;
    text-decoration: none;
}
ul#categorymenu li.level2 a:hover {
	text-decoration:underline;
	color:#10509a;
}
ul#categorymenu li.level2 a.Current {
	font-weight:bold;
	color:#10509a;
}
/* 3rd TIER */
ul#categorymenu li.level3 {
	list-style-type:none;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level3 a {
	text-decoration:none;
	outline: none;
	color:#333;
	background: url(img/dotted1.gif) no-repeat 16px 9px #c7c7c7;
	font-weight:bold;
	padding:4px 0px 4px 26px;
	display:block;
}
ul#categorymenu li.level3 a:hover {
	text-decoration:underline;
	color:#10509a;
	background-color:#b3b3b3;
	font-weight:bold;
}
ul#categorymenu li.level3 a.Current {
	background-color: #b3b3b3;
	color:#333;
}
/* 4th TIER */
ul#categorymenu li.level4 {
	list-style-type:none;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level4 a {
	text-decoration:none;
	outline: none;
	color:#333;
	background: url(img/dotted1.gif) no-repeat 24px 9px #b3b3b3;
	font-weight:bold;
	padding:4px 0px 4px 34px;
	display:block;
}
ul#categorymenu li.level4 a:hover {
	text-decoration:none;
	color:#333;
	background-color:#999;
	font-weight:bold;
}
ul#categorymenu li.level4 a.Current {
	background-color: #999;
	color:#333;
}
/* 5th TIER */
ul#categorymenu li.level5 {
	list-style-type:none;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level5 a {
	text-decoration:none;
	outline: none;
	color:#333;
	background: url(img/dotted1.gif) no-repeat 32px 9px #a2a2a2;
	font-weight:bold;
	padding:4px 0px 4px 42px;
	display:block;
}
ul#categorymenu li.level5 a:hover {
	text-decoration:none;
	color:#333;
	background-color:#7e7e7e;
	font-weight:bold;
}
ul#categorymenu li.level5 a.Current {
	background-color: #7e7e7e;
	color:#333;
}
/* CATEGORY IMAGE DEFINITION */
img.imgLeft {
  	float: left;
  	margin: 2px 10px 2px 0px;
  	position: relative;
}
/* BOXES GLOBAL DEFINITION */
h2.boxheader {
	background-color: #a5131c;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    clear: both;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 3px 10px;
    vertical-align: middle;

}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
	text-decoration:none;
	outline: none;
	color:#333;
}
.boxbody {
 	border-color: #CCCCCC;
    border-style: solid;
    border-width: 0 1px 1px;
    margin: 0 0 20px;
    padding: 5px 10px;	
}
.boxbody h3, .boxbody h3 a {
	font-size:11px
}
.boxbody h3.center, .boxbody h3.center a {
	font-size:11px;
	text-align:center;
	outline: none;
}
.boxbody p {
	color:#333;
	font-size:11px;
	margin:6px 0px;
}
.boxbody p.center {
	color:#333;
	font-size:11px;
	text-align:center;
	margin:6px 0px;
}
.boxbody td {
	color:#333;
	font-size:11px;
	margin:6px 0px;
}
.boxbody .productOldPrice {
	font-size:11px;
	color:#FF0000
}
.boxbody div.hr {
	margin: 5px 0px;
}
.boxbody div.hrlightgrey {
	margin: 5px 0px;
}
.boxbody a {
	font-size:13px;
	outline: none;
	font-weight:normal;
	color:#333;
}

.boxbody .productboximage {
	background:#fff;
	width: 170px;
}
.boxbody ul.contentlist {
	margin-left:0;
	margin-right:0;
	padding:0;
	list-style:none;
}
.boxbody ul.contentlist li a {
	margin: 0;
	padding: 5px 0px;
	list-style-type:none;
	text-decoration:none;
}
.boxbody ul.contentlist li a:hover {

	text-decoration:underline;
	color:#10509a;
}
.contentlist a {
	
	display:block;
	padding:5px 0;
	outline: none;
	color:#333;
	
	
}
.contentlist a:hover {
	text-decoration:underline;
	color:#10509a;
}
/* CART BOX */
h2.boxcartheader {
	/*background: #893769 url(img/bg_boxheader_cart.gif);*/
	height:28px;
	font-size:12px;
	color:#333;
	padding:2px 8px 0px 8px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
}
h2.boxcartheader a {
	text-decoration:none;
	color:#fff;
	outline: none;
}
.boxcartbody {
	padding:4px 8px 4px 8px;
	margin-bottom:15px;
}
.boxcartbody p {
	font-size:11px;
}
/* CATEGORIES */
.categories-listing {
	overflow:hidden;
	clear:both;
}
.categories-listing ul {
	list-style-position: inside;
	float:left;
	width:710;
	margin:0px;
	padding:0px;
	margin-left:-5px;
	margin-right:-5px;
	margin-bottom:20px;
	overflow:hidden;
	clear:both;	
}
.categories-listing li {
	float:left;
	width:230px;
	margin:0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/* PRODUCT PREVIEW NAVIGATION */
.productPreviewNavigation {
	overflow:hidden;
	padding:5px 0px;
}
.productPreviewNavigation .sortingDropdown {
	float:left;
}
.productPreviewNavigation .sortingDropdown select {
	font-size:14px;
	padding:5px;
	margin-top:-3px;
	border:1px solid #CCC;
	margin-right:20px;
}
.productPreviewNavigation .displayLinks {
	float:right;
	margin-right:-6px;
}
.pageResults {
	margin: 2px;
	font-weight:bold;
	color:#333;
	border: 1px solid #ccc;
	text-decoration:none;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	
}
.pageResults:hover {
	margin: 2px;
	font-weight:bold;
	border: 1px solid #bbb; 
	background: #fff;
	color:#333;
	text-decoration:none;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	-moz-box-shadow:0 0 1px #999;
	-webkit-box-shadow:0 0 1px #999;
	box-shadow:0 0 1px #999;
}
.pageResultsCurrent {
	margin: 2px;
	font-weight:bold;	
	border: 1px solid #ccc; 
	background: #eee;
	color:#333;
	text-decoration:none;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}
/* PRODUCT PREVIEW */
.productPreview {
	padding:0;
	margin:0;
	overflow:hidden;
}
.productPreviewContent {
	width:450px;
	margin-right:20px;
	float:left;
}
.productPreviewContent h2, .productPreviewStartContent h2 {
	padding: 0;
	margin:0px 0px 0px 0px;
}
.productPreviewContent h2 a, .productPreviewStartContent h2 a{
	font-size:16px;
	font-weight:bold;
	outline: none;
}
.productPreviewContent .subtitle, .productPreviewStartContent .subtitle {
	font-size:12px;
	font-weight:bold;
	outline: none;
	margin:0px;
	padding:0px;
	color: #961913;
}
.productPreviewContent .zei a, .productPreviewStartContent .zei a {
	color:#666;
	font-style:italic;
	line-height:18px;
	margin:0px;
	padding:0px;
}
.productPreviewContent .info, .productPreviewStartContent .info {
	line-height:18px;
	margin:0px;
	padding:0px;
}
.productPreviewContent .manufacturer, .productPreviewStartContent .manufacturer {
	color:#333;
}

.productPreviewImage {
	padding:5px 15px 5px 5px;
	float:left;
	width:140px;
}
.productPreviewImage img {
	box-shadow: 0 0 5px #333;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
}
.productPreviewBuy {
	width:170px;
	overflow:hidden;
}
.productPreviewBuy .price {
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
	margin-bottom: 8px;
	margin-top:12px;
}
.productPreviewBuy .taxandshippinginfo {
	font-size:11px;
	font-weight:normal;
	color:#999;
	padding:0;
	margin:0;
}
.productPreviewBuy .vpe {
	font-size:11px;
	font-weight:normal;
	color:#999;
	padding:0;
	margin:0;
}
.productPreviewBuy .shippingtime {
	font-size:12px;
	font-weight:normal;
	color:#333;
	padding:0;
	margin:0;
	margin-bottom:7px;
}
.productPreviewBuy .stockimage {
	margin:0;
	padding:0;
}
.productPreviewBuy .stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999;
}
.productPreviewBuy .productOldPrice {
	font-weight:bold;
	color:#ff0000;
}
.productPreviewBuy .taxandshippinginfo a {
	font-size:11px;
	font-weight:bold;
	color:#999;
	text-decoration:underline;
	outline: none;
}
.productPreviewBuy .button-buy {
	
}
.productPreviewBuy .qty-buy {
	font-size:13px;
	padding:6px;
	width:30px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
}

.products_list_print_button {
	float: right;
}
/* PRODUCT PREVIEW START*/

.productPreviewStartContent {
	width:260px;
	margin-right:10px;
	float:left;
}

/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
	display:table;
	width:100%;
}

#productinfoimages {
	float:left;

	margin-right:40px;
	min-height:250px;
	
}
#productinfoimages .productimage {
  border: 1px solid #CCC;

  box-shadow: 0 0 5px #333;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
  
}
#productinfoimages p {
	margin-top:10px;
	margin-bottom:20px;
}
.popup_preview {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	border:1px solid #ccc;
	margin-bottom:10px;
	margin-top:10px;
}
.popup_preview object {
	display:block;
	margin-left:auto;
	margin-right:auto;
	
}

/* Mehr Bilder  */
.morepics {
	
	display:block;
	height:auto;
	float:left;
	margin-left:-10px;
}
.morepics img {
	border: #CCC 1px solid;
	padding:0px;
	margin-left:10px;
	width:28px;
	height:auto;
	float:left;
	margin-bottom:10px;
}

#productinfoimages .hrlightgrey {
	margin: 6px 0px;
}
#productinfoprice {
	padding:0px;
	margin:0px;
}
#productinfoprice .products_preview {
	padding:0px;
	margin:0px;
	float:right;
}
#productinfoprice .fsk {
	padding:0px;
	margin:0px;
	float:right;
}
#productinfoprice h2 {
	font-size:20px;
	font-weight:bold;
	color: #10509a;
	margin:0px;
	padding:5px 0 0 0;
}
#productinfoprice p {
	margin: 4px 0;
}
#productinfoprice .autoren a {
	font-style:italic;
	color:#666;
	margin:0px;	
}
#productinfoprice .subtitle {
	font-size:14px;
	color: #961913;
}
#productinfoprice img {
	cursor:pointer;
}
#productinfoprice .hrlightgrey {
	margin: 6px 0px;
}
#productinfoprice .productprice {
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
	margin-bottom: 8px;
	margin-top:20px;
}
#productinfoprice .productOldPrice {
	color:#FF0000;
	margin:0;
	padding:0;
	font-weight:bold;
}
#productinfoprice .taxandshippinginfo {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999;
}
#productinfoprice .taxandshippinginfo a {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	color:#999;
	text-decoration:underline;
	outline: none;
}
#productinfoprice .shippingtime {
	margin:0 0 10px;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color:#333;
}
#productinfoprice .stockimage {
	margin:0;
	padding:0;
}
#productinfoprice .stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999;
}
#productinfo {
	width:590px;
	margin-bottom:20px;
	margin-top:20px;
}
#productinfo .short_description p {
	font-size:14px;
	line-height:20px;
}
#productinfo .description p {
	font-size:14px;
	line-height:22px;
}

#productinfo .description li {
	font-size:14px;
	line-height:22px;
	list-style-position: outside;
	margin: 0 0 8px 15px;
}



.addtobasket {
	float:left;
	width:460px;
	margin-bottom:20px;
}
.addtobasket .button-buy {
	
}
.addtobasket .qty-buy {
	font-size:13px;
	padding:6px;
	width:30px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
}
.addtobasket span {
	margin-top:5px;
	display:block;
}
p.productinfoproductadded {
	font-size:11px;
}
.productoptions {
	background-color:#f8f8f8;
	padding:6px;
	border: solid #ccc;
	border-width:1px 0px 0px 0px;
}
/* PRODUCT INFO TAB AUTOREN */
.authorPreview {
	padding:0;
	margin:0;
	overflow:hidden;
}
.authorPreview .authorPreviewImage {
	padding:5px 15px 5px 5px;
	float:left;
	width:100px;
}
.authorPreview h2 {
	padding:0;
	margin:0;
	margin-left:130px;
	
}
.authorPreview p {
	padding:0;
	margin:0;
	margin-left:130px;
	
}

/* Products Cross Sells */
h2.x-sell {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin: 15px 0 20px;
    padding: 0;
	border-bottom:1px solid #ccc;
}
.x-productPreview {
	float: left;
    height: 230px;
    margin: 0;
    overflow: hidden;
    padding: 10px 0 0 0;
    text-align: center;
    width: 188px;
}
.x-productPreview:hover {
	background-color:#eee;
	width: 186px;
	border:1px solid #ddd;
	height: 229px;
	padding: 9px 0 0 0;
}
.x-productPreviewContent {
	width:135px;
	padding:5px;
	text-align:center;
	margin:0 auto;
}
.x-productPreviewContent h2 {
	padding: 0;
	margin:0px;
	text-align:center;
	font-size:12px;
	line-height:14px;
	color:#10509A;
}

.x-productPreviewContent .price {
	font-size:12px;
	outline: none;
	text-align:center;
	display:block;
	color:#333;
}

.x-productPreviewImage {
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    width: 135px;
}
.x-productPreviewImage img {
	box-shadow: 2px 2px 5px #333;
	-moz-box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 2px 2px 5px #333;
}


.x-productSerieContent {
	padding:5px;
	margin:0 auto;
}
.x-productSerieContent .name {
	color: #10509a;
    display: table-cell;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    width: 475px;
}

.x-productSerieContent .price {
	color: #333;
    display: table-cell;
    font-size: 12px;
    outline: medium none;
    text-align: right;
    width: 80px;
}




/* Products News/rezi */
.products-rezi {
	overflow:hidden;
}
.products-rezi .rezi-img {
	float:left;
	margin-right:20px;
}
.rezi-text {
	float:left;
	width:430px;
}
.products-rezi h4 {
}
.products-rezi h2 {
	margin:0px;
}
/* POPUPS PRODUCTINFO */
body.popupproductinfo {
	padding:15px;
	background: #fff none;
}
/* POPUP print_order.html */
body.popupprintorder {
	font-size:13px;
	padding:15px;
	background: #fff none;
}
body.popupprintorder .products tr.header td {
	font-weight:bold;
	background-color:#EDEDED;
}
body.popupprintorder .products .total {
	text-align:right;
}
body.popupprintorder .products .quantity {
	vertical-align:top;
}
body.popupprintorder .productname {
	vertical-align:top;
}
body.popupprintorder .model {
	vertical-align:top;
}
body.popupprintorder .singleprice {
	vertical-align:top;
}
body.popupprintorder .totalprice {
	vertical-align:top;
}
/* HIGHLIGHTBOX (BACKGROUND) */
div.account-left {
	float:left;
	margin-right: 50px;
    width: 500px;
}
div.account-right {
	float:left;
    width: 500px;
}
div.highlightbox {
	padding: 15px;
	background-color:#fff;
	border: solid #ccc 1px;
	overflow:auto;
	font-size:13px;
	margin-bottom:5px;
}
div.highlightbox ul {
	margin-left:15px;
	padding:0;
	display:block;
	list-style-type:disc;
	line-height:20px;
}
div.highlightbox h1 {
	
	padding:0px 0px 10px 0px;
	margin:0;
	border:none;
	font-size:16px;
}
div.highlightbox h2 {
	
	color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
div.highlightbox div.hr {
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
	display:block;
}
/* PAYMENT TYPE SELECTION */
table.paymentblock {
	background-color:#f8f8f8;
	border: #eee solid;
	border-width:0px 1px 1px 1px;
	margin-bottom:15px;
	display: none;
}
table.paymentblock tr td.header {
	background-color:#ccc;
	padding:2px;
	padding-left:5px;
	color:#fff;
	font-weight:bold;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
	background-color:#f8f8f8;
	border: 1px solid #ccc;
	display: none;
	margin-bottom:15px;
}
table.shippingblock tr td.header {
	background-color:#eeeef5;
	border-bottom:1px solid #ccc;
	padding:5px;
	color:#333;
	font-weight:bold;
}
table.shippingblock tr td {
	vertical-align:top;
}
table.shippingblock tr td.description {
	width:100%;
	vertical-align:top;
	padding-left:6px;
}
table.shippingblock tr td.radiobutton {
	vertical-align:top;
	white-space:nowrap;
	padding:4px;
}
table.shippingblock tr td.radiobutton input {
	margin:0;
	padding:0;
}
table.shippingblock tr td.price {
	vertical-align:top;
	white-space:nowrap;
}
/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
	vertical-align:top;
}
table.accounthistoryinfoorderdetails tr.header td {
	font-weight:bold;
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
	width:130px;
}
/* DOWNLOAD BOX FOR USER DOWNLOADS */
table.downloadbox {
	padding: 5px;
	background-color:#f8f8f8;
	border: solid #d9d9d9 1px;
	margin-bottom:8px;
}
table.downloadbox tr td.icon {
	padding-right: 15px;
}
table.downloadbox tr td.downloadlink {
	width:100%;
}
/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {
	font-size:11px;
	text-align:left;
	margin-top:5px;
}
table.graduatedprice tr td.header {
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
/* ORDER DETAILS */
table.orderdetails {
	font-size:12px;
	background-color:#f8f8f8;
	border: #ccc solid;
	border-width:0px 1px 1px 1px;
}
table.orderdetails tr td {
	padding:4px;
}
table.orderdetails tr.headerrow td {
	background-color:#eeeef5;
	color:#333;
	font-weight:bold;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
table.orderdetails tr.headerrow td.left {
	text-align:left;
}
table.orderdetails tr.headerrow td.center {
	text-align:center;
}
table.orderdetails tr.headerrow td.right {
	text-align:right
}
/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
	background-color:#fefefe;
	vertical-align:top;
}
table.orderdetails tr.contentrow1 td.quantity {
	text-align:center;
}
table.orderdetails tr.contentrow1 td.quantity input {

	border:solid #ccc 1px;
}
table.orderdetails tr.contentrow1 td.productname {
	text-align:left;
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
	background-color:#f8f8f8;
	vertical-align:top;
}
table.orderdetails tr.contentrow2 td.quantity {
	text-align:center;
}
table.orderdetails tr.contentrow2 td.quantity input {

	border:solid #ccc 1px;
}
table.orderdetails tr.contentrow2 td.productname {
	text-align:left;
}
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
	text-align:right;
	white-space:nowrap;
}
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
	text-align:right;
	white-space:nowrap;
}
/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {
	text-align:center;
	white-space:nowrap;
}
/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {
	margin-top:3px;
}
table.orderdetails tr td.productname table.productattributes tr td {
	padding:0px;
}
table.orderdetails tr td.productname table.productattributes tr td.attribute {
	padding-right:4px;
}
table.orderdetails tr td.productname table.productattributes tr td.value {
	width:100%;
}
/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {
	background-color:#f8f8f8;
	text-align:right;
	border: #ccc solid;
	border-width:1px 0px 0px 0px;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
	background-color:#EDEDED;
	padding:8px;
	border:#999 1px solid;
}
/* REVIEW LIST */
table.reviewlist {
	background-color:#f8f8f8;
	border: #ccc solid;
	border-width:0px 1px 1px 1px;
}
table.reviewlist tr td {
	padding:4px;
	white-space:nowrap;
}
table.reviewlist tr.header td {
	background-color:#ccc;
	color:#fff;
	font-weight:bold;
}
table.reviewlist tr.contentrow1 td {
	background-color:#f8f8f8;
}
table.reviewlist tr.contentrow2 td {
	background-color:#f8f8f8;
}
textarea#review {
	width:95%;
}
/* MEDIA LIST */
table.medialist {
	background-color:#f8f8f8;
	border: #ccc 1px solid;
}
table.medialist tr td {
	padding:6px;
	white-space:nowrap;
	vertical-align:top;
}
table.medialist tr.contentrow1 td {
	background-color:#f8f8f8;
}
table.medialist tr.contentrow2 td {
	background-color:#f8f8f8;
}
/* SITEMAP */
.sitemapwrap {
}
.sitemapwrap .sitemapleft {
	background-color:#f8f8f8;
	border: #ccc 1px solid;
	display:table;
	float:left;
	width:235px;
	margin-bottom:15px;
}
.sitemapwrap .sitemapright {
	background-color:#f8f8f8;
	border: #ccc 1px solid;
	display:table;
	float:right;
	width:235px;
	margin-bottom:15px;
}
.sitemapheader {
	padding:3px;
	background-color:#ccc;
	color:#fff;
	font-weight:bold;
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
	color:#fff;
	text-decoration:none;
	outline: none;
}
.sitemapcontent {
	padding:6px;
}
.sitemapcontent li {
	list-style-type:none;
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
	width:50%;
}
/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {
	padding:0;
	margin:0px 0px 10px 0px;
	border:none;
}
table.checkoutconfirmationorderdetails tr td.productname {
	width:100%;
	font-weight:bold;
}
table.checkoutconfirmationorderdetails tr td.shippingtime {
	padding:0px 0px 0px 30px;
	color:#666;
	font-size:11px;
	font-weight:normal;
	white-space:nowrap;
}
table.checkoutconfirmationorderdetails tr td.productattributes {
	padding:0px 0px 0px 30px;
	color:#666;
	font-size:11px;
	font-weight:normal;
}
table.checkoutconfirmationorderdetails tr td.productprice {
	white-space:nowrap;
	text-align:right;
}
table.checkoutconfirmationorderdetailstotal {
	padding:0;
	margin:10px 0px 0px 0px;
	border:none;
}
table.checkoutconfirmationorderdetailstotal tr td.name {
	width:100%;
	text-align:right;
}
table.checkoutconfirmationorderdetailstotal tr td.value {
	white-space:nowrap;
	text-align:right;
}
/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
	width:100%;
}
/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
	margin:0;
	padding:0;
	margin-top:15px;
	margin-left:-20px;
}
ul#checkoutnavigation li {
	height: 70px;
	list-style-type:none;
	float:left;
	width:204px;
	margin-left:20px;
	border: solid 1px #CCC;
	padding:8px;
}
ul#checkoutnavigation li.active {
	background-color: #FFF;
}
ul#checkoutnavigation li.active .number {
	font-size:20px;
	font-weight:bold;
}
ul#checkoutnavigation li.active .title {
	font-size:14px;
	font-weight:bold;
}
ul#checkoutnavigation li.active .description {
	font-size:11px;
}
ul#checkoutnavigation li.inactive {
	color:#999;
	background-color: #eeeef5;
	border-color:#CCC;
}
ul#checkoutnavigation li.inactive .number {
	font-size:20px;
	font-weight:bold;
}
ul#checkoutnavigation li.inactive .title {
	font-size:14px;
	font-weight:bold;
}
ul#checkoutnavigation li.inactive .description {
	font-size:11px;
}
/* ERROR MESSAGES */
.errormessage {
	border: solid #ff0000 2px;
	padding:15px;
	background-color:#FFD6D6;
	margin-bottom:10px;
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
	padding:4px;
	background-color:#66FF66;
}
/* FOOTER */
.footer-spacer {
	height:100px;
	clear:both;
}
.footer {
	clear:both;
	text-align:center;
	font-size:12px;
	color:#999;
	padding: 8px;
	margin:80px 0 160px 0;
	
}
.footer a {
	color:#666;
	text-decoration:underline;
	outline: none;
}
.footer_nav {
	text-align: center;
	margin: 20px;
}
.footer_nav a {
	padding: 0 10px;
	border-right: 1px solid #ccc;
}
.footer_nav a.no_line {
	border-right:none;
}
/* XTC COPYRIGHT */
.copyright {
	margin: 0 auto;
	width:950px;
	text-align:center;
	color:#666;
	font-size:11px;
	padding:0px 0px 10px 0px;
}
/* XTC ParseTime */
.parseTime {
	margin: 0 auto;
	width:970px;
	text-align:center;
	color:#666;
	font-size:11px;
	padding:0px 0px 10px 0px;
}
/* UPDATE CHANGES 17.10.2008 */

/* BESTELLER BOX mit Bilder in DL DT Liste -- JUNG GESTALTEN.com */
dt {
	float:left;
	width:40px;
}
dt img {
	border:1px solid #ccc;
	padding:2px;
	background:#fff;
	max-width:40px;
}
dd {
	float:right;
	width:125px
}


/* EOF - dokuman - 2009-06-06 - Fix new products display in firefox size is 120px by default */
td.productPreviewContent {
	width:400px;
	text-align:left;
}

/* BOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IN DER DRUCKANSICHT */
.popupproductinfo #productinfowrap ol, .popupproductinfo #productinfowrap ul {
	margin:10px 0 10px 186px;
}
/* EOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IN DER DRUCKANSICHT */
/* SEARCHBOX */
.search_header {
	line-height:normal;
}
/* BOF - Dokuman - 2009-08-21 - Better layout on multiple shipping/billing addresses */
ol#address_block {
	margin-left:30px;
}
/* EOF - Dokuman - 2009-08-21 - Better layout on multiple shipping/billing addresses */
/* BOF - Tomcraft - 2009-10-02 - Include "Single Price" in checkout_confirmation */
td.main_row {
	border-top: 1px solid #ccc;
}
/* EOF - Tomcraft - 2009-10-02 - Include "Single Price" in checkout_confirmation */
/* BOF - Hetfield - 2010-01-20 - Remove agb-textarea from checkout_payment */
div.agbframe {
	
	height:200px;
	overflow:auto;
	padding:10px;
	
	border:1px solid #ccc;
}
/* EOF - Hetfield - 2010-01-20 - Remove agb-textarea from checkout_payment */
/* BOF - web28 - 2010-04-29 - fix ol and ul Tag  in checkout_payment agbframe */
div.agbframe ol, div.agbframe ul  {
	margin-left:30px;	
}
/* EOF - web28 - 2010-04-29 - fix ol and ul Tag  in checkout_payment agbframe */

/* BOF - web28 - 2010-07-09 - fix für TABS/ACCORDION in product_info */
#tabbed_product_info ul{
	margin:0px 0px 0px 0px;
}
#tabbed_product_info, #accordion_product_info{
	margin-top: 10px;
	width:590px;
	font-size:12px;
}
#tabbed_product_info .morepics {	
	background-color: transparent;		
	border-width: 0px 0px 0px 0px;	
	width: 506px;	
}

#accordion_product_info .morepics {	
	background-color: transparent;	
	border-width: 0px 0px 0px 0px;	
	width: 460px;	
}
/* EOF - web28 - 2010-07-09 - fix für TABS/ACCORDION in product_info */


.clear {
	clear:both;
}
h1.start {
	font-size:16px;
	color:#333;
	border:none;
	font-weight:bold;
    line-height: 16px;
    margin: 0;
    padding: 0 0 10px;
}
h2.start {
	
	font-size:16px;
	color:#333;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	width:auto;
	color:#333;
	padding-bottom:2px;
	font-weight:bold;
}

div#start-main {
	width:100%;
	float:left;
}
div.start-spacer {
	height:50px;
}
div#start-right {
	width:310px;
	float:right;
	margin-top:5px;
	margin-right:50px;
}

div#start-main {

	width:600px;
	margin-top:5px;
	float: left;
	margin-left: 25px;
}
.start-news-box {

}
.start-news-box p {
	font-size:14px;
	line-height:23px;
}
.start-news-box li {
	list-style:none;
	clear:left;
	min-height:122px;
	margin-bottom:10px;
}

.start-news-img {

    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 5px;
    width: 170px;
	box-shadow: 0px 0px 2px #333;
	-moz-box-shadow:0px 0px 2px #333;
	-webkit-box-shadow: 0px 0px 2px #333;
}
.start-news-box h3, .start-news-box h3 a {
	font-size: 12px;
    line-height: 18px;
    padding-top: 5px;
}
.red {
	color:#a5131c;
}
.start-news-box h4 {
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    padding-top: 4px;
}
.start-news-box h5 {
	color:#666;
	font-size:10px;
	font-weight:normal;
}


.start-hinfo-box {

}
.start-hinfo-box li {
	list-style:none;
	margin-bottom:10px;
}

.start-hinfo-box h3, .start-hinfo-box h3 a {
	font-size:12px;
	font-weight:normal;
}

.start-hinfo-box h5 {
	color:#666;
	font-size:11px;
	font-weight:normal;
}












/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/
/*
 * jQuery Nivo Slider v2.3
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	display:none;
	z-index: 2;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:1;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#333;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:3;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:4;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/



/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:566px;
    height:450px;
    margin:0 auto;
}

#slider {
	position:relative;
    width:566px;
    height:400px;
    margin-left:0px;
	background:url(img/loading.gif) no-repeat 50% 50%;
	box-shadow: 0 0 5px #333;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:250px;
	bottom:-32px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/* NEWS */
ul.box-news {
	width:100%;
}
ul.box-news li {
	
	margin-bottom:10px;
	list-style-position: outside;
	list-style-image: none;
	margin-left: 13px;
}

ul.box-news li a {
	
	font-size:13px;
	font-weight:normal;
}


div#news-main {
  border: 1px solid #ccc;
    float: left;
    margin-top: 10px;
    padding: 0 20px 20px 20px;
    width: 648px;
}
div#news-right {
	float: right;
    margin-left: 30px;
    margin-top: 10px;
    width: 330px;
}
h2.news-boxheader {

    font-weight: bold;
    font-size: 14px;
    background-color: #a5131c;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;

    clear: both;
    color: #333333;
	margin: 0;
    padding: 3px 10px;
    vertical-align: middle;

}

ul.news-cat-contentlist {
    font-size: 14px;
    list-style-type: none;
    margin-right: 0;
    margin-top: 15px;
    overflow: hidden;
}
ul.news-cat-contentlist li a {
    color: #10509A;
    float: left;
    font-weight: bold;
    height: 20px;
    margin-right: 12px;
    text-decoration: none;
    border-bottom: 3px solid #FFFFFF;
}
ul.news-cat-contentlist li a:hover {
	text-decoration: none;
	border-bottom: 3px solid #10509A;

}
.news-cat-contentlist a {
	
	display:block;
	padding:5px 0;
	outline: none;
	color:#333;
	
}
.news-cat-contentlist a:hover {
	text-decoration:underline;
	color:#10509a;
}



ul.news-right-cat {
	list-style-position:inside;
}
ul.news-right-cat li {
	padding:2px 0;
	font-size:14px;
}

.news-box-right p {
	font-size:14px;
	line-height:19px;
}
.news-box-right li {
    border-bottom: 1px solid #CCCCCC;
    clear: left;
    list-style: none outside none;
    margin: 10px 5px;
    min-height: 90px;
}
li.news-box-right-no-hr {
	border:none;
}

.news-box-right-img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:75px;
}
.news-box-right h3, .news-box-right h3 a {
  	color: #10509a;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    overflow: hidden;
    padding: 0 0 5px;
}
.news-box-right h3 a:hover {
	color:#10509A;
}
.news-box-right h4 {
    color: #333;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;

}
.news-box-right h5 {
	color:#666;
	font-size:10px;
	padding-bottom:5px;
	font-weight:normal;
}


ul.news-tags-right {
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
	clear:both;

}
ul.news-tags-right li {
	/*width:152px;*/
	float:left;
	margin:3px;
	color:#333;
}
ul.news-tags-right li:hover {
	color:#FFF;
	text-decoration: none;
}
ul.news-tags-right a {
	background-color: #EFF8FF;
    border: 1px solid #D3DCE3;
    color: #333333;
    display: block;
    padding: 5px;
    text-decoration: none;
}
ul.news-tags-right a:hover {
	color:#FFF;
	background-color: #10509A;
	text-decoration:none;
}



ul.news-box-archiv {
	list-style-type:none;
	list-style-position:outside;
}
ul.news-box-archiv li {
    list-style-position: outside;
    list-style-type: none;
    margin-left: 3px;
    padding: 4px;
}
ul.news-box-archiv a {

	color:#333;
}
ul.news-box-archiv a:hover {
	color:#10509a;
}

.top_5_numbers {
	color: #EEEEEE;
    float: right;
    font-size: 59px;
    margin-top: 31px;
    z-index: -100;
}
#news-search {
	border: 1px solid #CCCCCC;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 10px;
    width: 307px;
}
.news-search-button {
	top:9px;
	position:relative;
}
.news-listing {
	overflow:hidden;
	margin-top: 20px;
}
.news-listing p {
	font-size: 14px;
    line-height: 22px;
}
.news-listing a, .news-listing a:hover {
	font-size:14px;
	font-weight:bold;
}
.news-listing h2, .news-listing h2 a,  .news-listing h2 a:hover {
	
	    font-size: 23px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding: 5px 0 10px;
	
}
.news-listing h3 {
	color: #333333;
    font-size: 14px;
    font-weight: bold;
	
}
.news-listing h4 {
	color:#666;
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
	
}
.news-listing-img {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
	width:650px;
}
.news-listing-img-sm {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}

.news-listing-sm {
	    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
}
.news-listing-sm p {
	 font-size: 13px;
    line-height: 20px;
}
.news-listing-sm a, .news-listing-sm a:hover {
	font-size:12px;
}
.news-listing-sm h2, .news-listing-sm h2 a,  .news-listing-sm h2 a:hover {
	
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 2px;
    padding: 0;
}
.news-listing-sm h3 {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.news-listing-sm h4 {
  color: #666666;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
	
}
.news-listing-img-sm {
	float:left;
	padding-right:30px;
	padding-bottom:20px;
}
.news-listing-sm .box-left, .news-listing .box-left {
	float:left;
}
.news-listing .box-right {
	float:left;
	width:390px;
}
.news-listing-sm .box-right-sm {
	float:left;
	width:460px;
}


.news-info {

}
.news-info h2 {

 	font-size: 23px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
	color:#10509A;
    padding: 5px 0 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.news-info h3 {
	color:#333;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	
	
}
.news-info h4 {
	color:#666;
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
	
}
.news-info-img {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
	width:650px;
	margin-top:15px;
}
.news-info-img-sm {
	float:left;
	padding-right:20px;
	padding-bottom:20px;

}
.news-info-teaser {
	font-weight:bold;
	font-size:14px;
}
.news-info p {
	font-size:14px;
	line-height:22px;
	 margin: 10px 0;
}
.news-info p a {
	font-weight:bold;
}
.news-info ul {
	margin:5px;
}
.news-info li {
    font-size: 14px;
    line-height: 22px;
    list-style-position: outside;
    list-style-type: disc;
    margin: 2px 10px;
}
.news-info-text {
	font-size:15px;
	overflow:hidden;
	clear:left;
}
.news-info-text img {
	float:left;
	padding-right:20px;
	padding-bottom:10px;
	margin-top:6px;
	overflow:hidden;
}
.news-info-text div {
	padding-right:20px;
	padding-bottom:10px;
	float:left;
	display:block;
	width:180px;
	min-height:100px;
}
.news-info-text small {
	font-size:12px;
	color:#666;
}
.news-info-text cite {
	font-size:20px;
	line-height:30px;
	color:#E2342A;
	display:block;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}
.news-info-text ins {
	text-decoration:none;
	color:#333;
}
.news-info-text h3 {
	font-size:24px;
	
	line-height:30px;
	padding-top:20px;
	color:#333;
}
.news-info-autoren {
	font-size:15px;
	margin-top:20px;
	color:#333;
	font-style:italic;
}
.news-info-tags {
	font-size:15px;
	
	line-height:28px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #F8F8F8;
	border: 1px solid #D9D9D9;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.news_addthis {
	margin-top:20px;
	margin-bottom:20px;
}
.news-comment-text {
	width:300px;
	font-size:14px;
	margin-top:20px;
	margin-bottom:0px;
}

.news-comment-input input[type=text], .news-comment-input textarea {
	width:250px;
}
.news-comment-input textarea {
	width:540px;
}
.news-comment-captcha {
	float:right;
}
.news-comment-box {
	width:508px;
	overflow:hidden;
	background-color: #F8F8F8;
    border: 1px solid #D9D9D9;
	padding:20px;
	margin-bottom:30px;
	padding-bottom:10px;
	margin-left:0px;
}
.c-n-gravatar {
	float:left;
	margin-right:30px;
	margin-bottom:20px;
}
.c-n-name {
	
	font-size:22px;
	margin-bottom:10px;
}
.c-n-text {
	width:400px;
	font-size:15px;
	line-height:20px;
	margin-left:110px;
}
ul.news-x-box {
	 background-color: #EFF8FF;
    border: 1px solid #DDDDDD;
    list-style-position: outside;
    padding: 10px;
}
.news-x-news {
	font-size:14px;
	line-height:26px;
	margin-left: 20px;
}
.news-x-news-k {
	color:#333;
}
/* Händlerinfos */
.hinfoPreview {
	padding:0;
	margin:0;
	overflow:hidden;
}
.hinfoPreview .date {
	width:120px;
	float:left;
	padding:0px;
	margin:0px;
	font-size:13px;
}

.hinfoPreview .name {
	width:320px;
	float:left;
	padding:0px;
	margin:0px;
	font-size:13px;
}
.news-social-icon {
	padding:10px 20px 0;
	width:60px;
}
.news-social-icon:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8; 
}

/*///// ACRHIV LISTING */

h2.news_listing_archiv {
	background-color: #EFEFEF;
    border: 1px solid #CCCCCC;
    font-size: 27px;
    margin: 0 0 10px;
    padding: 10px;
}
a.news_listing_archiv {
	background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    display: inline-block;
    margin: 5px 6px;
    padding: 5px 10px;
}
a.news_listing_archiv:hover {
	background-color: #10509A;
    border: 1px solid #10509A;
    text-decoration: none;
    color: #EEEEEE;
}
h2.news_listing_archiv_spacer {
	margin-top: 60px;
}



/* Händler */

#h-left {
	margin-top:0px;
	margin-right:50px;
	width:190px;
	float:left;
}
#h-right {
	width:810px;
	float:right;
}
#h-right h2 {
	
	font-size:22px;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:10px;
	color:#333;
	clear:left;
}

.h-detail-left {
	width: 400px;
	float: left;
}

.h-detail-right {
	width: 400px;
	float: left;
}

.h-detail-center {
	width: 710px;
}

#h-right h3 {
	
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:10px;
	color:#333;
}
.h-line {
	border-color: #CCC;
    border-style: solid;
    border-width: 0 0 1px;
	padding-bottom:5px;
}
#h-right p {
	font-size:14px;
}
#sidebar {
	overflow: auto;
	height: 600px;
	width:180px;
	font-size: 11px;
	color: #333;
	padding: 0px;
	margin: 0px;
}
#sidebar div {
	margin: 0px;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.h-locations {
	font-size:13px;
	margin-bottom:16px;
}
#karte-search-locations {
	width:808px;
	font-size:11px;
	border:1px solid #CCC;
}
.h-map-box {
}
.h-adresse {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	line-height:20px;
}
.h-open {
	margin-top:20px;
	margin-bottom:20px;
	margin-left: 22px;
	border: 1px solid #CCC;
	padding:10px;
	padding-top:0px;
	width:323px;
	float:right;
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #eee 100%) repeat scroll 0 0;
}

.h-zeit-1 {
	width:100px;
	float:left;
}
.h-zeit-2 {
	width:300px;
}

.h-logo {
	float:left;
	margin-bottom:20px;
	max-height:142px;
	max-width:200px;
}
.h-bild {
	float:right;
	box-shadow: 0 0 5px #333333;
	-moz-box-shadow: 0 0 5px #333333;
	-webkit-box-shadow: 0 0 5px #333333;
}
.h-link-galerie {
	float: right;
    margin-top: 5px;
    padding-left: 25px;
    width: 345px;
}
.h-galerie-box {
	margin-left:-5px;
	margin-right:-5px;
	margin-bottom:20px;
	overflow:hidden;
	clear:both;
}
.h-galerie {
	border:none;
	float:left;
	margin:0px;
	padding:5px;
}
.h-text, .h-produkte {
	margin-top:10px;
	margin-bottom:20px;
}
.h-produkte {
	clear:both;
	overflow:hidden;
}
.h-text, .h-text p, .h-produkte, .h-produkte p {
	font-size:14px;
	line-height:22px;
}
.h-text ul {
	list-style-position:inside;
}
.h-text li {
	margin:0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.h-produkte ul {
	list-style-position: inside;
	float:left;
	width:710;
	margin:0px;
	padding:0px;
	margin-left:-5px;
	margin-right:-5px;
	margin-bottom:20px;
	overflow:hidden;
	clear:both;	
}
.h-produkte li {
	float:left;
	width:230px;
	margin:0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
	

.h-certified-dealer {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.h-listing {
	overflow:hidden;
}
.h-hrproductpreview {
    border-top: 1px solid #CCCCCC;
    display: block;
    height: 0;
    line-height: 0;
    margin: 5px 0;
    overflow: hidden;
    padding-top: 1px;
}
.h-listing p {
	font-size:13px;
	padding:0px;
	margin:0px;
}
.h-listing a, .h-listing a:hover {
	font-size:13px;
}
.h-listing-name {
	width:350px;
	float:left;
	padding:0px;
	margin:0px;
}
.h-listing-plz {
	width:60px;
	float:left;
	padding:0px;
	margin:0px;
}
.h-listing-ort {
	width:200px;
	float:left;
	padding:0px;
	margin:0px;
}
.h-listing-adresse {
	width:200px;
	float:left;
	padding:0px;
	margin:0px;
}
.h-listing-dealer {
	overflow:hidden;
	margin-bottom:70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.h-nav-spacer {
	height:8px;
	margin:0px;
	padding:0px;
}
.h-search {
	width:166px;
	position:relative;
	top:0px;
}
.h-search-button {
	top:9px;
	position:relative;
}

/* VERLAGE */

.v-item { 
	width: 100%; 
	margin: 0 0 20px 0; 
	position: relative; 
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	overflow:hidden;

}
                              
.v-item img { 
	position: absolute; 
	top: 0; 
	left: 0;
}
.details { 
	padding: 4px 50px 4px 230px; 
	overflow: hidden;
    width: 200px;
	float:left;
}
.details p {
	color:#333;
	font-weight:normal;
	padding:0px;
	margin:0px;
	font-size:13px
}
                 
.details .name { 
	font-weight:bold;
}
.ver-des {
	font-size:13px;
	margin-left: 480px;
}
.ver-des p {
	font-size:13px;
}
.currentFilter { 
	font-weight: bold; 
	font-size: 15px; 
}
.about-verlage {
	float:left;
	width:1050px;
	font-size:12px;
}
.about-content {
	float:left;
	width:780px;
	font-size:12px;
}
.about-content p {
	font-size:13px;
	line-height:20px;
}
h2.about {
	font-size:20px;
	color:#E2342A;
	font-style:italic;
}
.about-col {
	width:370px;
	float:left;
	padding-right:40px;
}
.about-col-right {
	width:370px;
	float:left;
}
.infobox {
	float:right;
	width:170px;
	padding:20px;
	border:1px solid #CCC;
	box-shadow: 0 0 5px #CCCCCC;
	
}
.infobox .header {
	font-size:14px;
	font-weight:bold;
}
.infobox p {
	font-size:13px;
}
.about-leistung li {
	margin-left:20px;
	padding:6px 0;
	line-height:20px;
}
.author-wrap {
	width:700px;
	margin: 20px auto;
}
.author-left {
	float:left;
	width:240px;
}
.author-right {
margin-left:280px;
line-height: 22px;
font-size: 16px;

}
	
.author-img {
width:240px;
	
}
.author-wrap h1 {
	font-size:18px;
}
.author-wrap p {
	
}
.author-copy {
	margin-top:10px;
	color:#666;
}


/* ABOS DETAILS */
table.abodetails {
	font-size:13px;
	background-color:#f8f8f8;
	border: #ccc solid;
	border-width:0px 1px 1px 1px;
}
table.abodetails tr td, table.abodetails tr th {
	padding:4px;
}
table.abodetails tr.headerrow th {
	background-color:#eeeef5;
	color:#333;
	font-weight:bold;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

table.abodetails tr.contentrow1 td {
	background-color:#FFFFFF;
	vertical-align:top;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #FFFFFF;
}
table.abodetails tr.contentrow2 td {
	background-color:#EFF8FF;
	vertical-align:top;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #FFFFFF;
}
table.abodetails tr.contentrow3 td {
	background-color:#ccc;
	vertical-align:top;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #FFFFFF;
}



#monats_stats th.header { 
    background-image: url(img/ts_bg.gif); 
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px !important; 
    margin-left: -1px; 
} 

#monats_stats tbody tr.odd td {
	   background-color: #eff8ff;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #ffffff;
}

#monats_stats tbody tr.even td {
	  background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #ffffff;
}

#monats_stats th.headerSortDown { 
    background-image: url(img/ts_desc.gif); 
      background-color: #75caf8; 
} 

#monats_stats th.headerSortUp { 
    background-image: url(img/ts_asc.gif); 
    background-color: #75caf8; 
} 
	

#print_sort th.header { 
    background-image: url(img/ts_bg.gif); 
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px !important; 
    margin-left: -1px; 
} 

#print_sort tbody tr.odd td {
	   background-color: #fff;
}

#print_sort tbody tr.even td {
	  background-color: #ffffff;
}

#print_sort th.headerSortDown { 
    background-image: url(img/ts_desc.gif); 
      background-color: #eee; 
} 

#print_sort th.headerSortUp { 
    background-image: url(img/ts_asc.gif); 
    background-color: #eee; 
} 
/* VERLAGE */

.verlage-right {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    float: right;
    margin-top: -15px;
    padding: 20px;
    width: 230px;
}
.verlage-right ul {

}
.verlage-right ul li {
	list-style: disc inside none;
    padding: 4px 0;
}


.verlage-left {
	float: left;
    font-size: 12px;
    width: 670px;
}
.verlage-list {
	float: left;
	width: 210px;
	height: 185px;
	text-align: center;
}
.verlage-list .bild {
	height: 145px;
}
.verlage-list img {
	 vertical-align: middle;
}
.verlag-list .link {

}
.verlag-detail {
	width:800px; 
	margin:auto;
	margin-top: 80px;
}
.verlag-detail .details-bild {
	float: left;
}
.verlag-detail .details-text {
	margin-left: 200px;
}


@media screen and (max-device-width: 1980px), screen and (max-width: 1980px)  {

}





@media handheld and (max-width: 800px), screen and (max-device-width: 800px), screen and (max-width: 1080px)  {

#wrap {
	margin: 0 auto;
	width:820px;	
}
#rightcol {
	float: none;
	width: 100%;
}
.rightcol-responsive {
	float: left;
	width: 200px;
	margin: 20px 37px;
}

.top .topmenu a, .top .topmenu a:link, .top .topmenu a:hover {
	vertical-align:middle;
	text-decoration:none;
	outline: none;
	font-weight:bold;
	cursor:pointer;
	color:#fff;
	margin:0;
	display:block;
	padding: 10px 10px;
}
#contentwrap, .about-verlage {
	width: 825px;
}
#content, .about-content, #h-right {
	width: 585px;
}
.about-col, .about-col-right {
	width: 270px;
}

.productPreviewNavigation .displayLinks {
	float:left;
	margin-top:20px;
}

.productPreviewContent {
	width: 235px;
}
.productPreviewBuy {
	width: 170px;
}
div#news-main {
	 width: 450px;
}
.news-listing-img, .news-info-img {
	width: 450px;
}

div#news-right {
	width: 300px;
}
#news-search {
	width: 275px;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em .5em !important;
    text-decoration: none;
}
ul#checkoutnavigation li {
    width: 170px;
}

}

@media handheld and (max-width: 768px), screen and (max-device-width: 768px), screen and (max-width: 850px)  {


#wrap {
	margin: 0 auto;
	#width:300px;	
}

}
