/* GENERIC */
*
{
    font-family: verdana, arial, helvetica;
    font-size : 10px;
    margin : 0;
    padding : 0;
    color : #676767;
}

A
{
    color : #b02011;
    font-weight : bold;
    text-decoration: none;
}

UL
{
    padding : 0;
    margin : 0;
    padding-left : 15px;
    margin-bottom : 15px;
}

h1
{
    font-weight : bold;
    font-size : 12px;
    margin : 0;
    padding : 0;
    padding-bottom : 8px;
    color : #b02011;
}

h2
{
    font-size : 11px;
    padding-bottom : 15px;
}

BODY
{
    background-color : #FFF;
    height : 100%;
}

.bottom
{
    vertical-align: bottom;
}

/* KLEUREN */

.rood
{
	background-color : #b02011;
}

.oranje
{
	background-color : #ff8503;
}

.wit
{
    background-color : #fff;
}

/* SITE BASIS */

#header
{
	background-image : url(/_images/site/header.jpg);
	background-repeat : no-repeat;
	width : 780px;
	height : 140px;
	margin : 0 auto;
}

#main
{
    width : 780px;
    margin : 0 auto;
}

#footer
{
    background-image : url(/_images/site/footer.png);
    background-repeat : no-repeat;
    width : 780px;
    height : 146px;
    margin : 0 auto;
}

.stippel
{
    font-size : 1px;
    width : 1px;
    line-height : 1px;
    background-image : url(/_images/site/stippel_vertikaal.png);
}

#sidebar
{
    width : 166px;
    vertical-align: bottom;
}

#sidebar
{
    line-height: 1px;
    margin : 0px;
    padding : 0px;
    padding-top : 20px;
}


#menuwrap
{
    width : 148px;
}

#omo
{
    background-image : url(/_images/site/logo_omo.png);
    background-repeat: no-repeat;
    width : 148px;
    height : 66px;
    line-height : 6000px;
    overflow : hidden;
    display : block;
    padding-bottom : 5px;
    position : absolute;
}

/* MENU*/
#menu
{
    width : 148px;
    padding-top : 25px;
    height : 350px;
}

#menu LI
{
    list-style: none;
    padding : 0;
    margin : 0;
}

#menu UL
{
    padding : 0;
    margin : 0;
}

#menu LI A
{
    font-weight : bold;
    font-size : 11px;
    color : #ff8503;
    text-decoration: none;
    display : block;
    padding-left : 19px;
    margin-top : 5px;
    height : 20px;
    border-bottom : 1px solid #d5d5d5;
}

#menu LI A.selected
{
    background-image : url(/_images/site/pijltje_rood.png);
    background-repeat : no-repeat;
    background-position : 0px 2px;
    color : #b02011;
}

/* CONTENT */

#editor
{
    padding : 5px;
    line-height : 16px;
    background-color : #FFF;
}


#content
{
    padding : 30px;
    padding-left : 35px;
    line-height : 16px;
}

#contenthome
{
    padding-left : 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height : 16px;
}

.contentblok
{
    padding-left : 20px;
    padding-right : 40px;
}

#content H2
{
    font-size : 12px;
    padding-bottom : 4px;
}

#content H3
{
    font-size : 12px;
    padding: 0;
    margin : 0;
}

.afspelenknop
{
    font-weight: normal;
    color : #676767;
    display : block;
    margin-top : 10px;
}

.afspelenknop IMG
{
    float : left;
    margin-right : 5px;
}

.contentcolumn
{
    width : 330px;
}

/* NIEUWS */

#news__home
{
    padding-top : 15px;
    padding-left : 27px;
}

#news__list
{
}

#news__list .news__item
{
    padding-bottom : 30px;
}

#news__list .news__item .news__date
{
    color : #ff8503;
    font-size : 11px;
}

#news__list .news__item H2
{
    font-size : 12px;
    font-weight : bold;
    color : #b02011;
    padding : 0;
    margin : 0;
    padding-bottom : 10px;
}
