@charset "utf-8";
/* CSS Document */
body {
	text-align: left;
	font-size: 11px;
	color: #231f20;
	font-family: Century Gothic;
}
#page {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width: 1025px;
	height: 100%;
	top: 5px;
}
#home {
	float: left;
	width: 900px;
	height: 100%;
}
.left {
	margin-left: 900px;
	position: relative;
	width: 200px;
	height: 100%;
}
.nav {
	text-align: left;
	margin: 5px;
}
/* background: url(../test) no-repeat top left; */
a.button{
	width: 50px;
	background-color:#F00;
	border: 0;
	padding: 2px 5px 2px 5px;
}
.right {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	width: 200px;
}
#ikke {
	clear: both;
	text-align:center;
	font-size: 9px;
	font-weight: bold;
	border: 5px;
}
.text {
	margin-left: 5px;
	margin-right: 5px;
}
table {
	vertical-align:top;
	margin-left: 5px;
	text-align:left;
}
table.lidkaarten {
	background-image:url(http://admin.tjok.be/images/lidkaart%20achterkant.jpg);
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
td {
	vertical-align:top;
}
th {
	text-decoration:underline;
	font-weight: bold;
	font-size:12px;
}
h1 {
	background-color:#231f20;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	margin: 0;
}
h2 {
	font-size: 13px;
	font-weight:bold;
}
hr {
	border-color:#231f20;
}
a:link, a:visited, a:hover, a:active {
	color: #231f20;
	text-decoration: underline;
}
.thumbnail {
	float: left;
	margin: 5px;
	padding: 5px;
	text-align: center;
	color: #CCCCCC;
	width: 166px;
	height: 175px;
}
.thumbnail img {
	background: #000;
	padding: 5px;
	margin: auto;
	display:block;
}

