/*-----Kerstin Söderberg-----*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}	

#container {
	width: 921px;
	height: 100%;
	margin: 0 auto;
	height: auto !important; /*Stanna f?r inneh?ll i content f?r firefox*/
	height:100%; /*IE6 tar height som min-height*/
	min-height:100%; /*firefox och andra bra browsers */
	text-align: center;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
}

#imgheader {
	width: 904px;
	height: 287px;
	margin: 0 0 0 8px;
	_margin: 0 auto;
	#margin: 0 auto;
	text-align: center;
	background-image: url(../img/img_header.jpg);
}

#menycontainer {

}

#content {
	width: 904px;
	height: auto;
	margin: 0;
	text-align: left;
}



p {
	width: 562px;
	margin: 14px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666;
}

h1 {
	margin: 0 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666699;
}

a:link, a:visited {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #9999CC;
	text-decoration: none;
}

img{
	margin-left: 50px;
}

#footer {
	width: 904px;
	height: 20px;
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}

address{
	margin: 200px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999;
}
