/* header plaatje */
#header,
#header div
{
	width: 579px;
}

	#header div
	{
		background-image: url(../images/header_579_107.png);
	}

/* content (linker kolom) */
.home #content
{
	float: left;
	width: 579px;
	margin-right: 5px;
}
	
	/* tekst op home pagina (onder header) */
	.home #content #text
	{
		overflow: hidden;
		height: 64px;
		padding: 11px;
		font-size: 12px;
		color: #0f228b;
	}
	
	/* search en book tabjes */
	.home #content #search_book
	{
		height: 197px;
		background-image: url(../images/home/bg_searchbook.gif);
		background-position: bottom;
		background-repeat: repeat-x;
	}
	
		.home #content #search_book #bottom
		{
			display: none;
		}
		
		.home #content #search_book #tab
		{
			width: 194px;
			background-image: url(../images/home/tab_searchbook.gif);
		}
		
			.home #content #search_book #tab.active
			{
				background-image: url(../images/home/tab_searchbook_active.gif);
			}
		
		.home #content #search_book #tab2
		{
			width: 191px;
			background-image: url(../images/home/tab_searchbook2.gif);
		}
		
			.home #content #search_book #tab2.active
			{
				background-image: url(../images/home/tab_searchbook_active2.gif);
			}
		
			.home #content #search_book .tabContent table
			{
				width: 100%;
			}
			
			.home #content #search_book .tabContent table tr td
			{
				padding-bottom: 10px;
				padding-right: 5px;
				white-space: nowrap;
			}
			
			.home #content #search_book .tabContent div select
			{
				width: 35px !important;
			}
		
		.home #content #search_book iframe
		{
			width: 557px;
		}
	
	/* world travel tabjes */
	.home #content #world_travels
	{
		height: 200px;
		margin-bottom: 5px;
		margin-top: -27px;
		background-image: url(../images/home/bg_worldtravels.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
	}
	
		.home #content #world_travels #tab
		{
			width: 194px;
			height: 27px;
			background-image: url(../images/home/tab_worldtravels.gif);
			background-position: top left;
			background-repeat: no-repeat;
		}
		
		.home #content #world_travels .left
		{
			clear: left;
			width: 308px;
			height: 151px;
			padding: 11px;
			font-size: 10px;
			font-weight: bold;
			color: #FFFFFF;
			line-height: 15px;
		}
		
			.home #content #world_travels .left b
			{
				font-size: 11px;
			}
		
		.home #content #world_travels .right
		{
			float: right;
			width: 249px;
			height: 173px;
			margin-top: -173px;
		}
	
	/* last minutes overzicht */
	.home #content #last_minutes
	{
		height: 454px;
		background-image: url(../images/home/bg_lastmin.gif);
		background-repeat: no-repeat;
	}
		
		.home #content #last_minutes .dv_results
		{
			overflow: hidden;
			height: 406px;
		}
		
		.home #content #last_minutes .dv_navigation
		{
			padding-top: 0px;
		}

/* kolommen (rechterkant) */
.home #cols
{
	float: left;
	width: 385px;
}

	.home #cols .left
	{
		float: left;
		width: 189px;
	}
		
		/* goodbookers selectie */
		.home #cols .left #gb_selectie
		{
			width: 189px;
			height: 733px;
			background-image: url(../images/home/bg_gbs.jpg);
			background-repeat: no-repeat;
		}
		
		.home #cols .left #gb_selectie .dv_results
		{
			overflow: hidden;
			height: 685px;
		}
		
		.home #cols .left #gb_selectie .dv_navigation
		{
			color: #d57342;
		}
		
			.home #cols .left #gb_selectie .dv_navigation a
			{
				color: #cf0b0d;
			}
			
			.home #cols .left #gb_selectie .dv_navigation a:hover
			{
				background-color: #f7dbbb;
			}
		
			.home #cols .left #gb_selectie .item
			{
				float: left;
				cursor: pointer;
				padding: 11px;
				padding-bottom: 3px;
				font-size: 11px;
				line-height: 13px;
			}
			
				.home #cols .left #gb_selectie .item h5
				{
					font-size: 12px;
					text-align: left;
				}
				
				.home #cols .left #gb_selectie .item h6
				{
					margin: 0px;
					padding: 0px;
					padding-top: 4px;
					font-size: 14px;
					font-weight: bold;
				}
				
				.home #cols .left #gb_selectie .item img
				{
					margin-top: 2px;
					margin-bottom: 2px;
					margin-left: 5px;
					margin-right: 0px;
				}
	
	.home #cols .right
	{
		float: right;
		width: 191px;
	}
	
		.home #cols .right div
		{
			float: right;
			overflow: hidden;
			width: 100%;
		}
	
	/* nieuws overzicht */
	.home #cols #news
	{
		overflow: hidden;
		float: left;
		width: 100%;
		height: 284px;
		margin-top: 5px;
		background-image: url(../images/home/bg_news.gif);
		background-repeat: no-repeat;
	}
	
		.home #cols #news .item
		{
			margin-top: 7px;
			padding-left: 11px;
			padding-right: 11px;
			font-size: 10px;
		}
		
			.home #cols #news .item b
			{
				font-size: 12px;
				color: #0f228b;
			}
			
			.home #cols #news .item b b
			{
				color: #cf0b0d;
			}

