﻿body
{
    text-align                      :center;
    font-family                     :Arial, Verdana, Tahoma, Comic Sans MS;
    background-color                :#ddd;
    font-size                       :12px;
    font-weight                     :normal;
    text-decoration                 :none;
    margin                          :0px 0px 0px 0px;
    padding                         :0px 0px 0px 0px;
    color                           :#111155;
	background-image                :url('../img/General/Headers/BRONMainBG2.jpg');
	background-repeat               :no-repeat;
	background-position             :center top;
}
.BackgroundContainer 
{
    background-color		        :transparent;
	margin                          :5px 0px 0px 0px;
}
.Container 
{
    background-color		        :transparent;
	text-align                      :left;
	margin                          :0px auto;
    width                           :1004px;
}
p
{
    font-family                     :Arial, Verdana, Tahoma, Comic Sans MS;
    margin                          :0px;
    padding                         :0px;
    font-size                       :12px;
}
span
{
    padding : 0px;
    margin:0px;
}
h1 /* Titel */
{
    font-size                       :16px;
    font-weight                     :bolder;
    margin                          :0px 0px 15px 0px;
    padding                         :0px 3px 0px 3px;
    color                           :#115;
    text-decoration                 :underline;
}
h2 /* Hoofdstuk */
{
    font-size                       :14px;
    font-weight                     :bolder;
    text-decoration                 :underline;
    margin                          :5px 0px 10px 0px;
    padding                         :0px 3px 0px 3px;
    color                           :#115;
}
h3 /* Deelparagraaf */
{
    font-size                       :12px;
    font-weight                     :bolder;
    text-decoration                 :none;
    margin                          :5px 0px 5px 0px;
    padding                         :0px 3px 0px 3px;
    color                           :#115;
}
h4 /*normale tekst */
{
    font-size                       :10px;
    font-weight                     :bolder;
    text-decoration                 :none;
    margin                          :5px 0px 7px 0px;
    padding                         :0px 3px 0px 3px;
    color                           :#111155;
}
h5 /* Benadrukken */
{
    font-size                       :12px;
    font-weight                     :normal;
    font-style                      :italic;
    text-decoration                 :none;
    margin                          :0px 0px 0px 0px;
    padding                         :0px 3px 0px 3px;
    color                           :#111155;
}
h6 /* Opsomming */
{
    font-size                       :11px;
    font-weight                     :normal;
    text-decoration                 :none;
    margin                          :0px 0px 0px 20px;
    padding                         :0px 3px 0px 3px;
    color                           :#111155;
}
small /* Extra klein */
{
    font-size                       :10px;
    font-weight                     :normal;
    text-decoration                 :none;
    margin                          :0px 0px 0px 0px;
    padding                         :0px 3px 0px 3px;
    color                           :#111155;
}
a:link,
a:visited,
a:active
{
    font-size                       :12px;
    font-weight                     :bolder;
    text-decoration                 :none;
    color                           :#111155;
    }
a:hover
{
    font-size                       :12px;
    font-weight                     :bolder;
    text-decoration                 :none;
    color                           :#666666;
}
blockquote
{
    font-size                       :11px;
    font-weight                     :normal;
    text-decoration                 :none;
    margin                          :0px 0px 0px 0px;
    padding                         :5px 7px 5px 7px;
    border                          :solid 1px #999;
    color                           :#115;  
    background-color                :#eee;
}

