/* CSS Document */

	/* general html tags styling */
	body 
	{
		margin: 0;
		padding: 0;
		text-align: center;
		font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
		font-size: 12px;
		color: #999999;
		background: #000000;
	}

	a:link, a:visited {
		color: white; text-decoration: none;
		font-weight: bold;
	}
	
	a:hover {
		color: red;	text-decoration: underline;
		font-weight: bold;
	}


	.clr {
		clear: both;
	}
		
	.small {
		color: #999999;
		font-size: 9px;
		font-weight: lighter;
	}

	
	.button	
	{
		padding: 2px 5px 2px 5px;
		height: 26px;
		border: solid 1px #EF2743;
		color: #EF2743;
		font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, Sans Serif;
		text-align: center;
		font-size: 11px;
		font-weight: bold;
		margin: 3px;
	}


	a.button:hover
	{
		background-color: #EF2743;
		color: #FFF;
		text-decoration: none;
	}

	.error	
	{
		color: #E30000;
		font-family: Arial, Helvetica, Sans Serif;
		text-align: left;
		font-size: 11px;
		font-weight: normal;
	}



	/* site objects */
	.maincontainer	
	{
		position:absolute;
		left: 50%;
		top: 40px;
		width: 800px;
		height: 600px;
		margin-left: -400px; /* half the width */
		margin-top: 0px; /* half the height */
		/*border: 1px dashed red;*/
		text-align: left;
		min-width: 600px;
	}
	

	.menublock	
	{
		position: absolute;
		top: 0px;
		right: 20px;
	}
	/* objects on home */
	
	/*news*/
	.frontimage	
	{
		width: 375px;
		height: 450px;
		left: 25px;
		top: 120px;
		/*border: 1px solid blue;*/
		position: relative;
		bottom: 0px;
	}
	
	.fronttxt	
	{
		width: 330px;
		left: 50px;
		color: #999999;
		padding: 0px 0px 0px 20px;
		position: relative;
		overflow: auto;
		font-size: 12px;
		text-align: left;
		top: 265px;
		
	}

	#motto	
	{
		width: 300px;
		font-size: 12px;
		text-align: left;
		padding: 15px 0px 5px 0px;
	}






	/* for tipsspages */

	a.nav {
		font-size: 1.8em;
	}
	
	a.nav {
		font-size: 1.0em;
		line-height: 12px;
	}

	.newsblock	
	{
		width: 800px;
		height: 450px;
		color: #999999;
		position: relative;
		padding: 0px 0px 20px 0px;
		overflow: auto;
		font-size: 12px;
		text-align: right;
		top: 5px;
	}
	
	/* for tentoostellingen page */
	table.news {
		width: 90%;
		padding: 0px;
		}
		
	table.news th	
	{
		background: #333;
		color: #000;
		text-align: left;
		padding-top: 4px;
		padding-left: 4px;
		height: 20px;
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;

	}
	
	table.news td {
		font-size: 12px;
		padding: 0px;
		margin: 0px;
		font-weight: normal;
		}




	.tentoon	
	{
		width: 800px;
		height: 450px;
		color: #999999;
		position: relative;
		padding: 0px 0px 20px 0px;
		overflow: auto;
		font-size: 12px;
		text-align: right;
		top: 5px;
	}
	
	/* for tentoostellingen page */
	table.tentoon {
		width: 90%;
		margin-left: 20px;
		margin-bottom: 2px;
		padding: 0px;
		}
	
	table.tentoon th {
		/*background: url(../images/subhead_bg.png) repeat-x;*/
		background: #red;
		color: #000;
		text-align: left;
		padding-top: 4px;
		padding-left: 4px;
		height: 20px;
		font-weight: normal;
		font-size: 12px;
		text-transform: uppercase;
	}
	
	table.tentoon td {
		font-size: 12px;
		padding: 0px;
		margin: 0px;
		font-weight: normal;
		}





