/* placeholders */
 body{
	margin:0px;
	padding: 0px;
	overflow: hidden;
	background-image: url(/templates/tce/gfx/site/left1px.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #F0F0F0;
}

div#logo {
	background-color: #2D2A59;
	width: 285px;
	float: left;
}

div#top {
	position: absolute;
	background-color: #2E2A59;
	left: 285px;
	top: 0px;
	width: 100%;
}

div#links {
	position: absolute;
	background-image: url(/templates/tce/gfx/site/links.jpg);
	background-repeat: no-repeat;
/*	background-color: #F0F0F0;*/
	width: 285px;
	top: 126px;
	bottom: 0px;
	float: left;
}

/* IE HACK */
* div#links {
	height: expression((document.body.clientHeight-110)+'px');
}

div#content {
	position: absolute;
	padding-top: 50px;
	top: 90px;
	left: 285px;
	bottom: 0px;
	right: 0px;
	background-image: url(/templates/tce/gfx/site/main.jpg);
	background-repeat: no-repeat;
	background-color: #F0F0F0;
}

/* IE HACK */
* div#content {
	width: expression((document.body.clientWidth)+'px');
	height: expression((document.body.clientHeight)+'px');
}


.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C72D26;
}

.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C72D26;
	text-transform: uppercase;
	text-decoration: none;
}


/** Mainclass, dus de echte content **/
.mainclass {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 90px;
	bottom: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2E2A59;
	line-height: 15pt;
	text-decoration: none;
	margin-left: 10px;
	padding-right: 10px;
	overflow: auto;
}

/* IE HACK */
* .mainclass {
	width: expression((document.body.clientWidth-295)+'px');
	height: expression((document.body.clientHeight-180)+'px');
}

.mainclass table {

	color: #2E2A59;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15pt;
	text-decoration: none;
}

.mainclass a:link, .mainclass a:visited, .mainclass a:active
{

	color: #346767;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

.mainclass a:hover
{

	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

.mainclass H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #2E2A59;
}

.mainclass H1, .titel
{
	padding-left: 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12pt;
	font-style : normal;
	color : #2E2A59;
	background : transparent;
	text-decoration : none;
}
.mainclass .rij1 {
	padding: 5px;
}
.mainclass .rij2 {
	padding: 5px;
}
/* Einde mainclass */