/* CSS Document */

td { text-align: left; }

body {
background-image:url(../img/bg.gif);
background-attachment:fixed;
margin-left : 20px;
margin-top : 0px;
background-color:#5CCBDB;/*#3399CC;*/
font-family :  "Trebuchet MS", Verdana, Tahoma, Georgia, Times, serif;
color:#555555;
font-size: 11px;
}
td {
font-size: 11px;
font-family :  "Trebuchet MS", Verdana, Tahoma, Georgia, Times, serif;
}
/*txt related-----------------------------------------*/
h3, strong {
font-family :  "Trebuchet MS", Verdana, Tahoma, Georgia, Times, serif;
color:#555555;
font-size: 12px;
}
.pageheader{
font-family :  "Trebuchet MS", Verdana, Tahoma, Georgia, Times, serif;
color:#0C2E82;
font-size: 16px;
font-weight:bold;
}

.contentheading{
font-family :  "Trebuchet MS", Verdana, Tahoma, Georgia, Times, serif;
color:#0C2E82;
font-size: 16px;
font-weight:bold;
}
.padtxt{
padding-left:45px;
padding-right:40px;
padding-top:25px;
padding-bottom:0px;
}
.tdpadtxt{
padding-left:0px;
padding-right:10px;
padding-top:0px;
padding-bottom:0px;
}

/* divs -----------------------------------------------*/
.wrapper{
border:1px solid #999999;
width:700px;
background-color:#FFFFFF;
}

.menu{
/*background-image:url(../img/bg_menu.gif);
background-repeat:repeat-x;*/
border-left:0px solid #999999;
border-top:0px solid #999999;
border-right:0px solid #999999;
width:700px;
height:300px;
margin-left:auto;
margin-right:auto;/**/
z-index:-10;
}
.content{
position:relative;
border-left:0px solid #999999;margin-left:auto;
margin-right:auto;
/**/
width:700px;
/*background-color:#DEFFF8;*/
top:-130px;

z-index:20;
}
.footer{
position:relative;
background-image:url(../img/footer.gif);
border:0px solid #999999;
margin-left:auto;
margin-right:auto;/**/
width:700px;
/*background-color:#3399CC;*/
top:-130px;
z-index:-10;
height:50px;
}
/*Overig-----------------------------------------------*/
.subBad {
/*background-color:#eeeeee;*/
vertical-align:top;

color:#398FAA;
font-weight:bold;
z-index:100;
}
.subBad a{
text-decoration:none;
color:#0C2E82;
}
.subBad a:hover{
text-decoration:underline;
color:#0C2E82;
}
.border
{ border-color : #0C2E82;}

p { margin: 0px; margin-bottom: 10px; }
br { line-height: 10px; }