/* CSS Document voor tracen.nl */
*
{		margin: 0;
		padding: 0;
}
html { height:100%; padding:0; margin:0; }
body
{
		margin:0;
		padding:0 0 0 280px;
		height:100%;
}
p
{		padding: 7px 10px 7px 0;
		font-size: 12px;
		text-align: justify;
}
div#inleiding
{
		position:absolute;
		top:0;
		left:0;
		width:270px;
		height:100%;
		z-index: 0;
		color: #ffffff;
		background-color: transparent;
}
div#kolom_links
{
		position:absolute;
		top:0;
		left:0;
		width:280px;
		height:100%;
		background: #633B3C url('../images/achtergrond.jpg') repeat-x;
		z-index: 1;
		color: #000000;
}
div#links
{
		position:absolute;
		left: 0px;
		bottom: 3px;
		width: 280px;
		text-align: left;
		color: #ffffff;
		z-index: 2;
		background-color: transparent;
}

div#links a
{
		color: #ffffff;
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		background-color: transparent;
}
div#links a:active,div#links a:hover
{
		color: #ff0000;
		background-color: transparent;
}
div#content
{		background: url('../images/cachtergrond.jpg') no-repeat fixed;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 0 0 0 15px;
		height:100%;
}
/* inhoud linker kolom */
#f
{		background: url('../images/tekst.jpg') no-repeat;
		width: 175px;
		height: 222px;
		text-align: left;
		margin: 32px 0 0 10px;
		padding: 45px 35px 0 48px;
}
#f input
{		vertical-align:top;
}
#f .inputnr
{		height:16px;
		width: 125px;
		margin:3px 0 0 0;
		letter-spacing: 3px;
		font-size:14px;
}
#f .inputnra
{		height:16px;
		width: 125px;
		margin:3px 0 0 0;
		letter-spacing: 3px;
		font-size:14px;
		background: #F2F2F2;
		color: #000000;
}
* html div#f .inputnr,* html div#f .inputnra
{		height:20px;
		margin:2px 0 0 0;
}
#f h1
{		font-size: 14px;
		font-family: Lucida Handwriting, Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		line-height: 28px;
		text-indent:-250px;		
}
#f h2
{		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		line-height: 14px;
		padding: 7px 5px 4px 0;
}
#f h3
{		font-size: 9px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		line-height: 9px;
		padding: 7px 10px 0 0;
}
#f form
{		padding: 0px;
		margin: 0px;
		text-align: left;
}
@media all{
	body>div#kolom_links,body>div#links
	{
		position:fixed;
	}
}
* html body
{
		overflow:hidden;
} 

* html div#content
{
		overflow:auto;
		overflow-y:scroll;
}

* html div#f
{		width: 263px;
		height: 262px;
		margin: 32px 0 10px 10px;
		padding: 45px 40px 0 48px;
}

