﻿
h1
{
    font-size: 12px;
    color: #C60D38;
    font-family: Verdana;
    color: Black;
    font-weight:bolder;
    margin-top: 0px;
}

body
{
    margin: auto;
    font-weight: normal;
    font-family: verdana;
    font-size: 12px;
    background-image: url(images/bg2.jpg);
    background-color:#000000;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment:fixed;
}

a
{
    font-size: 10px;
    font-family: verdana;
    color: black;
}

div.header 
{
    width: 1000px;
    background-image: url('images/top.jpg');
    background-repeat: no-repeat;
    height: 160px;
    margin: auto;
}

div.middle_container 
{
    width: 1000px;
    background-color: #F3F3F3;
    margin: auto;
    background-image: url('images/bg.jpg');
    background-repeat: repeat-x;
    overflow: auto;
}

div.middle_left 
{
    width: 195px;
    height:auto;
    margin: auto;
    float: left;
}

div.middle_left a
{
    font-size: 10px;
    font-family: verdana;
    color: white;
}

div.middle_left_laatste_nieuws
{
    height: 350px;
    font-family: Verdana;
    padding: 10px 10px 15px 10px;
    font-size: 13px;
    float: left;
    font-weight: bold;
    color: White;
    
}

div.middle_left_picture
{
    width: 195px;
    padding-left: 0px;
    float: left;
}

 div.newsfeed
{
    padding: 0px 10px 5px 0px;
    font-size: 12px;
    color: White;
    text-align:left;
    font-weight:normal;
}

div.middle_right
{
    width: 800px;
    height:auto;
    float: left;
}

div.middle_right_menu
{
    width: 800px;
    min-height: 25px;
    padding-top: 10px;
    padding-left: 0px;
   
}
.mainbar{width: 800px; color:White;}
a.mainmenu:link,
a.mainmenu:visited,
a.mainmenu:hover

{
    font-size: 14px;
    font-weight: bold;
    font-family: verdana;
    color:White;
    text-align:center;
    width:110px;
    text-decoration:none;     
}

.static_nlsmenu {z-index:1;} 
.static_nlsitemcontainerover,
.static_nlsitemcontainer {width: 800px;}
.static_nlsiconcellover, 
.static_nlsiconcell 
{
    display: none;    
 }
.static_nlssubmenucell {}
.static_nlsitemover
{
    color: White;
    font-size: 12px;
    font-weight: bold;
    text-align:center;
    text-decoration: none;
    border-right: 1px solid #fff;
}

.static_nlsitem 
{
    font-size: 12px;
    font-weight: bold;
    font-family: verdana;
    color:White;
    text-align:center;
    text-decoration: none;
    border-right: 1px solid #fff; 
}
      
/* Sub Menu */
.nlsmenu {}
/* Sub Menu - Item */
.nlsitemcontainerover,
.nlsitemcontainer {font-size: 11px; background-color:#38425B; color:White;font-weight:bold;}
.nlsiconcell {}
.nlssubmenucell {}
.nlsitemover
{
    padding: 5px 5px 5px 15px;
    font-weight: bold;
    text-decoration: underline;
}

.nlsitem 
{
    padding: 5px 5px 5px 15px;
}
    
div.middle_right_content
{
    width: 780px;
    padding: 20px 10px 10px 15px;
    min-height:600px;
    background-color: White;
    text-align: left;
    
}

div.footer
{
    width: 1000px;
    background-color:  Green;
    height: 15px;
    margin: auto;
    color: White;
    background-image: url('images/bg.jpg');
    background-repeat: repeat-x;   
    font-size: 9px;
    padding-top:5px;
}

.footer_right
{
    height: 20px;
    width:495px;
    text-align: right; 
    float:left;
}

.footer_right a 
{
    color: White;
    font-size: 9px;
    padding-right: 0px;
}

.footer_left
{
    float:left;
    height: 20px;
    width:495px;
    text-align:left;
    padding-left: 5px;
}

