/* CSS Document */

html, body {
height: 100%; /* héél belangrijk */
}
  body 
  {
	text-align:center;
	font-size: 13px;
	margin-top: 0px;
	background-color: #ECF9F4;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 19px;
	color: #FFC;

  }
  #container
  {
	width:950px;
	position:relative;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	overflow: auto;
	background-color: #993400;
	background-image: url(images/achtergrond/links2b.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#header{
	position: fixed;
	height: 100px;
	background-color: #993400;
	
}


#kolommen
  {
	float:left;
	width:930px;
	margin-top: 100px;
	
}

#menulinks{
	float:left;
	width:150px;
	margin:0px;
	padding:0px;
	position: fixed;
	
}
#content{
	float:right;
	width:750px !important;
	line-height: 140%;
}
.tekst
{
	padding-right: 20px;	
	
}
#reclame
{
	font-size: 90%;
	color: #FF9;
	line-height: 14px;
}
#reclame a
{
	color: #FFC;
	text-decoration: underline;
}
#reclame a:hover
{
	color: #FF9;
	text-decoration: dotted;
}
#menulinks a {

	width: 100px;

}


a.buttons
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFEE84!important;
	width: 100px;
	text-decoration: none;
	clear: left;
	float: left;
	background-image: url(images/buttons/BASISbutton.jpg);
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 45px;
	margin-bottom: 0px !important;
	font-weight: bold;
	height: 30px;
	letter-spacing: -1px;
	margin-top: 0px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFEE84;
}
a.buttons:visited
{
	color: #FF3;
}
a.buttons:hover
{
	color: #FC0 !important;
	text-decoration: underline;
	background-image: url(images/buttons/BASISbuttonHOVER.jpg);
}

a.buttonswaarbenik
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFF!important;
	width: 100px;
	text-decoration: none;
	clear: left;
	float: left;
	background-image: url(images/buttons/BASISbutton.jpg);
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 45px;
	margin-bottom: 0px !important;
	font-weight: bold;
	height: 30px;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFEE84;
}
h1
{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #FC3;
}
h2
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 2px;
	color: #FC0;
}
h3
{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 2px;
}

.verplicht
{
	font-weight: bold;
	color: #FC0;	
}
a:link {
	color: #FC0;
}
a:visited {
	color: #FC0;
}
a:hover {
	color: #DCEDC2;
}
a:active {
	color: #B0D876;
}
#footer
{
	height: 30px;
	width: 550px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FC0;
	float: left;
	font-size: 80%;
	color: #F90;
}
#footer a {
	color: #F90;
}
#footer a: hover {
	color: #000;
}






