div#banners img
{
	margin-left: 20px;
}

div#banners_home
{
	margin-top: 10px;
}


	a.boxLink{
		display: block;
		position: relative;
		width: 265px;
		height: 250px;
		text-decoration: none;
		z-index: 2;
	}
	
	a.right{
		float: right;
	}
	
	a.left{
		float: left;
	}
	
	a.tips{
		margin-top: 20px;
		background: url("../images/header/tips_normal.jpg") no-repeat;
		color: #361642;
	}
	
	a.fun_games{
		background: url("../images/header/fun_games_normal.jpg") no-repeat;
		color: #361642;		
	}
	
	a.tv{
		background: url("../images/header/tv_normal.jpg") no-repeat;
		color: #361642;		
	}
	
	a.beweegtest{
		margin-top: 20px;
		background: url("../images/header/beweegtest_normal.jpg") no-repeat;
		color: #361642;		
	}
	
	a.tips:hover{
		margin-top: 20px;
		background: url("../images/header/tips_hover.jpg") no-repeat;
		color: #361743;
	}
	
	a.fun_games:hover{
		background: url("../images/header/fun_games_hover.jpg") no-repeat;
		color: #361743;
	}
	
	a.tv:hover{
		background: url("../images/header/tv_hover.jpg") no-repeat;
		color: #361743;
	}
	
	a.beweegtest:hover{
		margin-top: 20px;
		background: url("../images/header/beweegtest_hover.jpg") no-repeat;
		color: #361743;
	}
	
	
	span.boxLinkInnerContent{
		display: block;
		padding: 115px 0 0 30px;	
		width: 200px;
		line-height: 1.2em;;
	}
