/* 	-------------------- 
	 Positionering site
 	--------------------  */

body 
{
    background: url("images/image.jpeg") no-repeat fixed center top #7CC4EA;
    
    height: 100%;
    margin: 0px;
} 

.container 
{
    position: relative; 
    margin: 0px auto; 
    width: 1011px;
}


.sub-container 
{
    background: url("images/white80.png") repeat scroll left top transparent;
    border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);	
    margin: 0px;
}

.menuHolder {
    background: url("images/back2.png") repeat scroll center top transparent;
    height: 30px;
    margin-top:0px;
    margin-bottom:0px;
    position: relative;
    width: 1011px;
}
.menu, .menu ul {
    font-family: arial,sans-serif;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
.menu {
    height: 30px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1011px;
}
.menu li {
    float: left;
    position: relative;
    z-index: 15;
}
.menu li a {
    background: url("images/back2.png") repeat scroll center top transparent;
    color: #DDDDDD;
    display: block;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    z-index: 20;
}

.menu ul {
    -moz-transition: all 0.8s ease-in-out 0s;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -o-transition: all 0.8s ease-in-out 0s;
    background: none repeat scroll 0 0 #000000;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    height: auto;
    padding: 10px 0;
    position: absolute;
    top: -130px;
    width: 155px;
}
.menu ul li {
    width: 180px;
}
.menu ul li a {
    background: none repeat scroll 0 0 transparent;
    height: 20px;
    line-height: 20px;
    width: 160px;
}
.menu:hover {
    height: 200px;
}
.menu a:hover {
    color: #00CCFF;
}
.menu li:hover > a {
    color: #00CCFF;
}
.menu li:hover ul {
    /*-moz-transform: translate(0pt, 161px);
    -webkit-transform: translate(0pt, 161px);
    -o-transform: translate(0pt, 161px); */
    top: 31px;
}




.rechts 
{
    float: right;
    width: 340px;
    background: #007aad;
    margin-left: 10px;
    margin-bottom: 10px;
}

html>/**/body .rechts 
{
    float: right;
    width: 340px;
    background: #007aad;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top:-280px;
}

.rssfeed
{
    margin: 5px 20px 20px 20px;
    width: 300px;
}

.agenda
{
    margin: 5px 20px 10px 20px;
    width: 300px;
    height: 300px;
    background-color: #ededed;
    border: 2px dashed #7485CA;
}

.header
{
    margin-top: 20px;
    height: 225px;
    background: url("images/header kleiduikers.png");
    background-repeat: no-repeat;
    background-position: right;	
    border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
}

.footer 
{
    position:relative;
    margin: 0px auto; 
    width: 1000px;
    margin-top: 30px;	
    padding-bottom: 5px;
}

.achtergrond 
{
    width: 1039px;
    /*color: #fff;*/
    position: relative; 
    margin: 0px auto; 
}

.pagina 
{
    padding: 3px 15px 20px 15px;
    overflow: hidden;

}

.titelbalk
{
    margin: 20px 20px 10px 20px;
    width: 295px;
    font-size: 10px;
    height: 13px;
    background: url(images/bg_titl.jpg);
    background-repeat: repeat;
    border: 1px solid #333333;	
    text-align: left;
    font-weight : bold;
    font-family: verdana, arial, sans-serif;
    padding: 3px;
}

.logo 
{
    float: left; 
    margin-left: -150px;	
}

.linehack
{
    float: right; 
    margin-left: -355px;
}

html>/**/body .linehack
{
    float: right; 
    margin-left: -355px;
}

/* 	--------------
	Ronde hoeken
 	--------------  */

.roundcont p {
    margin: 0 15px;
}

.roundbottom-con {
    background: url(images/br.gif) no-repeat top right; 
}

.roundcont-2 p {
    margin: 0 15px;
}

.roundbottom-subcon {
    background: url(images/br-2.gif);
    background-repeat: no-repeat;
    background-position: top right; 
}

img.corner {
    width: 15px;
    height: 15px;
    border: none;
    display: block !important;
}

img.corner-2 {
    width: 15px;
    height: 15px;
    border: none;
    display: block !important;
}

/* 	----------------
	 Opmaak Teksten
 	----------------  */
 	
#titel {
    text-align: left;
    font-weight: bold;
    font-size: 2.5em;
    color:  black;
    border-bottom: 1px dashed;
}

