﻿html
{
	padding: 0px;
	margin: 0px;
}

body
{
	font-family: Arial, Verdana, Comic Sans MS;
	font-size: 13px;
	line-height: 14px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

.main_box
{
	width: 835px;
	height: 610px;
	margin: 0px auto 0px auto;
}

.main_right_shadow
{
	width: 835px;
	height: 610px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url('/img/schaduw_right.jpg');
}

.main_bottom_shadow
{
	width: 835px;
	height: 610px;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url('/img/schaduw_bottom.jpg');
}

.main_box_content
{
	width: 825px;
	height: 602px;
	border: solid 1px #999999;
	/*overflow: hidden;*/ /* for debugging */
}

#contentpopup div.factsheet div.fact-title h1
{
	font-size: 13px;
	line-height: 13px;
}

#contentpopup div.factsheet div.text-title
{
	font-size: 13px;
	line-height: 13px;
}

#contentpopup div.factsheet_wrapper
{
	position: relative;
	font-family: Arial Narrow, Arial, Verdana;
	font-size: 13px;
	color: #000000;	
	overflow: hidden; /* for debugging */
}