﻿@charset "utf-8";
/* CSS Document */

/* RESET */
html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, textarea, input, select {
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
html, body, div, ul, ol, li, dl, dt, dd, pre, form, p, blockquote, fieldset, input, textarea, select {
	font-size:11px;
	line-height:16px;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
caption, th {
	text-align: left;
}
/*
table {
	border-collapse: collapse;
	border-spacing:0;
}
*/
form {
	display:inline;
}
html, body {
	height: 100%;
}
body {
	background:#231f20;
	color:#090203;
}
/** {
	margin: 0px;
	padding: 0px;
}*/
a {
	color:#090203;
	text-decoration:none;
}
p {
	margin-bottom:10px;
}
hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	display:block;
	margin: 10px 0;
}
/* CLEAER */
.clear {
	clear:both;
}
.clearer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}
#logo img.print {
	overflow: hidden;
	visibility: hidden;
	display: none;
}
/* LAYOUT */
#container {
	width: 990px;
	margin: 0 auto;
	background:url(/Files/System/container_bg.png) #231f20 repeat-y;
}
#header {
	height:125px;
	background-color:#7a949e;
}
#header #logo {
	float:left;
	border-right:15px solid #231f20;
	height:58px;
	width:219px;
	padding-left:26px;
	padding-top:67px;
}
#header #navigation {
	width:730px;
	margin-top:30px;
	float:left;
}
#header #navigation ul#language {
	margin:0;
	padding:0;
	list-style: none;
	height:30px;
	margin-top:30px;
	margin-right:30px;
	text-align:right;
}
#header #navigation ul#menu {
	list-style: none;
	margin:0;
	padding:0;
}
#header #navigation ul#menu li {
	margin-left:30px;
	float:left;
	color:#f5f7f8;
	text-transform:uppercase;
}
#header #navigation ul#menu li a {
	color: #f5f7f8;
	text-decoration: none;
}
#header #navigation ul#menu li a:hover, #header #navigation ul#menu li a.inpath, #header #navigation ul#menu li a.activeitem {
	color: #9fb2b9;
	text-decoration: none;
}
#header #navigation ul#ecommenu {
	float:right;
	list-style: none;
	margin:0;
	padding:0;
}
#header #navigation ul#ecommenu li {
	margin-right:30px;
	float:left;
	color:#292729;
	text-transform:uppercase;
}
#header #navigation ul#ecommenu li a {
	white-space:nowrap;
	color: #292729;
	text-decoration: none;
}
#header #navigation ul#ecommenu li a:hover, #header #navigation ul#ecommenu li a.inpath, #header #navigation ul#ecommenu li a.activeitem {
	color: #9fb2b9;
	text-decoration: none;
}
/*
#header #navigation ul#language {
	margin-top:30px;
	list-style: none;
}
*/
#header #navigation ul#language li {
	float:right;
	margin-left:15px;
}

#header #language a, #header #language .activeitem, #header #language .inpath {
	font-size:10px;
	color:#fff;
}
#index {
	display:block;
	clear:both;
	width:990px;
	height:403px;
}
#image {
	display:block;
	clear:both;
	width:990px;
	height:90px;
}
#image #dimmed {
	width:200px;
	overflow:hidden;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}
#image #dimmed h2 {
	font-size:13px;
	margin:0;
	padding:0;
	padding-left:30px;
	padding-top:60px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
#content {
	display:block;
	width:990px;
}
#content #subs {
	border-top:6px solid #7a949e;
	display:block;
	width:245px;
	float:left;
	padding:0;
	/*margin-right:15px;*/
}
#content #subs.index {
	border-top:none;
	display:block;
	width:245px;
	float:left;
	padding:0;
	/*margin-right:15px;*/
}

