/* 
    Document   : structure.css
    Created on : 22-apr-2009, 14:29:16
    Author     : laurent
    Description:
        Purpose of the stylesheet follows.
*/

html{}
	body{ overflow: hidden; }
		a{}
		
		#doc3{ }
			#hd{ height: 224px; position: relative; }
				#hd div.menu-top{ position: absolute; width: 175px; height : 94px; font-size: 14px; line-height: 16px; 
				font-family: "Times New Roman", Arial, Helvetica, sans-serif; padding: 130px 0 0 40px ; }
				#hd div.top-flash{ position: relative; left: 215px; width: 735px; height : 26px; }
					#hd div.top-flash div.taal{ position: relative; left: 505px; width: 200px; height : 26px; }
						#hd div.taal ul{ margin: 0; padding: 0; float: right; }
							#hd div.taal ul li{ list-style-type: none; float: left; display: block; }
								#hd div.taal ul li a{ display: block; padding: 0 5px; line-height: 26px; }
				#hd div.flash{ position: relative; left: 215px; width: 735px; height : 198px; }

			#bd{ }
				#bd div.menu-bottom{ width: 175px; height: 100%; font-size: 14px; line-height: 16px; 
				font-family: "Times New Roman", Arial, Helvetica, sans-serif; padding: 0 0 0 40px ; }
				div.yui-g{ height: 100%; overflow: auto;}
				#bd div.content{ width: 661px; min-height: 440px; margin-top: 45px; margin-bottom: 10px; margin-left: 20px; padding: 5px ; display: inline-block; }
					/*#bd  div.content div.inhoud{ width: 100%; height: 518px; line-height: 1.5em; display: table; }*/

						#bd div.left{ float: left; }
						#bd div.right{ float: left; }
						#bd div.albums{ height: 192px; width: 284px; position: relative; display: block !important; margin: 0 0 10px 14px; padding: 2px; border: 1px solid; cursor: pointer; }
							#bd div.albums div.title{ width: 283px; position: relative; top: -2px; left: -2px; line-height: 28px; padding-left: 5px; clear: both; font-weight: bold; }
							#bd div.albums div.image{ height: 160px; width: 160px; float: left; border: 1px dashed; }
							#bd div.albums div.info{ width: 110px; float: right; }

						#bd div.album_block{ width: 606px; display: block !important; border: 1px solid; float: left; padding: 10px 0px 0px 25px; margin-left: 14px; }
							#bd div.album_block div.block_title{ width: 626px; line-height: 28px; padding-left: 5px; position: relative; top: -10px; left: -25px; font-weight: bold; }
							#bd div.album_block div.image{ height: 160px; width: 160px; float: left; border: 1px dashed; margin: 0 40px 10px 0; }
								#bd div.album_block div.image a{ height: 160px; width: 160px; display: block; }

			#ft{ height: 26px; padding-left: 25px; margin: 0; }

#index_menu{ position: static; }
