﻿@charset "utf-8";

/* margin / padding : top right bottom left */
/* border-spacing: horizontal vertikal */
/* border-spacing: horizontal+vertikal */

/* Schwass, 09/2009 - Styles für Shop eingefügt */
.ueberschrift-mainframe {
	font-size: 14px;
}

ul {
	margin: 0px;
}

form {
	margin: 0px;
}

table {
	border: 0px;
	width: 100%;
	border-spacing: 0px;
	border-collapse: separate;
	empty-cells: show;
}

tr {
	vertical-align: top;
}

td {
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
}

/* ----- Allgemeiner Text ----- */
.Text-Small {
	font-size: 10px;
}

.Text-SmallBold {
	font-size: 10px;
	font-weight: bold;
}

.Text-SuperSmall {
	font-size: 8px;
}

.Text-Normal {
	font-size: 12px;
}

.Text-NormalBold {
	font-size: 12px;
	font-weight: bold;
}

.Text-BigNormal {
	font-size: 14px;
}

.Text-BigBold {
	font-size: 14px;
	font-weight: bold;
}

.Text-Radio {
	font-size: 12px;
	vertical-align: middle;
}

.Text-Error {
	font-size: 12px;
	font-weight: bold;
}

.Text-Warnung {
	font-size: 12px;
	font-weight: bold;
}

.Alter-Preis {
	text-decoration: line-through;
	font-weight: bold;
}

#button, #button-hover {
	width: 100%;
	height: 30px;
	margin: 2px 0px 2px 0px;
	border-collapse: separate;
	border-spacing: 2px;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	border: 1px solid;
	white-space: nowrap;
	color: #FFFFFF;
	background-color: #046240;
	border-radius: 4px;
}


#button-hover {
	/* background-color: #034a30 !important; */
	background-color: #008d64 !important;
}


	#button a, #button-hover a {
		font-weight: bold;
		font-size: 16px;
		line-height: 30px;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		color: #FFFFFF;
	}

		#button a:hover, #button-hover a:hover {
			text-decoration: underline;
			background-color: #008d64;
		}

		#button a:visited, #button-hover a:visited {
			color: #FFFFFF;
		}

	#button input, #button-hover input {
		width: 100%;
		height: 30px;
		margin: 0px;
		border: 0px solid;
		border-collapse: separate;
		border-spacing: 2px;
		font-weight: bold;
		font-size: 16px;
		line-height: 30px;
		cursor: pointer;
		text-align: center;
		text-decoration: underline;
		vertical-align: middle;
		padding: 0px 10px 0px 10px;
		white-space: nowrap;
		background-color: transparent;
		border: none !important;
		color: #FFFFFF;
	}
	input[name="Bestellen"], #ware_bestellen div{
		background-color: #e3000b !important;
		border-radius: 4px;
		text-decoration: none !important;
	}
		input[name="Bestellen"]:hover {
		background-color: #ff0000 !important;
		text-decoration: underline !important;
	}
	#ware_bestellen div:hover{
		background-color: #ff0000 !important;
		text-decoration: none !important;
	}
	
	#ware_bestellen div a:hover{
		background-color: transparent !important;
		text-decoration: underline !important;
	}




img {
	border: none;
}
/* ------------------------------------------------- */

