





/* homepage specifiek of overschrijven van standaard */

/* content div is smaller op homepage */
#content {
    width: 267px;
    margin-right: 8px;
}

/* andere achtergrond afbeelding voor layout divs */
#maindiv1 {
    background-image: url("Branchesites/hollandrailindustrie//images/back_home.gif");
}    

#topback {
    background-image: url("Branchesites/hollandrailindustrie//images/back_top_home.gif");
}    

/* rechter kolom div */
#home {
    position: relative;
    width: 285px;
    float: right;
    z-index: 2;
    
    padding-top: 33px;
}

#homekleur {
    position: absolute;
    left: 487px;
    top: 0px;
    width: 285px;
    height: 100%;
    
    background-color: #EAEDF1;
    z-index: 1;
    
    text-align: right;
    
    background-image: url("Branchesites/hollandrailindustrie//images/hoekw_rb.gif");
    background-repeat: no-repeat;
    background-position: right bottom;    
}


/* rechterkolom inhoud */

.titel {
    width: 219px;
    height: 16px;
    
    font-weight: bold;
    font-size: .7em;
    
    padding-top: 1px;
    padding-bottom: 0px;
    padding-left: 3px;    
    padding-right: 1px;
    float: left;    
    text-align: left;
    
}

.verder {
    width: 66px;
    height: 16px;
    
    font-size: .6em;
    
    float: right;
    
    background-image: url("Branchesites/hollandrailindustrie//images/hoekw_rb.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
}

.tekst {
    width: 219px;
    height: 65px;    
    font-size: .7em;
    
    padding: 3px;
    
    float: left;
    clear: both;
    text-align: left;
    
    background-color: #FFFFFF;    
}

/* nieuwsberichten */
.nieuws {
    text-align: right;
    padding-bottom: 10px;
}

.nieuws .titel {
    color: #000000;
    background-color: #D17B40;
}

.nieuws .verder { background-color: #FFFFFF; }

.nieuws a { color: #000000; }

.nieuws .foto {
    position: relative;
    width: 66px;
    height: 65px;    
    float: right;
    background-color: #FFFFFF;    
}

.nieuws .foto .top {    
    position: absolute;
    right: 0px;
    top: 0px;
    width: 4px;
    height: 4px;
    background-image: url("Branchesites/hollandrailindustrie//images/hoekw_rt.gif");
    background-repeat: no-repeat;
    background-position: right top;
    margin-bottom: -4px;
    overflow: hidden;
    z-index: 5;
}

.nieuws .foto .bottom {    
    position: absolute;    
    right: 0px;
    bottom: -1px;
    width: 10px;
    height: 10px;
    background-image: url("Branchesites/hollandrailindustrie//images/hoekw_rb.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 5;
}


/* poll */

.poll {
    text-align: right;
}

.poll .titel {
    color: #FFFFFF;
    background-color: #2D4E71;
}

.poll .verder { background-color: #E4B281; }

.poll .verder a { color: #FFFFFF; }

.poll form {
    visibility: hidden;
    display: none;
}

.poll .tekst {
    height: 36px;
    margin-bottom: 2px;
}

.pollclick , .pollclicksel {
    width: 66px;
    height: 36px;
    float: right;
    margin-bottom: 2px;  
}

.pollclick    { background-color: #E8DED5; }
.pollclicksel { background-color: #2D4E71; }