
/*  Style sheet voor Marions "La Gomera".*/

body div.banner { display: block }

div.banner {
	margin: 0;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	position: absolute;		/* Fallback if 'fixed' is not supported */
	width: 10em;
	left: 0.5em;
	border: 1px groove #aaa;
}
div#a1 {	top: 9em;
	background: #FFbb00;
}
div#a2 {	top: 16em;
	background: #CC3300;
}
div#a3 {	top: 25em;
	background: #0000f0;
}
div#a4 {	top: 31em;
	background: #00a000;
}
	/* WinIE6 gets confused by 'fixed', zie http://pixels.pixelpark.com/~koch/hide_css_from_browsers/
	*/
	/* div>div.banner {position: fixed}		/* Overrides 'absolute' above */

div.banner p {
	margin: 0; 
	padding: 0.3em 0.3em;
	font-family: Arial, sans-serif;
	border: thin outset #999;
	color: white;
	border: 1px groove #909090;
}


div.banner a {
	display: block;
	margin: 0 0.2em;
	padding: 0.1em;
	border: 1px groove #909090;
	text-decoration: none;
	color: white;
}
/*div.banner p>a:first-child { border-top: none }*/


div.banner a:hover { background: black; color: white }

h1.kop	{font-size:xx-small;
	display:none
}

div.main {
	color: #008000;
	font-family:Lucida,sans-serif;
	background: #ffffcc;
 	float: right;/* Voor opera zie othercasitas  */
	border: 2px silver solid;
	margin: 0.5em 0.5em 0.5em 10.5em;
	padding: 0.5em;
	text-align: left;
	font-weight: 700;
	min-width: 550px;/* leuk als het zou werken*/
}
