body
{
	background: url("/images/bg.jpg") repeat-y 50% 0;
	height: 100%;
	margin: 0px;
	font-family: arial, verdana;
	font-size: 12px;
}

#container
{
	width: 100%;
	text-align: center;
}

#header
{
	background-color: #FFFFFF;
	width: 1000px;
	height: 150px;
	overflow: hidden;
}

#bodycontainer
{
	width: 1000px;
	text-align: left;
}

#menu
{
	width: 200px;
	height: 500px;
	float: left;
	text-align: center;
}

#menu ul
{
	width: 150px;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}

#menu ul li
{
	color: #000099;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #FFFFFF;
}

#menu ul li:hover
{
	border: 2px solid #000099;
	cursor: pointer;
}

#menu ul li a
{
	color: #000099;
	text-decoration: none;
}

#content
{
	width: 580px;
	height: 490px;
	padding: 10px 10px 0px 10px;
	float: left;
}

#footer
{
	width: 590px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

#overig
{
	width: 200px;
	height: 490px;
	padding: 10px 0px 0px 0px;
	float: left;
}

#verjaardagen
{
	width: 150px;
}

#laatstewistudatjes
{
	width: 150px;
	margin-top: 10px;
}

#raadselvdmaand
{
	width: 150px;
	margin-top: 10px;
}

#woordenboek
{
	width: 150px;
	margin-top: 10px;
}

#login
{
	width: 150px;
	margin-top: 10px;
}

#admin
{
	width: 150px;
	margin-top: 10px;
}

#lid
{
	width: 150px;
	margin-top: 10px;
}

div.lid
{
	width: 150px;
	height: 215px;
	margin: 7px;
	padding: 10px;
	border: 1px solid black;
	text-align: center;
	float: left;
}

td.head
{
	background-color: #000099;
	background-image: url("/images/bg-tablehead.jpg");
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

td.content
{
	border: 2px solid #000099;
}

td.label
{
	font-weight: bold;
}

a:link
{
	color: #FF6600;
	text-decoration: underline;
}

a:visited
{
	color: #FF6600;
	text-decoration: underline;
}

a:hover
{
	color: #FF6600;
	text-decoration: none;
}

#overig a:link
{
	color: #000000;
}

#overig a:visited
{
	color: #000000;
}

#overig a:hover
{
	color: #000000;
}

h1
{
	color: #FF6600;
	font-size: 18px;
	font-weight: bold;
}
input
{
	border: 1px solid #FF6600;
}

textarea
{
	border: 1px solid #FF6600;
}
