/*******************************************************************************

	Projekt:	LINDINGER+SCHMID

*******************************************************************************/


/*	grundformatierungen
*******************************************************************************/

* {font-family:Arial,Helvetica,sans-serif;font-size:12px;}
a { cursor:hand; cursor:pointer;}
:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1.1em; line-height:1.5em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; font-size:12px; font-family:Arial, Helvetica, sans-serif; }


/*	html / body
*******************************************************************************/

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}


/*	hauptcontainer
*******************************************************************************/

#distance_helper { 
	width:1px;
	height:50%;
	margin-bottom:-291px; /* halbe Höhe des Containers */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* setzt den Container vor "distance_helper" */
	text-align:left;
	width:900px;
	clear:left;
	padding-top:25px;
}

/*	left
*******************************************************************************/

#left {
	width:210px;
	height:544px;
	float:left;
	border-right:2px solid #fff;
}

#left_bottom .footer_left {
	width:210px;
	height:42px;
	position:absolute;
	top:232px;
}

#address {
	position:absolute;
	top:164px;
	left:10px;
	line-height:170%;
}

/*	right
*******************************************************************************/

#right {
	width:684px;
	height:274px;
	margin-top:270px;
	float:left;
}

#right .text {
	width:643px;
	height:215px;
	line-height:145%;
	background-color:#fff;
	padding:12px 25px 5px 16px;
}

#right .text h1 {
	font-size:12px;
	font-weight:bold;
}

#right .text .ltext {
	width:316px;
	height:205px;
	margin-right:11px;
	float:left;
}

#right .text .rtext {
	width:316px;
	height:205px;
	float:left;
}

#right .text .rbild{
	width:316px;
	height:205px;
	float:left;
	text-align:right;
}

#right .footer_right {
	width:684px;
	height:42px;
}

/*	navi
*******************************************************************************/
#nav {
	position:relative; 
	top:-262px;
}

#nav {}

#nav li {
	width:195px;
	margin-bottom:3px;
}

/*	sub navi
*******************************************************************************/

#left_bottom .sub_navi {
	padding-top:9px;
}

#left_bottom ul {}

#left_bottom ul li {
	margin-bottom:4px;
	width:195px;
}

#left_bottom a.stellen {
	display:block;
	height:20px;
	background:url(../images_uu/stellen_bt.gif) no-repeat;
}
#left_bottom a.stellen:hover,
#left_bottom a.stellen_akt {
	display:block;
	height:20px;
	background:url(../images_uu/stellen_bt_roll.gif) no-repeat;
}

#left_bottom a.mitarbeiter {
	display:block;
	height:20px;
	background:url(../images_uu/mitarbeiter_bt.gif) no-repeat;
}
#left_bottom a.mitarbeiter:hover,
#left_bottom a.mitarbeiter_akt {
	display:block;
	height:20px;
	background:url(../images_uu/mitarbeiter_bt_roll.gif) no-repeat;
}

#left_bottom a.impressum {
	display:block;
	height:20px;
	background:url(../images_uu/impressum_bt.gif) no-repeat;
}
#left_bottom a.impressum:hover,
#left_bottom a.impressum_akt {
	display:block;
	height:20px;
	background:url(../images_uu/impressum_bt_roll.gif) no-repeat;
}


/******************************************************************************/
/**************************** GRUNDLAYOUT / DESIGN ****************************/
/******************************************************************************/



/*	allgemeine formatierungen
*******************************************************************************/

a.back {
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
}

a.back:hover {
	color:#ffffff;
	text-decoration:underline;
}

/*	body
*******************************************************************************/

body {
	background-color:#F5B100;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center; /* horizontale Ausrichtung für IE WIN quirks */
}

a {
	color:#000000;
	text-decoration:underline;
}

/*	head
*******************************************************************************/

#head { 
	width:900px;
	height:35px;
	background:#F5B100 url(img/design/head.gif) no-repeat;
	background-position:right;	
	color:#ffffff;
	font-size:14px;
	text-align:left;
}

/*	content
*******************************************************************************/

#content { 
	width:896px;
	padding:2px;
	background-color:#ffffff;
	float:left;
	color:#000000;
}

* html #content {
 	padding-bottom:0;
}

#content_top {
	height:270px;
	width:100%;
	background:#fff url(img/design/bg_top.jpg) no-repeat;
	background-position:center;
	float:left;
}

#content_top .box_left {
	height:270px;
	width:210px;
	border-right:2px solid #ffffff;
	position:relative;
}

