#companyataglance {
    color: #4d6482;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    
    min-height: 100%;

    background-color: white;
    padding: 0px;
}

#headerimg {
    width: 526px;
    height: 183px;
    
}

#companyataglance ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    
    margin-left: 0px;
    margin-top: 4px;
}

#companyataglance li {
    float:left;
    margin-right: 5px;
}

#companyataglance .imagenavi {
    text-decoration: none;
    color: #414d5c;
}


#compcontent {
    padding-left: 36px;
    padding-right: 36px;
    
}


#companyataglance #title {
    padding-top: 60px; 
    padding-bottom: 16px;   
}

#companyataglance #text {
    font-size: 12px;
    
}

#companyataglance #text p {
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}


/* HISTORY ---------------------------------------------------------------------------------------------------------------------------------- */

#companyhistory {
    color: #4d6482;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    
    min-height: 100%;

    background-color: white;
    padding: 0px;
}

div.timelinecontainer {
    padding-left: 34px;
    padding-top: 36px;
    padding-right: 34px;
}

ul.timeline {
    padding: 0px;
    margin: 0px;
    
    float: left;
    
    list-style-type: none;
    
    height: 20px;
    
    background-image: url(../images/company/history/timeline-gray.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

ul.timeline li {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    height: 20px;
    
    cursor: pointer;
}

ul.timeline li.active {
    color: #e61103;
    background-image: url(../images/company/history/timeline-red.png);
    background-repeat: repeat-x;
    background-position: bottom;    
}

#timescrollline {
    overflow: hidden;
    position: relative;
    
    margin-top: 60px;
    margin-bottom: 30px;
    
    height: 485px;
    width: 526px;

}

#scrollcontent {
    background: white;
    position: absolute;
    left: 31px;
    top: 0px;
}

.timelinespacer {
    position: absolute;
    width: 31px;
    height: 476px;
    background: white;
}

.timelinespacer .tab {     
    width: 30px;
    height: 318px;
    background-color: #EBEDF0;
}

.timelinespacer .itemtext {
    position: absolute;
    left: 0px;
    top: 319px;

    height: 166px;
    width: 30px;
    
    background-color: #ebedf0;    
}

.timelineitem {
    position: absolute;
    width: 485px;
    height: 476px;
    background: white;
}

.timelineitem table{
    height: 318px;                                
    width: 466px;   
    position: absolute;
    left: 0px;
    top: 0px; 
}


.timelineitem .tab {     
    width: 466px;
    height: 318px;
    background-color: #EBEDF0;
}
 
.timelineitem td {
    height: 318px;
    width: 466px;
    vertical-align: middle;
    text-align: center;
}

.timelineitem img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}


.timelineitem .itemtext {
    position: absolute;
    left: 0px;
    top: 319px;
    
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 29px;
    padding-bottom: 0px;
    
    height: 137px;
    width: 378px;
    
    background-color: #ebedf0;
}


/* gallery */

#gallery {
    color: #4d6482;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    
    min-height: 100%;

    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
}

ul#gallerysearch {
    list-style-type: none;
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    
    margin-bottom: 10px;
}

ul#gallerysearch li {
    line-height: 13px;
    margin: 0px;
    padding: 0px;
    display: inline;
}

ul#gallerysearch select {
    border: 1px solid #4d6482;
    vertical-align: baseline;
    color: #4d6482;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin-left: 5px;
    margin-right: 20px;
}

.galleryitem {
    margin: 5px;
    float: left;
}

#gallerylist {
    padding-bottom: 10px;
    margin-left: 13px;
}


.galleryitem .img {
    width: 150px;
}