body
{
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

#sida
{
	background-image: url(../bakgrund/ram.jpg);
	background-repeat: no-repeat;
	background-color: white;
	width: 790px;
	height: 643px;
	margin: 10px auto 0 auto;
}

#huvud
{
	position: relative;
	margin: auto;
	top: 28px;
	width: 734px;
	height: 140px;
}

#logo
{
	position: relative;
	top: 20px;
	width: 400px;
	height: 80px;
	margin: auto;
}

#logo a
{
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
}

div#navigation
{
	position: relative;
	top: 40px;
	left: 80px;
	width: 100%;
	height: 40px;
}

div#navigation ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 150px;
	display: inline;
}

div#navigation ul a, div#navigation ul a:visited, div#navigation ul a:active
{
	font-size: 10px;
	font-family: Arial;
	text-decoration: none;
	width: 100%;
	background-color: #2777A3;
	color: #FFF;
	display: inline;
	padding: 2px 20px 2px 20px;
}

div#navigation ul li { display: inline; }
div#navigation ul a:hover, div#navigation ul li a.selected {
	background-color: #9ACEE9;
}

#innehall
{
	position: relative;
	width: 750px;
	height: 444px;
	margin: auto;
	top: 40px;
}

#innehall iframe
{
	width: 600px;
	height: 440px;
	padding: 0;
	left: 78px;
	position: relative;
	margin: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.spalt_1
{
	width: 574px;
	margin: auto;
	height: 350px;
	padding-top: 30px;
}

.spalt_1 p
{
	margin-top: 0px;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}

.spalt_1 img.left
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

