/* BASIS ELEMENTEN */

body 
{
	font-family								: Verdana, Arial, Helvetica, sans-serif;
	font-size								: 0.7em;
	padding									: 0px;
	margin									: 0px;
	color									: #000;
}

a:link, a:visited, a:active
{
	color									: #fff;
	text-decoration							: none;
	font-size 								: 1.1em;
}

a:hover
{
	text-decoration							: underline;
}

h1
{
	font-family								: Verdana, Arial, Helvetica, sans-serif;
	font-size								: 1em;
	font-weight								: bold;
	color									: #000;
	line-height								: 1em;
	padding									: 0px;
	margin									: 0px;
}

/* GESPECIFICEERDE ELEMENTEN */
html, body
{
	height 									: 100%;
}

#wrapper
{
	height 									: 100%;
}

#container
{
	height 									: 400px;
}

/* ACHTERGRONDEN */
.main_bg
{
	background 								: url(../img/bg.jpg) top left repeat;
}

.table_bg
{
	background 								: url(../img/bg.jpg) top left repeat;
}