/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/
/* Eigen Toevoegingen */
.MenuButton {
	height:28px;
	background-color:#FFFFFF;
	width:90px;
	text-align:center;
	font-size: 10pt;
	border:1px solid #000000;
}
.MenuButtonLeeg {
	height:30px;
	width:30px;
	background-color:#000000;
}
/* Einde Eigen toevoegingen */


body {
	margin: 0;
	padding: 0;
	background-image:url(../templateimages/achtergrond_body.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#000000;
	background-attachment:fixed;
	
}

/* --- main table class -- */
.topbg {
	/*background-image: url(../templateimages/back_fade.png);
	background-position: top left;
	background-repeat: repeat-x;*/
}

/* Top links */
.links {
	/*border-top: solid 1px white;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	height:31px;*/

	padding:0px;
	margin:0px;
}
.links a:link, .links a:visited
	{
	position: relative;
	text-decoration: none;
	font-weight: bold;
	color:#000000;
	}
.links a:hover
	{
	position: relative;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	}

.links2 {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	text-decoration:none;
}
.links2 a:link, .links2 a:visited
	{
	text-decoration: none;
	color: #000000;
	font-size: 11.5pt;
	font-weight: normal;
	}
.links2 a:hover
	{
	color: #FF0000;
	font-weight: normal;
	}

/* Padding for main content area and page content area */
.mainpadding {
	padding: 0px;
}
.pagecontent_pad {
	padding: 15px 10px 5px 5px;
}

/* --- Footer -------------------------------------------------------- */

/* Footer */
.footer {
	text-align:right;
	padding:5px 5px 0px 5px;
}
.footer a:link, .footer a:visited {
	/*background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0;*/
	font-size: 8.5pt;
	color: #333333;
}
.footer a:hover {
	color: #999999;
}