#datum {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color:  black;
}

h2 {
    text-align: left;
    font-size: 14px;
    color:  #90B6C1;
    font-weight : bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

p {
    margin-top: 0px;
    font-size: 11.5px;
    color:  black;
}

table {
    font-size: 11.5px;
    color:  black;
}

a {
    color: #1CB410;
    text-decoration: none;
}

.tekst {
    background: #005dbf;
}

.agendatekst p
{
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    color: #F60;
    margin: 20px;
}

.agendatekst b
{
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    font-weight : bold; 
    color: #88b;
    margin: 10px;
}

.imgstyle
{
    margin: 10px;
}

.footer p
{
    color: #FFF;
}

.footer a
{
    color: #000;
    font-family: verdana, arial, sans-serif;
    text-decoration: none;
}

#fullheight{height:99%}

.bericht 
{
    float: left;
    width: 901px;
    position: relative;
    padding: 30px;
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    font-family: "Arial";
}

.bericht_home_footer
{
    float: left;
    width: 901px;
    position: relative;
    padding: 30px;
    background-color: #FFFFFF;
    border: 2px solid #009FE3;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: "Arial";
}

.bericht_home_footer2
{
    float: left;
    width: 901px;
    position: relative;
    padding: 30px;
    background-color: #009FE3;
    border: 2px solid #009FE3;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: "Arial";
}

.bericht_home_footer2 p {
    margin-top: 0px;
    font-size: 11.5px;
    color:  #FFFFFF;
}

.bericht_home_footer2 h2 {
    text-align: left;
    font-size: 14px;
    color:  #FFFFFF;
    font-weight : bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

.bericht_home_footer2 a {
    color: #90B6C1;
    text-decoration: none;
}

.bericht_test
{
    float: left;
    width: 601px;
    position: relative;
    padding: 30px;
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    font-family: "Arial";
}

.bericht_test2
{
    float: left;
    width: 216px;
    position: relative;
    padding: 30px;
    background-color: #FFFFFF;
    border: 1px solid #009FE3;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    font-family: "Arial";
}

.bericht_home
{
    float: left;
    width: 245px;
    height: 450px;
    padding: 30px;
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: "Arial";
}

.bericht_home img
{
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.bericht_home2
{
    float: left;
    width: 901px;
    padding: 30px;
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    font-family: "Arial";
}

.bericht li {
    margin-left: 30px;
    color: black;
    font-size: 11.5px;
}

.bericht_test li {
    margin-left: 30px;
    color: black;
    font-size: 11.5px;
}
.berichttitel {
    margin: 10px 10px;
    text-align: left;
    font-weight: bold;
    font-family: arial;
    font-size: 20px;
    color: #141F52;
}


/* 	----------------
	 Kleine tabs
 	----------------  */

#tabs {
    padding: 10px;
}

#tabs #nav {
    margin-bottom: 0px;
    margin-left: 8px;
}

#tabs ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#tabs #nav ul li {
    display: inline;
    padding: 3px 7px;
    cursor: default;
    background-color: #eeeeee;
    border: 2px solid #009FE3;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-bottom: none;
    margin-right: 2px;
}

#tabs #nav ul li.active {
    border: 2px solid #009FE3;
    border-bottom: 2px solid white;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    background-color: #ffffff;
}

#tabs #nav ul li:hover {
    background-color: #ffffff;
}

#tabs #data {
    margin-top: 2px;
}

#tabs #data div {
    display: none;
    border: 2px solid #009FE3;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#tabs #data div.active {
    display: block;
}

#tabs #data h {
    text-align: left;
    font-size: 14px;
    color:  #90B6C1;
    font-weight : bold;
}

.rsslib
{
  font-family: Verdana, Georgia, Arial;
  font-size:90%;
  min-width:200px;
  max-width:500px;
}


