body
{
	font-size: 8pt;
	color: #b00000;
	font-family: Trebuchet MS;
}

.tabstrip
{
	z-index: 999;
	left: 15px;
	position: relative;
	height: 24px;
	background-color: transparent;
}

.multipage
{
	z-index: 888;
	width: 100%;
	position: relative;
	top: -5px;
	height: 100%;
	background-color: Gainsboro;
	border: Solid 1px #b00000;


}

.datagrid
{
	z-index: 100;
	position: relative;
	font-size: 8pt;
}

.news_datagrid
{
	z-index: 100;
	left: 15px;
	width: 95%;
	position: relative;
	top: 5px;
	height: 200px;
	font-size: 8pt;
}


.dl_datagrid
{
	z-index: 100;
	left: 7px;
	width: 90%;
	position: relative;
	top: 10px;
	
}

.label
{
	z-index: 90;
	position: absolute;
	font-size: 8pt;
	
}
.label_vd_links
{
	z-index: 90;
	position: absolute;
	font-size: 8pt;
	left: 15px;
	color: #b00000;
	border: Solid 0px #b00000;
	width: 55px;
	
}
.label_vd_rechts
{
	z-index: 90;
	position: absolute;
	font-size: 8pt;
	left: 500px;
	color: #b00000;
	border: Solid 0px #b00000;
	width: 200px;
}

.textbox_vd_links
{
	z-index: 95;
	position: absolute;
	left: 85px;
	font-size: 8pt;
	color: #b00000;
	border: Solid 0px #b00000;
	font-family: Trebuchet MS;
	background-color: Gainsboro;
	width: 300px;
}

.textbox_vd_rechts
{
	z-index: 95;
	position: absolute;
	left: 620px;
	font-size: 8pt;
	color: #b00000;
	border: Solid 1px LightCoral;
	width: 100px;
}



.vd_page
{
	z-index: 100;
	position: relative;
}

.pageview
{
	z-index: 200;
	position: relative;
	height: 100%;
	background-color: Gainsboro;
}

.button
{
	z-index: 200;
	position: absolute;
	font-size: 8pt;
	background-color: White;
	color: #b00000;
	border: Dotted 1px LightCoral;
	width: 100px;
	height: 20px;
}

