/* -----------------------------------------------------------------------------------------
   $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
   ---------------------------------------------------------------------------------------*/

/* THE BIG GUYS */
* {
margin:0;
padding:0
}
body {
font-family:Arial, Sans-serif;
font-size:12px;
padding:0;
margin:0;
background:#f3f3f3;
color:#555;
line-height:18px;
}
/* HEADINGS */
h1 {
color:#28b4dd;
font-weight:bold;
font-size:16px;
margin:4px 0 15px 0;
padding:0 0 8px;
width:auto;
border:#ccc solid;
border-width:0 0 1px 0;
}
h2 {
color:#000;
font-weight:bold;
font-size:16px;
margin:15px 0 8px 0;
padding:0;
}
h3 {
color:#555;
font-weight:bold;
font-size:12px;
}
/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
background:transparent;
text-decoration:none;
outline:none;
cursor:pointer;
}
a:link {
color:#3FB8DE;
outline:none;
}
a:visited {
color:#3FB8DE;
outline:none;
}
a:hover, a:active {
color:#3FB8DE;
outline:none;
}
a:hover {
color:#3FB8DE;
text-decoration:underline;
outline:none;
}
a img {
border:none;
outline:none;
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
font-family:Arial, Sans-serif;
font-size:12px;
}
textarea {
font-family:Arial, Sans-serif;
font-size:12px;
border:1px solid #666;

border-top:1px solid #bababa;
border-right:1px solid #dae1e2;
border-bottom:1px solid #dae1e2;
border-left:1px solid #bababa;

padding:2px;
}
select {
font-family:Arial, Sans-serif;
font-size:12px;

background-color:#FFFFFF;
border-top:1px solid #bababa;
border-right:1px solid #dae1e2;
border-bottom:1px solid #dae1e2;
border-left:1px solid #bababa;
}
/* 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;

background-color:#FFFFFF;
border-top:1px solid #bababa;
border-right:1px solid #dae1e2;
border-bottom:1px solid #dae1e2;
border-left:1px solid #bababa;

padding:2px;
}
/* PARAGRAPH GLOBAL */
p {
margin:8px 0;
}
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
padding-top:1px;
height:0;
overflow:hidden;
margin:0;
line-height:0;
background-color:#4E4E4F;
}
div.hrlightgrey {
padding-top:1px;
height:0;
overflow:hidden;
margin:0;
line-height:0;
background-color:#999;
}
div.hrproductpreview {
padding-top:1px;
height:0;
overflow:hidden;
margin:12px 0;
display:inline;
height:0;
line-height:0;
display:block;
background-image:url(img/hr_productpreview.gif);
}
/* TABLE GLOBAL */
table td {
padding:2px;
}

/* infoBlock */
.infoblock{
background-image:url(img/info_block.gif);

display:block;
float:left;

width:14px;
height:15px;
}

/* WHOLE SITE WRAPPER */
#wrap {
background-image:url(img/bg_wrap.jpg);
background-position:top left;
background-repeat:repeat-x;

padding-top:13px;
}
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#topwrap {
	background:#000000 url(img/bg_header_top.jpg) repeat-x;
}

#header {
	margin: 0 auto;
	width:970px;
}

#header #logo {
float:left;
margin:22px 27px 0px;
}
#header #logo a {
	display:block;
}
#header #logo a:hover{
	text-decoration:none;
}
#header #logo .extra{
	margin-left:41px;
}
#header #logo_next {
float:left;
/*margin:80px 0 0 0; 28.07.2016*/
margin:4px 0 0 0;
}
#header #logo_text {
float:left;
margin:10px 0 0 20px;
}
#header #search {
width:230px;
height:75px;
float:right;
color:#fff;
padding:30px 0 0 60px
}
#header #search a {
color:#fff;
font-size:11px;
outline:none;
}
#header td {
padding-top:1px;
padding-right:4px;
}

#header_top_content{
	height:114px;
	width:100%;
}

#header_main_content{
	background:#000000 url(img/bg_header_image.jpg) no-repeat;
	height:262px;
	width:100%;

	position:relative;
}

#header_main_content .left_info{
	position: absolute;
    bottom: 0;
    left: 0;
}

#header_main_content .right_info{
	position: absolute;
    bottom: 0;
    right: 0;
}

/* BREADCRUMB PATH AS LIST */
#breadcrumb {
clear:both;
color:#c64934;
padding:1px 0 10px 15px;
list-style-type:none;
outline:none;
height:22px;
font-size:11px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
line-height:23px;
text-decoration:none;
outline:none;
font-weight:normal;
cursor:pointer;
color:#333;
margin:0;
padding:0;
}
/* TOPMENU AS LIST */
#topmenuwrap {
background:transparent url(img/bg_topmenuwrap.png) repeat-x;
background-position:top left;
}

#topmenu_container{
	margin:0 auto;
	width:970px;
}

#topmenu {
padding:0px 0px 12px 3px;
margin:0;
list-style-type:none;
height:54px;
font-size:13px;

background:url(img/bg_topmenu_breakline_first.jpg) no-repeat;
background-position:top left;
}
#topmenu li {
float:left;
width:138px;
padding: 0px;

margin:0;
background:url(img/bg_topmenu_breakline.jpg) no-repeat;
background-position:right;
}