body {
	font: 12px Arial;
	line-height: 16px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a {
	text-decoration: none;
}

	a:hover {
	}

	a.rot {
		text-decoration: none;
	}

		a.rot:hover {
		}

	a.nav_activ {
		font-weight: bold;
		text-decoration: none;
	}

	a.nav_inactiv {
		font-weight: bold;
		text-decoration: none;
	}

h1 {
	line-height: 30px;
	font-size: 22px;
	border-bottom: solid 1px;
}

h2 {
	font-size: 16px;
	border-bottom: solid 1px;
}

h3 {
	font-size: 14px;
	border-bottom: solid 1px;
}

span.title_form {
	font-weight: bold;
}

span.normal {
	font-size: 12px;
}

span.small {
	font-size: 14px;
}

span.rot {
}

.Daten-Table {
	border: 1px solid;
	border-collapse: collapse;
	border-spacing: 0px 0px;
}

.Daten-Spalte {
	font-stretch: condensed;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right: 1px solid;
}

.Daten-SpalteRechts {
	font-stretch: condensed;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.Daten-Zelle {
	font-size: 12px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

.Daten-ZelleRechts {
	font-size: 12px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

.Trennlinie {
	height: 1px;
	border-bottom: 1px solid;
	padding: 0px;
	margin: 0px;
}


input, input.text, select, textarea {
	border: 1px solid;
	font-size: 12px;
	/*height:22px;*/
	text-align: left;
	margin: 0px;
	padding: 2px;
}

	input.checkbox {
		border: 0px;
		height: auto;
		padding: 0px;
		margin: 0px;
	}

.IBISShop #container {
	width: 971px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#banner {
	position: relative;
	height: 230px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 5px;
}

	#banner .header {
		font-size: 12px;
		position: absolute;
	}

		#banner .header ul {
			vertical-align: top;
			margin: 0;
			height: auto;
			float: right;
			display: block;
		}

			#banner .header ul li {
				height: auto;
				display: inline;
				float: left;
				padding-top: 20px;
				padding-right: 30px;
				padding-bottom: 0px;
				padding-left: 6px;
			}

				#banner .header ul li a {
					text-decoration: none;
					font-weight: bold;
				}

					#banner .header ul li a:hover {
					}

	#banner .sprachumschaltung ul {
		vertical-align: top;
		margin: 0;
		height: 40px;
		float: right;
		display: block;
	}

		#banner .sprachumschaltung ul li {
			height: 40px;
			display: inline;
			float: left;
			padding: 5px 20px;
			text-align: center;
		}

			#banner .sprachumschaltung ul li a {
				text-decoration: none;
				font-size: 16px;
				/*font-weight: bold;*/
			}

				#banner .sprachumschaltung ul li a:hover {
					text-decoration: underline;
				}

	#banner .banner-menu-left {
		position: absolute;
		top: 175px;
		left: 1px;
		height: 50px;
	}

		#banner .banner-menu-left a {
			height: 50px;
			line-height: 50px;
			font-size: 20px;
			text-decoration: none;
			font-weight: bold;
			padding-right: 20px;
			float: left;
			color: #CDE0D9;
		}

			#banner .banner-menu-left a:hover {
				color: #FFFFFF !important;
			}

	#banner .banner-menu-right {
		position: absolute;
		top: 175px;
		left: 760px;
		height: 50px;
	}

		#banner .banner-menu-right a {
			height: 50px;
			line-height: 50px;
			font-size: 20px;
			text-decoration: none;
			font-weight: bold;
			padding-right: 20px;
			float: left;
			color: #FFF !important;
		}

#sageline {
	padding-left: 490px;
	padding-top: 70px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	left: 0;
	width: 160px;
}

	#sidebar1 .inside {
		padding: 0px 0px 0px 0px;
		overflow: hidden;
	}

/* ----- Start : Katalogmenue -----*/
.menue_kataloge_titel {
	background-color: #e6e7e6;
	color: rgb(0,103,69) !important;
	font-weight: bold;
	line-height: 25px;
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
}

