@charset "UTF-8";
/* HOME */
#divisions {
    margin:0 0 0 0;
    
    padding:4px 0;
    border-bottom:1px solid #B7B7B7;
}

    .devision_teaser {
        width:252px;
        float:left;
        margin-right: 4px;
    }

    .devision_teaser:last-child {
        margin-right:0;
    }


        .devision_teaser h4 {
            display:block;
            background-color:#FFB900;
            color:#fff;
            height:24px;
            padding:11px 0 0 12px;
            overflow:hidden;
            text-transform:uppercase;
        }

        .devision_teaser .bottom {
            position:relative;
            display:block;
            height:132px;
            overflow:hidden;
        }

            .devision_teaser .bottom a.single {
                display:block;
                width:100%;
                height:100%;
            }

            .devision_teaser .bottom a.single:hover {
                text-decoration:none;
            }

            .devision_teaser .bottom a.multi {
                display:block;
                width: 230px;
                margin-top: 5px;
                padding:2px 0 0 10px;

                background-color:#fff;
                background-color:rgba(255,255,255,0.75);

                font-size: 12px;
                line-height: 20px;
                color:#000000;
                text-decoration:none;
            }

            .devision_teaser .bottom a.multi:first-child {
                margin-top:10px;
            }

            .devision_teaser .bottom a.multi:hover {
                text-decoration:none;
                background-color:#fff;
                background-color:rgba(0,0,0,0.5);
                color:#FCAC2F;
            }



/* Divisions Details */
.devision_details {
    display:table-cell;
    width:33.33%;
    height:100%;
}

	.devision_details .inner {
		display:block;
		margin:0 20px;
		padding:0 10px 0 0;
	}
	
	.devision_details:last-child .inner,
	.devision_details:first-child .inner {
		margin:0;
	}

	.devision_details a {
		display: block;
		width: 141px;
		height: 21px;
		overflow: hidden;
		text-decoration: none;
		padding: 2px 0 0 25px;    
		background: rgba(0, 0, 0, 0) url("../../tl_files/unitronic/theme/css/grafix/buttons.bg.png") 0px -150px no-repeat;
	}
	
	
	.devision_details a:hover {
		color: #575757;
		background-position: -200px -150px;
	}
	
	.devision_details a:active {
		color: #575757;
		background-position: -400px -150px;
	}


/* Slideshow */
#visual .slideshow-captions h2.moreSpace{
	margin-top:60px;
}