#topmenu li.first {
background:url(img/bg_topmenu_breakline_last.jpg) no-repeat;
background-position:left;
background
}

#topmenu li.last {
background:url(img/bg_topmenu_breakline_last.jpg) no-repeat;
background-position:right;
background
}

#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
display:block;
vertical-align:middle;
text-decoration:none;
outline:none;
font-weight:bold;
cursor:pointer;
color:#aaa7a7;
margin:0;
line-height:54px;
height:54px;

text-align:center;
}

#topmenu li img.home_button {
padding:20px 0px;
}

#topmenu a:hover {
	color:#FFFFFF;
	background-image:url(img/bg_topmenu_element_activ.jpg);
	background-repeat:repeat-x;
}

#topmenu a.activ {
	color:#FFFFFF;
	background-image:url(img/bg_topmenu_element_activ.jpg);
	background-repeat:repeat-x;
}

/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
float:right;
height:26px;
font-size:13px;
/*background:url(img/bg_topmenu.gif) repeat-x;*/
padding:2px 0px 0px;
margin:0;

width:50px;
}
/* CONTENT WRAPPER */
#contentwrap {
clear:both;
width:970px;
padding:0;
margin:0 auto 10px;
}
/* LEFT COLUMN */
#leftcol {
float:left;
width:267px;
padding:0 0 15px 0;
}
/* RIGHT COLUMN */
#rightcol {
float:right;
width:200px;
padding:0 0 15px 0;
}
/* MAIN CONTENT */
#content {
float:left;
width:675px;
padding:10px 0px 0px 25px;
margin-bottom:15px;
}
#contentfull {
width:970px;
padding:0;
margin-bottom:15px;
}
/* CATEGORY MENU */
h2.categoryheader {
background:#868686 url(img/bg_boxheader_with_background.jpg);
font-size:14px;
color:#fff;

height:15px;
padding:13px 15px;

margin:0;
vertical-align:middle;
}
h2.categoryheader a {
text-decoration:none;
outline:none;
color:#fff;
}
ul#categorymenu {
background-color:#ededed;
border:solid #ccc;
border-width:0 1px 1px 1px;
}
ul#categorymenu li a.actparentlink { }
ul#categorymenu li a.actlink { text-decoration:underline; }
/* 1st TIER */
ul#categorymenu li.level1 {
list-style-type:none;
}
ul#categorymenu li.level1 a {
background:url(img/bg_cat_level1.jpg) no-repeat #FBFBFB;
text-decoration:none;
outline:none;
color:#878f9c;
font-weight:bold;
display:block;
}

ul#categorymenu li.level1 a:hover {
background:url(img/bg_cat_level1_activ.jpg) no-repeat #FBFBFB;
text-decoration:none;
color:#333;
font-weight:bold;
}
ul#categorymenu li.level1 a.actlink { background:url(img/bg_cat_level1_activ.jpg) no-repeat #FBFBFB; }
ul#categorymenu li.level1 a.actparentlink { background:url(img/bg_cat_level1_activ.jpg) no-repeat #FBFBFB; }

ul#categorymenu li.level1 .text {
float:left;
font-size:13px;
padding:11px 0 8px 18px;
width:195px;
}

ul#categorymenu .infoblock{
background-image:url(img/cat_info_block.gif);
background-repeat:no-repeat;
float:right;

margin: 6px 9px 8px 18px;
width:24px;
height:23px;
}

/* 2nd TIER */
ul#categorymenu li.level2 {
background-color:#FFFFFF;
border-bottom:1px solid #dfdfdf;
list-style-type:none;
padding:1px 0px 0px 1px;
}
ul#categorymenu li.level2 a {
text-decoration:none;
outline:none;
color:#94999f;
background:url(img/bg_cat_level2.jpg) repeat-y #FBFBFB;
padding:11px 0 4px 18px;
display:block;
}
ul#categorymenu li.level2 a:hover {
text-decoration:none;
color:#94999f;
background:url(img/bg_cat_level2_activ.jpg) no-repeat #ECF0F3;
}
ul#categorymenu li.level2 a.actlink { background:url(img/bg_cat_level2_activ.jpg) no-repeat #ECF0F3; }
ul#categorymenu li.level2 a.actparentlink { background:url(img/bg_cat_level2_activ.jpg) no-repeat #ECF0F3; }

/* 3rd TIER */
ul#categorymenu li.level3 {
background-color:#FFFFFF;
border-bottom:1px solid #dfdfdf;
list-style-type:none;
padding:1px 0px 0px 1px;
}
ul#categorymenu li.level3 a {
text-decoration:none;
outline:none;
color:#94999f;
background:url(img/bg_cat_level2.jpg) no-repeat #FBFBFB;
padding:11px 0 4px 19px;
height:20px;
display:block;
}
ul#categorymenu li.level3 a:hover {
text-decoration:none;
color:#94999f;
background:url(img/bg_cat_level2_activ.jpg) no-repeat #ECF0F3;
}

ul#categorymenu li.level3 a.actlink { background:url(img/bg_cat_level2_activ.jpg) no-repeat #ECF0F3; }
ul#categorymenu li.level3 a.actparentlink { background:url(img/bg_cat_level2_activ.jpg) no-repeat #ECF0F3; }

