
	/* page-global styles */
	
	
	#page h2 {
		margin-top: 3px;
	}
	
	
	/* shared styles */
	
	
	#contentmain p, #contentsub p {
		margin-top: 0px;
	}
	
	
	/* contentmain (banner, plus blokken A, B en C) */


	#page #contentmain {
		width: 370px;
	}
	
		#flashbanner {
			width: 370px;
			height: 173px;
			margin: 8px 0 0;
		}
		
		#contentmain .content_block {
			padding-bottom: 1em;
		}
		
			#contentmain .content_block .header_big {
				margin-bottom: 2px;
				margin-top: 3px;
			}
			
			#contentmain .content_block .promotext {
				margin-bottom: 0.5em;
			}
			
			#contentmain .content_block a.promolink_link {
				margin-left: 1em;
			}
			
			#contentmain .content_block div.promolink_link .column_right {
				width: 85%;
			}
		
			#contentmain .content_block .thumb, #contentmain .content_block .introduction {
				float: left;
			}
			
			#contentmain .content_block .thumb {
				width: 98px;
				padding-top: 2em;
			}
			
			#contentmain .content_block .introduction {
				width: 260px;
			}
			
			
	/* navright (quickmenu, plus blokken D, E en F) */
		
		#page #navright {
			margin-top: 0px;
			width: 260px;
		}
	
		#quickmenu li {
			height: 43px;
			line-height: 43px;
			vertical-align: middle;
			text-indent: 1em;
		}
		
			#quickmenu li h4 {
				margin: 0 0 0 0;
				width: 150px;
				float: left;
				font-weight: bold;
			}
			
			.bg_fbtoorange h4 {
				color: white;
			}
			
			#quickmenu li select {
				width: 100px;
				float: right;
				margin: 14px 5px 0px 0px;
			}
			
	#contentsub {
		background-image: url('/fbto/assets/images/home/static/background_de.gif');
		background-repeat: repeat-x;
		padding: 1em 0.5em 0em 1em;
	}
	
		#contentsub .contentsub_block {
			/* elk subblock moet wat witruimte boven krijgen */
			margin-top: 0.5em;
		}
		
		#contentsub .contentsub_block .thumb, #contentsub .contentsub_block .introduction {
			float: left;
		}
		
		#contentsub .contentsub_block .thumb {
			/* thumbs een beetje onde de titels laten komen */
			padding-top: 12px;
			/* breedte van thumb plus wat witruimte: */
			width: 98px;
		}
		
		#contentsub .contentsub_block .introduction {
			/* we gebruiken geen procenten omdat de thumb ook fixed is */
			width: 130px;
		}