body 	{
		font-family:verdana, sans-serif;
		font-size:76%;
		color:#7388a6;
		padding:0px;
		text-align:center;
		background-image: url(images/background.jpg);
		background-repeat:repeat;
		margin-bottom:20px;
		}

/* Begin van de code voor de layout van de site */
#site	{
		text-align:left;
		width:860px;
		margin:auto;
		}
#banner		{
      background-image: url("images/logo.jpg");
			background-color:#000;
			background-position: 20% 50%;
			height: 120px;
			text-align:center;
			border-bottom: 20px solid #3757fa;
      padding-left:10px;
      background-repeat:no-repeat;
			}

#navigatie		{
				background-color:#000;
				height:25px;
				text-align:center;
				color:red;
				padding: 5px 5px 5px 0px;
				}
#body { 
			position: relative;
			top:15px;
			width: 860px;
			margin:0px;
			padding:0px;
			text-align:center;
      }

#links		{
      left:0px;
	    position:absolute;
	    top: 230px;			
			width: 215px;
			height:280px;
			background-color: #e7e7e7;
			color: #333333;
			padding-top:5px;
			}
#links img {padding-bottom:18px;display:block;margin:auto;}
#inner {padding-top:15px;}
#youtube			{
			position: absolute;
			left: 0px;
			width: 215px;
			height: 215px;
			}
			
#content	{
      overflow:auto;
			text-align:left;
			width:610px;
			height:480px;
			margin: 0px 0px 0px 250px;
			
			color: #333333;
			}
#footer	{
    background-image: url("images/footer.jpg");
    background-repeat:no-repeat;    
		background-color:#000;
		width:610px;
		height:35px;
		margin: 0px 0px 10px 250px;
		color:#d6d6d5;
		font-family:verdana, arial;
		font-size: 14px;
		text-align:right;
		}
		
#scroller {
  padding-top:3px;
  margin-top:15px;
	background-color:#000;
	height: 30px;
	color:#ddd;
	font-weight:bold;
	font-family: arial;
	font-size:20px;
	text-transform:uppercase;
}
/* Einde van de code voor de layout van de site */

table			{ font-size: 0.9em;	color: #333333;}
.uitlijn	{padding-left:20px;}

img, form 		{border:0;margin:0;padding:0; }



p		{
		padding-left:20px;
		padding-right:20px;
		}
TD.nieuws {
border-top: solid 1px black;
border-bottom: solid 1px black;
}

TD.overzicht {
	background-color:black;
	color:white;
	font-weight:bold;
	border:0px;
}

A:link    {color: #de4949; text-decoration:none;}
A:visited {color: #5685A7; text-decoration:none;}
A:active  {color: #de4949; text-decoration:none;}
A:hover   {color: #5685A7; text-decoration:underline;}

a.menu {font-size:16px;font-family:verdana, arial;}
A.menu:link {
            color:#D6D6D2;
            }
                 
A.menu:visited  {
                color:#D6D6D2;
				        }     
				
A.menu:hover	{
				      color:#D6D6D2;
				      text-decoration:underline;
				      }

h2{
 padding-left:20px;
 font-size:18px;
 }
 
#links a {padding-top: 20px;}
