

body {
	margin: 0px;
	padding: 0px;
	background-color: #dce3ec;
        background-image: url(../img/white_gray_bg.png);
        background-position: center;
        background-repeat: repeat-y;
}
.highlight{
    color:#e71e25;
}
/*TOP BORDER*/
div#topBorder{
        background-color: #454545;
	height: 35px;
	width: 100%;
}
/*TOP HEADER*/
div#titleHeader{
	background-color: #dce3ec;
        background-image: url(../img/white_gray_bg.png);
        background-position: center;
        background-repeat: repeat-y;
	height: 85px;
	width: 100%;

}
#logo
{
    float: left;
    margin-top: 5px;
}
.center{
    position: relative;
    width: 1000px;
    left: 50%;
    margin-left: -500px;

}
#berichten{
    height: 65px;
    width: 350px;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x:hidden;


}
div#liveText{
    float:left;
    color: #454545;
    width:510px;
    height: 60px;
    padding-top: 25px;
    font-family:Arial;
    font-size:40px;
    font-weight: bold;
}
div#gemeenteUrl{
    float:right;
    width: 348px;
    color:#e71e25;
    height: 40px;
    padding-left:10px;
    padding-top: 35px;
    font-family:Arial;
    font-size:25px;
}
/*SUBHEADER*/
div#subHeader{
    width: 100%;
    height: 386px;
    background-image: url(../img/sub_bg.png);
    background-repeat: repeat-x;
}
/*LEFT SUB*/

div#left_sub{
    width:350px;
    float: left;
    height: 378px;
	padding-top: 8px;
}
div#left_sub h1{
    font-family:Arial;
    font-size:11px;
    color: #fff;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
div#left_sub p{
    font-family:Arial;
    font-size:11px;
    color: #fff;
    width: 336px;
    margin-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
div#left_sub .berichttijd{
    font-family:Arial;
    font-size:10px;
    color: #fff;
    font-style: italic;
    padding-top: 0px;
}

/*PLAYER*/
#player{
    margin-top: 7px;
}
/*RIGHT SUB*/
div#right_sub{
    float: left;
    padding-top: 7px;
}

/*CONTENT*/
div#content{
	width: 100%;
        min-height: 500px;


}
div#left_content{
    float: left;
    padding-top: 5px;
}
div#left_content ul{
    margin-top: 10px;
    list-style-type: none;
    padding-left: 0px;
    margin-left: 95px;
}
div#left_content a{
    display: block;
    width: 205px;
    height: 27px;
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    font-family:Arial;
    font-size:12px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding-top: 11px;
    margin-top: -5px;

}
div#left_content a:hover{
    background-image: url(../img/menu_over.png);

}
div#left_content .active_menu{
     background-image: url(../img/menu_over.png);
}
div#right_content{
    position: relative;
    float: left;
    padding-left: 10px;
    width: 600px;
}
div#right_content h1{
    font-family:Arial;
    font-size:24pt;
    color: #454545;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;

}div#right_content h2{
    font-family:Arial;
    font-size:16pt;
    color: #e8252b;
    font-weight: bold;
    line-height: 18pt;
    margin-top: 10px;
    margin-bottom: 0px;
}
div#right_content p{
    font-family:Arial;
    font-size:10pt;
    line-height: 15pt;
    color: #000;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
}
div#right_content ul{
    font-family:Arial;
    font-size:10pt;
    line-height: 15pt;
    color: #000;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
}
div#right_content .lastitem{
    border-bottom: 0px ;
}
div#right_content .datum{
    font-family:Arial;
    font-size:9pt;
    color: #000;
    font-style: italic;
}
.text{

    font-family:Arial;
    font-size:10pt;
    line-height: 15pt;
    color: #000;
}
/*Footer*/
div#footer{
    position: relative;
    float: left;
    width: 100%;
    background-color: #454545;
    height: 30px;
    padding-top: 10px;
}
div#footer_text{

    color: #fff;
    font-family:Arial;
    font-size:10pt;
    font-weight: bold;
    margin-left: 10px;
}
