/* CSS Document */
*{
/*font-size:11px;*/
line-height:20px;
list-style-position:inside;
}
body{
	text-align:center;
	font-size:11px;
	font-family:Trebuchet MS, tahoma, verdana;
	overflow:auto;
	
}

h1{
	font-family:Trebuchet MS, tahoma, verdana;
	font-size:16px;
}

h2{
	font-family:Trebuchet MS, tahoma, verdana;
	font-size:14px;
}

h3{
	font-family:Trebuchet MS, tahoma, verdana;
	font-size:12px;
}



a{	
	font-family:Trebuchet MS, tahoma, verdana;
	font-size:12px;
	text-decoration:none;	
	font-weight:bold;	
	color:#000000;
}
input{
	height:18px;
	line-height:15px;
	padding-left:2px;
}
input[type=submit] {
	height:22px;
}


a:visited{	
	font-size:12px;
	text-decoration:none;	
	font-weight:bold;	
	color:#000000;
}
a:hover{ }
a:active{
	color:#76C542;
}

#Container{
	margin:auto;
	text-align:left;
	width:950px;
	height:auto;
	background-color:#FFFFFF;
	overflow:visible;


}
#Header{
	height:77px;
	width:950px;
	background-image:url(../img/header.gif);
	background-repeat:no-repeat;
}


	#MainMenu{
		width:750px;
		margin-left:210px;
	
	}
		#menu-button{
			width:750px;
			padding-top:23px;
		}
		
		
		
		
		#menu-button a:hover{		
			
		}
		
		#active_menu{
			display:block;
			float:left;
			width:115px;
			height:38px;
			background-image:url(../img/button-selected.gif);
			background-repeat:no-repeat;	
			text-align:center;		
			padding-top:15px;
			color:#006600;
		}
			#active_menu a{
				font-size:12px;	
				font-weight:bold;
				text-decoration:none;	
				color:#47B200;			 
			}
			#active_menu a:hover{
				color:#47B200;			 
			}
		
		.normal_menu{
			float:left;
			display:block;
			width:95px;		
			text-align:center;		
			padding-top:25px;
			color:#FFFFFF;
		}
			.normal_menu a{
				font-weight:bold;
				text-decoration:none;	
				color:#FFFFFF;		 
			}
			.normal_menu a:hover{
				color:#FFFFFF;		
				text-decoration:none;			 
			}
		
		.disabled_menu{
			float:left;
			display:block;
			width:95px;		
			text-align:center;		
			padding-top:25px;
			color:#666666;
		}
			.disabled_menu a{
				font-weight:bold;
				text-decoration:none;	
				color:#CCCCCC;		 
			}
			.disabled_menu a:hover{
				color:#666666;		
				text-decoration:none;			 
			}
		
	#SubMenu{
		background-image:url(../img/submenu_bg.gif);
		background-repeat:no-repeat;
		width:950px;
		height:29px;
		/*position:relative;*/

	}
		
		#submenu-button{
			padding-top:5px;
			display:block;
			float:left;
			text-align:center;		
			padding-left:25px;
			padding-right:25px;
			
		}
		
			#submenu-button a {
				text-decoration:none;	
				font-weight:bold;			
			}
			#submenu-button a:hover {
				font-weight:normal;color:#76C542;
				font-weight:bold;	
			}

#contentframe{
	width:950px;
	overflow:visible;

	
}


#footer{
	float:left;
	
	background-image:url(../img/footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:950px;
	height:40px;
	text-align: center;
	z-index:2;

}
	#footer-menu{
		padding-top:12px;				
		
	}
	.footer-button{

		display:inline;
		font-size:10px;
		padding-left:5px;
		padding-right:5px;

	}
		.footer-button a{

			font-size:10px;
		}

#leftmenu{
	padding:0px;
	margin:0px;
	width:266px;
	float:left;
}

	div.leftmenu_top {
		background-image:url(../img/leftmenu_bg_top.png);
		background-repeat:no-repeat;
		width:266px;
		height:6px;
	}
	
	div.leftmenu_middle {
		background-image:url(../img/leftmenu_bg_middle.png);
		background-repeat:no-repeat;
		width:266px;
		padding:2px 5px 5px;
	}
	
	div.leftmenu_bottom {
		background-image:url(../img/leftmenu_bg_bottom.png);
		background-repeat:no-repeat;
		width:266px;
		height:6px;
	}

		
#loginframe{
	float:left;
	display:inline;
	background-image:url(../img/loginbg.gif);
	background-repeat:no-repeat;
	width:256px;
	height:234px;	
	padding:5px;
	padding-top:8px;
	margin-top:2px;
	margin-left:2px;
}

