/*  ______  _____
   /   __ \/   __\     monteq
  /   /  /   /  / \    webdesign &
 /   /  /   /  /   \   consultancy
/___/  /___/  /_____\  2007
*/

/*================================  General  ===============================*/

body	{margin:0;background: #fff;}
:focus{ -moz-outline-style: none;}
.iml{	float:left;		margin-right: 8px;}
.imr{	float:right;	margin: 0 11px 0 8px;}
.preload {display:none;}
/* img	{display:block} */


/*IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII             Index & Follow */

#mainfollow	{width: 809px; margin: 40px auto;/*auto => centers*/background: white;}
#main	{width: 690px; height:515px;margin: 40px auto;/*auto => centers*/background:  url("images/topsite_ab.jpg") no-repeat top left;}                                                          


/*=============================  Button layout  ==========================*/	


		


#enter a{
	display:block;
	width:690px;
	height:100px;}

	
       
#enter a:hover		{background:  url("images/topsite_ab.jpg") no-repeat top right;}

#content {
	padding-top: 25px;
	width: 565px;
	min-height: 400px;
	float:right;
	background:white;}

/*=============================  Text & Paragraph  ==========================*/	

p,td, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;/*0.6em*/
	line-height: 20px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	color:#333333;}
	
p	{padding-right: 15px; padding-left: 15px;}
ol {margin-top: 0px}	
#content strong {color: #333;}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;/*0.7em*/
	font-weight: bold;
	color: #333;
	line-height: 20px;/*22px*/
	padding: 0px 15px;}

/*=============================  Link Colors  ==========================*/

/* Regular */
a:link 		{color: #333;font-weight: bold;text-decoration: underline;}
a:visited 	{color: #C6D66A/*  */;font-weight: bold;text-decoration: none;}
a:hover 		{color: #005868;font-weight: bold;text-decoration: none;}
a:active 	{color: #333;font-weight: bold;text-decoration: none;}



/*============================   Navigation   =========================*/
#navleft{
	margin-top: 10px;
	float:left;
	width:243px;
	height: 370px;/*optioneel*/
	padding: 0px;
	text-align:left;
	line-height: 16px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #999;
	background: #fff;
	border-top: 0px solid #ee9966;}

#navleft a{
	/*binnen in statische toestand*/
	display: block;
	padding: 10px;/*buttonheight*/
	width: 223px;/*blockhighlight*/
	font-size: 14px;
	color: #E75112;
	border-bottom: 0px solid #ee9966;
	text-decoration: none;}
	
#navleft a:hover{
	color: #005868 ;
	/*background-color:#C6D66A;*/
	text-decoration: none;}

#navleft ul{
	margin: 0;
	padding: 0px;
	list-style-type: none;}

#navleft ul li .active {/*background-color: #EEAA66;*/color:#505ba1;}