/* 4th TIER */
ul#categorymenu li.level4 {
background-color:#FFFFFF;
border-bottom:1px solid #dfdfdf;
list-style-type:none;
padding:1px 0px 0px 1px;
}
ul#categorymenu li.level4 a {
text-decoration:none;
outline:none;
color:#94999f;
background:url(img/bg_cat_level2.jpg) no-repeat #FBFBFB;
padding:11px 0 4px 28px;
height:20px;
display:block;
}
ul#categorymenu li.level4 a:hover {
text-decoration:none;
color:#94999f;
background:url(img/bg_cat_level2_activ.jpg) no-repeat #ECF0F3;
}

ul#categorymenu li.level4 a.actlink { background:url(img/bg_cat_level2_activ.jpg) no-repeat #ECF0F3; }
ul#categorymenu li.level4 a.actparentlink { background:url(img/bg_cat_level2_activ.jpg) no-repeat #ECF0F3; }

/* 5th TIER */
ul#categorymenu li.level5 {
background-color:#FFFFFF;
border-bottom:1px solid #dfdfdf;
list-style-type:none;
padding:1px 0px 0px 1px;
}
ul#categorymenu li.level5 a {
text-decoration:none;
outline:none;
color:#94999f;
background:url(img/bg_cat_level2.jpg) no-repeat #FBFBFB;
padding:11px 0 4px 37px;
height:20px;
display:block;
}
ul#categorymenu li.level5 a:hover {
text-decoration:none;
color:#94999f;
background:url(img/bg_cat_level2_activ.jpg) no-repeat #ECF0F3;
}

ul#categorymenu li.level5 a.actlink { background:url(img/bg_cat_level2_activ.jpg) no-repeat #ECF0F3; }
ul#categorymenu li.level5 a.actparentlink { background:url(img/bg_cat_level2_activ.jpg) no-repeat #ECF0F3; }

/* 6th TIER */
ul#categorymenu li.level6 {
background-color:#FFFFFF;
border-bottom:1px solid #dfdfdf;
list-style-type:none;
padding:1px 0px 0px 1px;
}
ul#categorymenu li.level6 a {
text-decoration:none;
outline:none;
color:#94999f;
background:url(img/bg_cat_level2.jpg) no-repeat #FBFBFB;
padding:11px 0 4px 46px;
height:20px;
display:block;
}
ul#categorymenu li.level6 a:hover {
text-decoration:none;
color:#94999f;
background:url(img/bg_cat_level2_activ.jpg) no-repeat #FBFBFB;
}

ul#categorymenu li.level6 a.actlink { background:url(img/bg_cat_level2_activ.jpg) no-repeat #FBFBFB; }
ul#categorymenu li.level6 a.actparentlink { background:url(img/bg_cat_level2_activ.jpg) no-repeat #FBFBFB; }

/* CATEGORY IMAGE DEFINITION */
img.imgLeft {
float:left;
margin:2px 10px 2px 0;
position:relative;
}
/* BOXES GLOBAL DEFINITION */
h2.boxheader {
background:#868686 url(img/bg_boxheader_with_background.jpg);
font-size:14px;
color:#fff;

height:15px;
padding:13px 15px;

margin:0;
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:#fff;
}
.boxbody {
background-image:url(img/bg_boxbody.jpg);
background-repeat:repeat-y;
border:solid #ccc;
border-width:0 1px 1px 1px;
margin-bottom:15px
}

.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:#000;
font-size:11px;
margin:6px 0;
}
.boxbody p.center {
color:#000;
font-size:11px;
text-align:center;
margin:6px 0;
}
.boxbody td {
color:#000;
font-size:11px;
margin:6px 0;
}
.boxbody .productOldPrice {
font-size:11px;
color:red
}
.boxbody div.hr {
margin:5px 0;
}
.boxbody div.hrlightgrey {
margin:5px 0;
}
.boxbody a {
font-size:11px;
outline:none;
}
.boxbody .productboximage {
border:solid 1px #999;
padding:5px;
background:#fff;
}
.boxbody ul.contentlist {
margin-left:0px;
margin-right:0;
padding:0;
}
.boxbody ul.contentlist li {
margin-left:0;
padding:0;
list-style-type:none;
}
.contentlist a {
background:url(img/bg_boxitem.jpg) repeat-x;
border-bottom:1px solid #ccc;
display:block;
outline:none;

height:18px;
padding: 12px 12px 10px;

font-size:13px;
font-weight:bold;
color:#878f9c;
}
/* CART BOX */
h2.boxcartheader {
background:#868686 url(img/bg_boxheader_with_background.jpg);
font-size:14px;
color:#fff;

height:15px;
padding:13px 15px;

margin:0;
vertical-align:middle;
}
h2.boxcartheader a {
text-decoration:none;
color:#fff;
outline:none;
}
.boxcartbody {
background-image:url(img/bg_boxbody.jpg);
background-repeat:repeat-y;
padding:4px 8px 4px 8px;
border:solid #ccc;
border-width:0 1px 0px 1px;
color:#878f9c;
}
.boxcartbody p {
font-size:13px;
}

.cart_image{
float:left;
margin-top: 4px;
margin-left: 5px;
}

.cart_content{
float: right;
font-weight: bold;
margin-left: 8px;
text-align: left;
width: 200px;
}

