body						{
								margin: 0px;
								padding: 0px;
								background-color: #000080;
								background-image: url('images/bg.jpg');
								background-repeat: repeat-x;
								background-position: 0% 0%;
								font-family: Arial;
								}
a:link					{
								color: #ffff00; 
								text-decoration: underline; 
								} 
a:visited				{
								color: #ffff00; 
								text-decoration: underline; 
								}
a:hover 				{
								color: #b3ccff; 
								text-decoration: underline; 
								}
a:active	 			{
								color: #ffff00; 
								text-decoration: underline;
								}
hr							{
								color: #b3ccff;
								}
.top						{
								vertical-align: top;
								}
.mailform				{
								border-top: 1px solid #b3ccff;
								border-right: 2px ridge #b3ccff;
								border-bottom: 2px ridge #b3ccff;
								border-left: 1px solid #b3ccff;
								background-color: #ebf2ff;
								height: 17px;
								}
.mailtext				{
								border-top: 1px solid #b3ccff;
								border-right: 2px ridge #b3ccff;
								border-bottom: 2px ridge #b3ccff;
								border-left: 1px solid #b3ccff;
								background-color: #ebf2ff;
								}
.mailbutton			{
								border-top: 1px solid #b3ccff;
								border-right: 2px ridge #b3ccff;
								border-bottom: 2px ridge #b3ccff;
								border-left: 1px solid #b3ccff;
								background-color: #ebf2ff;
								cursor: pointer;
								}
.mailbuttonover {
								border-top: 1px solid #ffff00;
								border-right: 2px ridge #ffff00;
								border-bottom: 2px ridge #ffff00;
								border-left: 1px solid #ffff00;
								background-color: #fffebb;
								cursor: pointer;
								}
.adres					{
								background-image: url('images/logo2.jpg'); 
								background-repeat: no-repeat; 
								height: 190px; 
								text-align: right; 
								padding-right: 50px; 
								padding-top: 60px; 
								font-size: 17px; 
								font-weight: bold;
								}
.copy						{
								height: 23px; 
								padding-top: 7px;
								text-align: center; 
								font-size: 12px; 
								background-image: url('images/bg-copy.jpg');
								}
.inhoud					{
								margin-left: 10px; 
								padding: 0px 15px 15px 265px; 
								color: #ffff00; 
								font-size: 17px;
								background-image: url('images/bg-inhoud.jpg');
								}
.menu						{
								float: left; 
								width: 250px; 
								margin-top: 15px; 
								margin-right: 15px;
								}
.center					{
								text-align: center;
								}
a:link.link			{
								color: #000000; 
								text-decoration: none; 
								} 
a:visited.link	{
								color: #000000; 
								text-decoration: none; 
								}
a:hover.link	 	{
								color: #000000; 
								text-decoration: underline; 
								}
a:active.link	 	{
								color: #000000; 
								text-decoration: none;
								}
	