#menue_kataloge {
	/*font-size: 12px;*/
}

	#menue_kataloge ul.sonderkataloge {
		list-style-type: none;
		vertical-align: top;
		padding: 0;
		width: 160px;
		margin-left: 0px;
		margin-right: 0px;
		overflow: hidden;
	}

		#menue_kataloge ul.sonderkataloge li {
			height: auto;
			border-bottom: solid 1px;
			padding-top: 4px;
			padding-bottom: 4px;
			margin-top: 4px;
		}

			#menue_kataloge ul.sonderkataloge li a {
				text-decoration: none;
			}

				#menue_kataloge ul.sonderkataloge li a:hover {
				}

	#menue_kataloge ul.sonderangebote {
		list-style-type: none;
		vertical-align: top;
		padding: 0;
		width: 160px;
		margin-left: 0px;
		margin-right: 0px;
		overflow: hidden;
	}

		#menue_kataloge ul.sonderangebote li {
			height: auto;
			border-bottom: solid 1px;
			padding-top: 4px;
			padding-bottom: 4px;
			margin-top: 4px;
		}

			#menue_kataloge ul.sonderangebote li a {
				text-decoration: none;
				font-weight: bold;
			}

				#menue_kataloge ul.sonderangebote li a:hover {
				}

	#menue_kataloge ul.dispokatalog {
		list-style-type: none;
		vertical-align: top;
		padding: 0;
		width: 160px;
		margin-left: 0px;
		margin-right: 0px;
		overflow: hidden;
	}

		#menue_kataloge ul.dispokatalog li {
			height: auto;
			border-bottom: solid 1px;
			padding-top: 4px;
			padding-bottom: 4px;
			margin-top: 4px;
		}

			#menue_kataloge ul.dispokatalog li a {
				text-decoration: none;
			}

				#menue_kataloge ul.dispokatalog li a:hover {
				}

	#menue_kataloge ul.ebene1 {
		list-style-type: none;
		vertical-align: top;
		padding: 0;
		width: 160px;
		margin-left: 0px;
		margin-right: 0px;
		overflow: hidden;
	}

		#menue_kataloge ul.ebene1 li {
		}

			#menue_kataloge ul.ebene1 li a {
				border-top: 1px solid;
				display: block;
				/*font-size: 12px;*/
				/*line-height: 18px;*/
				font-style: normal;
				font-weight: normal;
				padding-bottom: 4px;
				padding-left: 5px;
				padding-right: 23px;
				padding-top: 4px;
				text-decoration: none;
				width: 132px;
			}

				#menue_kataloge ul.ebene1 li a:hover {
				}

	#menue_kataloge ul.ebene2 {
		list-style-type: none;
		vertical-align: top;
		padding: 0;
		width: 160px;
		margin-left: 0px;
		margin-right: 0px;
		overflow: hidden;
	}

		#menue_kataloge ul.ebene2 li {
		}

			#menue_kataloge ul.ebene2 li a {
				border-top: 1px solid;
				display: block;
				/*font-size: 12px;*/
				/*line-height: 18px;*/
				font-style: normal;
				font-weight: normal;
				padding-bottom: 0px;
				padding-left: 10px;
				padding-right: 18px;
				padding-top: 0px;
				text-decoration: none;
				width: 132px;
			}

				#menue_kataloge ul.ebene2 li a:hover {
				}

	#menue_kataloge ul.ebene3 {
		list-style-type: none;
		vertical-align: top;
		padding: 0;
		width: 160px;
		margin-left: 0px;
		margin-right: 0px;
		overflow: hidden;
	}

		#menue_kataloge ul.ebene3 li {
		}

			#menue_kataloge ul.ebene3 li a {
				border-top: 1px solid;
				display: block;
				/*font-size: 12px;*/
				/*line-height: 18px;*/
				font-style: normal;
				font-weight: normal;
				padding-bottom: 0px;
				padding-left: 15px;
				padding-right: 13px;
				padding-top: 0px;
				text-decoration: none;
				width: 132px;
			}

				#menue_kataloge ul.ebene3 li a:hover {
				}

	#menue_kataloge ul.ebene4 {
		list-style-type: none;
		vertical-align: top;
		padding: 0;
		width: 160px;
		margin-left: 0px;
		margin-right: 0px;
		overflow: hidden;
	}

		#menue_kataloge ul.ebene4 li {
		}

			#menue_kataloge ul.ebene4 li a {
				border-top: 1px solid;
				display: block;
				/*font-size: 12px;*/
				/*line-height: 18px;*/
				font-style: normal;
				font-weight: normal;
				padding-bottom: 0px;
				padding-left: 42px;
				padding-right: 6px;
				padding-top: 0px;
				text-decoration: none;
				width: 122px;
			}

				#menue_kataloge ul.ebene4 li a:hover {
				}
/* ----- Ende : Katalogmenue -----*/


/* ----- Start : Suchergebnisse, Kataloguebersich -----*/
.suchergebnis_kataloge_titel {
	font-size: 16px;
	padding-top: 10px;
}

#suchergebnis_kataloge {
	font-size: 14px;
}

	#suchergebnis_kataloge ul.ebene1 {
		list-style-type: none;
		vertical-align: top;
		padding: 0;
		width: 480px;
		margin-left: 0px;
		margin-right: 0px;
		overflow: hidden;
	}

		#suchergebnis_kataloge ul.ebene1 li {
			height: auto;
			padding-top: 4px;
			padding-bottom: 4px;
			margin-top: 4px;
		}

			#suchergebnis_kataloge ul.ebene1 li a {
				text-decoration: none;
			}

				#suchergebnis_kataloge ul.ebene1 li a:hover {
				}

	#suchergebnis_kataloge ul.ebene2 {
		list-style-type: none;
		vertical-align: top;
		padding: 0;
		width: 460px;
		margin-left: 20px;
		overflow: hidden;
	}

		#suchergebnis_kataloge ul.ebene2 li {
			height: auto;
			padding-top: 4px;
			padding-bottom: 4px;
			margin-top: 4px;
		}

			#suchergebnis_kataloge ul.ebene2 li a {
				text-decoration: none;
			}

				#suchergebnis_kataloge ul.ebene2 li a:hover {
				}

	#suchergebnis_kataloge ul.ebene3 {
		list-style-type: none;
		vertical-align: top;
		padding: 0;
		width: 440px;
		margin-left: 20px;
		overflow: hidden;
	}

		#suchergebnis_kataloge ul.ebene3 li {
			height: auto;
			padding-top: 4px;
			padding-bottom: 4px;
			margin-top: 4px;
		}

			#suchergebnis_kataloge ul.ebene3 li a {
				text-decoration: none;
			}

				#suchergebnis_kataloge ul.ebene3 li a:hover {
				}

	#suchergebnis_kataloge ul.ebene4 {
		list-style-type: none;
		vertical-align: top;
		padding: 0;
		width: 420px;
		margin-left: 20px;
		overflow: hidden;
	}

		#suchergebnis_kataloge ul.ebene4 li {
			height: auto;
			padding-top: 4px;
			padding-bottom: 4px;
			margin-top: 4px;
		}

			#suchergebnis_kataloge ul.ebene4 li a {
				text-decoration: none;
			}

				#suchergebnis_kataloge ul.ebene4 li a:hover {
				}
