body
{
	margin:				0;
	padding:			0;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			80%;
	color:				#aaa;
}
/* alleen voor de index.php in de root !!! deze maincontaner is gecentreerd; hierin komen de boxen */
#maincontainer
{
    border:             none;
    background-color:   #fff;
    width:       		800px;
    margin:      		0 auto;
    text-align:  		center;		/*alles in de mainbox centreren */
    padding:			10px;
}
div#header
{
	position:			fixed;
	left:				50%;
	height:				8.5em;
	width:				860px;
    margin-left:		-430px;
	border:				solid black 1px;
	background:			#FFFFCC;
    text-align:			center;
}

div#links
{
	position:			fixed;
	top:				8.5em;
	left:				50%;
	bottom:				0;
	width:				12em;
	margin-left:		-430px;
    padding:			0 5px;
    border:				black solid 1px;
    border-bottom:		0;
    background:			#FFFFCC;
    z-index:			40;
}
.groen{
    color:              #33CC33;
}
div#content
{
	position:			fixed;
	left:				50%;
	top:				8.5em;
	bottom:				0;
	width:				860px;
	margin-left:		-430px;
	border:				black solid 1px;
	border-bottom:		0;
	background:			#fff;
    color:              #000;
	overflow:			auto;
}

div#rechts
{
	padding:			0 20px 0 13em;
    text-indent:		20px;
}

div#rechts p
{
	text-indent:		20px;
}

a:link, a:active, a:visited, menu
{
    color: black;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    font-weight: bold;
}

a:hover, menu
{
    color: red;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    font-weight: bold;
}
