html,body		{
					margin: 0;
					padding: 0;
					height: 100%
				}

.center			{
					position: relative;
					width: 780px;
					height: 100%;
					margin-left: auto;
					margin-right: auto;
					padding: 0;
					color: black;
					background-color: #99CCEE;
				}

.content		{
					position: absolute;
					width: 549px;
					height: 75%;
					top: 120px;
					left: 210px;
					overflow: auto;
					padding: 8px;
					z-index: 11;
					font-family: Verdana, "Bitstream Vera sans", sans;
					font-size: 10pt;
				}

.content input,
.content textarea,
.content select	{
					border: 1px solid #7F9DB9;
					padding: 2px;
				}

.lijnlinks		{
					position: absolute;
					left: -1px;
					width: 1px;
					height: 100%;
					color: black;
					background-color: #808080;
					z-index: 20;
				}

.schaduw		{
					position: absolute;
					left: 780px;
					width: 11px;
					height: 100%;
					background-repeat: repeat-y;
					background: url(../images/menu/schaduw.png);
					z-index: 20;
				}
