/*
Title	: Home
====================================== */


/* Layout
====================================== */
#news-scroller{
    background:     #3f3f3f;
    height:         250px;
    overflow:		hidden;
    padding:		0px;
    position:		relative;
    width:			960px;	
}

    #news-scroller #nav-links{
        background:     url('../gfx/css/nav_links.png') no-repeat;
        display:        none;
        float:          left;
        height:         45px;
        left:           20px;
        position:       relative;
        top:            100px;
        z-index:        10;
        width:          45px;
    }
    
    #news-scroller #nav-rechts{
        background:     url('../gfx/css/nav_rechts.png') no-repeat;
        display:        none;
        float:          left;
        height:         45px;
        left:           850px;
        position:       relative;
        top:            100px;
        z-index:        10;
        width:          45px;
    }


#content-main{
    margin:         25px !important;
    width:          490px !important;
}

#content-right{
    margin:         10px !important;
    width:          385px !important;
}

/* Links
====================================== */
#linkHulp{
    background:         url('../gfx/css/bg_hulp.png') no-repeat;
    display:            block;
    height:             164px;
    margin:             10px;
    text-decoration:    none;
    width:              180px;
    float:              left;
    }
    
    #linkHulp span{
        color:            #114474;
        font-size:        15px;
        font-weight:      bold;
        position:         relative;
        left:             8px;
        top:              12px;
    }
    
    #linkHulp p{
        color:            #000;
        font-weight:      normal;
        position:         relative;
        left:             8px;
        top:              20px;
        width:            165px;
    }

#linkGolfdagen{
    float:          left !important;
    margin-left:    11px !important;
}
    #linkGolfdagen span{
        color:          #000;
        font-size:      15px;
    }


#doneerForm{
    background:     url('../gfx/css/bg_doneer_home.png') no-repeat;
    float:          left;
    height:         226px;
    margin:         10px;
    padding:        0px 10px;
    width:          371px;
}
    #doneerForm h3{
        color:          #fff !important;
        font-size:      20px;
        font-weight:    bold;
    }
    #doneerForm p{
        color:          #fff !important;
        font-weight:    bold;
        width:          350px;
    }
    
    #doneerForm .frm-field{
        margin-bottom: 7px !important;
    }
        #doneerForm .frm-field label{
            color: #fff !important;
            width: 100px;
        }
        
        #doneerForm .frm-field input{
            width: 200px;
        }
    #doneerForm .frm-submit{
        margin-left: 130px;
        margin-bottom: 0px !important;
    }
    
    #doneerForm .frm-required {
        left: 110px !important;
    }

