﻿body	{
	margin-left:			0px;
	margin-right:			0px;
	margin-bottom:		0px;
	margin-top:			0px;
	font-family:			Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:				12px;
	background-color:		#ffffff;	
}

a:link, a:visited, a:active
{
    color: #666666;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    text-decoration: none;
}

.leftNaviCont
{
    float: left;
    width: 218px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.categoryTitle
{
    float: left;
    width: 214px;
    padding-left: 4px;
    padding-top: 3px;
    padding-bottom: 5px;
    background-color: #1f951a;
    border: dashed 1px #1f951a;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    font: 11px Verdana;
    letter-spacing: 1px;
}

a.subnaviTitleLink:link, a.subnaviTitleLink:visited, a.subnaviTitleLink:active
{
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
}

a.subnaviTitleLink:hover
{
    text-decoration: underline;
    color: #fff;
    letter-spacing: 1px;
}

a.subnaviTitleLink:focus
{
 outline: none;
 -moz-outline-style: none;
}

table.contentInnerTable
{
    /* z.B. in Maske MyVouchers*/
    margin: 5px;
    padding: 0px;
    width: 740px;
    border: dashed 1px #ccc;
}

/* Kategorielisten */

.categoryLabel
{
    color: #666666;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: none;
}

a.categoryLink:link, a.categoryLink:visited
{
    color: #666666;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: none;
}

a.categoryLink:active, a.categoryLink:hover
{
    color: #000000;
    font-size: 8pt;
    text-decoration: underline;
}

/* ProduktAttribute */
td.productAttributeHeaderLeft
{
    border-left: dashed 1px #ccc;
    border-bottom: dashed 1px #ccc;
    text-align: center;
}
td.productAttributeHeaderRight
{
    border-left: dashed 1px #ccc;
    border-right: dashed 1px #ccc;
    border-bottom: dashed 1px #ccc;
    text-align: center;
}
td.productAttributeContentLeft
{
    border-left: dashed 1px #ccc;
    border-bottom: dashed 1px #ccc;
}
td.productAttributeContentRight
{
    border-left: dashed 1px #ccc;
    border-right: dashed 1px #ccc;
    border-bottom: dashed 1px #ccc;
}

/* Gutscheine / Vouchers */
td.generateVoucher
{
    padding: 10px;
    border-right: #ffcc00 2px dashed;
    border-top: #ffcc00 2px dashed;
    border-left: #ffcc00 2px dashed;
    border-bottom: #ffcc00 2px dashed;
}

/* Konfigurator */
td.askTheUser
{
    width: 100%;
    border-left: dashed 1px #ccc;
    border-right: dashed 1px #ccc;
    border-top: dashed 1px #ccc;
}
td.answerButtons
{
    border-left: dashed 1px #ccc;
    border-right: dashed 1px #ccc;
    border-bottom: dashed 1px #ccc;
}

/* Basket */
tr.productNameDisplay
{
    background-color: #dbdbdb;
}
td.productNameDisplay
{
    background-color: #dbdbdb;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}

tr.itemTableHeader
{
    border-top: solid 1px #d5d5d5;
    border-bottom: solid 1px #f5f5f5;
}

td.itemTableHeader
{
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}

/* Checkout */
.sectionheader
{
    border-bottom: dotted 1px #dcdcdc;
    color: #65738e;
    font-size: 8pt;
    padding-bottom: 5px;
    font-weight: bold;
}

/* Standardmaske */
.contentTable
{
    border: solid 1px #e6e6e6;
    text-align: center;
}

.contentTable98
{
    width: 98%;
    border: solid 1px #e6e6e6;
    text-align: center;
}

.contentHeader
{
    height: 30px;
    font-weight: bold;
    font-size: 10pt;
    color: #fff;
    font-family: Arial;
    background-color: #1f951a;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.contentLabel
{
    width: 150px;
    font-size: 8pt;
    font-family: Verdana;
    vertical-align: top;
    border: none;
}

.contentItem
{
    width: 325px;
    text-align: left;
    border: none;
}

/* Standardmaske farbige Labels */
table.contentFixedTable
{
    margin: 5px;
    padding: 0px;
    width: 700px;
}

table.contentFixedTableWithBorder
{
    margin: 5px;
    padding: 0px;
    width: 700px;
    border: solid 1px #ccc;
}

td.contentColoredLabel
{
    font-size: 8pt;
    font-family: Verdana;
    width: 150px;
    margin-bottom: 3px;
    vertical-align: top;
    background-color: #1f951a;
    color: #fff;
    text-align: left;
}

td.contentColoredItem
{
    width: 550px;
    margin-bottom: 3px;
    background-color: #fff;
    text-align: left;
}


