html,body {
	margin: 0;
	padding: 0;
	overflow-x : hidden;
	overflow-y : hidden;
	background-color:#111111;
}

p {
	font: normal 11px normal "Verdana", Helvetica, sans-serif;
	color: #FFFFFF;
}

p.em{
	font-style: italic;
}

.tekstinspring {
	border-width: thin thin thin thin;
}

.titel {
	font-weight: bold;
}

.contact {
	line-height: 20px;	
}

.underline {
	text-decoration: underline;
}

a:link, a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	color: #555555;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

table {
	width: 100%;
	height: 100%;
}

table.menu {
	width: 500px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

td {
	vertical-align: middle;
	text-align: center;
}

td.menu {
	vertical-align: top;
	text-align: left;
	border-left: thin solid black;
	padding-left: 7px;
}

div {
	background-color:#111111; /* achtergrondkleur van alle layers */
}

div.container {
	position: relative;
	/* background-color:#0000FF;  eventueel achtergrondkleur van deze layer */
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 420px;
}

div.pano {
	position: absolute;
	top: -50px;
	left: 0px;
	width: 900px;
	height: 420px;
	overflow-x : hidden;
	overflow-y : hidden;
	border: 1px solid #FFFFFF;
}

div.linkBack {
	position: absolute;
	top: -70px;
	left: 0px;
	width: 300px;
	height: 20px;
}

div.info {
	position: absolute;
	top: 375px;
	left: 0px;
	width: 900px;
	height: 50px;
}

div.main1 {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 780px;
	height: 196px;
}
