body		{
		overflow : auto ;
		background : url("../includes/aBack.jpg") fixed;		
		font-family : arial ;
		font-size : 14px ;
		}
a		{
		text-decoration: underline ;
		color : blue ;

		}
a:hover		{
		text-decoration: underline;
		color : blue
		}

td		{
		font-family : arial ;
		font-size : 14px ;
		}

/*layout styles--------------------------------------------------------*/


.top		{
		overflow : hidden ;
		position: absolute ;
		top : 0px ;
		left : 0px ;
		height : 110px ;
		width : 100% ;
		padding : 0px ;
		
		}

.menu		{
		position: absolute ;
		top : 120px ;
		margin-left : 1% ;
		background-color: black;
		color : white;
		font-style: italic;
		width: 15%;
		border-width: 8px ;
		border-color:  #663300;
		border-style: ridge;

		}
a.schlbrd		{
		text-decoration: none;
		color : white ;
		}
.muur		{
		position: absolute;
		background : url("../includes/lmBack.jpg");

		left: 0px ;
		width: 20% ;

		height: 95%;
		}  
	
.content	{
		position: absolute ;
		overflow : auto ;	

		top : 100px ;
		left : 20% ;
		width : 70% ;
		bottom : 90px ;
		height : auto ;
		}
.plaatjefront		{
		position: fixed;
		background-color: white;
		background: url("../includes/LijstBack.png");
		width : 180px ;
		height : 164px ;
		bottom:100px ;
		left:30px ;
		}
.plaatjebottom		{
		background: url("../includes/oBack.jpg");
		position:fixed;
		bottom:0px;

		left : 0px ;
		height: 89px ;
		width: 100% ;
		}
.footText	{
		position: fixed;
		background-color: white;
		width : 70% ;
		bottom:90px ;
		}
/*Other styles---------------------------------------------------------*/

.text		{
		text-align : justify ;
		padding: 5px;
		}

.news		{
		text-align : left ;
		padding: 5px;
		text-decoration: underline ;		
		}

.title		{
		font-weight : bold ;
		padding-top : 20px ;
		padding-bottom : 5px ;
		font-size : 18px ;
		text-align : center ;
		}

.menuHeader	{
		padding: 2px ;
		font-size : 14px;
		font-weight: bold ;
		color : white;
		font-style: italic;

		padding-top : 4px ;
		border : none;

		}
.menuItem	{
		
		font-size : 14px;
		padding : 2px ;
		color : white;
		font-style: italic;

		}
.theImage	{
		padding : 3px ;
		}
.small		{
		font-size : 10px ;
		}
.imageL		{
		border : 1px solid black ;
		margin-right : 10px;
		}

.imageR		{
		border : 1px solid black ;
		margin-left : 10px;
		}
.imageC		{
		border : 1 px solid black ;
		}
.link		{
		color : blue ;
		}
.imageF		{
		padding:22px;
		position: absolute;
		bottom: 0px;
		}