/* ----- Ende : Suchergebnisse, Kataloguebersich -----*/



span.herstellerauswahl_title {
	font-size: 16px;
}

#menu_herstellerauswahl {
	/*font-size: 12px;*/
}

	#menu_herstellerauswahl ul {
		list-style-type: none;
		vertical-align: top;
		padding: 0;
		width: 160px;
		margin-left: 0px;
		margin-right: 0px;
		overflow: hidden;
	}

		#menu_herstellerauswahl ul li {
		}

			#menu_herstellerauswahl ul li a {
				border-top: 1px solid;
				display: block;
				/*font-size: 12px;*/
				/*line-height: 18px;*/
				font-style: normal;
				font-weight: normal;
				padding-bottom: 4px;
				padding-left: 22px;
				padding-right: 6px;
				padding-top: 4px;
				text-decoration: none;
				width: 132px;
			}

				#menu_herstellerauswahl ul li a:hover {
				}

select.herstellerauswahl {
	width: 140px;
}

span.sidebar2_title {
	font-size: 16px;
}

span.Template-Table {
}

span.Template-Link {
	font-size: 10px;
}


.IBISShop #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	right: 0;
	width: 160px;
	margin: 0px;
	background-color: #006745;
	border: solid 1px #006745;
}

#sidebar2 .inside {
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	overflow: hidden;
}

#sidebar2 .inside_neu {
	padding: 0px 0px 0px 0px;
	border: double;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.sidebar2Button:activ {
	background-color: #FFF;
}

.WarenkorbSmall_titel {
	font-weight: bold;
	line-height: 25px;
	width: 120px;
	padding-left: 40px;
}

#wkrefresh {
	position: relative;
	float: right;
	top: 4px;
	right: 5px;
	cursor: pointer;
}

/*
td.sidebar2Button
{
	width:140px;
} 


#WarenkorbSmall
{
	width:140px;
}
*/
.IBISShop #mainContent {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 0px dotted;
	position: relative;
	float: left;
	width: 630px;
}

#mainContent .produkt_title {
	border-bottom: solid 1px;
	border-top: solid 1px;
	/*font-size: 12px;*/
	line-height: 20px;
	vertical-align: middle;
	margin: 10px 0px 5px 0px;
}

.IBISShop #fuss {
	height: 25px;
	margin-left: 0px;
	text-align: left;
	padding-top: 5px;
}

	.IBISShop #fuss p {
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}


/* ----- START inc_artikelanzeige ----- */

table.inc_artikelanzeige_zeile {
	border-spacing: 2px;
	overflow: hidden;
	/*border:1px solid;*/
	table-layout: fixed;
}

tr.inc_artikelanzeige_zeile {
	vertical-align: top;
}

td.inc_artikelanzeige_zeile {
	border: 1px solid;
	padding: 0px;
}

table.inc_artikelanzeige {
	border-spacing: 2px;
}

.inc_artikelanzeige_kopf {
	background-color: rgb(227,0,11);
	color: #ffffff;
	/*font-size: 12px;*/
	font-weight: bold;
	vertical-align: middle;
	line-height: 25px;
	padding: 0px 10px 0px 10px;
}

table.inc_artikelanzeige_bild {
	border-spacing: 2px;
}

td.inc_artikelanzeige_bild {
	vertical-align: top;
	text-align: center;
	width: 100px;
	height: 100%;
	overflow: hidden;
}

img.inc_artikelanzeige_bild {
	/* border:1px solid; */
	width: 100px;
}

table.inc_artikelanzeige_preise_und_verfuegbarkeit {
	padding: 0px;
	border-spacing: 0px 0px;
}

/* ----- ENDE inc_artikelanzeige ----- */


/* ----- START inc_angebote ----- */

table.inc_angebote_zeile {
	border-spacing: 2px;
	overflow: hidden;
	/*border:1px solid;*/
	table-layout: fixed;
}

tr.inc_angebote_zeile {
	vertical-align: top;
}

td.inc_angebote_zeile {
	border: 1px solid;
}

table.inc_angebote {
	padding: 2px;
	border-spacing: 2px;
}

td.inc_angebote_kopf {
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	padding: 2px 5px 2px 5px;
}

table.inc_angebote_bild {
	border-spacing: 2px;
}

