@charset "utf-8";
html {
	height: 100%;
}
A:link {
	TEXT-DECORATION: underline; color: #7100fd;
}
A:visited {
	TEXT-DECORATION: underline; color: #7100fd;
}
A:active {
	TEXT-DECORATION: underline; color: #3F008A;
}
A:hover {
	TEXT-DECORATION: underline; color: #3F008A;
}
body {
	height: 100%;
	background-color: #F1E6FF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma;
	font-size: 90%;
	line-height: 120%;
}
.oneColLiqCtr #container {
	width: 800px;  /* this will create a container 80% of the browser width */
	height: auto;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 100%;
	padding: 0px;
	overflow: auto;
}
.oneColLiqCtr #mainContent {
	padding: 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 94%;
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 94%;
	position: fixed;
	top:6%;
	bottom:0px;
	background-image: url(../images/achtergrond-trans.gif);
	overflow: auto;
}
.oneColLiqCtr #menu {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 6%;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: fixed;
	top:0px;
	background-image: url(../images/achtergrond-paars.gif);
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #7100fd;
}
#logo
{
	position:fixed;
	z-index:1;
	bottom: 0px;
	height: 10%;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: fixed;	
}
