f/* MAIN */

body { padding: 0px; margin: 0px; background-color: #FFFFFF; }

/*
.table_main { background-color: #a6a8aa; }
*/
/*
.table_main { background-color: #727375; }
*/
.table_main { background-image: url(../images/layout/body_bg.png);background-repeat:repeat; }

.ptrn_footer { background-color: #727375; /*url(../images/layout/ptrn_footer.gif) no-repeat right bottom;*/ }

.ptrn_footer { background-image: url(../images/layout/body_bg.png);background-repeat:repeat; }

/* LINKS */

a, a:hover { font: normal 8pt Arial; color: #ffffff; text-decoration: none; }

.talen, .talen:hover, .talentext { font: normal 14px Century Gothic; color: #212125; text-decoration: none; }
.talen:hover, .talentext { color: #9fc54d; }

.itemnav
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
	/*
	COLOR: #4B4B4B;
    */
	color:#ffffff;
	font-weight: normal;
    text-decoration: none;
}
.itemnav:hover
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
	COLOR: #ffffff;
	font-weight: normal;
    text-decoration: none;
}

/* ***** */

/* CONTENT */

.contenttitel {
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	font-weight: normal;
	
    padding-left: 0px;
    padding-bottom: 20px;
    padding-right: 0px;
}
.contenttitel_std {
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	font-weight: normal;
}

.contenttext 
{
    /*
	FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
	COLOR: #ffffff;
	font-weight: normal;
    */
    font: normal 11px "Arial"; color: #ffffff;
	
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}
/*.contenttext_std {
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
	COLOR: #ffffff;
	font-weight: normal;
}*/

.listtitel {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10pt;
	COLOR: #CB6F2D;
	font-weight: normal;
	
    padding-left: 0px;
}

/* ******* */

/* OTHERS */

.leftcontenttitel {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF;
	font-weight: normal;
	
    padding-left: 5px;
}
.leftcontenttitel_2 {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10pt;
	COLOR: #CB6F2D;
	font-weight: normal;
	
    padding-left: 20px;
    
    background-image: url(../images/layout/lijn.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.leftcontenttext {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF;
	font-weight: normal;
	
	padding-top: 10px;
    padding-left: 10px;
}

.contenttext_small {
	FONT-FAMILY: Arial;
	FONT-SIZE: 7.5pt;
	COLOR: #ffffff;
	font-weight: normal;
}

/* ******* */

/* SPECIALS */

.line
{
	background-image: url(../images/layout/line.jpg);
	background-repeat: no-repeat;
	background-position: 10px 40px;
}

.contenttitel_a {
	FONT-FAMILY: Trebuchet MS;
	FONT-SIZE: 10pt;
	COLOR: #ffffff;
	font-weight: bold;
	
    padding-left: 2px;
    padding-bottom: 0px;
    padding-right: 0px;
    
    background-image: url(../images/layout/lijn2_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#popupMask {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index: 200;
}	
	
#popupImg 
{
	position: absolute;
	z-index: -200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent;
	/*background-color: #FFFFFF;*/
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 *
	background-image: url(../images/layout/maskBG.png) !important;  /*For browsers Moz, Opera, etc.*
	background-image:none;
	background-repeat: repeat;
	
/*	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index: -199;
	
	filter: alpha(opacity=40);

	background-color:transparent;
	background-color: #FFFFFF;
*/
	/*background-image: url(../images/layout/maskBG.png)*/
}
#fotos {
	z-index: 201;
	/*visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;*/
}

/*.img_borders {
	padding-top: 5px;
	
	background-image: url(../images/layout/ptrn_beeld.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.img_shadow_A {
	filter: dropshadow(color=#9BAD71, offx=5, offy=5);
}
.img_shadow_B {
	filter: dropshadow(color=#9BAD71, offx=5, offy=5);
}

.img-shadow img {
	margin: 0px 5px 0px 0px;
}*/


/*img.noborders {
	border: solid 0px #0077D4;
}

li 
{
	list-style-image: url(../images/layout/ul_grijs.gif);
	padding-top: 0px;
	margin:0 0 0 0;
}
li.blue
{
	list-style-image: url(../images/layout/ul_bleu.gif);
	padding-top: 0px;
	margin:0 0 0 -20;	
}*/

a.copy
{
    font: normal 8px "Arial"; color: #ffffff;
    text-decoration:none;
}