.cart_content .hr{
background-color:#878f9c;
}


/* PRODUCT PREVIEW */
.productPreviewContainer{
	border:1px solid #dedede;
	margin-bottom:22px;
	background-color:#FFFFFF;
}

.productPreview {
	color:#5c6062;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;

	padding:10px 10px;
	margin:0;
}
.productPreviewContent {
vertical-align:top;
}
.productPreviewContent h2 {
color:#5c6062;
font-size:14px;
font-weight:bold;

padding:0;
margin:0 0 5px 0;
}
.productPreviewContent h2 a {
color:#5c6062;
font-weight:bold;
outline:none;
}
.productPreviewImage {
border:1px solid #cfcfcf;
vertical-align:middle;
}
.productPreviewImage img.productImageBorder {
border:none;
width:216px;
}

.productPreviewContent .priceContainer{
padding:2px;
margin-left:5px;
}

.productPreviewContent .price {
font-size:16px;
font-weight:bold;
padding:0;
margin:0;
}
.productPreviewContent .taxandshippinginfo {
font-size:11px;
font-weight:normal;
color:#999;
padding:0;
margin:0;
}
.productPreviewContent .vpe {
font-size:11px;
font-weight:normal;
color:#999;
padding:0;
margin:0;
}
.productPreviewContent .shippingtime {
font-size:11px;
font-weight:normal;
color:#999;
padding:0;
margin:0;
}
.productPreviewContent .stockimage {
margin:0;
padding:0;
}
.productPreviewContent .stockimagetext {
margin:0;
padding:0;
font-size:11px;
font-weight:normal;
color:#999;
}
.productPreviewContent .productOldPrice {
font-size:12px;
font-weight:bold;
color:red;
}
.productPreviewContent .taxandshippinginfo a {
font-size:11px;
font-weight:bold;
color:#999;
text-decoration:underline;
outline:none;
}
/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
display:table;
width:100%;
}
#productinfoimages {
float:left;
background-color:#ededed;
text-align:center;
width:140px;
padding:10px;
margin:0 10px 10px 0;
border:solid 1px #999;
}
#productinfoimages .productimage {
border:solid 1px #999;
}
#productinfoimages .hrlightgrey {
margin:6px 0;
}
#productinfoprice {
padding:5px;
}
#productinfoprice img {
cursor:pointer;
}
#productinfoprice .hrlightgrey {
margin:6px 0;
}
#productinfoprice .productprice {
margin:0;
padding:0;
font-size:14px;
font-weight:bold;
}
#productinfoprice .productOldPrice {
color:red;
margin:0;
padding:0;
font-size:12px;
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;
padding:0;
font-size:11px;
font-weight:normal;
color:#999;
}

/* 2013-01-31 - Webgalaxie */
.shippingtime td {
	padding:0px;
}
/* -------------------------- */

#productinfoprice .stockimage {
margin:0;
padding:0;
}
#productinfoprice .stockimagetext {
margin:0;
padding:0;
font-size:11px;
font-weight:normal;
color:#999;
}
p.productinfoproductadded {
font-size:11px;
}
.productoptions {
background-color:#f8f8f8;
padding:6px;
border:solid #ccc;
border-width:1px 0 0 0;
}
.addtobasket {
text-align:right;

/*background-color:#ededed;*/
/*border:#999 solid;*/
/*border-width:1px 0 0 0;*/
}

.addtobasket table td{
	padding:0px;
}

.addtobasket input[type=text]{
	color:#878f9c;
	border:none;
	background-image:url(img/bg_add_cart_qty.jpg);

	height:28px;
	width:28px;

	padding:2px 5px;
	text-align:center;
}



/* POPUPS PRODUCTINFO */
body.popupproductinfo {
padding:15px;
background:#fff none;
}
/* POPUP print_order.html */
body.popupprintorder {
font-family:Arial, Sans-serif;
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.highlightbox {
padding:15px;
background-color:#f8f8f8;
border:solid #d9d9d9 1px;
overflow:auto;
}
div.highlightbox ul {
margin-left:15px;
padding:0;
display:block;
list-style-type:square;
line-height:20px;
}
div.highlightbox h1 {
color:#555555;
padding:0 0 10px 0;
margin:0;
border:none;
font-size:16px;
}
div.highlightbox div.hr {
height:1px;
line-height:1px;
margin:0;
padding:0;
display:block;
border-bottom:solid 1px #eee;
}
/* PAYMENT TYPE SELECTION */
table.paymentblock {
background-color:#f8f8f8;
border:#eee solid;
border-width:0 1px 1px 1px;
margin-bottom:15px;
}
table.paymentblock tr td.header {
background-image: url("img/bg_cartheader.jpg");
background-repeat: repeat-x;
padding:2px;
padding-left:5px;
color:#fff;
font-weight:bold;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
background-color:#f8f8f8;
border:#eee solid;
border-width:0 1px 1px 1px;
margin-bottom:15px;
}
table.shippingblock tr td.header {
background-image: url("img/bg_cartheader.jpg");
background-repeat: repeat-x;
padding:2px 2px 2px 5px;
color:#fff;
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:11px;
background-color:#FFFFFF;
border:#ccc solid;
border-width:0 1px 1px 1px;
}

table.orderdetails a{
color:#5C6062;
}

table.orderdetails tr td {
padding:4px;
}
table.orderdetails tr.headerrow td {
background-image:url(img/bg_cartheader.jpg);
background-repeat:repeat-x;
background-color:none;

color:#FFFFFF;
font-size:12px;
font-weight:bold;
}
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:#f8f8f8;
vertical-align:top;
}
table.orderdetails tr.contentrow1 td.quantity {
text-align:center;
}
table.orderdetails tr.contentrow1 td.quantity input {
font-size:11px;
padding:2px;
border:solid #BABABA 1px;

background:#FFFFFF;
text-align:center;
}
table.orderdetails tr.contentrow1 td.productname {
text-align:left;
color:#5C6062;
}

