/* kleur links vaststellen  */

 A:LINK {color: #ffffff;text-decoration: none;  text-align: justify; font: bold; FONT-FAMILY: verdana;}
 A:ACTIVE {color: #ffffff;text-decoration: none;  text-align: justify; font: bold; FONT-FAMILY: verdana;}
 A:VISITED {color: #ffffff;text-decoration: none;  text-align: justify; font: bold; FONT-FAMILY: verdana;}
 A:HOVER {color: #ffffff; text-decoration: none;  text-align: justify; font: bold; FONT-FAMILY: verdana;}





/* layout index pagina */

body
        {
        background-color: #002632;
        }
.header
        {
        background-image:url('/images/top.png');
        background-size: 1920px 200px; 
        background-color: #002632;
        position:absolute;
        top: 0px;
        left: 0px;
        width: 1920px;
        height: 200px;
        }
.menu
        {
        background-image:url('/images/menu.png');
        background-size: 240px 750px;  
        background-color: #002632;
        position:absolute;
        float: left;
        top: 200px;
        width: 240px;
        height: 750px;
        }

.content
        {
        background-color: #002632;
        position:absolute;
        FONT-SIZE: 20px; 
        COLOR: #ffffff; 
        
        position:absolute;
        top: 0px;
        left: 260px;
        width: 900px;
        min-height:586px;
        text-align: left;
        text-align: top;
        display: table
        

        
        }



.footer
        {
        background-color: #002632;
        position:absolute;
        bottom:0px;
        width:500px;
        height:50px;
        border:1px solid black;
        }

.table {
	background-color: #012d3a;
	color: #fff;
	font-size: 20px;
    FONT-FAMILY: verdana;
    border: 1px solid #fff;
    width: 100%;
		
}
.td {
	background-color: #012d3a;
	color: #fff;
	font-size: 20px;
    FONT-FAMILY: verdana;
    border: 1px solid #fff;
		
}

.tableplat {
	
	color: #fff;
	font-size: 20px;
    FONT-FAMILY: verdana;
    border: 1px solid #fff;
    width: 100%;
		
}
.tdplat {
	
	color: #fff;
	font-size: 20px;
    FONT-FAMILY: verdana;
    border: 1px solid #fff;
		
}
