/* 
    Document   : style
    Created on : 5 june 2012, 13:41:12
    Author     : olexandr
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#big_banner_content {
    width: 420px;
    float: right;
    line-height: 180%;
}

#big_banner header h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 140%;
}

#big_banner_content article {
    margin-top: 20px;
    margin-right: 30px;
    font-size: 18px;
    text-align: right;
}

#big_banner_content article .read_more {
    display: block;
    width: 218px;
    height: 38px;
    background-image: url('../images_new/laten-wij-u-helpen.png');
    float: right;
}

#nieuws_block {
    background-image: url('../images_new/nieuws_block.jpg');
    width: 460px;
    height: 197px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 15px;
    line-height: 140%;
    padding: 5px;
    float: left;
}

#nieuws_block header, nieuws_block article {
    width: 460px;
}

#nieuws_block header h1 {
    font-size: 22px;
    font-weight: bold;
    margin: 5px 0 12px 5px;
}

#nieuws_block .read_more {
    display: block;
    color: #FFF;
    font-style: italic;
    text-decoration: none;
}

#nieuws_block .read_more:hover {
    text-decoration: underline;
}


#small_banner {
    float: right;
    width: 470px;
    height: 207px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#home_page_articles {
    background-image: url('../images_new/homepage_articles_back.jpg');
    background-repeat: repeat-x;
}

#home_page_articles header {
    height: 40px;
    margin-bottom: 10px;
    text-align: left;
    padding: 10px 0;
    font-size: 26px;
}

#home_page_articles article {
    text-align: left;
    font-size: 18px;
    line-height: 160%;
    color: #666;
}

#home_page_articles #article1 {
    float: left;
    width: 290px;
    margin: 0 10px;
}

#home_page_articles #article1 header {
    color: #64A27D;
}

#home_page_articles #article2 {
    float: left;
    width: 290px;
    margin: 0 10px;
}

#home_page_articles #article2 header {
    color: #5F7394;
}

#home_page_articles #article3 {
    float: left;
    width: 290px;
    margin: 0 10px;
}

#home_page_articles #article3 header {
    color: #5F4062;
}