td.inc_angebote_bild {
	vertical-align: top;
	text-align: center;
	width: 100px;
	height: 100%;
}

img.inc_angebote_bild {
	/* border:1px solid; */
	width: 100px;
}

table.inc_angebote_preise_und_verfuegbarkeit {
	padding: 0px;
	border-spacing: 0px 5px;
}

/* ----- ENDE inc_angebote ----- */



/* ----- artikeldetails ----- */
table.artikeldetails {
	margin-top: 20px;
	padding: 0;
	border: 1px solid;
	border-collapse: separate;
	border-spacing: 5px 5px;
}

tr.artikeldetails {
	vertical-align: top;
}

td.artikeldetails_kopf {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}

td.artikeldetails_hauptbild {
	width: 250px;
	margin-right: 10px;
}

img.artikeldetails_hauptbild {
	width: 250px;
	border: 1px solid;
}

#artikeldetails_bilder {
}

	#artikeldetails_bilder table {
	}

	#artikeldetails_bilder tr {
		vertical-align: bottom;
	}

	#artikeldetails_bilder td {
		text-align: center;
		/*	border-right:5px solid; */
		border: 1px solid;
		margin-right: 5px;
	}

	#artikeldetails_bilder img {
		text-align: center;
		border: 0px solid;
		width: 60px;
		vertical-align: middle;
		cursor: pointer;
	}

#artikeldetails_dokumente {
}

	#artikeldetails_dokumente table {
	}

	#artikeldetails_dokumente td {
		text-align: left;
		vertical-align: bottom;
		padding-bottom: 5px;
	}

	#artikeldetails_dokumente img {
		border: 0px;
		cursor: pointer;
	}

.ArtikelAnzeige-AlterPreis {
	text-decoration: line-through;
	line-height: 13px;
	font-size: 10px;
	vertical-align: bottom;
	text-align: left;
	padding-left: 20px;
}

.ArtikelAnzeige-SonderPreis {
	border: 0px;
	text-align: center;
	font-weight: bold;
	line-height: 13px;
	font-size: 11px;
	vertical-align: top;
}

.ArtikelAnzeige-Preis {
	border: 0px;
	text-align: left;
}

ArtikelAnzeige-Link-Bezeichnung {
}

#CrossSellingArtikel table {
}

#CrossSellingArtikel td {
}

td.CrossSellingArtikelKopf {
	border-bottom: 1px solid;
}


/* ------------------------------ */


/* ----- zahlungs- und versandarten im warenkorb oder bestellen_zahlungsart ----- */
td.zahlungsartenauswahl {
	text-align: center;
	vertical-align: top;
}

td.zahlungsartenauswahl-hover {
	text-align: center;
	vertical-align: top;
}

td.versandartenauswahl {
	text-align: center;
	vertical-align: top;
}

td.versandartenauswahl-hover {
	text-align: center;
	vertical-align: top;
}
/* ------------------------------ */


/* ----- Formularfelder - Bestellformular */
input.BestDaten-Focused {
	border: solid 1px;
	width: 100%;
}

input.BestDaten-Normal {
	border: solid 1px;
	width: 100%;
}

input.BestDaten-Error {
	border: solid 1px;
	width: 100%;
}


input.BestDatenPassw-Focused {
	border: solid 1px;
	width: 100px;
}

input.BestDatenPassw-Normal {
	border: solid 1px;
	width: 100px;
}

textarea.BestDaten-Focused {
	border: solid 1px;
	width: 100%;
	height: auto;
}

textarea.BestDaten-Normal {
	border: solid 1px;
	width: 100%;
	height: auto;
}

textarea.BestDaten-Error {
	border: solid 1px;
	width: 100%;
	height: 50;
}


table.bestellen_daten {
	border-spacing: 0px 5px;
	border-collapse: separate;
}

table.bestelldaten-login {
	border-spacing: 5px 5px;
	border-collapse: separate;
	margin-bottom: 10px;
}

tr.bestelldaten-login {
	vertical-align: bottom;
}

td.bestelldaten-login {
	white-space: nowrap;
}


table.bestelldaten-anschriften {
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 10px;
}

