/* CSS Document */
/* ############### tales.be css framework v0.2 (by kvd) ###############  */


/* ############### ADAPTABLE CSS - KVD ############### */

/* ############### TOPNAVIGATION ############### */
#topnav ul{
	padding-top: 5px;
	display: block;
	margin-left: 57px;
}
#topnav li{
	display: inline;
	padding: 0 12px 0 16px;
	color: #fff;
	font-size: 120%;
}

.fr #topnav li{	padding: 0 9px 0 16px;}
.de #topnav li{	padding: 0 6px 0 16px;}
.en #topnav li{	padding: 0 10px 0 16px;}

#topnav a, #topnav a.visited{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#topnav a:hover, #topnav a:active,#topnav a.selected{
	color: #DED369;
}

#firsttopnav{
	padding-left: 10px !important;
	padding-right: 130px !important; 
}
.fr #firsttopnav{	padding-right: 104px !important; }
.de #firsttopnav{	padding-right: 93px !important; }
.en #firsttopnav{	padding-right: 140px !important; }
.zw #firsttopnav{	padding-right: 100px !important; }

#topnav #homelink{
	display: block;
	width: 15px;
	height: 13px;
	background-image: url(../gfx/basics/ico.home.gif);
	background-repeat: no-repeat;
	text-indent: -2000px;
	margin-bottom: -15px; /* voor IE6, geen invloed op IE7 of FF */
	position: relative;
	top: -14px;
	left: 795px;
}
.fr #topnav #homelink{	left: 790px;}
.de #topnav #homelink{	left: 790px;}
.en #topnav #homelink{	left: 790px;}

#topnav #homelink:hover, #topnav #homelink:active{
	background-image: url(../gfx/basics/ico.home.hover.gif);
}
