/* CSS BESTAND VOOR 1LINK HOMESITE */
/* VERSIE 1.0 */
/* Copyright 2010 - heden: Arie Lodder */
/* Laatste wijziging: 1 maart 2010 */
/* TEXT-ALIGN IS WORKAROUND VOOR CENTREERPROBLEEM IN INTERNET EXPLORER */
/* min-width voorkomt dat linker deel buiten beeld valt */
/* let op: in de hoofdcontainer opnemen: margin: 0em auto */
body {
	background: #BBB; 
	color: #000; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 1em;
	text-align: center;
	min-width: 50em;
}
/* hoofdcontainer */
.base {
	width: 50em;
	height: 22.3em;
	margin: 3em auto;
	padding: 0em;
	text-align: left;
}
.tv {
	position: absolute;
	z-index: 1;
}
img#8tv {
	height: 22.3em;
	width: 50em;
	z-index: 1;	
}
div.links {
 	background: none;
	position: absolute;
	z-index: 2;
	width: 50em;
	height: 22.3em;
}
div.text {
 	background: none;
	width: 12.5em;
	height: 11.15em;
	float: left;
}
a.grt {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	text-decoration: none;
	color: #FFF;	
	overflow: hidden;
	margin-top: 0em;
	margin-left: 0em;
	text-align: center;
}
a.grt:hover {
	color: #F30;
}
a#lnx {
	padding: 0em;
	margin: 2em 0em 0em 4.8em;
}
a#bog {
	padding: 0em;
	margin: 6em 0em 0em 2.75em;
}	
a#blf {
	padding: 0em;
	margin: 5em 0em 0em 2.5em;
}
a#avg {
	padding: 0em;
	margin: 2.75em 0em 0em 1.25em;
}
a#wat {
	padding: 0em;
	margin: 2em 0em 0em 5em;
}	
/* onelegante oplossing om bij mozilla browsers de statistiekgegevens buiten beeld te houden */
.counterweg {
	text-align: left;
	margin-left: -90em;
	width: 45em;
}
/* bedoeld einde css-bestand*/

