/* CSS Document */
/* ############### tales.be css framework v0.3 (by kvd) ###############  */
/* ############### TOPNAVIGATION ############### */




#topnav ul{
	margin-top: 0px;
	margin-left: 0px;
}
#topnav li{
	display: inline;
	float: left;
	/*padding: 0 10px 0 10px;*/
	color: #fff;
	/*width: 164px;*/
	width: 131px;
	border-right: 1px solid #a3a29e;
	height: 67px;
	/*margin-right: -5px;*/
	text-align: center;
	padding: 0 !important;
}

#topnav li#tn_contact{
	
	/*width: 164px;*/
	/*width: 131px;*/
	border-right: 0px;
}

#topnav a, #topnav a.visited{
	display: block;
	height: 43px;
	/*width: 164px;*/
	width: 131px;
	padding: 24px 0 0 0;
	color: #6d6c69;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 120%;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#topnav li#tn_experience a{

	height: 53px;
	padding: 14px 0 0 0;
}
#topnav li#tn_contact a, #topnav li#tn_contact a.visited{
	/*width: 132px;*/
}
/*#topnav li#tn_contact a{	
	width: 164px;
}*/

#topnav a:hover, #topnav a:active{
	color: #fff;
	background-image: url(../gfx/basics/background.topnav.right.hover.gif);
	background-repeat: repeat-x;
}

#topnav li.selected a, #topnav li.selected a:visited{
	color: #fff !important;
	background-image: url(../gfx/basics/background.topnav.right.hover.gif);
	background-repeat: repeat-x;
}


/* ############### TABS LINKERKANT  ############### */
#topnav .col1 #selectprofilearrow{
	display: block;
	width: 8px;
	height: 34px;
	background-image: url(../gfx/basics/selectprofilearrow.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 5px;
	float: left;
}
#IE6 #topnav .col1 #selectprofilearrow{
	margin-top: 27px;
}
#IE7 #topnav .col1 #selectprofilearrow{
	margin-top: 28px;
}
#topnav .col1 span{
	display: block;
	margin-top: 13px;
	padding-top: 5px;
	font-weight: bold;
	color: #454545;
	margin-left: 15px;
}

#topnav .col1 #buttonrow{	
	margin: -12px 0 0 15px;
}
#IE6 #topnav .col1 #buttonrow{	
	margin: -11px 0 0 20px;
}

#topnav .col1 a{
	display: inline-block;
	text-transform: lowercase;
	float: left !important;
	height: 17px;
	width: 110px;
	padding: 0;
	margin-right: 10px;
	text-align: center;
	background-image: url(../gfx/basics/tab.unselected.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 100%;
}

#topnav .col1 a#selectmanufacturer:hover, #topnav .col1 a#selectmanufacturer:active, #topnav .col1 a#selectmanufacturer.selected{
	background-image: url(../gfx/basics/tab.manufacturer.gif) !important;
}

#topnav .col1 a#selectretailer:hover, #topnav .col1 a#selectretailer:active, #topnav .col1 a#selectretailer.selected{
	background-image: url(../gfx/basics/tab.retailer.gif) !important;
}