td.bestelldaten-rechnungsanschrift-kopf {
	width: 200px;
	font-stretch: condensed;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

td.bestelldaten-rechnungsanschrift {
	padding: 0px;
}

table.bestelldaten-rechnungsanschrift {
	border-spacing: 5px 5px;
	border-collapse: separate;
	border: solid 1px;
}

td.bestelldaten-lieferanschrift-kopf {
	width: 200px;
	table-layout: fixed;
	font-stretch: condensed;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

td.bestelldaten-lieferanschrift {
	padding: 0px;
}

table.bestelldaten-lieferanschrift {
	border-spacing: 5px 5px;
	border-collapse: separate;
	border: solid 1px;
}

td.bestelldaten-kommentar-kopf {
	width: 200px;
	font-stretch: condensed;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

td.bestelldaten-kommentar {
	padding: 0px;
}

table.bestelldaten-kommentar {
	border-spacing: 5px 5px;
	border-collapse: separate;
	border: solid 1px;
}

td.bestellen_daten_feldbeschreibung {
	vertical-align: bottom;
	width: 20%;
	white-space: normal;
}

td.bestellen_daten_eingabefeld {
	vertical-align: bottom;
	width: 80%;
	padding-right: 5px;
}

/* ------------------------------ */

/* ----- Lieferanschriften ----- */

tr.lieferschrift-gerade {
	vertical-align: middle;
}

tr.lieferschrift-ungerade {
	vertical-align: middle;
}

td.lieferschrift {
	border-right: 1px solid;
	border-bottom: 1px solid;
	padding: 5px 5px 5px 5px;
}



/* ------------------------------ */



/* ----- Gutschein im Warenkorb ----- */
table.gutschein-einloesen {
	border-spacing: 5px 5px;
	border-collapse: separate;
	margin-bottom: 10px;
}

tr.gutschein-einloesen {
	vertical-align: bottom;
}

td.gutschein-einloesen {
}
/* ------------------------------ */


/* ----- Produktsortierung innerhalb katalog_ansicht ----- */
table.produktsortierung {
}

td.produktsortierung {
}
/* ------------------------------ */


/* ----- Login Übersicht ----- */
table.login-uebersicht-daten {
	border-collapse: separate;
	border-spacing: 5px 5px;
	border: solid 1px;
}

td.login-uebersicht-kat {
	width: 150px;
	vertical-align: bottom;
	height: 20px;
}

td.login-uebersicht-daten {
	vertical-align: bottom;
	height: 20px;
}


tr.warenkoerbe {
}

td.warenkoerbe {
	vertical-align: bottom;
	height: 30px;
}



table.warenkorb-speichern {
	border-spacing: 5px 5px;
	border-collapse: separate;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* ------------------------------ */

/* ----- Favoriten ----- */
table.favoriten {
	border-collapse: separate;
	border-spacing: 0px 0px;
	border: solid 1px;
}

td.favoriten-spaltenueberschrift {
	font-stretch: condensed;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right: 1px solid;
	white-space: nowrap;
}

td.favoriten-spaltenueberschriftRechts {
	font-stretch: condensed;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	white-space: nowrap;
}

td.favoriten {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* ------------------------------ */

/* ----- bestellungen_details ----- */
table.bestellungen-details {
	border-collapse: separate;
	border-spacing: 0px 0px;
	border: solid 1px;
	margin-bottom: 10px;
}

td.bestellungen-details-spaltenueberschrift {
	font-stretch: condensed;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right: 1px solid;
	white-space: nowrap;
}

td.bestellungen-details-spaltenueberschriftRechts {
	font-stretch: condensed;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	white-space: nowrap;
}

td.bestellungen-details {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/* ------------------------------ */



/* ----- warenkorb ----- */
table.warenkorb-positionen {
	border: solid 1px;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	margin-bottom: 10px;
}

table.warenkorb-zahlung-versand {
	border: solid 1px;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	margin-bottom: 10px;
}

td.Warenkorb-Zeile-Preise {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid;
}

td.Warenkorb-Zeile-Endbetrag {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid;
}

a.Warenkorb-Position {
}

	a.Warenkorb-Position:hover {
		text-decoration: underline;
	}

/* ------------------------------ */


table.bestellen-zahlungsart {
	border: solid 1px;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	margin-bottom: 10px;
}

td.bestellen-zahlungsart-radiobutton {
	padding-left: 5px;
	padding-top: 5px;
	width: 20px;
	vertical-align: middle;
}

td.bestellen-zahlungsart-radiotext {
	padding-left: 5px;
	padding-top: 5px;
	vertical-align: middle;
}

select.produktsortierung {
	border: 1px solid;
}

select.lieferbedingung {
}

select.lieferbedingung-focused {
}

/* ----- login-uebersicht, Inhalt der gespeicherten Warenkoerbe ----- */
TABLE.WKInhalt {
	border: 1px solid;
	margin: 5px;
}

TR.WKInhalt {
	vertical-align: top;
}

TD.WKInhaltUeberschrift {
	font-size: 11px;
	border-bottom: 1px solid;
}

TD.WKInhalt {
	font-size: 11px;
	border-bottom: 1px solid;
	margin-left: 5px;
	margin-right: 5px;
}
/* ------------------------------ */

/* ----- produkt der woche ----- */
table.produkt-der-woche {
	text-align: center;
}

td.produkt-der-woche {
}

img.produkt-der-woche {
	border: 0px;
}
/* ------------------------------ */

table.artikelempfehlen-formular {
	margin: 10px 0px;
	border-spacing: 0px 5px;
	border: solid 0px;
}

#Tooltipp {
	position: absolute;
	z-index: 10;
	border: 1px solid;
	padding: 10px;
	text-align: left;
	display: none;
	overflow: visible;
}

/* ----- tpl_katalog_ansicht_unterkataloge_zeile.html ----- */
table.katalog_ansicht_unterkataloge_zeile {
	padding-bottom: 5px;
	height: 100%;
	border: 0px solid;
}

td.katalog_ansicht_unterkataloge_kopf {
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	height: 50px;
}

td.katalog_ansicht_unterkataloge_zeile {
	height: auto;
	border: 1px solid;
	vertical-align: top;
	text-align: center;
	padding: 5px;
}

a.Katalog-Unterkataloge {
}

	a.Katalog-Unterkataloge:hover {
		text-decoration: underline;
	}
/* ------------------------------ */


/* ----- katalog_ansicht, unterkataloge, table, tr und td werden vom ASP generiert ----- */
table.unterkataloge {
	border-spacing: 5px;
	border-collapse: separate;
}

tr.unterkataloge {
}

td.unterkataloge {
	height: auto;
	border: 1px solid;
}
/* ------------------------------ */




/* ----- Ueberschrift ----- */
#ueberschriften {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin-bottom: 10px;
}
/* ------------------------------ */


/* ----- Variantenmatrix ----- */
table.variantenmatrix {
	border: 1px solid;
	border-collapse: collapse;
	border-spacing: 0px 0px;
}

td.variantenmatrix_kopf {
	font-stretch: condensed;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right: 1px solid;
}

td.variantenmatrix_spaltenkopf {
	font-stretch: condensed;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right: 1px solid;
	text-align: center;
}

td.variantenmatrix_spaltenkopfRechts {
	font-stretch: condensed;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}

td.variantenmatrix_zeilenkopf {
	font-stretch: condensed;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right: 1px solid;
	border-top: 1px solid;
}

td.variantenmatrix_preis {
	text-align: center;
	padding: 5px 0px 0px 0px;
}

td.variantenmatrix_bestand {
	text-align: center;
}

td.variantenmatrix_menge {
	text-align: center;
	padding: 0px 0px 5px 0px;
}

td.variantenmatrix_beschriftung {
	width: 120px;
	padding: 5px;
}

td.variantenmatrix_listbox {
	width: 200px;
	padding: 5px 10px 5px 10;
}

select.variantenmatrix_listbox {
	width: 100%;
}

/* ------------------------------ */

/* ----- START rueckstandsliste ----- */
table.rueckstandsliste {
	border: 1px solid;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	font-size: 10px;
}

td.rueckstandslisteKopf {
	font-size: 10px;
	font-stretch: condensed;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right: 1px solid;
}

td.rueckstandslisteKopfRechts {
	font-size: 10px;
	font-stretch: condensed;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

td.rueckstandsliste {
	font-size: 10px;
	font-stretch: condensed;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

td.rueckstandslisteRechts {
	font-size: 10px;
	font-stretch: condensed;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}
/* ----- ENDE rueckstandsliste ----- */

table.schnellerfassung_auswahl {
	border: 1px solid;
}

.schnellerfassungZelle {
	padding-right: 5px;
}



ul.content_uebersicht {
	list-style-type: none;
	vertical-align: top;
	padding: 0;
	width: 160px;
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
}

	ul.content_uebersicht li {
	}

		ul.content_uebersicht li a {
			border-top: 1px solid;
			display: block;
			/*font-size: 12px;*/
			/*line-height: 18px;*/
			font-style: normal;
			font-weight: normal;
			padding-bottom: 0px;
			padding-left: 5px;
			padding-right: 6px;
			padding-top: 0px;
			text-decoration: none;
			width: 160px;
		}

			ul.content_uebersicht li a:hover {
			}

a.dunkel {
	text-decoration: none;
}

	a.dunkel:hover {
		text-decoration: underline;
	}

table.kontaktformular {
	border-spacing: 0px 5px;
	border-collapse: separate;
}

td.kontaktformular_feldbeschreibung {
	width: 20%;
	white-space: normal;
}

td.kontaktformular_eingabefeld {
	width: 80%;
	padding-right: 5px;
}

.taL {
	text-align: left;
}

.taC {
	text-align: center;
}

.taR {
	text-align: right;
}

.vaT {
	vertical-align: top;
}

.vaM {
	vertical-align: middle;
}

.vaB {
	vertical-align: bottom;
}

.nowrap {
	white-space: nowrap;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clearL {
	clear: left;
}

.clearR {
	clear: right;
}

.clearB {
	clear: both;
}

.table_hidden {
	display: none;
}

.table_visible {
	display: table;
}

.ml2 {
	margin-left: 2px;
}

.mr2 {
	margin-right: 2px;
}

.tbl {
	display: table;
}

.tblR {
	display: table-row;
}

.tblC {
	display: table-cell;
}


/* schnellerfassung */
#tbl_schnellerfassung {
	padding: 5px;
	width: 620px;
	overflow: hidden;
}

	#tbl_schnellerfassung .se_main_left {
		float: left;
		display: table-cell;
		vertical-align: bottom;
	}

	#tbl_schnellerfassung .se_main_right {
		float: right;
		display: table-cell;
		vertical-align: bottom;
	}

#se_head {
}

	#se_head .cell1, #se_body .cell1 {
		width: 95px;
		float: left;
		margin-bottom: 5px;
	}

	#se_head .cell2, #se_body .cell2 {
		width: 50px;
		float: left;
		margin-bottom: 5px;
	}

	#se_head .cell3, #se_body .cell3 {
		width: 180px;
		float: left;
		margin-bottom: 5px;
	}

		#se_head .cell3 input[type=checkbox] {
			margin: 0 0 0 2px;
			border: 0px;
		}

	#se_head .cell4, #se_body .cell4 {
		width: 80px;
		float: left;
		text-align: right;
		margin-bottom: 5px;
	}

	#se_head .cell5, #se_body .cell5 {
		width: 60px;
		float: left;
		text-align: right;
		margin-bottom: 5px;
	}

	#se_head .cell6, #se_body .cell6 {
		width: 80px;
		float: left;
		text-align: right;
		margin-bottom: 5px;
	}

