
body {
	margin: 0px;
	padding: 0px;
}

button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;

	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 1em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	color: #ffffff;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
button:hover {
	text-decoration: none;

	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
button:active {
	position: relative;
	top: 1px;

	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}


div.content {
	left: 160px;
	margin: 0px;
	min-height: 500px;
	padding: 0px;
	position: relative;
	top: 110px;
	width: 830px;
}

div.page {
	background: url(../pics/layout/frame.png) repeat-y;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 1000px;
}


iframe {
	border: none;
}


/* ----- hover box ----- */

div.hoverbox {
	color: #ffffff;
	background-color: #999999;
	width: auto;
	border: 1px solid #999999;
	padding-right: 5px;
	padding-left: 5px;
}
div.hoverbox p {
	font-size: 12px;
	padding: 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
div.hoverbox p.title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
}

div.hoverbox_material {
	color: #ffffff;
	background-color: #333;
	width: auto;
	border: 1px solid #ffffff;
	padding-right: 5px;
	padding-left: 5px;
}
div.hoverbox_material p {
	font-size: 12px;
	padding: 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
div.hoverbox_material p.title {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
}


/* ----- page header & navigation ----- */

div.header {
	background: url(../pics/layout/header_background_tisch.png) no-repeat;
	height: 100px;
	position: absolute;
	top: 0px;
	width: 1000px;
}

div.header h1 {
	display: inline-block;
	font-size: 350%;
	font-weight: normal;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
div.header h1 a {
	color: #ffffff;
	display: inline-block;
	padding: 5px 50px;
	text-decoration: none;
}

div.header ul {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	list-style-type: none;
	margin: 0px 0px 0px 150px;
	padding: 0px;
	position: absolute;
	top: 71px;
}
div.header ul li {
	background-image: url(../pics/layout/header_nav_left.png), url(../pics/layout/header_nav_right.png);
	background-position: left top, right top;
	background-repeat: no-repeat, no-repeat;
	float: left;
	margin: 0px 0px;
	padding: 0px 35px 0px 5px;
}
div.header ul li a{
	background: url(../pics/layout/header_nav_center.png) left top repeat-x;
	color: #000000;
	display: inline-block;
	height: 24px;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	text-decoration: none;
}
div.header ul li.current {
	background-image: url(../pics/layout/header_nav_active_left.png), url(../pics/layout/header_nav_active_right.png);
}
div.header ul li.current a{
	background-image: url(../pics/layout/header_nav_active_center.png);
}

div.header div.social {
	display: inline-block;
	clear: right;
	float: right;
	padding: 11px 30px 0px 0px;
}


/* ----- main navigation ----- */

div.navigation {
	position: absolute;
	top: 100px;
	width: 140px;
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
}

div.navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.navigation ul.sub_nav {
	background: #333333;
	list-style-type: none;
	margin: 0px 2px 0px 0px;
	min-height: 300px;
	cursor: auto;
	border-right: #666666 solid 1px;
	text-align: right;
	padding: 15px 0px 15px 0px;
}
div.navigation ul.sub_nav li {
	background: transparent;
	cursor: auto;
	min-height: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 0px 2px 0px;
}

div.navigation ul.sub_nav li a {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	width: 118px;
	display: block;
	padding-right: 6px;
}
div.navigation ul.sub_nav li a:hover {
	background-color: #666666;
}
div.navigation ul.sub_nav li a:active {
	background-color: #666666;
}


/* ----- main navigation: special classes for cart info ----- */

div.cart {
	padding-top: 40px;
}

div.cart ul li {
	background: url(../pics/layout/main_nav_back_black.png) no-repeat top right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	padding-right: 8px;
	padding-top: 0px;
	min-height: 26px;
	margin: 0px;
}

div.cart ul li a {
	color: #ffffff;
	display: block;
	width: 129px;
	text-decoration: none;
}

div.cart ul li ul {
	background: #333333;
	list-style-type: none;
	margin: 2px 2px 0px 0px;
	border-right: #666666 solid 1px;
	text-align: right;
	padding: 0px 0px 15px 0px;
}

div.cart ul li ul li {
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 3px 9px 0px 3px;
}


/* ----- page footer ----- */ 

div.footer {
	-moz-box-shadow: 0px -5px 20px #606060;
	-webkit-box-shadow: 0px -5px 20px #606060;
	box-shadow: 0px -5px 20px #606060;

	background-image: linear-gradient(top, #e0e0e0, #ffffff);
	background-image: -o-linear-gradient(top, #e0e0e0, #ffffff);
	background-image: -moz-linear-gradient(top, #e0e0e0, #ffffff);
	background-image: -webkit-linear-gradient(top, #e0e0e0, #ffffff);
	background-image: -ms-linear-gradient(top, #e0e0e0, #ffffff);

	clear: both;
	color: #a0a0a0;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px 30px 10px;
	margin-top: 30px;

	position: relative;
	top: 110px;
}

div.footer p {
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
}

div.footer p.footer_links {
	color: #000000;
	font-size: 130%;
	padding-bottom: 20px;
	padding-top: 15px;
}

div.footer p.footer_links a {
	color: #000000;
}

/* ----- general content ----- */

a.vk {
	color: #000000;
}
a.vk:hover {
	text-decoration: none;
}


body {
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* ----- boxes ----- */

div.boxes {
	float: right;
	text-align: justify;
}

div.boxes div.contact {
	background: #e0e0e0;

	background-image: linear-gradient(top, #e0e0e0, #d0d0d0);
	background-image: -o-linear-gradient(top, #e0e0e0, #d0d0d0);
	background-image: -moz-linear-gradient(top, #e0e0e0, #d0d0d0);
	background-image: -webkit-linear-gradient(top, #e0e0e0, #d0d0d0);
	background-image: -ms-linear-gradient(top, #e0e0e0, #d0d0d0);

	-moz-box-shadow: 1px 1px 3px #292929;
	-webkit-box-shadow: 1px 1px 3px #292929;
	box-shadow: 1px 1px 3px #292929;

	display: inline-block;
	height: 130px;
	margin: -10px -30px 15px 10px;
	padding-left: 10px;
	padding-right: 40px;
	position: relative;
	vertical-align: top;
	width: 320px;
}

div.boxes div.contact span.arrow {
	width: 0px;
	height: 0px;
	line-height: 0px;
	border-right: 20px solid transparent;
	border-top: 12px solid #b0b0b0;
	top: 100%;
	right: 0px;
	position: absolute;
	z-index: -1;
}

div.boxes div.contact p img {
	float: left;
	padding: 2px 5px 2px 2px;
}
div.boxes div.contact p.phone  {
	background-color: #666666;
	color: #ffffff;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	padding: 2px 0px;
	text-align: center;
	width: 211px;
}
div.boxes div.contact p.title {
	font-size: 110%;
	font-weight: bold;
}

div.boxes div.welcome {
	display: inline-block;
	min-height: 120px;
	vertical-align: top;
	width: 470px;
}
div.boxes div.welcome a {
	background: #666666;
	color: #ffffff;
	display: block;
	font-weight: bold;
	margin-bottom: 1px;
	text-align: center;
	text-decoration: none;
	padding: 2px 0px;
}


/* ----- teaser ----- */

div.teaser {
	clear: both;
	text-align: justify;
}

div.teaser div, div.teaser section {
	display: inline-block;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	min-height: 150px;
	width: 400px;
}
/*
div.teaser div {
	border-bottom: #666666 1px dashed;
	border-right: #666666 1px dashed;
	padding-right: 5px;
}
*/
div.teaser h3 {
	margin: 0px;
}
div.teaser p img {
	float: left;
	padding: 2px;
}
div.teaser p.more {
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}
div.teaser p.more a {
	color: #000000;
	text-decoration: none;
}


/* ----- aktionen ----- */

a.aktionen {
	color: #000000;
	float: right;
	font-size: 80%;
	font-weight: bold;
	margin-right: -7px;
}
a.aktionen:hover {
	font-style: italic;
	text-decoration: none;
}


div.aktionen_group {
	padding-top: 10px;
	padding-right: 25px;
}

div.aktionen_produkt {
	border: 1px solid #666666;
	height: 110px;
	padding: 0px 10px 0px 0px;
	margin-bottom: 10px;
}

h3.aktionen{
	margin: 3px 5px 10px 0px;
}

img.aktionen_image {
	float: left;
	margin-right: 10px;
}

span.aktionen_preis {
	font-size: 125%;
	font-weight: bold;
}


/* ----- product info ----- */

div.produkt_info {
	margin-bottom: 15px;
}
div.produkt_info h1 {
	font-size: 140%;
}
div.produkt_info p {
	font-size: 120%;
}
div.produkt_info xbutton{
	border: none;
	color: #ffffff;
	cursor: pointer;
	background-color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	margin-left: 100px;
}

div.produkt_pics {
	clear: right;
}
div.produkt_pics img, div.produkt_pics iframe {
	float: left;
	border: solid #000000 2px;
	padding: 0px;
	margin-right: 12px;
	margin-bottom: 7px;
}


/* ----- shopping cart ----- */
div.warenkorb {
	border: solid 1px #000000;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

div.warenkorb h3 {
	text-align: center;
}

div.warenkorb div.cart_header {
	font-size: 120%;
	font-weight: bold;
}
div.warenkorb div.cart_header div.description {
	display: inline-block;
	margin-left: 110px;
	padding-left: 2px;
	padding-right: 2px;
	width: 530px;
}
div.warenkorb div.cart_header div.price {
	display: inline-block;
	padding-right: 5px;
	text-align: right;
	width: 110px;
}
div.warenkorb div.cart_header div.amount {
	display: inline-block;
	text-align: center;
	width: 50px;
}

div.warenkorb div.item {
	border-bottom: solid 1px #000000;
	margin: 10px;
	padding-bottom: 5px;
}
div.warenkorb div.item div.options {
	display: inline-block;
	width: 95px;
	text-align: center;
}
div.warenkorb div.item div.description {
	display: inline-block;
	width: 560px;
	padding-right: 2px;
	padding-left: 2px;
}
div.warenkorb div.item div.price {
	display: inline-block;
	width: 80px;
	text-align: right;
}
div.warenkorb div.item div.amount {
	display: inline-block;
	width: 50px;
	text-align: center;
}

div.warenkorb div.cart_footer {
}
div.warenkorb div.cart_footer div.description {
	display: inline-block;
	font-size: 120%;
	margin-left: 300px;
	width: 350px;
	margin-top: 10px;
}
div.warenkorb div.cart_footer div.price {
	display: inline-block;
	font-size: 120%;
	width: 102px;
	text-align: right;
	margin-top: 10px;
}
div.warenkorb div.cart_footer form p {
	display: inline-block;
	font-size: 110%;
	width: 380px;
	padding-top: 20px;
	text-align: right;
	vertical-align: top;
}
div.warenkorb div.cart_footer xbutton {
	background-color: #666666;
	color: #ffffff;
	font-weight: bold;
	margin-top: 10px;
	border: none;
	width: 180px;
	height: 24px;
	cursor: pointer;
}
div.warenkorb div.cart_footer input  {
	margin-right: 20px;
	width: 50px;
	margin-top: 2px;
}


/* ----- angebot ----- */
div.angebot h3 {
	background-color: #666666;
	color: #ffffff;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
}

div.angebot div.item div.description {
	width: 660px;
}


/* ----- order customer data input ----- */
div.bestellung {
	margin-left: 100px;
	width: 560px;
}
div.bestellung div.caption {
	display: inline-block;
	width: 138px;
}
div.bestellung div.input {
	display: inline-block;
	width: 412px;
}

div.bestellung input, div.bestellung select, div.bestellung textarea {
	background: #eeeeff;
}

div.bestellung textarea {
	width: 555px;
}

div.bestellung div.agb {
	display: inline-block;
	width: 300px;
}
div.bestellung div.submit {
	display: inline-block;
	text-align: right;
	width: 255px;
}


/* something */

a.modul_matwahl_list_link {
	color: #000000;
}

div.information_listing {
	float: left;
	width: 820px;
	margin: 5px 0px 15px 10px;
}
div.information_listing h3 {
	color: #ff0000;
	margin-bottom: 0px;
}
div.information_listing img {
	float: left;
	margin-right: 10px;
}
div.holz_stein h3 {
	color: #000000;
}

div.hocker_bilder {
	padding-left: 10px;
	padding-top: 20px;
}
div.hocker_bilder img {
	border: 1px solid #000000;
	margin: 40px 25px 25px 0px;
}
div.hocker_bilder div.bild_gross {
	float: left;
}
div.hocker_bilder div.bild_gross img {
	border: none;
	margin: 0px 40px 0px 0px;
}

div.hoverbox_frame {
	display: none;
	font-size: 80%;
	position: absolute;
}

div.mat_sample {
	float: left;
	width: 400px;
	padding-right: 10px;
	padding-left: 10px;
}
div.mat_sample div.mat_sample_entry {
	float: left;
	width: 90px;
	border: 1px solid #999;
	margin: 2px;
}
div.mat_sample div.mat_sample_entry a {
	float: left;
	height: 42px;
}
div.mat_sample div.mat_sample_entry img {
	padding: 2px;
	width: 60px;
}
div.mat_sample div.mat_sample_entry .checkbox {
	margin-top: 14px;
}

div.musterbestellung input, div.musterbestellung select {
	color:#000000;
	background:#eeeeff;
	font-size:8pt;
}
div.musterbestellung select {
	width: 150px;
}
div.musterbestellung td.submit {
	text-align: center;
}

div.stuhl_bilder {
	width: 450px;
	float: left;
	padding-left: 10px;
	padding-top: 20px;
}
div.stuhl_bilder img {
	border: 1px solid #000000;
	margin: 3px;
}
div.stuhl_bilder div.bild_gross {
	float: left;
}
div.stuhl_bilder div.bild_gross img {
	border: none;
	margin: 0px;
}

div.stuhl_warenkorb h3 {
	margin-bottom: 2px;
}


form.stuhl_leder_selektor div {
	float: left;
	width: 165px;
	padding-left: 15px;
}
form.stuhl_leder_selektor div img {
	float: left;
	padding: 2px;

}
form.stuhl_leder_selektor div input.radio {
	margin-top: 24px;
}
form.stuhl_leder_selektor div.stuhl_warenkorb {
	float: left;
	width: 360px;
}


h1 {
	font-size: 120%;
	font-weight: bold;
	margin: 7px 0px 3px 0px;
	padding: 0px;
}


h2 {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}




img {
	border: none;
}


p {
	margin: 3px 0px;
}

p.grilltisch {
	font-size: 90%;
	text-align: left;
}

p.hover_box_name {
	margin-top: 5px;
	font-weight: bold;
}

p.linklist_url {
	margin-bottom: 20px;
}


/* ----- table configurator ----- */

div.tisch_konfigurator {
	width: 660px;
}

div.tisch_konfigurator div.beschreibung h1 {
	margin-top: 0px;
}

div.tisch_konfigurator xbutton {
	border: none;
	color: #ffffff;
	cursor: pointer;
	background-color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	text-decoration: none;
	padding: 3px;
}

div.tisch_konfigurator div.help {
	background-color: #333333;
	color: #ffffff;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding: 2px 0px;
	text-indent: 5px;
}

div.tisch_konfigurator div.materialwahl {
}
div.tisch_konfigurator div.materialwahl div.liste {
	border-bottom: solid #000000 1px;
}
div.tisch_konfigurator div.materialwahl span.eintrag {
	display: inline-block;
	margin: 2px 0px 0px 2px;
	vertical-align: middle;
	width: 320px;
}

div.tisch_konfigurator div.modellwahl {
	min-height: 205px;
}
div.tisch_konfigurator div.modellwahl div.beschreibung {
	float: left;
	margin: 1px;
	width: 302px;
	padding: 5px;
}
div.tisch_konfigurator div.modellwahl div.bild_gross {
	float: left;
	min-height: 175px;
	margin: 0px;
	padding: 5px;
	background-color: #000000;
}
div.tisch_konfigurator div.modellwahl div.bild_klein {
	float: left;
	min-height: 180px;
	margin: 0px 1px;
	width: 66px;
	padding-top: 5px;
	background-color: #000000;
}
div.tisch_konfigurator div.modellwahl div.bild_klein img {
	margin: 0px 5px 4px 5px;
}
div.tisch_konfigurator div.modellwahl div.masse {
	min-height: 180px;
	margin: 0px;
	border-left: 1px solid #000000;
	padding-top: 5px;
	width: 90px;
	float: left;
	text-align: center;
}
div.tisch_konfigurator div.modellwahl div.masse input {
	text-align: center;
}

div.tisch_konfigurator div.modul_wrapper {
	border: solid #000000 1px;
	margin-bottom: 10px;
}

div.tisch_konfigurator h3 {
	border-bottom: 1px solid #000000;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 2px 0px;
	text-indent: 5px;
}

div.link_conf {
	display: inline-block;
	margin-top: 7px;
	padding: 0px 10px;
	vertical-align: top;
	width: 325px;
}
div.link_conf a {
	background: #666666 url(../pics/layout/button_licht.png) repeat-y center;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 10px;

	-moz-box-shadow: 0 0 10px 7px #00f, inset 0 0 2px #00f;
	-webkit-box-shadow: 0 0 10px 7px #00f, inset 0 0 2px #00f;
	box-shadow: 0 0 10px 7px #00f, inset 0 0 2px #00f;
}

div.mat_preview {
	display: inline-block;
	width: 475px;
	vertical-align: top;
}
div.mat_preview div.thumb {
	background: url(../pics/layout/material_steine_alle.jpg) 0px 0px no-repeat;
	display: inline-block;
	height: 25px;
	margin: 2px 2px 2px 1px;
	width: 40px;
}


/* ----- konfigurator neu ----- */

div.konfigurator {
	border-bottom: #666666 1px solid;
	border-left: #666666 1px solid;
	clear: both;
	font-size: 105%;
	padding-left: 5px;
	width: 833px;
}

div.konfigurator div {
	margin-bottom: 5px;
	vertical-align: top;
}

div.konfigurator button {
	margin-left: 25px;
	margin-right: 10px;
}

div.konfigurator div.head {
	background-color: #666666;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	margin-left: -5px;
	padding: 2px 0px 2px 20px;
}

div.konfigurator div.attribute {
	display: inline-block;
	width: 440px;
}

div.konfigurator div.pricebuttons {
	margin-top: 10px;
}
div.konfigurator div.priceinfo {
	display: inline-block;
	font-size: 120%;
}
div.konfigurator div.priceinfo span.price {
	font-weight: bold;
}
div.konfigurator div.priceinfo span.vkinfo {
	font-size: 70%;
}
div.konfigurator div.material {
	border-left: #666666 1px dashed;
	display: inline-block;
	padding-left: 5px;
	width: 380px;
}
div.konfigurator div.material div.info {
	border-top: #666666 1px dashed;
	padding-top: 5px;
}
div.konfigurator div.material div.info:first-child {
	border-top: none;
	padding-top: 0px;
}
div.konfigurator div.material div.image {
	text-align: center;
}
div.konfigurator div.material div.image span img {
	border: #666666 5px solid;
	cursor: auto;
}
div.konfigurator div.material div img {
	cursor: pointer;
}
div.konfigurator div.material div.list {
	background: #ffffff;
	border: #666666 1px dashed;
	border-right: none;
	border-top: none;

	-moz-box-shadow: 3px 3px 5px #292929;
	-webkit-box-shadow: 3px 3px 5px #292929;
	box-shadow: 0px 3px 6px 2px #333333;

	display: none;
	text-align: left;
	margin-left: -6px;
	padding: 5px;
	width: 376px;
	position: absolute;
}
div.konfigurator div.material div.list input {
	visibility: hidden;
}

div.konfigurator div.frame_info {
	display: inline-block;
	width: 150px;
}
div.konfigurator div.frame_type {
	display: inline-block;
}

div.konfigurator form.order {
	padding: 10px 25px 5px 0px;
	text-align: right;
}
div.konfigurator input {
	text-align: center;
}


/* ----- konfigurator alt ----- */

div.tisch_preis {
	float: right;
	position: fixed;
	width: 160px;
	margin-left: 678px;
}

div.tisch_preis h3 {
	background: url(../pics/layout/nav_head_bckg.gif) repeat-x;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
	margin: 0px;
	padding-left: 5px;
	padding-top: 0px;
	text-align: left;
}

div.tisch_preis div.price_head {
	background: url(../pics/layout/nav_head_left.png) no-repeat left;
	margin: 0px;
	padding-left: 3px;
}

div.tisch_preis div.prod_desc  {
	color: #ffffff;
	background-color: #333333;
	border-bottom: solid #666666 1px;
	border-left: solid  #666666 1px;
	display: block;
	font-size: 10px;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 10px 0px;
	text-align: left;
}

div.tisch_preis div.prod_desc .price {
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

div.tisch_preis div.prod_desc p {
	padding: 4px 0px;
	margin: 0px 0px 0px 8px;
}

div.tisch_preis button   {
	background-color: #666666;
	border: none;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0px 4px 2px;
	width: 150px;
}

/* ----- product overview ----- */

ul.produkte {
	display: inline-block;
	list-style-type: square;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px 0px 0px 25px;
	vertical-align: top;
	width: 275px;
}
ul.produkte_links {
	color: #369b69;
	width: 190px;
}
ul.produkte_mitte {
	color: #ff6802;
}
ul.produkte_rechts {
	color: #689aff;
}
ul.produkte p {
	color: #000000;
}

div.produkte {
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: justify;
	vertical-align: top;
}
div.produkte a {
	color: #000000;
	font-size: 105%;
	font-weight: bold;
	text-decoration: none;
}
div.produkte div.large_pictures {
	width: 546px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
div.produkte p.large_pictures {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	margin: 0px;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

