.job .itemTitle a
{
	font-size: 1.0em;
	color: #FFCC33;
}

.itemTitle
{
	color: #FFCC33;
}

.catTitle
{
	color:#FFCC33; 
}

.itemRight .itemTitle
{
	color: #FFCC33;
}

.itemBody a
{
	color: #FFCC33;
}

.jobsRight li,
.relaties li
{
	color: #FFCC33;
}

button
{
	color: #000;
	background: url("../img/btnNormalYellow.gif") no-repeat 0px 0px;
}

/*===============================================================================================*/
/* Menu */
/*===============================================================================================*/
.menuContainer div.menu a.current
{
	background: url("../img/bgMenuCurrentYellow.png") no-repeat center 1px;
}
/*===============================================================================================*/
/* subMenu */
/*===============================================================================================*/
.subMenuContainer a
{
	color: #FFCC33;
}

.roundCornerLeft div a,
.roundCornerLeft div a:hover
{
	color: #FFCC33;
}
/*===============================================================================================*/


/*===============================================================================================*/
/* overig buttons */
/*===============================================================================================*/
form button
{
	background: url("../img/btnStandardYellow.gif") repeat 0px 0px;
}

form button:hover
{
	background: url("../img/btnStandardYellow.gif") repeat 0px -29px;
}

a.btnSmall, button.btnSmall
{
	color: #000;
	background: url("../img/btnSmallYellow.gif") no-repeat 0px 0px;
}

a.btnSmall:hover, button.btnSmall:hover
{
	color: #000;
	background: url("../img/btnSmallYellow.gif") no-repeat 0px -36px;
}

a.btnNormal, button.btnNormal
{
	color: #000 !important;
	background: url("../img/btnNormalYellow.gif") no-repeat 0px 0px;
}

a.btnNormal:hover, button.btnNormal:hover
{
	color: #000;
	background: url("../img/btnNormalYellow.gif") no-repeat 0px -36px;
}

a.btnLarge, button.btnLarge
{
	color: #000;
	background: url("../img/btnLargeYellow.gif") no-repeat 0px 0px;
}

a.btnLarge:hover, button.btnLarge:hover
{
	color: #000;
	background: url("../img/btnLargeYellow.gif") no-repeat 0px -36px;
}
/*===============================================================================================*/