#content #subs ul {
	width:245px;
	padding:20px 0;
	margin:0;
	list-style:none;
}
#content #subs ul li {
	margin:10px 15px 5px 30px;
	font-weight:bold;
}
#content #subs ul li a {
	color: #1a1617;
	text-decoration: none;
}
#content #subs ul li a:hover, #content #subs ul li a.inpath, #content #subs ul li a.activeitem, #content #subs ul li.activeitem {
	color: #9fb2b9;
	text-decoration: none;
}
#content #subs ol {
	width:230px;
	padding:20px 15px 10px 15px;;
	margin:0;
	color: #1a1617;
}
#content #subs ol li {
	margin:10px 15px 5px 30px;
	line-height:15px;
	color: #1a1617;
	font-weight:bold;
}
#content #subs ol li a {
	color: #1a1617;
	text-decoration: none;
	font-weight:normal;
}
#content #subs ol li a:hover, #content #subs ol li a.inpath, #content #subs ol li a.activeitem, #content #subs ol li.activeitem {
	color: #9fb2b9;
	text-decoration: none;
}
#content #subs ol ol {
	width:180px;
	padding:0;
	margin:0;
	color: #1a1617;
}
#content #subs ol ol li {
	margin:0 0 0 30px;
	line-height:15px;
	color: #1a1617;
	font-weight:bold;
}
#content #subs #basket {
	border-top:1px solid #fff;
	padding:10px 0 0 30px;
	margin:10px 10px 15px 15px;
	width:180px;
	line-height:15px;
	color: #1a1617;
}
#content #subs #basket a {
	display:block;
}
#content #subs #search {
	border-top:1px solid #fff;
	padding:10px 0 0 30px;
	margin:10px 10px 15px 15px;
    width:180px;
	line-height:15px;
	color: #1a1617;
}
#content #subs #search input {
        font-size:11px;
}
#content #text {
	float:right;
	margin:0;
	width:610px;
	padding:30px 60px;
	border-top:6px solid #7a949e;
}
#content #text.index-left {
	float:right;
	margin:0;
	width:610px;
	padding:30px 60px;
	border-top:none;
}

#content #text.index {
	float:left;
	margin:0;
	margin-left:260px;
	width:610px;
	padding:30px 60px;
	border-top:none;
}
#content #text h1 {
	margin:0;
	margin-bottom:15px;
	padding:0;
	padding-left:15px;
	background:#7da1b3;
	line-height:25px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	overflow:hidden;
	text-transform:uppercase;
}
#content #text h2 {
	margin:0;
	padding:0;
	width:40px;
	float:left;
	text-align:center;
	margin-right:5px;
	margin-bottom:15px;
	background:#231f20;
	line-height:25px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	overflow:hidden;
	text-transform:uppercase;
}
#content #text h3 {
	clear:both;
	display:block;
	margin:5px 0;
	padding:0;
	padding-left:15px;
	background:#231f20;
	line-height:25px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	overflow:hidden;
}
#content #text h4 {
	clear:both;
	display:block;
	margin:5px 0;
	padding:0;
	line-height:25px;
	font-size:13px;
	font-weight:bold;
	color:#231f20;
	overflow:hidden;
	text-transform:uppercase;
}

#content #text.index ul {
	list-style:none;
}

#content #text ul.list {
	display:block;
	list-style:none;
	clear:both;
	margin:0;
	padding:0;
}
#content #text ul.list li {
	padding:5px;
	margin:5px 0;
	line-height:15px;
	background-color:#fff;
	display:block;
}
#content #text ul.list li:hover {
	padding:5px;
	margin:5px 0;
	line-height:15px;
	background-color:#7da1b3;
	display:block;
}
#content #text ul.list li a {
	font-weight:bold;
	display:block;
}
#content #text ul.list li a.pdf {
	padding-left:25px;
	background:url(/Files/System/pdf.png) no-repeat;
}
#content #text ul.list li a.url {
	padding-left:25px;
	background:url(/Files/System/url.png) no-repeat;
}
#content #text .paragraphimage {
	float:right;
	margin:5px 0;
}
#content #text .listimage {
	float:right;
	padding:0;
	margin:0;
	border:5px solid #fff;
}
#content #textecom {
	float:right;
	margin:0;
	width:670px;
	padding:30px 30px;
	border-top:6px solid #7a949e;
}
#content #textecom #ecom {
	margin:0;
	padding:30px 30px;
	background:#fff;
}
#content #textecom #ecom h1 {
	margin:0;
	margin-bottom:15px;
	padding:0;
	padding-left:15px;
	background:#7da1b3;
	line-height:25px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	overflow:hidden;
	text-transform:uppercase;
}
#content #textecom #ecom h2 {
	margin:0;
	padding:0;
	width:40px;
	float:left;
	text-align:center;
	margin-right:5px;
	margin-bottom:15px;
	background:#231f20;
	line-height:25px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	overflow:hidden;
	text-transform:uppercase;
}
#content #textecom #ecom h3 {
	clear:both;
	display:block;
	margin:5px 0;
	padding:0;
