/*Box-Sizing set*/

div,table,iframe,span,td{
-moz-box-sizing:border-box; box-sizing:border-box; -webkit-box-sizing:border-box;
}

/*Tag Declaration*/

body{
background-image:url('img/background.png');
background-repeat:no-repeat;
background-attachment:fixed;
margin:0px;
background-color:#A4BEC6;
background-position:bottom left;
overflow:auto;
}



body,table{
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a{
color:#000000;
}

a:hover{
color:#FF7937;
}

/*Id declaration*/
div#container{
border:1px solid black;
width:800px;
margin-left:-400px;
margin-top:-275px;
height:550px;
position:absolute;
top:50%;
left:50%;
}

div#content{
background-image:url('img/teken1.gif');
height:458px;
background-position:center;
overflow:auto;
padding:28px;
padding-top:10px;
padding-bottom:10px;
background-repeat:no-repeat;
}

div#leesmeer{
display:none;
}

div#overlay{
background-color:#FFFFFF;
width:800px;
margin-left:-400px;
margin-top:-275px;
height:550px;
opacity:0.3;
filter:alpha(opacity=30);
position:absolute;
top:50%;
left:50%;
}

div#header{
height:71px;
border-bottom:1px solid black;
padding-left:26px;
padding-top:22px;
padding-right:26px;
}

div#menu{
height:19px;
background-color:#FF7937;
border-bottom:1px solid black;
padding-left:26px;


position:relative;
z-index:1;
}

div#menu a{
color:#000000;
font-weight:bold;
font-size:12px;
cursor:pointer;
text-decoration:none;
}


/* Class declaration */

.menu-item{
border-left:1px solid black;
border-right:1px solid black;
height:18px;
padding-left:20px;
padding-top:-1px;
cursor:pointer;
padding-right:20px;
}

.menu-selected{
border-left:1px solid black;
border-right:1px solid black;
background-color:#FFA97F;
height:17px;
padding-left:20px;
padding-right:20px;
padding-top:0px;
cursor:pointer;

}


