.tab, .tabactive{
  float													: left;
	text-align								: center; 
	font-family							: arial,verdana, helvetica;
	padding											: 4px 0px 3px 0px;
	vertical-align				: center;
	font-weight							: bold;
	font-size									: 110%;
  cursor										  : pointer hand;	
}
.tab {
	background								: url('/fileadmin/tvkrant/GFX/tab_back.gif');
	background-repeat : repeat-x;
 	width  										 : 133px;	
}

.tabactive {
	background-color		: #CCD04F;
 	width											  : 133px;	
}

#pager	{
	background		: #FFF;
	text-align		: right;
	font-size		: 80%; 
	font-weight		: bold;
}

#pager a{
	color			: #000;
	font-weight		: normal;
	text-decoration		: none;
}

#pager	a:hover{
	text-decoration		: underline;
}

	/*
#tabmenu {
	position		: relative;
	padding			: 0px;
	margin			: 0px;
	margin-left		: 10px;
	width			: 204px;
	height			: 24px;
	background		: #FFFFFF url("/fileadmin/tvkrant/GFX/guidetabs.gif");
}
	
#tabmenu a {
	background-image	: url("/fileadmin/tvkrant/GFX/guidetabs.gif");
	float			: left;
}
		
a#tv		{ display: block; height: 24px; width: 23px;  background-position: 0px 24px; left: 0px; top: 0px; }
a:hover#tv	{ display: block; height: 24px; width: 23px;  background-position: 0px 0px; }
a#radio		{ display: block; height: 24px; width: 48px;  background-position: -23px 24px; left: 23px; top: 0px; }
a:hover#radio	{ display: block; height: 24px; width: 48px;  background-position: -23px 0px; }
a#digitaal	{ display: block; height: 24px; width: 60px;  background-position: -71px 24px; left: 71px; top: 0px; }
a:hover#digitaal	{ display: block; height: 24px; width: 60px;  background-position: -71px 0px; }
a#regionaal	{ display: block; height: 24px; width: 73px;  background-position: -131px 24px; left: 131px; top: 0px; }
a:hover#regionaal	{ display: block; height: 24px; width: 73px;  background-position: -131px 0px; }

#tabmenu span {
	visibility		: hidden;
}
*/
.hiddenDiv {
	display			: none;
}
#tabmenu {
	position		: relative;
	padding			: 0px;
	margin			: 0px;
	margin-left		: 10px;
	width			: 204px;
	height			: 24px;
	
}

#tabmenu a {
	display:block;
	float:left;
	height:24px;
	/*background-color:#DEDF8B;*/
	color:#000000;
	text-decoration:none;
	text-align:center;
	padding:0px 9px 0px 9px;
}
#tabmenu a:hover, #tabmenu a:active{
	background-color:#FFFFFF;
}
#tabmenu a #tab {
	margin-top:5px;
	font-size:110%;
}



