body
{
    font-size: 10pt;
    font-family: Verdana;
    background-color: #4E698C;
}

#wrap
{
    margin-left: auto;
    margin-right: auto;
    width: 960px; /*background: url(bg_blue.jpg) repeat;*/ /*background-color: #75aadb ;*/
    background-color: #7297BA;
}

#header
{
    position: relative;
}

#zoekheader
{
    padding: 5px 10px;
    margin: 0px;
    border: solid 1px #FFF;
    background-color: #006699;
    display: block;
    position: absolute;
    width: 225px; /*top :150px;     left:540px;*/
    bottom: 10px;
    right: 10px;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
}

#contentheader
{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11pt;
}

#left
{
    float: left;
    width: 480px; /*border-right:solid 1px #006699;*/
}

#right
{
    float: right;
    width: 480px; /*border-left:solid 1px #006699;*/
}

#footer
{
    padding: 5px 10px;
    clear: both;
}

.sidebox
{
    /*margin: 0 auto;  	width: 33em; 	background: url(sbbody-r.gif) no-repeat bottom right; 	font-size: 100%;*/
    margin: 0 auto;
    width: 460px;
    font-size: 100%;
    padding: 0px 10px 0px 10px;
}

.boxhead
{
    background-color: #006699;
    margin: 0;
    padding: 0;
    width: 460px;
    height: 25px;
}

.boxhead h2
{
    margin: 0;
    padding: 5px 30px 5px;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1em;
    text-align: center;
}

.boxfooter
{
    background-color: #006699;
    margin: 0;
    padding: 0;
    width: 860px;
    height: 25px;
}

.boxfooter h2
{
    margin: 0;
    padding: 5px 30px 5px;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1em;
    text-align: center;
}

#containerWelkom
{
    position: relative;
    height: 200px;
}

#containerKalender
{
    position: relative;
    height: 200px;
}

#containerZoek
{
    position: relative;
    height: 50px;
}

#containerSnelkoppelingen
{
    position: relative;
    height: 70px;
}

#containerNieuws
{
    position: relative;
    height: 50px;
}

.boxbody
{
    /*border:solid 1px #006699;*/
    margin: 0;
    padding: 5px 5px 20px 5px;
    border-bottom: solid 1px #FFF;
}

.boxbodybottom
{
    margin: 0;
    padding: 5px 5px 5px 5px;
}

.alignright
{
    padding: 0;
    margin: 2px 0 5px 10px;
    display: inline;
    float: right;
}
.alignleft
{
    padding: 0;
    margin: 2px 10px 5px 0;
    display: inline;
    float: left;
}
.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h1
{
    font-size: 150%;
    line-height: 150%;
    font-weight: bold;
    color: #1B242E;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
}

h2
{
    font-size: 120%;
    line-height: 120%;
    font-weight: bold;
    color: #273443;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
}

div.centeredTable
{
    text-align: center;
}
div.centeredTable table
{
    margin: 0 auto;
    text-align: left;
}

a.aanmelden
{
    text-decoration: none;
    font-weight: bold;
    font-size: 150%;
    line-height: 120%;
}

a.aanmelden:hover
{
    color: #fff !important;
    background: #4E698C;
    text-decoration: none;
    font-weight: bold;
    font-size: 150%;
    line-height: 120%;
}

a.front
{
    text-decoration: none;
}

a.front:hover
{
    color: #fff !important;
    background: #4E698C;
    text-decoration: none;
}

ul.front
{
    padding-left: 20px;
    color: #4E698C;
}

.frontinfo
{
    color: #fff !important; /*background: #4E698C;*/
    text-decoration: none;
}

ul.ulblue li { color:#4E698C; }
ul.ulblue li span { color:black; }

ul.ulblack li { color:black; }
ul.ulblack li span { color:black; }

ol.olblack li { color:black; }
ol.olblack li span { color:black; }


