@charset "utf-8";
#img {
	position:absolute;
	width:160px;
	height:120px;
	z-index:4;
	left: 430px;
	top: 5px;
}

body {
	background-color: #000;
	color: #0C6;
	font-size: 36px;
}
#container {
	position:absolute;
	width:800px;
	height:600px;
	z-index:2;
	margin-left: -400px;
	left: 50%;
}
#header {
	position:absolute;
	width:800px;
	height:100px;
	z-index:1;
	border: 1px solid #999;
	left: -2px;
	background-image: url(sweedlogo1.jpg);
}
#navif {
	position:absolute;
	width:200px;
	z-index:2;
	left: 0px;
	top: 105px;
}
#content {
	position:absolute;
	width:593px;
	z-index:3;
	top: 100px;
	left: 197px;
	border: 1px solid #999;
	margin: 5px;
	padding-left: 3px;
	background-image: url(bgtest.jpg);
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0C0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #090;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #0C3;
	font-size: 15px;
}
.date {
	color: #F33;
}
.stycke {
	font-size: 10px;
	font-weight: 100;
	color: #FFF;
}

a:link {
	color: #0F0;
	font-weight: bold;
}
a:hover {
	color: #0F0;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #9F0;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #F60;
	font-weight: bold;
}

