
html, body {
	height: 100%;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	overflow: hidden;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.33em; }
h4 { font-size: 1.16em; }
h5 { font-size: 1em; }

/* länkarna */
a { color: #1f7d2f; text-decoration: none; }
a:visited { color: #1f7d2f; }
a:hover { color: #1f7d2f; text-decoration: underline; }
a img { border: none; }

.underrubrik {
	font-size: 1.33em;
	font-weight: bold;
 }

#bg {
	position:fixed;
	top:0; left:0;
	width:100%;
	height:100%;
}
#flashbg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width:100%;
	height: 100%;
}

#content {
	position:relative;
	z-index:2;
	width: 724px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header { 
	height: 191px;
	margin: 15px 0 0 0;
	padding: 0;
}
#header img { 
	vertical-align: text-bottom;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#mainContent {
	height: 270px;
	padding: 0;
	margin: 0;
	background-image: url(../images/mittbg.gif);

	background-repeat: no-repeat;

}
#kartamitt {
	width:212px;
	float:left;
}
#innehall {
	width: 460px;
	height: 230px;
	float: right;
	margin: 10px 30px 10px 0;
	padding: 10px 10px 10px 0;
	background-color: #f7f7f7;
	overflow: auto;
}	
#footer {
	padding: 0;
	margin: 0;
}
#footer img {
	vertical-align: text-top;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}

.fltrt {
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}