/* 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 {
font-size:11px;
padding:2px;
border:solid #BABABA 1px;

background:#FFFFFF;
text-align:center;
}
table.orderdetails tr.contentrow2 td.productname {
text-align:left;
color:#5C6062;
}
/* 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:0;
}
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 0 0 0;
}
/* 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:0 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;
/*vertical-align:top;*/
}
table.medialist tr.contentrow1 td {
background-color:#f8f8f8;
}
table.medialist tr.contentrow2 td {
background-color:#f8f8f8;
}
/* SITEMAP */
.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:100%;
}
/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {
padding:0;
margin:0 0 10px 0;
border:none;
}
table.checkoutconfirmationorderdetails tr td.productname {
width:100%;
font-weight:bold;
}
table.checkoutconfirmationorderdetails tr td.shippingtime {
padding:0 0 0 30px;
color:#666;
font-size:11px;
font-weight:normal;
white-space:nowrap;
}
table.checkoutconfirmationorderdetails tr td.productattributes {
padding:0 0 0 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 0 0 0;
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;
}
ul#checkoutnavigation li {
height:70px;
list-style-type:none;
float:left;
width:195px;
margin-right:15px;
border:solid 1px;
padding:8px;
}
ul#checkoutnavigation li.active {
background-color:#f8f8f8;
}
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:#ededed;
border-color:#999;
}
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 red 2px;
padding:15px;
background-color:#FFD6D6;
margin-bottom:10px;
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
padding:4px;
background-color:#6f6;
}
/* FOOTER */
.footer {
background-color: #FFFFFF;
clear:both;
text-align:center;
font-size:11px;
color:#666;

background-image:url(img/bg_footer.jpg);
background-repeat:repeat-x;

width:100%;
}

.footer a {
color:#3fb8de;
text-decoration:underline;
outline:none;
}

/** footer_content **/
.footer .footer_content{
margin:0 auto;
width:970px;

padding:19px 0px 0px;
}

.footer .footer_content h3{
color:#b5b1b1;
font-size:17px;

padding-bottom:7px;
margin-bottom:21px;

background-image:url(img/bg_footer_headline.jpg);
background-position:bottom left;
background-repeat:repeat-x;
}

.footer_content .headline{
color:#000000;
font-size:12px;
font-weight:bold;
}

.footer_content .infoblock{
background-color:#00a5b8;
}

/* quick_contact */
#quick_contact{
float:left;
text-align:left;
}

#quick_contact h3{
margin-bottom:14px;
}

#quick_contact input[type=text], #quick_contact textarea, #quick_contact select{
background:#FFFFFF;
color:#8a9297;

border-top:1px solid #bababa;
border-right:1px solid #dae1e2;
border-bottom:1px solid #dae1e2;
border-left:1px solid #bababa;

padding:2px;
margin:4px 0px;
width:196px;
}
#quick_contact select {
width:202px;
}
#quick_contact textarea{
resize:none;
height:70px;
}

/* description */
.footer_content .description{
float:left;
text-align:left;

font-size:12px;
margin-top:7px;
margin-left:16px;
}

/** address_content **/
.footer_content #address_content{
float:left;
text-align:left;
margin-left:60px;
}

/* Sonstiges */
.phone_and_social_content{
float:left;
text-align:left;
margin-top:45px;
margin-left:50px;


}

.phone_info{
background-image:url(img/bg_info_phone.png);
background-repeat:no-repeat;

font-size:15px;
color:#FFFFFF;

padding: 0 10px;
margin-bottom:16px;

height:47px;
width:126px;
}

.phone_info .small{
font-size:11px;
font-weight:bold;
}

.phone_and_social_content .contact_phone_label{
font-size:16px;
font-weight:bold;
color:#1e2a38;
}

.phone_and_social_content .contact_phone_number{
font-size:19px;
font-weight:bold;
color:#14b8ff;
}

a.facebookLink, a.googleLink{
display:block;
margin:8px 6px 0px;

height:24px;
width:24px;
}

a.facebookLink:hover{
background-image:url(img/socialmedia/facebook_activ.png);
background-repeat:no-repeat;
}

a.googleLink:hover{
background-image:url(img/socialmedia/google_activ.png);
background-repeat:no-repeat;
}

/* XTC COPYRIGHT */
.copyright {
text-align:center;
color:#666;
font-size:11px;
background-color:#000000;
}

.copyright .copyright_content {
margin:0 auto;
width:970px;
height:25px;

padding:5px 0px 0px;
}

.copyright a{
color:#7b7f81;
text-decoration:none;
}

