/* CSS Document */
/* ############### tales.be css framework v0.3 (by kvd) ###############  */
/* ############### TOPNAVIGATION ############### */
#topnav ul{
	margin-top: 5px;
	margin-left: 40px;
	/*background-color: Aqua;*/
}

#topnav li{
	display: inline;
	padding: 0 0px 0 0px;
	color: #fff;
	float: left;
	
	}

#IE6 #topnav li{
	margin-top: -5px;
	/*background-color: aqua;*/
	}

	
#topnav a, #topnav a.visited{
	display: block;
	height: 16px;
	margin-top: -5px;
	padding: 0px 0 12px 23px;
	color: #fff;
	text-decoration: none;
	font-size: 110% !important;
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: Aqua;*/}

#IE6 #topnav a{
	display: inline-block;
	margin: 0 1px 0 0;
	padding: 0px 0px 13px 28px;
	/*background-color: orange;*/
	}
	
	
	

#topnav .linktext{
	display: block;
	float: left;
	height: 28px;
	margin-top: 0px;
	padding-top: 5px;}
	
#IE6 #topnav .linktext{}	

#topnav a:hover, #topnav a:active{
	background-image: url(../gfx/basics/topnav.hilight.left.gif);
	background-repeat: repeat-x;
	cursor: hand;
	}

#topnav a .hl_right{
	display: block;
	float: left;
	margin-top: 0px;
	width: 23px;
	height: 28px;
	/*background-color: red;*/
	}
	
#IE6 #topnav a .hl_right{
	/*display: none;*/}
		


#topnav a:hover .hl_right, #topnav a:active .hl_right{
	background-image: url(../gfx/basics/topnav.hilight.right.gif);
	background-repeat: no-repeat;}

#topnav a.selected{
	color: #434343;}
	
#topnav_home{
	display: block;
	float: left;
	background-image: url(../gfx/basics/ico.home.gif);
	background-repeat: no-repeat !important;
	background-position: 0 5px;
	width: 15px;
	height: 23px !important;
	margin-top: 2px;
	margin-right: 10px !important;
	text-indent: -2000px;
	padding: 0 0 12px 0 !important;
	}

#topnav_home:hover, #topnav_home:active, #topnav_home.selected{
	background-image: url(../gfx/basics/ico.home.selected.gif) !important;
	background-repeat: no-repeat !important;
	}
	