body{
	text-align: center;
}

.titleblock{
	width: 1000;
	background: rgb(116,116,116);
	z-index:0;
}

.title{	
	color:rgb(226,226,238);
	font-size:56;
	font-weight:900
}
.subtitle{
	color:rgb(55,179,151);
	font-size:17
}

h1{
	text-align:center;
	position:relative;
	top:-20;
}

.larger{
	font-size:larger;
}

.smaller{
	font-size:smaller;
}

.namen{
	text-align:center;
}

th{
	background:rgb(55,179,151);
}

tr{
	vertical-align:top;
}

.submenu{
	background:rgb(194,194,220);
}

.tableheader{
	background:rgb(194,194,220);
	text-align:center;
	font-weight:bold;
}

.content{
	width:1000;
}

.menu{
	background:rgb(50,163,137);
}

.menu a:link{
	color:rgb(0,0,0);
	text-decoration:none;
}

.menu a:visited{
	color:rgb(0,0,0);
	text-decoration:none;
}

.menu a:hover{
	color:rgb(226,226,238);
	text-decoration:underline;
	font-weight:bold;
}

.main{
	padding:10 10 10 20;
	background:rgb(226,226,238);
}

.main_frontpage{
	padding:10 10 10 20;
	background:rgb(226,226,238) url(../images/ttklogo/logo150norm_80_150.jpg) no-repeat center center;
}

.sponsor{
	padding:5 5 5 5;
	background:rgb(226,226,238);
	border: solid 0 rgb(116,116,116);
	border-left-width:1px;
	width:150;
}

.balk{
	background:rgb(194,194,220);
	text-align:center;
	font-weight:bold;
}

.balkgroter{
	background:rgb(194,194,220);
	text-align:center;
	font-size:larger;
	font-weight:bold;
}

strong{
	font-weight:bold;
}
.underline{
	text-decoration:underline
}
.cursief{
	font-style:italic
}
.red{
	color:red;
}
.grey{
	color:grey;
}
img{
	border-style:none
}

.nieuw{
	color:red;
	background:rgb(255,255,64);
}

.right{
	text-align:right;
}
