
/* Algemeen */

body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%; 
	background: url(images/background.png) repeat-y center;
	background-color: #c6fdcd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c4c4c;
}

h1 {
	font-size: 11px;
	color: #39b54a;
	font-weight: bold;
}

#container {
	margin-left: auto;
    margin-right: auto;
	width: 786px;	
}

#menu {
	padding-left: 69px;
	padding-top: 15px;
	width: 200px;
	float: left;
	line-height: 14pt;
}

#menu ul, li {
	padding: 0px;
	margin: 0px;
}

#content {
	padding-top: 15px;
	float: right;
	padding-right: 55px;
	line-height: 14pt;
	text-align:justify;
	width: 462px;
}

#footer {
	text-align: center;
	float:left;
	width: 786px;
} 

.menu_select {
	color: #39b54a;
	font-weight: bold;
}

a:link {
	color: #4c4c4c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4c4c4c;
}
a:hover {
	text-decoration: none;
	color: #39b54a;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #4c4c4c;
}