#menuframe{
	float:left;
	display:inline;
	width:266px;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:2px;
}

#loginframe br{
	line-height:8px;
}

#subcontent{
	float:left;
	width:950px;
	display:block;
	position:relative;
	overflow:visible;


}
	#subcontent-top{
		position:absolute;
		background-image:url(../img/subcontent_top.gif);
		background-repeat:no-repeat;
		width:950px;
		height:6px;	
	}
	#subcontent-middle{
		background-image:url(../img/subcontent_middle.gif);
		background-repeat:repeat-y;
		width:945px;
		overflow:auto;
		min-height:450px;
		padding-top:6px;
		padding-left:4px;
	}
	#subcontent-bottom{
		background-image:url(../img/subcontent_bottom.gif);
		background-repeat:no-repeat;
		width:950px;
		height:6px;	
		float:left;
	}


	#about{
		float:left;
		width:258px;
	}
	
	#Logos{
		margin-left:8px;
		margin-right:4px;		
		float:left;
		width:80px;
	}
	
	#logo-top{
		background-image:url(../img/logo_top.gif);
		background-repeat:no-repeat;
		width:85px;
		height:13px;
		line-height:13px;

	}
	
	#logo-middle{
		background-image:url(../img/logo_middle.gif);
		text-align:center;
		width:85px;
		height:424px;
		min-height:424px;

	}
	
	#logo-bottom{
		background-image:url(../img/logo_bottom.gif);
		background-repeat:no-repeat;
		height:13px;
		width:85px;
	}

#BannerLeft{
	float:left;
	padding-left:4px;
	display:inline;
}


#BannerRight{
	float:right;
	padding-top:1px;
	padding-right:6px;
	padding-left:0px;
	

}


#rightcontent{

float:left;
width:300px;
z-index:100;
padding-left:10px;
}

#photoflowframe{
	display:inline;
	padding-left:2px;
	padding-top:1px;
	float:left;
	background-image:url(../img/photoflowbg.gif);
	width:678px;
	height:243px;
	margin-left:1px;	
	
}	

#alternativeContent{
	text-align:center;
	padding-top:50px;
}
#photoflow{
	padding:2px;
}	


	#TextFrame{
		
		margin-left:4px;
		width:678px;
		height:auto;
		min-height:234px;
		padding-top:0px;	
		float:left;}
	
	#TextFrame-top{
		background-image:url(../img/frame676_top.gif);
		background-repeat:no-repeat;
		background-position:bottom;
		height:7px;
		line-height:8px;
		width:676px;
		float:left;
	}
	
	#TextFrame-middle{
		background-image:url(../img/frame676_middle.gif);
		background-repeat:repeat-y;
		width:678px;
		/*padding-top:8px;*/
		float:left;
		

	}
	
	#TextFrame-bottom{
		background-image:url(../img/frame676_bottom.gif);
		background-repeat:no-repeat;
		height:8px;
		width:676px;
		float:left;
		

	}
	
.BlockContent{
	padding-left:5px;
	padding-right:5px;
	
	line-height:14px;
}

.BlockContent386{
	float:left;
	line-height:14px;
	width:375px;
	padding-left:5px;
}

.HeaderBlockGreen{
	display:block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	background-image:url(../img/blok_groen.gif);
	background-repeat:no-repeat;
	padding:3px;
	padding-left:5px;
	padding-top:5px;		
	width:249px;
	height:21px;

}


.HeaderBlockBlue{
	display:block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	background-image:url(../img/blok_blauw.gif);
	background-repeat:no-repeat;
	padding:3px;
	padding-left:5px;
	padding-top:5px;		
	width:249px;
	height:21px;
}

.HeaderBlockBlue386{
	display:block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	background-image:url(../img/blok_blauw386.gif);
	background-repeat:no-repeat;
	padding:3px;
	padding-left:5px;
	padding-top:5px;		
	width:386px;
	height:21px;
}

.HeaderBlockBlue665{
	display:block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	background-image:url(../img/blok_blauw665.gif);
	background-repeat:no-repeat;
	padding:3px;
	padding-left:5px;
	padding-top:5px;		
	width:665px;
	height:21px;
}

.Button{
	font-size:10px;
	color:#ffffff;
	background-color:#51A202;
	border:1px solid #ffffff;
	font-weight:bold;
	margin-top:4px;
	line-height:15px;	}

.SponsorImg{

	margin-bottom:5px;
}
.padding{
padding-top:10px;
}

div.productlisttopleft {
	font-size:12pt;
	font-weight:bold;
	color:#000;	
}

a.productlist {
	font-size:12pt;
	font-weight:bold;
	color:#000;	
	border:none;
}