#se_body .cell1 input[type=text] {
	width: 87px;
}

#se_body .cell2 input[type=text] {
	width: 42px;
}

#se_body .cell3 input[type=text] {
	width: 172px;
}

#se_body .cell4 input[type=text] {
	width: 72px;
}

#se_body .cell5 input[type=text] {
	width: 52px;
}

#se_body .cell6 input[type=text] {
	width: 72px;
}

#se_foot .cell1 {
	width: 545px;
	float: left;
	text-align: right;
	margin-bottom: 5px;
}

	#se_foot .cell1 input[type=text] {
		width: 72px;
	}

#se_foot .cell2 {
	float: right;
	margin: 0px 5px 5px 0px;
}

.ui-tooltip {
	text-align: left !important;
}

/* Auf- und Zuklappen von Produktbereich (Kataloge) und Login */
div.btnToggleContent {
	float: right;
	margin: 2px 2px 0px 0px;
	width: 20px;
	height: 20px;
}

	div.btnToggleContent:hover {
		cursor: pointer;
	}

div.btnToggleContent_Aufklappen {
	background-image: url(../bilder/icons/ui-icons_222222_320x300.png);
	background-position: -140px -240px;
}

div.btnToggleContent_Zuklappen {
	background-image: url(../bilder/icons/ui-icons_222222_320x300.png);
	background-position: -200px -240px;
}
/* ---------------------------------------------------------- */