.copyright a:hover{
text-decoration:underline;
}


.copyright img{
padding-top:4px;
}

/* XTC ParseTime */
.parseTime {
margin:0 auto;
width:970px;
text-align:center;
color:#666;
font-size:11px;
padding:0 0 10px 0;
}
/* UPDATE CHANGES 17.10.2008 */
/* Mehr Bilder unterhalb der Beschreibung */
.morepics {
background-color:#ededed;
padding:6px;
text-align:right;
border:#999 solid;
border-width:1px 0 0 0;
display:block;
height:auto;
/*float:left;*/
margin-bottom:2px;
}
.morepics img {
border:#999 1px solid;
padding:4px;
margin-right:8px;
background:#fff;
height:105px;
width:auto;
/*float:left;*/
margin-bottom:8px;
}
/* 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
}
/* Vorschaubilder TD mit gleichem Abstand */
/* BOF - dokuman - 2009-06-06 - Fix new products display in firefox - picture size is 120px by default */
/*.productPreviewImage { width:100px; display:block } */
.productPreviewImage {
width:216px;
display:block;
}

.productPreviewImage {

}
/* EOF - dokuman - 2009-06-06 - Fix new products display in firefox size is 120px by default */
td.productPreviewContent {
margin-left:25px;
/*width:200px;*/
}
/* BOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IM CONTENT */
#content ol, #content ul {
margin:10px 0 10px 16px;
}
/* EOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IM CONTENT */
/* 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 - 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 {
width:100%;
height:200px;
overflow:auto;

background-color:#FFFFFF;
border-top:1px solid #bababa;
border-right:1px solid #dae1e2;
border-bottom:1px solid #dae1e2;
border-left:1px solid #bababa;

padding:2px;
}
/* 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 */
ol#address_block, 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-25 - NO JAVASCRIPT FALLBACK für TABS/ACCORDION in product_info */
#tabbed_product_info ul,#accordion_product_info h3 a {
display:none;
}

#tabbed_product_info .morepics {
background-color:#ededed;
padding:6px;
border-width:1px 0 0 0;
width:512px;
margin-bottom:17px;
}
/* EOF - web28 - 2010-07-25 - NO JAVASCRIPT FALLBACK für TABS/ACCORDION in product_info */

/* BOF - web28 - 2010-07-25 - FIX DER AUFZÄHLUNGEN IM CONTENT  für TABS/ACCORDION in product_info */
#tab_description ol, #tab_description ul, #accordion_product_info ol, #accordion_product_info ul{
margin:10px 0 10px 22px;
display:block;
}
/* EOF - web28 - 2010-07-25 - FIX DER AUFZÄHLUNGEN IM CONTENT  für TABS/ACCORDION in product_info */

/* Button - QuickContact */
a.button-feedback-fixed, a.button-feedback-fixed_en {
background: url("img/bg_quick_contact.gif") no-repeat scroll 0 0 transparent;
height: 108px;
position: fixed;
right: 0;
top: 400px;
width: 35px;
}

a.button-feedback-fixed_en {
background: url("img/bg_quick_contact_en.gif") no-repeat scroll 0 0 transparent;
}

a.button-feedback-fixed:hover, a.button-feedback-fixed_en:hover {
width: 40px;
}

/* BOX_ADMIN */
h2.boxadminheader {
background:#868686 url(img/bg_boxheader.gif);
font-size:14px;
color:#fff;

height:15px;
padding:13px 15px;
margin:0;
vertical-align:middle;
}

.boxadminbody {
background-image:url(img/bg_boxbody.jpg);
background-repeat:repeat-y;
border:solid #ccc;
border-width:0 1px 1px 1px;
padding:8px;
margin-bottom:15px
}

/* BOX_ADVANCED_SEARCH */
h2.boxadvancedsearchheader {
background:#868686 url(img/bg_boxheader.gif);
font-size:14px;
color:#fff;

height:15px;
padding:13px 15px;

margin:0;
vertical-align:middle;
}

.boxadvancedsearchbody{
background-image:url(img/bg_boxbody.jpg);
background-repeat:repeat-y;
border:solid #ccc;
border-width:0 1px 0px 1px;
padding:8px 10px;
}

.boxadvancedsearchbody input[type=text], .boxadvancedsearchbody select{
color:#878f9c;
background:#FFFFFF;
border-top:2px solid #848484;
border-right:1px solid #848484;
border-bottom:1px solid #848484;
border-left:2px solid #848484;

margin-bottom:5px;
width:237px;
}

.boxadvancedsearchbody select{
width:244px;
}

.boxadvancedsearchbody input[type=text].numberInput{
font-size:11px;
width:40px;
}

.boxadvancedsearchbody .valueInputTable{
	font-size:11px;
	padding:0px 0px 0px 0px;
}

.boxadvancedsearchbody .valueInputTable td.right{
	padding:0px;
}

.search_value_container{
	width:50%;
}

/* BOX_SSL */
#box_ssl{
margin-bottom: 15px;
}

#box_ssl .image{
float:left;
}

#box_ssl .content{
float:left;
padding-top:10px;
width:132px;

font-weight:bold;
}

/* Categorie_Listing */
#categorie_listing{
}

#categorie_listing a{
display:block;
color:#FFFFFF;
}

