

body	{
	background: #eecccc url('qi-collage.800x500.jpg') no-repeat fixed center;
	font-family: monospace;
	font-weight: bold;
	font-size: 1.2em;
	color: #ff44cc;
	}

div.heading
	{
	position: absolute;
	top: 60px;
	left: 20px;
	width: 250px;
	background: #000000;
	}

h2.underrubrik
	{
	margin: -20px 0 0 15px;
	font-weight: bold;
	font-size: 1em;
	}


a:link, a:visited
	{
	color: #770;
	}

div.txt
	{
	width: 468px;
	margin: 120px 0 150px 300px;
	font-size: 85%;
	}

p
	{
	margin: 80px 0 0 0;
	background: #000000;
	/* CSS3 standard */
	opacity:0.8;
	/* for Mozilla */
	-moz-opacity:0.8;
	/* for IE */
	filter:alpha(opacity=80);
	}

div.stadgar
	{
	background: #000000;
	/* CSS3 standard */
	opacity:0.85;
	/* for Mozilla */
	-moz-opacity:0.85;
	/* for IE */
	filter:alpha(opacity=85);
	}

div.stadgar p, ol
	{
	margin: 10px 0 0 15px;
	width: 435px;
	font-weight: normal;
	font-size: 0.8em;
	}

img
	{
	border: none;
	}

p.banner
	{
	/* CSS3 standard */
	opacity:1;
	/* for Mozilla */
	-moz-opacity:1;
	/* for IE */
	filter:alpha(opacity=100);
	}

