h1, .contentsTopics {
	color:#7B7973;
	font-size:15px;
	font-weight:bold;
        /*padding-bottom:10px;*/
        /*background:url(img/h1_bg.jpg) no-repeat;*/
        margin-bottom:10px;
        border-bottom:solid #ddd 1px;
        padding-left:2px;
}

h2 {
	color:#7B7973;
	font-size:14px;
	font-weight:bold;
        margin-bottom:5px;
        padding-top:5px;
        border-bottom:1px solid #BFBFBF;
}

h3 {
	color:#7B7973;
	font-weight:bold;
	font-size:14px;
        margin-bottom:5px;
        border-bottom:1px solid #BFBFBF;
}

h4 {
	color:#7B7973;
	font-weight:bold;
	font-size:13px;
        padding-bottom:5px;
        padding-top:5px;
}

h5 {
    	color:#7B7973;
	font-weight:bold;
	font-size:14px;
        margin-bottom:5px;

}

.rahmenGrau {
    border: solid 1px #ddd;
}
.gitterNetz td {
    border: solid 1px #ddd;
}

.mainContent {
    margin-left: 20px;
    margin-right: 20px;
    font-family:arial;
}

.mainContent a, a:visited, a:hover {
	color:#363636;
} 


.mainContent li {
	margin-left:30px;
}


#ownContent table {
    /*border: 1px solid #ddd;*/
}

.contentTable th {
	/*background-color:#245C8B;
	color:#ffffff;*/
	height:20px;
	/*font-size:8pt;*/
	
}
.contentTable td {
	border-bottom: 1px solid #dddddd;
	
	height:20px;
	font-size:9pt;
}

.contentTable2 th {
	height:20px;

}
.contentTable2 td {
	border-bottom: 1px solid #dddddd;
	height:20px;
	font-size:9pt;
        padding:5px;
}

.contentTableRight {
	/*background:url(img/artikel_detail/tabelle_rechts_01.jpg) repeat-y;*/
	padding-left:5px;
}
.contentTableLeft {
	/*background:url(img/artikel_detail/tabelle_links_01.jpg) repeat-y;*/
	
}


hr {
	border: 1px solid #dddddd;
}

.headingStrong {
    font-weight:bold;
    font-size:20px;
    /*color:#7A91A0;*/
    color:#6F6F6F;

}

.subStrong {
    /*font-weight:bold;*/
    font-size:14px;
    /* color:#ababab; */
    /*color: #7A91A0;*/
    color:#6F6F6F;
}

.subStrong2 {
    /*font-weight:bold;*/
    font-size:14px;
    color:#6F6F6F;
}

/*
#gallery { margin:0; padding:0; height:350px; }
#gallery li { display: block; }
*/

#mainContent a.pfeil {
    font-size: 13px;
    color:#7A91A0;
    background: url(img/pfeil.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left:10px;
}

a.pfeil {
    font-size: 13px;
    color:#7A91A0;
    background: url(img/pfeil.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left:10px;
}


a.pfeilObenUnten {
    font-size: 13px;
    color:#7A91A0;
    background: url(img/pfeil.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left:10px;
    border-top:solid 1px #7A91A0;
    border-bottom:solid 1px #7A91A0;
}

a.silderProductName {
    color:#808080;
}

#mainContent a.silderProductName {
    color:#808080;
}

.lightblue_bar {
    background-color:#0085AF;
}

.columnTextTableLeft {
    padding-right:10px;
}
.columnTextTableRight {
    padding-left:10px;
}


/* ************* GALLERY SLIDER HOME ******* */
#slider {

	/* You MUST specify the width and height */
	width:180px;
	height:122px;
	position:relative;
	overflow:hidden;
}

#mask-gallery {

	overflow:hidden;
}

#gallery {

	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;

	z-index:0;

	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}

	#gallery li {


		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {

	/* Set the position */
	position:absolute;
	top:85px;
	left:0;
	z-index:500px;

	/* width should be lesser than #slider width */
	width:180px;
	overflow:hidden;


}

#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;

	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;

	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0px;

	/* Set the style */
	width:180px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:13px;
	color:#fff;
        /*font-weight:bold;*/
        text-align:center;
        line-height:1.2;
}

	#excerpt li {
		padding:0px;
	}



.clear {
	clear:both;
}


/* CODA SLIDER */
#codaSlider {
  /*width: 620px;*/
  margin: 0 auto;
  position: relative;
}

.scroll {
  /*height: 350px;*/
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  /*background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;*/
  /*background:#fff;*/
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.scrollContainer div.panel {
  padding: 20px;
  height: 210px;
  /*width: 580px;*/ /* change to 560px if not using JS to remove rh.scroll */
}
.scrollButtons {
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}
ul.codeNavigation {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 100%;
        background:#fff;
        font-size: 13px;
}

ul.codeNavigation li {
    	float: left;
        margin-right:0px;
        margin-left:0px;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
        /*border-bottom: 1px solid #ddd;*/
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #EBEBE9;
        top:1px;

/*
    display: inline;
    margin-right:0px;
    margin-left:0px;
*/
}

ul.codeNavigation li a {
    	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;

}

ul.codeNavigation li a:hover {
    background-color: #ccc;
}

ul.codeNavigation li a.selected {
    background:#fff;
    border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
    
}

ul.codeNavigation li a:focus {
    outline: none;
    border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

#pseudotextlink {
    background:transparent;
    display:inline;
    border:0;
    cursor:pointer;
    font-size: 13px;
    color:#7A91A0;
    background: url(img/pfeil.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left:10px;
    text-align:left;

}

.more {
    cursor:pointer;
    color:#7A91A0;
    background: url(img/pfeil.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left:10px;

}
.less {
    cursor:pointer;
    color:#7A91A0;
    background: url(img/pfeil.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left:10px;

}

.smallSelect {
    font-size:12px;
    height:18px;
}


.tableBackground {
    background:#eee;
}

.productsPrintOut {
    display:none;
}

.descriptionPrintOut {
    display:none;
}

.massFormTable td {
    padding-top:2px;
    padding-bottom:2px;
}



.lavaTvTbl {

}
.lavaTvTbl td {
    font-family: arial;
    font-size: 13px;
    line-height: 1.5;
    color:#6F6F6F;
}

.lavaTvThumb {
    /*
    position:absolute;
    clip:rect(10px,120px,80px,0px);
    */
    border: solid 1px #102270;
    padding: 2px;
}

.lavaTvHeading {
    font-weight: bold;
}

.lavaTvCounter {
    font-size:10px;
}

.morepics {
	padding:6px;
	text-align:right;
	display:block;
	height:auto;
	width:100%;
	float:left;
	margin-bottom:2px;

}

.morepics img {
	border: #999 1px solid;
	padding:4px;
	margin-right:8px;
	background:#fff;
	height:100px;
	width:auto;
	float:left;
	margin-bottom:8px;
}

