/*  ______  _____
   /   __ \/   __\     monteq
  /   /  /   /  / \    webdesign
 /   /  /   /  /   \   consultancy
/___/  /___/  /_____\  2007
*/

   *{padding: 0;margin: 0px;}
html{padding: 0;margin: 0px;}
:focus{ -moz-outline-style: none;}
body{
	text-align:left;	
	font: 17px/24px verdana; 
	color: #999;
	line-height: 24px;
	
	background: #222;}
	
	
.imt{margin-top: 20px}
.imcent{margin:10px 0px;align:center;}
.centeredImage
    {
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
    padding:0px;
    }

.iml{float:left;}
.imr{float:right;}
	
#header		{height: 240px;	background: #000;}
#header2		{display:block;	background: black;	height: 115px;	padding-left: 55px;}
#logo			{display:block;	float:left; z-index:1;}

#main{
	width: 968px;
	margin: 10px auto;/*auto => centers*/

 	border-top: 	2px solid #666; 
	border-right: 	5px solid #666;
	border-bottom: 2px solid #666;
	border-left: 	5px solid #666;
	background: #333;}

#graybar{
	height:22px;
	padding-right: 26px;	
	
	text-align:right;
	font-size: 10px;
	color:#555;	
	font-weight: bold;
	
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: #d3d3d3;}

#heading{margin-bottom: 10px;}

	
#imgzone{
	display: inline;
	float:left;
	width: 320px;
	height:410px;/* Bepaald in eerste instantie de HOOGTE*/
	margin-top:20px;
	
	text-align:center;/*centers comment block in IE*/
	background:#333;}
	
#comment{
	display:block;
	width: 260px;
	margin: auto;/*auto => centers in FF*/
	margin-top:15px;
	
	text-align:justify;
	font-size: 10px;
	line-height:14px;
	
	color:#888;
	background: #333;}
	
#footer1	{height: 35px;		border-top: 1px solid #666;	clear:both;}	

#footer	{height: 120px;	border-top: 1px solid #666;	clear:both;}

.field{color:#CCCCCC;
border: 2px solid #555;
background: #555;
}