/*
	padding-left:15px;
	background:#231f20;
*/
	line-height:25px;
	font-size:13px;
	font-weight:bold;
	color:#231f20;
	overflow:hidden;
}
#content #textecom #ecom h4 {
	clear:both;
	display:block;
	margin:5px 0;
	padding:0;
	line-height:25px;
	font-size:13px;
	font-weight:bold;
	color:#231f20;
	overflow:hidden;
	text-transform:uppercase;
}

#content #textecom #ecom ul.list {
	list-style:none;
	margin:0;
	padding:0;
    margin-bottom:5px;
    float:left;
}
#content #textecom #ecom ul.list li {
	padding:5px 0;
    margin:0;
	line-height:15px;
}
#content #textecom #ecom ul.list li:hover {
	padding:5px 0;
	margin:0;
	line-height:15px;
}
#content #textecom #ecom ul.list li a {
	font-weight:bold;
}
#content #textecom #ecom ul.list li a.pdf {
	padding-left:25px;
	background:url(/Files/System/pdf.png) no-repeat;
}
#content #text ul.list li a.url {
	padding-left:25px;
	background:url(/Files/System/url.png) no-repeat;
}


#content #textecom #ecom ul#e-katalog
{
   list-style:none;
	margin:0;
	padding:0;
    margin-bottom:5px;
}
#content #textecom #ecom ul#e-katalog li a {
        clear:both;
	display:block;
	margin:5px 0;
	padding:0;
	padding-left:15px;
	background:#231f20;
	line-height:25px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	overflow:hidden;
}

#content #textecom #ecom ul#e-katalog li ul {
	display:block;
	list-style:none;
	clear:both;
	margin:0;
	padding:0;
}
#content #textecom #ecom ul#e-katalog li ul li {
	padding:5px;
	margin:5px 0;
	background-color:#dbe5ea;
	display:block;
}

#content #textecom #ecom ul#e-katalog li ul li a {
        line-height:15px;
&nbsp;       color:#231f20;
        margin:0;
        padding:0;
        padding-left:25px;
	background:url(/Files/System/url.png) no-repeat;
}
#content #textecom #ecom ul#e-katalog li ul li:hover {
	background-color:#fff;
}



#address {
	font-size:9px;
	width: 990px;
	margin: 10px auto;
	color:#d9d8d8;
	text-align:right;
	border-bottom:1px solid #413d3e;
	overflow:visible;
	height:8px;
}
#address .adrline {
	padding-left:15px;
	font-size:9px;
	background:#231f20;
}
#address .adrline a {
	font-size:9px;
	color:#d9d8d8;
}

#content #textecom #ecom table.ecom {
	clear:both;
	border-spacing:2px;
	margin:-2px;
	width:614px;
	margin-top:10px;
    margin-bottom:30px;
}
#content #textecom #ecom table.ecom .tr0 {
	background-color:#b8c9d4;
}
#content #textecom #ecom table.ecom .tr1 {
	background-color:#dbe5ea;
}
#content #textecom #ecom table.ecom td {
	line-height:25px;
	padding:0 4px;
}
#content #textecom #ecom table.ecom p {
	padding:0;
        margin:0;
}
#content #textecom #ecom table.ecom .tdBold {
	font-weight:bold;
	background:#7da1b3;
	color:#fff;
}

#content #textecom #ecom table.ecom .price {
	white-space:nowrap;
	text-align:right;
}
#content #textecom #ecom table.ecom .nowrap {
	white-space:nowrap;
}
#content #textecom #ecom table.ecom th {
	background-color:#231f20;
	color:#fff;
	font-weight:bold;
	line-height:25px;
	padding:0 4px;
}
#content #textecom #ecom table.ecom th.c, #content #textecom #ecom table.ecom td.c {
	text-align:center;	
}
#content #textecom #ecom table.ecom tr:hover {
	background-color:#7da1b3;
}
#content #textecom #ecom table.ecom tr.nohover:hover {
	background-color:#fff;
}
#content #textecom #ecom .paragraphimage {
	float:right;
	padding-left:15px;
}
#billing input {
	width:350px;
}
#ecom input#Quantity, #ecom input.Quantity {
	width:30px;
	border:1px solid #7da1b3;
	margin:0;
	padding:0;
	padding-left:2px;
	margin-right:2px;
}
a:hover {
	text-decoration:underline;
}