/*
'-------------------------------------------------
' Grundeinstellungen Dokument
'-------------------------------------------------
*/

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	letter-spacing: 0px;
	word-spacing: normal;
	text-decoration: none;
}

body {
	background-color: #A80532;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	background-image: none;
}

#page_margins {
	padding: 15px 0px;
}

#page {
	border-color: #d1d3d4;
	background-image: url('../../../fileadmin/templates/images/b_background.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
	background-color: #ffffff;
}

#main {
	background: transparent;
	padding: 0;
}

#header {
	background-color: #d1d3d4;
	background-image: none;
	height: 116px;
}

#nav_main {
	background-color: #d1d3d4;
	background-image: none;
}

#footer{
	background-color: #a90533;
	color: white;
/* 	border: 0px; */
	padding: 5px;
}

/*
'-------------------------------------------------
' Definition Layer
'-------------------------------------------------
*/

div#headerBalkenLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 105px;
	background-color: #d1d3d4;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	visibility: visible;
}

div#headerLogo1Layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 170px;
	height: 105px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
	visibility: visible;
}

div#headerLogo2Layer {
	position: absolute;
	left: 0px;
	top: 105px;
	width: 149px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
	visibility: visible;
}

div#inhaltLayer {
	position: absolute;
	left: 250px;
	top: 155px;
	width: 600px;
	height: auto;
	margin: 0px;
	padding: 0px 0px 35px 0px;
	z-index: 21;
	visibility: visible;
}

div#navigationListeLayer {
	position: absolute;
	left: 25px;
	top: 157px;
	width: 175px;
	height: auto;
	padding: 0px 0px 35px 0px;
	padding: 0px;
	z-index: 31;
	visibility: visible;
}

div#navigationHeaderLayer {
	position: absolute;
	left: 250px;
	top: 85px;
	width: 670px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	z-index: 31;
	visibility: visible;
}

#col1 {
	background-image: url('/fileadmin/templates/images/h_logo-2.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 14px top;
}


#col1_content, #col2_content, #col3_content {
	padding-top: 35px;
	min-height: 500px;
}



/*
'-------------------------------------------------
' Definition Elemente
'-------------------------------------------------
*/

p {
	margin-top: 9px;
	margin-bottom: 9px;
}

table {
	border-width: 0px;
	empty-cells: hide;
	margin-top: 9px;
	margin-bottom: 9px;
}

img {
	border-width: 0px;
}

img.inhaltClass {
	border-width: 1px;
	border-style: solid;
	border-color: #c1c1c1;
}

hr {
	border-style: solid;
	border-color: #d1d3d4;
	border-width: 0px 0px 1px 0px;
	height: 1px;
	width: 100%;
	margin: 9px 0px 9px 0px;
	text-align: left;
}

h1 {
	font-size: 1.4em;
	color: #a90533;
	font-weight: bold;
	line-height: 1.6em;
	letter-spacing: 0px;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
}

h2, .ProductListCategory {
	font-size: 1.2em;
	color: #a90533;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
}

em {
	font-weight: bold;
}



/*
'-------------------------------------------------
' Links
'-------------------------------------------------
*/

a { color: #000000; font-weight: bold; text-decoration: underline; }
a:link { color: #000000; }
a:hover { color: #a90533; }
a:active { color: #a90533; }
a:visited { color: #000000; }
a:visited:hover { color: #a90533; }
a:visited:active { color: #a90533; }



/*
'-------------------------------------------------
' Listen
'-------------------------------------------------
*/

/* Liste im Inhaltsbereich */

ul {
	list-style-type: square;
	margin: 9px 0px 9px 15px;
	padding: 0px;
}

li {
	padding-left: 0px;
}

/* Liste Navigation oben */

ul.navHeaderClass {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.navHeaderClass {
	float: left;
	margin: 0px 20px 0px 0px;
}

ul.navHeaderClass a { color: #000000; font-weight: bold; text-decoration: none; }
ul.navHeaderClass a:link { color: #000000; }
ul.navHeaderClass a:hover { color: #a90533; }
ul.navHeaderClass a:active { color: #a90533; }
ul.navHeaderClass a:visited { color: #000000; }
ul.navHeaderClass a:visited:hover { color: #a90533; }
ul.navHeaderClass a:visited:active { color: #a90533; }

/* Liste Navigation links */

ul.navListeClass {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.navListeClass * dfn, ul.navListeClass * .hidden {
	display: none;
}

ul.navListeClass li { color: #ffffff; }
ul.navListeClass li strong { background-color: #ffffff; color: #000000; display: block;}

ul.navListeClass a { color: #ffffff; font-weight: bold; text-decoration: none; }
ul.navListeClass a:link { color: #ffffff; }
ul.navListeClass a:hover { color: #d1d3d4; }
ul.navListeClass a:active { color: #d1d3d4; }
ul.navListeClass a:visited { color: #ffffff; }
ul.navListeClass a:visited:hover { color: #d1d3d4; }
ul.navListeClass a:visited:active { color: #d1d3d4; }

.news-latest-container {
	padding-top: 10px;
}

.news-header-list-container {
	padding-bottom: 10px;
}

.news-header-list-categories, .news-latest-category {
	display: none;
}


.ProductListCategory {
	clear: both;
	padding-top: 10px;
}

div.navigation * div {
	padding: 5px 0px;
}

div.TableDescription {
	clear: both;
	border-top: 2px solid #d1d3d4;
}

div.TableDescription div {
	padding-bottom: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}










div.tt-products div table table {
	margin: 0px;
}


div.tt-products div * th, div.tt-products div * td {
	padding: 0px;
}

.orderbutton {
	background: url('/fileadmin/templates/images/minibasket1.gif') no-repeat top left;
	margin: 0;
}

.ordervalue {
	text-align: right;
	width: 3em;
}

.ProductListProduct div {
	padding: 5px 0 0 0;
}

.ProductListProduct {
	clear: both;
}

.ProductListProduct * a {
	font-size: 1.2em;
	float: left;
}

.ProductListProduct * .qty, .ProductListProduct * .price {
	height: 19px;
	text-align: right;
	padding: 0;
	float: right;
}

.ProductListProduct * .qty {
	width: 7em;
}


input.StockWarning {
	text-align: right;
	height: 15px;
	width: 7em;
	font-size: 0.7em;
}

div.qty2 {
	width: 7em;
	height: 19px;
	text-align: right;
	padding: 0;
}

div.qty span.StockWarning, div.qtySingleItem.nichtLagernd {
	display: none;
}

div.qty.nichtLagernd input {
	display: none;
}

div.qty.nichtLagernd span.StockWarning {
	display: block;
}

.ProductListProduct div.nichtLagernd a {
	color: silver;
}

.red {
	background-color: red;
}

.green {
	background-color: green;
}

.csc-frame-invisible form#mailform {
	display: none;
}