@import url('colorDefs.css');

html
	{
	height: 100%;
	}

body
	{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url('/images/bg.png') repeat-x;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

h1
	{
	}

h2
	{
	font-weight: bold;
	}

h3
	{
	}

#Frame-Work
	{
	position: relative;
	display: table;
	width: 902px;
*	width: 900px;
		margin: 25px auto 0px auto;
		background: #FFFFFF;
		border: 1px solid #FFFFFF;
	}

#Frame-Banner
	{
	position: relative;
	width: 900px;
	height: 140px;
		overflow: hidden;
	}

	#Banner-Logo
		{
		position: absolute;
		width: 300px;
		height: 140px;
			top: 0px;
			right: 0px;
			background: url('/images/logo-grad.png') no-repeat;
			z-index: 99;
		}

#Frame-Menu
	{
	position: relative;
	float: left;
	width: 240px;
		margin: 10px 5px 10px 5px;
		background: #F4F4F4;
	}
	
	#Frame-Menu h2
		{
		width: 230px;
			margin: 0px;
			padding: 5px;
			color: #000000;
			font-size: 14px;
		}
	
	#Frame-Menu a
		{
		display: block;
		border-top: 1px solid #FFFFFF;
		text-decoration: none;
		font-size: 12px;
		color: #000000;
		}

	
		#Frame-Menu a.Menu
			{
			width: 230px;
				padding: 5px;
			}

		#Frame-Menu a.Menu-Sel
			{
			width: 230px;
				padding: 5px;
			}

		#Frame-Menu a.SubMenu
			{
			width: 220px;
				padding: 5px 5px 5px 15px;
			}

		#Frame-Menu a.SubMenu-Sel
			{
			width: 220px;
				padding: 5px 5px 5px 15px;
			}

		#Frame-Menu a.SubMenuSub
			{
			width: 210px;
				padding: 5px 5px 5px 25px;
			}

		#Frame-Menu a.SubMenuSub-Sel
			{
			width: 210px;
				padding: 5px 5px 5px 25px;
			}

#Frame-BreadCrumbs
	{
	position: relative;
	width: 100%;
	height: 25px;
		background: black;
		color: #FFFFFF;
	}

	#Frame-BreadCrumbs a
		{
		padding: 0px 5px 0px 5px;
			line-height: 25px;
			text-decoration: none;
			color: #FFFFFF;
		}
	
	#Frame-BreadCrumbs a:hover
		{
		text-decoration: underline;
		color: #F2E53B;
		}

.Block
	{
	position: relative;
	float: left;
	width: 140px;
	height: 325px;
		margin: 10px 5px 5px 5px;
		background: #F4F4F4;
	}
	
	.Block h2
		{
		width: 130px;
		height: 57px;
		vertical-align: middle;
			margin: 0px;
			padding: 3px 5px 3px 5px;
			color: #000000;
			font-size: 14px;
		}
	
	.Block a.verder
		{
		display: block;
		text-decoration: underline;
		color: #000000;
		}
	
	.Block a.verder:hover
		{
		color: #666666;
		}
	
	.Block p
		{
		width: 130px;
		height: 185px;
			margin: 0px;
			padding: 5px;
		}
	
	.Block-Img
		{
		position: absolute;
		display: block;
		width: 140px;
		height: 85px;
			bottom: 0px;
			left: 0px;
			background: #F2E53B;
			border-top: 10px solid #F4F4F4;
			overflow: hidden;
		}

#Content
	{
	position: relative;
	float: left;
	width: 640px;
	height: 100%;
		margin: 10px 5px 10px 5px;
		background: #F4F4F4;
	}

	#Content h1
		{
		width: 620px;
			margin: 0px;
			padding: 5px 10px 5px 10px;
			color: #000000;
			font-size: 14px;
		}

.Thumbs
	{
	position: relative;
	float: left;
		padding: 5px;
		background: #F2E53B;
		border: 1px solid #000000;
	}
	
	.Thumbs img
		{
		border: 1px solid #000000;
		cursor: pointer;
		}

#Frame-Footer
	{
	position: relative;
	display: table;
	float: left;
	width: 100%;
	height: 0px;
		margin: 10px 0px 10px 0px;
		padding: 5px 0px 5px 0px;
		background: #000000;
		border-top: 10px solid #F2E53B;
	}

#Footer
	{
	position: relative;
	display: table;
	float: left;
	width: 100%;
	height: 25px;
		margin: 10px 0px 10px 0px;
		text-align: center;
	}


#PhotoGallery
	{
	position: fixed;
	display: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
		z-index: 888;
		overflow: hidden;
	}

#Trans
	{
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		background: #000000;
		filter: alpha(opacity = 75);
		-moz-opacity: 0.75;
		opacity: 0.75;
	}

#PhotoFrame
	{
	position: absolute;
	display: block;
	width: 900px;
	height: 525px;
		top: 50%;
		left: 50%;
		margin: -260px 0px 0px -453px;
		border: 3px solid #F2E53B;
	}

#ToolBar
	{
	position: relative;
	display: table;
	width: 900px;
	height: 25px;
		padding: 0px;
		background: #F2E53B;
		line-height: 25px;
		text-align: right;
	}
	
	#Toolbar a
		{
		padding: 0px 10px 0px 0px;
		color: #000000;
		text-decoration: underline;
		}

#Photo
	{
	position: absolute;
	display: table;
	width: 900px;
	height: 500px;
		z-index: 999;
		text-align: center;
		overflow: hidden;
		background: #000000;
	}