/* LiveSearch im Suchfenster */
ul.ui-autocomplete li a {
	text-align: left;
		font-size: 14px;
		line-height: 18px;
}

	ul.ui-autocomplete li a div.nummer {
		float: left;
		width: 300px;
		overflow: hidden;
		font-weight: bold;
	}

	ul.ui-autocomplete li a .beschreibung {
		float: left;
		width: 400px;
		overflow: hidden;
	}
/* ------------------------- */


/* Dialoge */
#invisibleContainer {
	display: none;
	visibility: hidden;
}

#Benachrichtigungen {
	margin: 20px 10px;
	display: none;
}

#dlg_Info, #dlg_InfoNotLoggedIn {
	display: none;
	min-height: 150px;
	background-image: url(../bilder/info-150x150.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 20px 20px 20px 170px;
}

	#dlg_Info #Info, #dlg_InfoNotLoggedIn .info {
		min-height: 130px;
	}

#dlg_Question {
	display: none;
	min-height: 150px;
	background-image: url(../bilder/fragezeichen-150x150.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 20px 20px 20px 170px;
}

	#dlg_Question #Question {
		min-height: 130px;
	}

.ui-widget-header {
	border-color: #006745 !important;
	background: #006745 !important;
	color: #ffffff !important;
}

.ui-button-text, .ui-button-text-only {
	color: #006745 !important;
}

.ui-state-default .ui-icon {
	background-image: url(../bilder/icons/ui-icons_222222_256x240.png) !important;
}

.ui-state-hover {
}

/* ------------------------- */