#categorie_listing .categorie_listing_element{
background-color:#D4D4D4;
border:2px solid white;
}

#categorie_listing .categorie_listing_element a{
display:block;
padding:5px;
}

/* Erweiterte Suche */
.searchDropDown{
	width:250px;
}

/* BOX-Login */
#box_login{
	background-image:url(img/bg_box_login.png);
	background-repeat:no-repeat;
	height:187px;
	padding:10px 16px 0px;
}

#box_login .boxheader{
	height:20px;
	margin:5px 0px 15px;
	padding:5px 0px;

	font-size:20px;
	font-weight:normal;

	background-color:transparent;
	background-image:url(img/box_login_linebreak.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#box_login .boxbody{
	color:#6989a4;
	border:none;
	background:none;
	width:210px;
	padding:0px;
}

#box_login a{
	color:#6989a4;
}

#box_login .boxbody input[type=text], #box_login .boxbody input[type=password]{
	color:#6989a4;
	border:none;
	background-image:none;
	background-color:#011526;
	padding:5px 11px;

	width:188px;
}

/* Kontroll-Panel auf der oberen rechten Seite */
#quick_control_box{
	background-color:#ecf0f1;

	float:right;

	padding:10px;

	height:22px;
	/* width:360px; */
}

#quick_search{
	float:left;
	width:200px;
}

#quick_search input[type=text]{
	border-top:1px solid #bababa;
	border-left:1px solid #bababa;
	border-bottom:1px solid #dce2e4;
	border-right:1px solid #dce2e4;

	background-image:url(img/bg_quick_search.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;

	color:#b8c0c4;

	padding:3px 5px 3px 23px;
	width:158px;
}

.quick_control_links{
	float:left;
	padding:3px 0px 0px;

	color:#AAA7A7;
}


.quick_control_links a{
	color:#AAA7A7;
}

.quick_control_links a:hover{
	text-decoration:none;
}


.quick_control_links a img{
	border:none;
}

/* INFO-Text */
div.hrinfotext {
padding-top:1px;
height:0;
overflow:hidden;
margin:12px 0;
display:inline;
height:0;
line-height:0;
display:block;
background-image:url(img/info_text_breakline.gif);
}

/* Crosselling-Galerie */
#galerie {
    background:#E9EDEE;
    height: 198px;
    padding: 8px 30px 0px 30px;
    width: 615px;
    /*overflow:hidden;*/
}

#galerie_startpage{

}

.boxheader_slider{
	background-image: url("img/bg_cartheader.jpg");
    background-repeat: repeat-x;
    color: #FFFFFF;
    padding:10px;
    margin-bottom:0px;
}

.productElement{
	text-align:center;
}

.productElement h2{
	margin:2px 0px;
	font-size:14px;
}


.ca-container {
    height: 180px;
    position: relative;
    width: 100%;
}
.ca-wrapper {
    height: 100%;
    position: relative;
    width: 100%;
}
.ca-item {
	font-weight:bold;
    float: left;
    height: 100%;
    position: relative;
    text-align: left;
    width: 205px;
}
.ca-item img {
}
.ca-item a {
    color: #878F9C;
    text-decoration: none;
}
.ca-item-main {
    overflow: hidden;
}
.ca-nav span {
    background: url("img/arrows.png") no-repeat scroll left top transparent;
    cursor: pointer;
    height: 38px;
    left: -27px;
    margin-top: -19px;
    position: absolute;
    text-indent: -9000px;
    top: 85px;
    width: 25px;
    z-index: 100;
}
.ca-nav span.ca-nav-next {
    background-position: right top;
    left: auto;
    right: -29px;
}
.Galerie-Thumb {
    border: 2px solid #FFFFFF;
}

/* Erweiterte SITEMAP */
#content ul.SitemapTopLevel {
    margin: 0;
    width: 510px;

    border:1px solid #CCCCCC;
    background-color:#FFFFFF;
}
li.SitemapTopLevel {
    list-style-type: none;
    margin-left: 0;
}
a.SitemapTopLevel {
    display: block;
    font-size: 1.2em;
    font-weight: bold;

    background-image: url("img/bg_cartheader.jpg");
    background-repeat: repeat-x;
    color: #FFFFFF;
    padding:10px;
}

.SitemapTopLevelHeadline {
    display: block;
    font-size: 1.2em;
    font-weight: bold;

    background-image: url("img/bg_cartheader.jpg");
    background-repeat: repeat-x;
    color: #FFFFFF;
    padding:10px;
    margin:0px;
}

