/*
	farbangaben:
	
	dunkelgrau: #343434;
	rot: #C51A18
	orange: #ffce31;	
	
*/

body, table {
	background-color: black;
	color: white;
}
p, a, td, th {
	color: white;
}
* {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-weight: bold;
	font-size: 15px;
}
h2 {
	font-weight: bold;
	font-size: 13px;
	margin: 0;
}
h3 {
	font-weight: bold;
	font-size: 11px;
}
td {
	vertical-align: top;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	/* color: #FF8346; */
	color: #ffce31;
}

#head {
	border: 1px solid #C51A18;
}

/* ****************** layout ****************** */

table.main {
}
td.main {
	width: 964px;
}
table.main2 {
	width: 964px;
}
td.foot {
	border: 1px solid #C51A18;	
	padding: 10px;
}
th {
	background-color: #C51A18;
}

/* ****************** katalog-liste ****************** */
table.catalogs {
}
td.catalogs {
	border: 1px solid #C51A18;
	width: 180px;
}
a.cat {
	display: block;
	background-color: black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-decoration: none;
	padding: 3px 7px;
}
a.cat:hover, a.selected {
	text-decoration: none;
	border-top: 1px solid #C51A18;
	border-bottom: 1px solid #C51A18;
	color: #fff;
	background-color: #343434;
}

/* ****************** produkt-liste (katalog) ****************** */
table.products {
	margin-left: 10px;
	border: 1px solid #C51A18;
	width: 772px;
}
table.products td {
	/* border-bottom: 3px solid black; */
}
	
th.products {
	padding: 5px;
}
td.productsNumber {
	padding: 5px;
	width: 30px;
}
td.productsTitle {
	width: 731px;
	padding: 5px;
}
td.products {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

/* ****************** produkt/ausführungen ****************** */
table.product {
	margin-left: 10px;
	border: 1px solid #999;
	width: 772px;
}
table.product th {
	padding: 7px;
	background-color: #343434;
}
table.product td.h {
	background-color: #343434;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
table.product td {
	border-top: 1px solid #999;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
}
table.product td.u {
	border: 0;
}
td.description {
/*	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;*/
}
div.productTools {
	margin-left: 10px;
	margin-bottom: 10px;
}
td.productImages {
	padding-top: 12px !important;
}
table.thumbnail {
	float: left;
	height: 190px;
	margin-right: 8px;
}
td.thumbnail {
	text-align: center;
	background-color: #fff;
	border: 1px solid #C51A18;
	vertical-align: middle;
	height: 170px;
}
table.thumbnail td.pad {
	border: 0 !important;	
	height: 10px;
}

img.thumbnail {
}

/* ****************** inhaltsseiten (text) ****************** */
img.side {
	border: 1px solid #fff;
}

td.text {
	padding-left: 50px;
	padding-right: 100px;
}
td.images {
	width: 250px;
}

div.lastModified {
	padding-top: 20px;
	text-align: right;
}

/* ****************** user content / wiki klassen ****************** */
h1.wiki, h2.wiki, h3.wiki, h4.wiki, h5.wiki, h6.wiki  {
	color: white;
	font-weight: bold;
}
h1.wiki {
	font-size: 15px;
}
h2.wiki {
	font-size: 13px;
}
h3.wiki {
	font-size: 12px;
}
h4.wiki {
	font-size: 12px;
}
h5.wiki {
	font-size: 12px;
}
p.wiki {
}
a.wiki {
	color: #ffce31;
}
a.wiki:hover {
	text-decoration: underline;
	color: #ffce31;
}
/* ****************** vertrieb ****************** */
table.distribution {
	width: 500px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
table.distribution th {
	background-color: #343434;
	border-bottom: 1px solid #999;
	padding: 5px;
}
table.distribution td {
	border-bottom: 1px solid #999;
	padding: 5px;
}
table.dealer {
	margin: 5px;
}
table.dealer td {
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.dealer td.l {
	background-color: gray;
}

/* ****************** sonstiges ****************** */
.border {
	border-top: 1px solid #999;
}
hr {
	color: #C51A18;
	background-color: #C51A18;
	border: 0;
	height: 1px;
}
td.spacer {
	/* background-color: yellow;  */
}
.hi {
	background-color: #1d1d1d;
	/*background-color: #3e3e3e;*/
}
.lo {
/*	background-color: #333333; */
	background-color: #000; 

}
form {
	display: inline
}

h2.menu {
	margin: 0;
	padding: 5px;
	background-color: #C51A18;
	border-bottom: 1px solid #C51A18;
}
div.highlight-text {
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
}
