html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

form
{
	margin: 0;
	padding: 0;
	height: 100%;	
}

.Close
{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

body
{
	background-color: #FF0000;
}	

	div#wrapper
	{
		position: relative;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0;
		padding: 0;
	}
			
		div#wrapper div#header
		{
			position: relative;
			padding: 20px 0 20px 30px;
			height: 85px;
		}
		
		div#wrapper div#content
		{
			position: relative;
			margin-bottom: 30px;
			padding-left: 30px;
			padding-right: 100px;
			border-top: 1px solid #fff;
			overflow: hidden;
		}
		
			div#wrapper div#content div.Aanbieding
			{
				position: relative;	
				margin: 0;
				padding: 0;
				padding-bottom: 10px;
				border-bottom: 1px solid #ffffff;
				width: 90%;
			}
			
			div#wrapper div#content div.Aanbieding .Image
			{
				float: left;
				padding: 0;
				margin: 0;				
				width: 165px;
			}
			
				div#wrapper div#content div.Aanbieding .Image img
				{
					padding: 1px;
					border: 1px solid #000;
					width: 150px;
				}
				
			div#wrapper div#content div.Aanbieding .Text
			{
				position: relative;
				margin-left: 165px;	
			}
					
		div#wrapper div#footer
		{
			position: absolute;
			width: 100%;
			height: 25px;
			bottom: 0;
			left: 0;
			background-color: #000;
		}
						
			div#wrapper div#footer p
			{
				margin-left: 30px;
				margin-top: 4px;
				color: #fff;
				font-size: 10px;
			}
		
/* ***
	lightbox
*** */
#lightbox
{
	/*background-color:#006d51;*/
	background-color: #fff;
	padding: 8px;
}

#lightboxDetails
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #444444;
	padding-top: 0.4em;
}	
	
#lightboxDetails a
{
	color: #444444;
}

#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }	

#overlay
{
	background-color: #aaa; 
	opacity: .80;
	-moz-opacity: 0.8; 	
	filter: alpha(opacity=80); 
}
			
/* ***
	fonts		
*** */
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCD00;
	font-size: 18px;
	padding-bottom: 6px;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 1.4em;
}		
