	body
		{
	margin:0px;
	padding:0px;
	text-align: center;
	/*background-color:#ffdca5;*/
	background-image: url(/img/bk_color.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0.03em;
	line-height: 125%;
	color: #2C2C2C;
		}
	a
		{
		text-decoration:none;
		color: #ba0f58;
		}
	a:hover
	{
		color: #db2059;
		text-decoration: underline;
	}
	.txtfoto
	{
	border: solid 1px #666677;
	float: right;
	margin: 0px 0px 0px 15px;
	}
	.links
	{
	float: left;
	margin: 0px 15px 0px 0px;
	}
	#pag
		{
		position: relative;
		margin: auto;
		width: 800px;
		height:550px;
		padding: 0px;
		text-align: justify;
		background-color:#FFFFFF;
		background-image: url(/img/suikerfee_bk.gif);
		background-repeat: no-repeat;
		background-position: center top;
		}	
	#menu
		{
		font-size: 15px;
		/*position: absolute;
		left: 15px;
		top: 95px;
		width: 139px;
		text-align: right;
		margin: 0px;
		padding: 0px 0px 76px 0px; 
		background-repeat: no-repeat;
		background-image: url(/img/menu_voet.gif);
		background-position: bottom;*/
		}
	#menu ul
		{
		margin: 0px;
		padding: 0px;
		}
	#menu ul li
	{
		list-style: none;
		list-style-type: none;
		padding: 0px;
		margin: 0px 0px;
		border-style: solid;
		border-width: 0px 0px;
		border-color: #999999;

	}
	#menu ul li a
		{
		text-decoration: none;
		color: #239878;
		font-weight: normal;
		font-variant: small-caps;
		display: block;
		margin: 0px;
		padding: 0px 5px 0px 0px;
		/*  background-image: url(/img/menu_bk.png);*/
		background-repeat: no-repeat;
		background-image: url(/img/menu_li.gif);
		
		background-position: bottom;
		text-align: right;
		}
	#menu ul li a:hover
		{
		font-weight: bold;
		/*background-image: url(/img/menu_bk2.png);
		background-color: #F0F6FF;
		*/
		color: #12B893;
		
		/*background-color: #FBFBFB;*/
		}
	#mainContent
		{
		/*position: absolute;
		left: 178px;
		top: 95px;
		width: 542px;
		background-color:#FFF;*/
		}
	#mainContent p
		{
		margin: 10px 13px;
		padding: 0px 0px 20px 0px;
		font-size: 14px;
		}
	
	 p.voet, #mainContent p.voet a
		{
		display: none;
		margin: 10px 0px;
		background-image: none;
		padding: 0px;
		text-decoration: none;
		font-size: 10px;
		color: #406083;
		text-align: center;
		}
	 p.voet
		{
		float: none;
		clear: both;
		background-image: url(/img/voet.gif);
		background-repeat: no-repeat;
		background-position: center top;
		padding: 33px 35px 90px 35px;
		}
			
	h1,h2,h3
		{
		background-position: left bottom;
		background-repeat: no-repeat;
		color: #555555;		
		}
	h1 span,h2 span,h3 span
		{
		display:none;
		}
	h1
		{
	font-size: 24px;
	font-weight: normal;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
		}
	h2
		{
		font-size: 18px;
		font-weight: normal;
		padding: 0px;
		color: #C4C4C4;
		}
	h3
		{
		font-weight: normal;
		font-size: 16px;		
		}
	.foto
	{
		background-color: Black;
		border-width: 1px;
		margin: 10px 0px;
		border-style: solid;
	}
/* ------------------------------------------------------------------ */
.twoColFixLtHdr #container { 
	width: 865px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(/img/suikerfee_color.jpg);
	background-repeat: no-repeat;
	background-position: 195px 10px;
} 
.twoColFixLtHdr #menu {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




 .banner
 {
 margin-top:40px;
 border-top:solid 1px #CCCCCC;
 padding-top: 20px;
 text-align: center;
 margin-bottom: 15px;
 color:#666666;
 }
 .banner img
 {
 margin:5px;
 }