#content_top .box_left .inner {
	height:130px;
	width:200px;
	background-image: url(img/design/opacity_bg.png);
	background-position:center;
	position:relative;
	padding:140px 5px 0px 5px;	
	color:#ffffff;
}

#content_main {
	background:#fff url(img/design/main_bg.gif) repeat-y;
	background-position:left;
	position:relative;
	float:left;
	width:100%;
}

#content_main .box_left {
	width:200px;
	border-right:2px solid #ffffff;
	float:left;
	padding:0px 5px 0px 5px;
}

#content_main .box_right {
	width:664px;
	float:right;
	left:225px;
	padding:0px 10px 25px 10px;
}

/*	footer
*******************************************************************************/

#content_bottom {
	height:42px;
	background:#fff url(img/design/bg_bottom.jpg) repeat-y;
	background-position:left;
	float:left;
}

#content_bottom .box_left {
	height:42px;
	width:210px;
	border-right:2px solid #ffffff;
	float:left;
}

#content_bottom .box_left .top {
	background-color:#BC9600;
	height:17px;
	margin-bottom:3px;
	text-align:right;
	width:210px;
}

#content_bottom .box_left .bottom {
	border-top:2px solid #BC9600;
	height:20px;
	width:210px;
}

#content_bottom .box_right {
	height:42px;
	width:684px;
	float:right;
}

#content_bottom .box_right .top {
	background-color:#BC9600;
	height:17px;
	margin-bottom:3px;
	text-align:right;
	width:100%;
}

#content_bottom .box_right .bottom {
	border-top:2px solid #BC9600;
	height:20px;
	width:684px;
}


/*	xtc elemente
*******************************************************************************/


/* Seitenrand */
.infoBoxHeading {
	font-weight:bold;
	padding-top:8px;
	padding-bottom:2px;
}

.boxText {
	color:#000000;
	font-size:12px;
}

.boxText a {
	color:#000000;
	text-decoration:none;
	font-size:12px;
}

.boxText a:hover {
	color:#000000;
	text-decoration:underline;
}


/* Hauptbereich */

#shoplinks {
	text-align:right;
	padding:10px 5px 20px 0px;
	color:#000000;
	font-size:12px;
}

.contentsTopics {
	color:#f5b100;
	font-size:18px;
}


.copyright a {
	color:#ffffff;
	text-decoration:underline;
}

.copyright a:hover {
	color:#ffffff;
	text-decoration:none;
}

.content_main td {
	padding-top:8px;
}

/* ORIGINAL */

input {
}

.boxText { 
}

.boxTextBG {
}
.boxTextBGII {
}
.boxTextPrice {
}

.errorBox {
	font-size : 11px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-size : 11px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	color: #cc0033;
}

.productsNotifications {
}

.orderEdit { 
	color: #70d250;
	text-decoration: underline;
}


img{
	border:0;
}

A {
  color: #cc0000;
  text-decoration: none;
}

A:hover {
  color: #cc0000;
  text-decoration: underline;
}

FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}

TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

TD.infoBoxHeading {
  font-weight: bold;
  height:17px;
  color: #000000;
}

TD.infoBoxHeading_right {
  font-size: 11px;
  font-weight: bold;
  height:17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
}

TD.infoBox_right, SPAN.infoBox_right {
  font-size: 10px;

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
}

A.pageResults {
	color: #cc0000;
	text-decoration: none;
}

A.pageResults:hover {
  color: #cc0000;
	text-decoration: underline;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 18px;
  font-weight: bold;
  color: #F5B100;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.main, P.main {
  padding-right:10px;
  font-size:12px;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-size:11px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
}

TEXTAREA {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
 
}

TD.formAreaTitle {
  font-weight: bold;
}

.copyright {
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}
SPAN.productOldPrice {
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-weight: bold;
	color: Black;
}

.moduleRow {
}

.moduleRow a {
	color:#000000;
	font-size:12px;
}

.moduleRow a {
	color:#000000;
	font-size:12px;
}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
	
	}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-size: 7pt; }
.heading2 { font-size: 9pt; }
.heading3 { font-size: 10pt; }
.heading4 { font-size: 12pt; }
.heading5 { font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { }
.messageStackError, .messageStackWarning { background-color: #ffb3b5; }
.messageStackSuccess {background-color: #99ff00; }

/* input requirement */

.inputRequirement { color: #ff0000; font-size:11px;}

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.contentsTopics {
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}