a.SitemapTopLevel:link {
}
a.SitemapTopLevel:visited {
}
a.SitemapTopLevel:hover {
}
a.SitemapTopLevel:active {
}
a.SitemapTopLevel:focus {
}
ul.SitemapProducts {
    margin-left: 50px;
    padding-right: 20px;
}
li.SitemapProductsI {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 0.8em;
    font-weight: normal;
    list-style-type: none;
    text-indent: 0.5em;
}
li.SitemapProductsII {
    background: none repeat scroll 0 0 #EEEEEE;
    font-size: 0.8em;
    font-weight: normal;
    list-style-type: none;
    text-indent: 0.5em;
}
a.sitemap_products {
    display: block;
    font-size: 1.1em;
}
ul.SitemapCatLevel_0 {
}
li.SitemapCatLevel_0 {
    font-size: 1.1em;
    font-weight: bold;
    list-style-type: square;
    margin-left: 10px;
}
a.SitemapCatLevel_0:link {
    display: block;
}
a.SitemapCatLevel_0:visited {
}
a.SitemapCatLevel_0:hover {
}
a.SitemapCatLevel_0:active {
}
a.SitemapCatLevel_0:focus {
}
ul.SitemapCatLevel_1 {
}
li.SitemapCatLevel_1 {
    font-size: 1em;
    font-weight: bold;
    list-style-type: disc;
    margin-left: 20px;
}
a.SitemapCatLevel_1:link {
    display: block;
}
a.SitemapCatLevel_1:visited {
}
a.SitemapCatLevel_1:hover {
}
a.SitemapCatLevel_1:active {
}
a.SitemapCatLevel_1:focus {
}
ul.SitemapCatLevel_2 {
}
li.SitemapCatLevel_2 {
    font-size: 0.9em;
    font-weight: bold;
    list-style-type: circle;
    margin-left: 30px;
}
a.SitemapCatLevel_2:link {
    display: block;
}
a.SitemapCatLevel_2:visited {
}
a.SitemapCatLevel_2:hover {
}
a.SitemapCatLevel_2:active {
}
a.SitemapCatLevel_2:focus {
}
li.sitemap_content {
    border-bottom: 1px solid #D8D8D8;
    list-style: square outside none;
    margin-left: 20px;
    padding:5px;
}
/* ------ */

.extra_information td{
	padding-left:0px;
}

/* CROSS-SELLING */
.cross_selling_head_container{
	background-image:url("img/bg_cartheader.jpg");
	background-repeat:repeat-x;

	cursor:pointer;
	padding:5px;
}

.cross_selling_head{
	color:#FFFFFF;
	margin:0px;
	display:block;
}

.cross_selling_container{
	border:1px solid #868686;
}

/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox_content {
padding:15px;
background-color:#f8f8f8;
border:solid #d9d9d9 1px;
overflow:auto;
}
div.highlightbox_content ul {
margin-left:15px;
padding:0;
display:block;
list-style-type:square;
line-height:20px;
}
div.highlightbox_content h1 {
}
div.highlightbox_content div.hr {
height:1px;
line-height:1px;
margin:0;
padding:0;
display:block;
border-bottom:solid 1px #eee;
}

/* Mehr Bilder unterhalb der Beschreibung */
.morepics_head {
background-image:url("img/bg_cartheader.jpg");
background-repeat:repeat-x;

color:#FFFFFF;
padding:5px;
margin:0px;
}

.morepics a{
display:block;
}

/* Datei download */
.medialist_head{
background-image:url("img/bg_cartheader.jpg");
background-repeat:repeat-x;

color:#FFFFFF;
padding:5px;
margin:0px;
}

/* */
#content_navigation_table{
	border:1px solid #D9D9D9;
	padding: 5px;
}

#content_navigation_table p{
	margin:0px;
}

#content_navigation_table ul{
	margin-top:0px;
	margin-bottom:0px;
}

a.achor_link, a.achor_link:hover{
	color:#000000;
	text-decoration:none;
	cursor:default;
}

/* Box-Downloads */
.boxdownloadsbody{
background-image:url(img/bg_boxbody.jpg);
background-repeat:repeat-y;
border:solid #ccc;
border-width:0 1px 0px 1px;
}

.boxdownloadsbody ul.contentlist {
margin-left:0px;
margin-right:0;
padding:0;
}
.boxdownloadsbody ul.contentlist li {
margin-left:0;
padding:0;
list-style-type:none;
}
.boxdownloadsbody a {
background:url(img/bg_boxitem.jpg) repeat-x;
border-bottom:1px solid #ccc;
display:block;
outline:none;

height:18px;
padding: 12px 12px 10px;

font-size:13px;
font-weight:bold;
color:#878f9c;
}

/**/

.sub_content{
	font-size:11px;
}

.highlightbox_content h3{
	font-size:14px;
	color:#000000;
}

.sub_content h4{
	font-size:12px;
	border-bottom:1px solid #000000;
	margin:0px;
	padding:0px;
}

/* Haenderliste */

.stacks_div {
    display: block;
    position: relative;
}
.stacks_out {
    border: 0 none;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.stacks_in {
    border: 0 none;
    display: block;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
}
.stacks_empty .stacks_in {
    display: none;
}
.stacks_top {
    border: 0 none;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.centered_image {
    display: block;
    position: relative;
    text-align: center;
}
.centered_image .imageStyle {
    display: block;
    margin: 0 auto;
    position: relative;
}
.stacks_clearer {
    clear: both;
    display: block;
    position: relative;
}
.stacks_clear_left {
    clear: left;
    display: block;
    position: relative;
}
.stacks_clear_right {
    clear: right;
    display: block;
    position: relative;
}

.country_blog{
	display:none;
}

/* */
#create_account input[type="text"], #create_account input[type="password"]{
	width:272px;
}

#contact_us input[type="text"], #contact_us input[type="password"]{

}

/* Sonstiges */
.float_left{
float:left;
}

.float_right{
float:right;
}

.clear{
clear:both;
height:0;
}