body 		{
		background-color: 	black;
		font-family:		arial;
		font-size:		12px;
		}

	A:link    	{color: black; 	text-decoration: underline;}	
	A:visited 	{color: black; 	text-decoration: underline;}	
	A:hover   	{color: red;    text-decoration: none;	   }	
	A:active  	{color: red;    text-decoration: underline;}

	A.menu:link    	{color: blue; text-decoration: none; font-weight: bold;}	
	A.menu:visited 	{color: blue; text-decoration: none; font-weight: bold;}	
	A.menu:hover   	{color: red;  text-decoration: none; font-weight: normal;}	
	A.menu:active  	{color: red;  text-decoration: none; font-weight: normal;}

img		{
		border:			none;
		}

#window_container {
		width:			100%;
		height:			100%;
		border: 		none;
		}


#site_container	{
		width:			920px;
		height:			100%;
		border: 		none;
		background-color:	white;
		}

#top		{
		width:			920px;
		height:			10px;
		border: 		none;
		}

#bottom		{
		width:			920px;
		height:			10px;
		border: 		none;
		}


#header		{
		width:			920px;
		height:			89px;
		border: 		none;
		text-align:		center;
		}

#content_container { /* ER NOG UIT WERKEN!!! */
		width:			920px;
		height:			100%;
		min-height:		450px;
		border: 		none;
		background-color:	white;
		}

#menu		{
		width:			150px;
		border-right: 		1px solid darkorange;
		text-align:		center;
		float:			left;
		margin-top:		20px;
		padding-right:		10px;
		text-align:		right;
		font-family:		arial;
		font-size:		12px;
		padding-top:		15px;
		}

#content	{
		width:			725px;
		border: 		none;
		text-align:		left;
		float:			right;
		margin-top:		20px;
		height:			100%;
		padding-right:		10px;
		}

#footer		{
		width:			920px;
		border: 		none;
		text-align:		center;
		padding-top:		10px;
		background-color:	white;
		font-size:		10px;
		clear:			both;
		}

#FW_tab		{
		width:			920px;
		border: 		none;
		text-align:		right;
		background-color:	black;
		}

h1		{
		font-family:		arial rounded mt bold;
		font-size:		30px;
		font-weight:		bold;
		margin-top:		0px;
		color:			red;
		}

h1.homepage	{
		margin-bottom:		0px;
		}

li		{
		line-height:		19px;
		}


p		{
		line-height:		17px;
		}

p.vp		{
		margin-bottom:		35px;
		}
