/* WEBSHOP *************************************************************************************/
dl, dt, dd
{
  margin: 0;
  padding: 0;
}


/* Webshop: Start ---------------------------------------------------------- */
.webShopStart {overflow: hidden;}

.webShopStart .top {overflow: hidden; border-bottom: solid 1px #d3d3d3; padding: 0 10px 0 13px;}
.webShopStart h1 {color: #148235; font-size: 12px;}
.webShopStart .products {overflow: hidden;}
.webShopStart .banner {float: left;}
.webShopStart .seeAll {overflow: hidden; padding: 10px 0 10px 17px;}
.webShopProductList .mainHeader {height: 60px; margin-bottom: 10px;}
.webShopProductList .introduction {font-size: 12px; padding-left: 15px;}

.orderButton, .orderButtonOrder {
    padding-top: 5px;
    padding-bottom: 6px;
}

.orderButton a {
    display: block;
    background: transparent url('images/Webshop/button.gif') no-repeat left top;       
    width: 108px;
    height: 25px; 
    text-decoration: none;
}

.orderButtonOrder a {
    display: block;
    background: transparent url('images/Webshop/orderbutton.gif') no-repeat left top;       
    width: 95px;
    height: 25px; 
    text-decoration: none;
}

.orderButton a:hover, .orderButtonOrder a:hover 
{
	text-decoration: none;
	border: none;
}
	
.orderButton a span, .orderButtonOrder a span
{
	visibility: hidden;
}



.basicProductTeaserBanner {
    float: left;
    max-width: 308px;
    height: 152px;
    margin-top: 4px;
    margin-right: 4px;
    display: inline; /*ie6*/
}
.basicProductTeaser {
    float: left;
    width: 308px;
    height: 156px;
    margin-top: 4px;
    margin-right: 4px;
    display: inline; /*ie6*/
}

.basicProductTeaser dl {
    padding-left: 120px;
    float: left;
    height: 100%;
    color: #383838;
    position: relative;
    font-family: Verdana, Sans-Serif;    
}

.basicProductTeaser dl dt {
    color: #158336;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 10px 0;
    margin-right: 18px;
    display: inline; /*ie6*/
    float: left;
    width: 170px;    
}

.basicProductTeaser dl dt a {
    color: #158336;
    text-decoration: none;
    border: 0;
}

.basicProductTeaser dl dd {
    font-size: 12px;
    margin-right: 18px;
    display: inline; /*ie6*/
    float: left;
    width: 170px;
}

.basicProductTeaser dl dd.button {
    padding-top: 5px;
    padding-bottom: 6px;

}

.basicProductTeaser dl dd.button a {
    display: block;
    background: transparent url('images/Webshop/button.gif') no-repeat left top;       
    width: 108px;
    height: 25px; 
    position: absolute;
    bottom: 10px;
    left: 120px;    
}

.basicProductTeaser dl dd.button a:hover {
    text-decoration: none;
    border: none;
}

.basicProductTeaser dl dd.button a span {
    visibility: hidden;
}

.basicProductTeaser dl dd a:link,
.basicProductTeaser dl dd a:visited {
    color: #0076ef;
    text-decoration: none;
    font-size: 11px;    
}

.basicProductTeaser dl dd a:hover {
    text-decoration: underline;
}

/* Webshop: Productlist ---------------------------------------------------------- */
.detailedProductTeaser {
    float: left;
    width: 450px;
    height: 344px;
    margin-top: 10px;
    margin-right: 10px;
    display: inline; /*ie6*/
}
.detailedProductTeaser a:hover {
	border: 0;
}

.detailedProductTeaser dl {
    padding-left: 145px;
    float: left;
    height: 100%;
    color: #383838;
    font-family: Verdana, Sans-Serif;    
}

.detailedProductTeaser dl dt {
    color: #158336;
    font-size: 16px;
    font-weight: bold;
    padding: 25px 0 4px 0;
    margin-right: 20px;
    display: inline; /*ie6*/
    float: left;
    width: 284px;    
}

.detailedProductTeaser dl dt a {
    color: #158336;
}

.detailedProductTeaser dl dd {
    font-size: 12px;
    margin-right: 31px;
    display: inline; /*ie6*/
    float: left;
    width: 284px;
}

.detailedProductTeaser dl dd.subTitle {
    font-weight: bold;
    padding-bottom: 9px;
}

.oddDetailedProductTeaser dl dd.subTitle {
    padding-bottom: 20px;
}

.oddDetailedProductTeaser dl dd {
    padding-bottom: 20px;
}

.detailedProductTeaser dl dd.description {
    font-size: 10px;
    padding-bottom: 4px;
}

.detailedProductTeaser dl dd.button {
    padding-top: 15px;
    padding-bottom: 6px;
}

.detailedProductTeaser dl dd.button a {
    display: block;
    background: transparent url('images/Webshop/button.gif') no-repeat left top;       
    width: 108px;
    height: 25px; 
    border: none;
}

.detailedProductTeaser dl dd.button a:hover {
    text-decoration: none;
}

.detailedProductTeaser dl dd.button a span {
    visibility: hidden;
}

.detailedProductTeaser dl dd ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.detailedProductTeaser dl dd ul li {
    padding-left: 14px;
    line-height: 18px;
    background: transparent url('images/Webshop/bullet.gif') no-repeat 2px 7px;    
}

.detailedProductTeaser dl dd.priceInfo {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 9px 0 7px 0;
    margin: 7px 0;       
}

.detailedProductTeaser dl dd.priceInfo p {
    width: 116px;
    float: left;
}

.detailedProductTeaser dl dd.priceInfo p.first {
    width: 148px;
    margin-right: 20px;
    display: inline; /*ie6*/    
}

.detailedProductTeaser dl dd.priceInfo p span {
    display: block;
}

.detailedProductTeaser dl strong {
    font-size: 18px;
    font-weight: bold;
}

.detailedProductTeaser dl dd a:link,
.detailedProductTeaser dl dd a:visited {
    color: #0076ef;
    text-decoration: none;
    font-size: 11px;    
}

.detailedProductTeaser dl dd a:hover {
    text-decoration: underline;
}

.detailedProductTeaser dl dd.kontakt {
	margin-top: 15px;
	line-height: 18pt;
}
.detailedProductTeaser dl dd.kontakt a {
	font-size: 12px;
}

.detailedProductTeaser dl dd strong.phone {
	font-size: 12px;
	font-weight: bold;
}

/* Webshop: Product with contact form  ---------------------------------------------------------- */
.webshopProductContact {width: 100%; overflow: hidden;}
.webshopProductContact h6 {margin: 0; padding: 0;}
.webshopProductContact .productImage {width: 130px;}
.webshopProductContact .tabsLeftMargin {margin-left: 130px;}
.webshopProductContact .productDescription {left: 0;}
.webshopProductContact .productPresentation {padding-top: 20px; overflow: hidden; width: 100%;}
.webshopTextField {border: solid 1px #4f4f4f;}
.webshopSubmitButton {
	width: 144px;
    height: 24px;
    text-align: center;
    border: 0 none;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    cursor: pointer;
    padding: 0;
    background: transparent url('images/Webshop/formButton.png') no-repeat left top;
}

.formArea {
    background: #ececec;
    float: left;
    width: 930px;
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    clear: both;
    margin-bottom: 10px;
}

.formArea .formInfo {
    float: left;
    width: 435px;
    margin-left: 16px;
    padding: 20px 0;
    display: inline; /*ie6*/
}

.formArea .form {
    float: left;
    width: 415px;
    margin-left: 55px;
    padding: 20px 0;    
    display: inline; /*ie6*/
}

.formArea p {
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 11px;
}

.formArea h6 {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 6px;
}

.formArea .form span {	
	font-weight: bold;
	font-size: 11px;
}

.formArea .form h6 {
    padding-bottom: 1px;
}

.formArea .formInfo .contactInfo {
    background: #49923c;
    width: 277px;
    margin-top: 14px;
    color: #fff;
}

.formArea .formInfo .contactInfo p {
    padding: 18px 20px;
    font-size: 12px;    
    font-weight: bold;
}


.formArea .formInfo .contactInfo p span {
    display: block;
    font-size: 24px;
}

.formArea .formInfo .contactInfo p sup {
    font-weight: normal;
    font-size: 11px;
}

.formArea .form  label {
    width: 95px;
    margin-right: 5px;
    float: left;
    line-height: 22px;
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 4px;    
}

.formArea .form  input.Wide {
    width: 190px;
    padding: 2px 3px;     
    border: 0 none;
    height: 22px;    
    background: transparent url('images/Webshop/inputWide.png') no-repeat left top;

}

.formArea .form  input.Narrow {
    width: 77px;
    padding: 2px 3px;     
    border: 0 none;
    height: 22px;    
    background: transparent url('images/Webshop/inputNarrow.png') no-repeat left top;
}

.formArea .form  input.Medium {
    width: 135px;
    padding: 2px 3px;     
    border: 0 none;
    height: 22px;    
    background: transparent url('images/Webshop/inputMedium.png') no-repeat left top;
}

.formArea .form  input.Button {
    width: 144px;
    height: 20px;
    text-align: center;
    border: 0 none;
    font-weight: bold;
    font-size: 11px;
    margin-top: 9px;
    cursor: pointer;
    padding: 5px 0 0 0;
    background: transparent url('images/Webshop/formButton.png') no-repeat left top;
}

.infoPageLightBox
{
	height:100%;
	width:100%;
	left:0;
	top:0;
	position:absolute;
    overflow: hidden;
}


.infoPageLightBox div
{
	height:100%;
    padding: 0 20px;
    background: #ececec url('images/Webshop/bg_webshop_popup.png') repeat-x left top;
    overflow: auto;
}

.infoPageLightBox div h1
{
	margin: 0;
	padding: 15px 0;
    font-weight: bold;
    font-size: 14px;
}

.infoPageLightBox div span
{ 
}
