﻿    /* main.css */
    body {
	    background-image: url(/images/main/gradient_sommer.gif);
		background-repeat: repeat-x;
	}
	#divFooterWrapper {
        background-color:#8fc386;
	}
	.divMainNaviTextOn { 
        background-color:#8dc385;
    }
    .divButtonText {
	    background-color:#8dc385;
	}
	hr.gray {
        border-color: #8dc385;
	}
    
    /* detail.css */
    a.subnavigMain {
        background-image:url(/images/navigation/dot_green.gif);
        background-position:0px 1px;
        background-repeat:no-repeat;
    }
    a.subnavigMainActive {
        background-image:url(/images/navigation/arrow_green.gif);
        background-position:0px 1px;
        background-repeat:no-repeat;
    }
    .imageGalleryThumb {
        background-image:url(/images/detail/box_gallery_sommer.gif);
    }
    .divGalPic {
        background-image:url(/images/detail/box_gallery_sommer.gif);
        background-repeat:no-repeat;
    }
    .divGalPicLast {
        background-image:url(/images/detail/box_gallery_sommer.gif);
        background-repeat:no-repeat;
    }
    .divSubNaviLine {
        border-bottom:1px solid #8dc385;
    }
    .divLinksFeratel {
        background:#8dc385;
    }
    
    /* font_small.css */
    a.content { border-bottom: 1px solid #40d630; }
    
    .divMainContent a {     line-height:18px; font-size: 12px; color: #666; font-weight: normal; border-bottom: 1px solid #40d630; }
	.divImageLeft a,
	.imageContainerLeft a,
	.imageLinkMainContainerLeft a,
	.imageContainerRight a {line-height:18px; font-size: 12px; color: #666; font-weight: normal; border-bottom: 0;}
    
    .spanDotBlue {    
	    color:#40d630;
	}
	
	/* form.css */
	.divButtonSend {
        background-color:#8dc385;
    }
    
    /* sitemap.css */
    .divHorLine {
        border-bottom:1px solid #8dc385;
    }