/* MAIN */

BODY
{
	padding: 0px;
	margin: 0px;
}

.table_main 
{
	background-image: url(../images/layout/bg_main.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.header 
{
	background-image: url(../images/layout/bg_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ***** */

/* CONTENT */

h1 { margin: 0px; }

.contenttitel {
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
	COLOR: #76933f;
	font-weight: bold;
	
    padding-left: 45px;
    padding-bottom: 15px;
    padding-right: 40px;
}
.contenttitel_std {
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
	COLOR: #76933f;
	font-weight: bold;
}

.contenttext {
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	COLOR: #53524d;
	font-weight: bold;
	
    padding-left: 45px;
    padding-top: 0px;
    padding-right: 40px;
}
.contenttext_std {
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	COLOR: #53524d;
	font-weight: bold;
}

/* ******* */

/* OTHERS */

.item 
{
	border-top: 1px solid #53524d;
	border-bottom: 1px solid #53524d;
	
	padding-right: 80px;
	
	background-image: url(../images/layout/bg_item.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

hr 
{
	padding: 0 10 0 0;
}

.proj_item 
{
	FONT-FAMILY: Century Gothic, Verdana;
	FONT-SIZE: 13px;
	COLOR: #53524d;
	font-weight: bold;
	
	padding-left: 5px;
}

.proj_bg 
{
	background-image: url(../images/layout/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.proj_bg_a
{
	background-image: url(../images/layout/proj_a.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.no_link {
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	COLOR: #a7a7a7;
	font-weight: bold;
}

/* ******* */

/* SPECIALS */

/*.lijn_vert
{
	background-image: url(../images/layout/lijn.gif);
	background-repeat: repeat-y;
	background-position: right 50;
}


.lijn_streep_top
{
	background-image: url(../images/layout/lijn_streep.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.lijn
{
	background-image: url(../images/layout/lijn.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.lijn_midden
{
	background-image: url(../images/layout/lijn.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.img_borders {
	padding-top: 5px;
	
	background-image: url(../images/layout/ptrn_beeld.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
img.noborders {
	border: solid 0px #0077D4;
}

li 
{
	list-style-image: url(../images/layout/ul_grijs.gif);
	padding-top: 0px;
	margin:0 0 0 0;
}
*/


/* NAV_TALEN */

#navTalen
{
    position:relative;
    left:55px;
    float:left;    
    width:118px;
    text-align:center;
}

#navTalen ul
{
    text-align:center;
    margin-top:2px;
    margin-left:0px; /*moet er staan voor IE Centreren*/
    margin-right:0px; /*moet er staan voor IE Centreren*/
}

#navTalen li
{
    display:inline;
}

#navTalen li.last a
{
    /*
    background-image:none;
    */
    padding-right:0px;
}

#navTalen li a
{
    display:inline;
    /*
    padding-left:5px;
    padding-top:3px;    
    */
    padding-right:6px;
    font: bold 11px "Arial"; color: #ffffff;
    text-decoration:none;
}
   
#navTalen li.nav_active span, #navTalen li a:hover span
{
    font: bold 11px "Arial"; color: #ffffff;
    text-decoration:none;
}

#navTalen li.nav_active a, #navTalen li a:hover
{
}