/*
Theme Name: KABELTRONIK Corporate Website
Theme URI: http://www.design-aspekt.com/
Version: 1.0
Author: Design Aspekt (Oliver Hilscher)
*/


/* Layout */

html {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	margin: 0;
	padding: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #515151;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	width: 600px;
	margin: 0px auto;
}

#layout {
	position: absolute;
	text-align: left;
	padding: 0;
	z-index: 20;
}


/* header */

#logo {
	background: #fff;
	padding: 0 0 35px 0;
}

#logo a {
	outline: none;
}

#serviceBar {
	display: none;
}


/* navigation */

#navigation {
	display: none;
}


/* content */

#contentHeader {
	display: none;
}

#content {
	width: 600px;
	padding: 0 0 20px 0;
}


/* Standard-Formate */

div, p, img	{
	margin: 0;
	padding: 0;
	border: none;
}

object {
	margin: 0;
	padding: 0;
}

.floatleft	{ float: left; }
.floatright { float: right; }
.clear		{ clear: both; }
.subtext	{ display: none; }
.noMargin	{ margin: 0 !important; }
.paddingTop	{ padding-top: 14px; }


/* FROM CONTENT.CSS */

/* Typo */

h1 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	border-bottom: 1px solid #515151;
}

h2 {
	margin: 0 0 14px 0;
	padding: 0 0 10px 0;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	border-bottom: 1px solid #515151;
}

h3 {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
}

hr {
	clear: both;
	height: 1px;
    margin: 0 0 10px 0;
    padding: 0;
    color: #515151;
    background-color: #515151;
    border: 0 solid #515151;
}


/* Links */

a:link,
a:visited,
a:active {
    color: #515151;
    text-decoration: none;
}

a:hover,
#content a:link,
#content a:visited,
#content a:active {
    text-decoration: underline;
}

h3 a {
    text-decoration: none !important;
}


/* product bar */

.productBar {
	display: none;
}

#productBarImportantNotice {
	border-top: 1px solid #000;
	padding-top: 2px;
	display: block;
}

.productBar img {
	float: left;
	margin: -1px 4px 0 0;
}

.productBar h3 {
	display: inline;
}

.featureText {
	border-bottom: 1px solid #000;
	margin-bottom: 47px;
}

/* Homepage */

#slideshowHome {
	display: none;
}

.homeColumn {
	float: left;
	width: 186px;
	margin: 0 20px 10px 0;
}

.homeColumn h3 {
    margin: 16px 0 8px 0;
    padding: 0 0 5px 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
	border-bottom: 1px solid #515151;
}

.homeColumn h3 a {
    text-decoration: none;
}


/* Modules */

.stdText {
	width: 600px;
	margin-top: 16px;
}

.stdText div,
#overviewText {
	margin-bottom: 16px;
}

.img {
	position: relative;
}

.wide {
	width: 600px !important;
}

.wide img {
	width: 600px !important;
}

.aktionLabel {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}


/* listed items with images */

.listItem {
	float: left;
	width: 600px;
	margin: 0 0 37px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #b9b9b9;
}

.listItem .img {
	float: left;
	margin-right: 20px;
}

.listItem .logo {
	width: 220px;
	padding: 15px 0;
	text-align: center;
	background-color: #fff;
}

.listItem .description {
	float: left;
	width: 450px;
}


/* product gallery */

.productThumb {
	position: relative;
	float: left;
	width: 220px;
	height: 243px;
	margin: 0 20px 20px 0;
	border-bottom: 1px solid #cdcdcd;
}

.productThumb img {
	margin-bottom: 3px;
}

.lastCol {
	margin-right: 20px;
}


/* product detail */

#productDetail {
	margin: -37px 0 47px 0;
}

#productDetail h3 {
	margin: 47px 0 0 0;
	padding: 0 0 2px 1px;
	color: #515151;
	border-bottom: 1px solid #515151;
}

#productDetail h4 {
	float: left;
	width: 240px;
	margin: 2px 20px 2px 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

* html #productDetail h4 {
	position: absolute;
}


#productDetail p {
	margin-top: 2px;
}

#productDetail ul {
	list-style-type: none;
    margin: 0 0 2px 0;
    padding: 0 0 2px 260px;
	border-bottom: 1px solid #b9b9b9;
}

#productDetail ul li {
	margin: 0;
	padding: 2px 0 2px 0;
	border-bottom: 1px solid #b9b9b9;
}

#productDetail ul li.last {
	padding-bottom: 0;
	border: 0;
}


#productDataTable {
	margin: 0 0 20px 0;
}

#productDataTable h3 {
	padding: 0 0 2px 1px;
	color: #515151;
	border-bottom: 1px solid #515151;
}

#productDataTable h4 {
	height: 17px;
	margin: 10px 0 0 0;
	padding: 3px 7px 0 7px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	background-color: #b9b9b9;
}


/* References */

.reference {
	margin: 16px 0 0 0;
	padding-bottom: 16px;
	border-bottom: 1px solid #b9b9b9;
}


/* Lists */

ul, ol {
    margin: 0;
    padding: 0 0 0 18px;
}

ul {
    list-style-type: square;
}

li {
    margin: 0;
    padding: 0;
}


/* categories / items list */

ul.items {
	list-style-type: none;
    margin: 5px 0 30px 0;
    padding: 0;
}

ul.items li {
	padding: 4px 0 2px 1px;
	line-height: 15px;
	border-bottom: 1px solid #b9b9b9;
}

ul.items li.main {
	color: #515151;
	font-weight: bold;
	border-bottom: 1px solid #515151;
}

ul.items li.main a {
	color: #515151;
	font-weight: bold;
	text-decoration: none;
}

ul.items a {
	text-decoration: none !important;
}


/* table elements */

table {
	width: 100%;
    margin: 0;
    padding: 0;
    border-style: none;
}

td {
    padding: 0 20px 0 0;
	vertical-align: top;
}

.productRange,
.saleTable {
	table-layout: fixed;
}

.productRange th {
	padding: 2px 20px 4px 7px;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.productRange td {
	padding: 2px 0 2px 6px;
	font-size: 11px;
	line-height: 16px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e6e6e6;
}


.saleTable th {
	padding: 2px 10px 4px 7px;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.saleTable td {
	padding: 2px 10px 2px 6px;
	font-size: 11px;
	line-height: 16px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e6e6e6;
}

.rightAlign {
	text-align: right !important;
}


#dataTable {
	clear: both;
	width: 100%;
	padding-top: 16px;
}


/* tables in stdText */

#stdText {
	clear: both;
}

#stdText table {
	width: 600px;
	table-layout: fixed;
	border-collapse: collapse;
}

#stdText table tr th {
	padding: 2px 20px 4px 7px;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}

#stdText table tr td {
	padding: 2px 0 2px 6px;
	font-size: 11px;
	line-height: 15px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e6e6e6;
}

#stdText table tr th em {
	display: block;
	margin-top: 14px;
	font-weight: normal;
}

#similar-products,
#product-nav,
img.new-product,
img.aktionLabel {
	display: none;
}

#print-watermark {
	position: absolute;
	top: 650px;
	z-index: 1;
}

