/* 
	Screen Bestand 
	 - Dit bestand bevat de layout voor PC Schermen
	 - Indeling van de layout etc.
*/

@import url(typography.css); /* Gebruiken voor standaard elementen */

body
{
	margin: 0;
	text-align: center;
}
 
/* CONTAINER */ 
	#container
	{
		position: relative;
		margin: 0 auto;
		width: 700px;
		text-align: left; 
 
		border-left: 4px solid #58A5D5;
		border-right: 4px solid #58A5D5; 
		min-height: 800px;
	}

/* TOP */ 
	#top
	{
		background: #58A5D5;
		text-align: right;
		padding: 2px;
		color: #fff;
	}

/* LOGO */ 
	#header
	{
		width: 700px;
		height: 85px;
		background: url(../img/logo.jpg) no-repeat top left;
		border-bottom: 1px solid #ccc;
	}

/* WHICHPAGE */ 
	#whichpage
	{
		color: #58A5D5; 
		border-bottom: 1px solid #ccc; 
		background: #fff url(../img/whichpage.gif) repeat top left; 
		text-align: left; 
		font-size: 10px; 
		padding: 1px 5px 1px 15px;
	}
	
	ol small { clear: both;}

	#whichpage span
	{
		color: #000
	} 
 
	#whichpage strong
	{
		color: #58A5D5;
	}

/* MENU */ 
	#menu
	{
		z-index: 1;
		position: absolute;
		top: 140px;
		left: 10px;
		width: 153px;
		margin: 0;
		padding: 5px;
		color: #999999;
	}
	
	
	#menu ul {
		margin: 2px 0 18px 0;
		padding: 0;
		list-style: none;
		border-top: 1px solid #ccc;
	}
	
	#menu ul li, div#recent ul li {
		border-bottom: 1px solid #ccc;
		padding: 4px;
		display: block;
	}
	
	#menu ul li a {
		background: url(http://test.hethandelshuis.nl/img/arrow.png) no-repeat center left;
		padding: 0 0 0 13px;
		display: block;
	}
	
/* RECENT OP HOME */	
	div#recent {
		clear: both; 
	}
	
	div#recent strong {
		width: 45%;
		color: #000;
		display: block;
		text-align: left;
	}
	
	div#recent ul {
		float: left;
		margin: 5px 12px 0 0;
		width: 45%;
		list-style: none;
		padding: 0;
		border-top: 1px solid #ccc;
	}	
	
	div#recent ul span {
		text-align: right;
	}
	
	div#recent ul li a {
		background: none;
		padding: 0 0 0 0px;
		display: block;
	}	
	
	
	
	
	
	#menu strong
	{
		display: block;
		color: #58A5D5;
	}
	
	#menu #selected
	{
		color: #58A5D5;
	}
		
	#menu a.ecdl
	{	
		position: relative;
		top: -50px;	
		left: 30px;
	}
	
	#menu a.memorystick {
		position: relative;
		top: -90px;
		left: 10px;
	}
 
/* ALGEMENE LINKS */
		a:link 				{ color:#666666; font-weight:bold; text-decoration:none; }
		a:visited 			{ color:#666666; font-weight:bold; text-decoration:none; }
		a:hover 			{ color:#58A5D5; font-weight:bold; text-decoration:none; }
		a:active 			{ color:#58A5D5; font-weight:bold; text-decoration:none; }
		
		table td a:link, td span		{ color: #b80404; } 	
		table td a:visited  { color: #b80404; }
		table td a:hover 	{ color: #b80404; text-decoration: underline}
		table td a:active	{ color: #b80404; }
 
/* CONTENT */ 
	#content
	{
		margin: 0px 0px 0px 185px;
		width: 480px;
		padding: 17px 5px 15px 5px;
		background: url(http://test.hethandelshuis.nl/img/bg.gif) no-repeat center; 
		min-height: 800px;
	}   
  
/* SPACER */
	.spacer
	{
		height: 0px;
	}
  
  
/* VOET */  
	#voet 
	{
		width: 100%;
		background: #58A5D5;
		text-align: right;
		padding: 2px 2px 2px 0px;
		color: #fff;
	}