body 	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	background-color: #000000;
	/*      T R B L  */
	margin: 0 0 0 0;
}
/* hieronder staan een aantal standaard classes om de body uit te breiden voor de verschillende frames. */

body#top {
	background-image : url(../../image/bg-top.jpg);
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : no-repeat;
}
body#bottom {
	background-image : url(../../image/bg-bottom.jpg);
	background-attachment : fixed;
	background-position : top left;
	background-repeat : no-repeat;
}
body#left {
	background-image : url(../../image/bg-left.jpg);
	background-attachment : fixed;
	background-position : right;
	background-repeat : no-repeat;
}
body#right {
	background-image : url(../../image/bg-right.jpg);
	background-attachment : fixed;
	background-position : left;
	background-repeat : no-repeat;
}
P {
    margin: 0 0 0 0;
  }

 .adres	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	font-style: normal;
	padding: 5px 8 5 5;
}

a:link 	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight : normal;
}

a:visited 
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight : normal;
	}

a:hover	
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFF21;
	text-decoration: none;
	font-weight : normal;
	}

a:active 
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight : normal;
	}

.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFF21;
	font-size: 9px;
	font-style: normal;
	background-color: #000000;
	background : url(../../image/buttons/bg.gif);
	background-position : top;
	background-repeat : repeat-x;
	background-attachment : fixed;
	padding-left:3px; 
}

.menu_over {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFF21;
	font-size: 9px;
	font-style: normal;
	background-color: #000000;
	background : url(../../image/buttons/bg_over.gif);
	background-position : top;
	background-repeat : repeat-x;
	background-attachment : fixed;
	padding-left:3px; 
}
