@charset 'utf-8';

/**
 * news bar
 */
#news-bar
{
    background-color: #fff;
    height: 41px;
    margin: 0 auto;
    padding: 0 0 10px 20px;
    width: 880px;
}
#news-bar h2
{
    background-color: #000;
    color: #fff;
    float: left;
    font-size: 90%;
    font-weight: bold;
    height: 13px;
    line-height: normal;
    margin: 0;
    padding: 4px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 90px;
}
#news-bar-content
{
    background-color: #d8e9ea;
    float: left;
    height: 21px;
    overflow: hidden;
    width: 670px;
}
#news-bar-content li
{
    list-style: none;
    margin: 0;
}
#news-bar-content a
{
    color: #000;
    display: inline-block;
    line-height: normal;
    padding: 4px 5px;
    text-decoration: none;
}
#news-bar-content strong
{
    text-transform: uppercase;
}
#news-bar-right
{
    float: left;
    font-size: 90%;
    margin: -6px 0 0 0;
    width: 110px;
}
#news-bar-right a:link,
#news-bar-right a:visited
{
    background: transparent url(http://www.omgaanmetidealen.nl/themes/v1/static/graphic/frontpage-block-h2.png) no-repeat bottom right;
    color: #000;
    display: block;
    font-weight: bold;
    margin-right: -14px;
    padding: 7px 22px 21px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
#news-bar-right a:hover,
#news-bar-right a:active
{
    background-image: url(http://www.omgaanmetidealen.nl/themes/v1/static/graphic/frontpage-block-h2-active.png);
    color: #f29100;
}

/**
 * news bar scroller
 */
.ticker-container
{
    margin: 0; 
    padding: 0;
    overflow: hidden; 
}
.ticker-container .mask
{
    position: relative;
    overflow: hidden;
}
ul.news-ticker
{
    position: relative;
    left: 750px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.news-ticker li
{
    float: left;
    margin: 0;
    padding: 0;
}
ul.news-ticker a
{
    white-space: nowrap;
    padding: 0;
    margin: 0 50px 0 0;
} 
ul.news-ticker span
{
    margin: 0 10px 0 0;
} 

/**
 * footer
 */
#footer
{
    background-color: #cde1b3;
    margin: 0 auto;
    width: 900px;
}

/**
 * footer left
 */
#footer-left
{
    float: left;
    width: 225px;
}
#footer-left h1
{
    background: transparent url(http://www.omgaanmetidealen.nl/themes/v1/static/graphic/h1-contact.png) no-repeat left bottom;
    margin-top: 10px;
    padding-bottom: 24px;
}
#footer-left h1 span
{
    background-color: #d8e9ea;
    display: inline-block;
    width: 150px;
}
#footer-left p
{
    padding: 0 8px;
}

/**
 * footer center
 */
#footer-center
{
    float: left;
    width: 225px;
}
#footer-center h1
{
    background: none;
    margin-top: 10px;
    padding-bottom: 14px;
}
#footer-center h1 span
{
    background-color: #d8e9ea;
    display: inline-block;
    padding-bottom: 14px;
    width: 150px;
}
#footer-center p
{
    margin: 10px 35px 0 28px;
}

/**
 * footer right
 */
#footer-right
{
    float: right;
    width: 450px;
}

#footer-right p
{
    margin-top: 20px;
    text-align: right;
}

#footer-right a:link,
#footer-right a:visited
{
    background-color: #CDE1B3;
    color: #000;
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0 4px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    width: 130px;
}
#footer-right a:hover,
#footer-right a:active,
#footer-right a.active
{
    background-color: #000;
    color: #fff;
}

#footer-right a.image
{
    background-color: transparent;
    padding: 0;
    width: 138px;
}
