body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg.gif) repeat bottom center;
}

#headerwrapper, #contentwrapper
{
	float: left;
	width: 100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	position: relative;
	z-index: 2;
}

#contentwrapper
{
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	z-index: 1;
}

#header
{
	position: relative;
	width: 872px;
	margin: 0pt auto 0pt auto;
	height: 65px;
}

#content
{
	position: relative;
	margin: auto;
	width: 872px;
}

#contentinerwrapper
{
	float: left;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: 742px 100%;
	width: 870px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #999999;
	background-color: transparent;
}

#logga {
	display: inherit;
	position: absolute;
	top: 15px;
	z-index: 500;
	left: 12px;
	/*background-image: url(../images/mainlogo.gif);*/
	background-repeat: no-repeat;
}
.startpage #logga {
    left: 18px;
    top: 35px;
}
.subpage #logga {
	display: inherit;
	position: absolute;
	top: 0;
	z-index: 500;
	left: 0;
}
#snurra {
	position: absolute;
	/*top: 28px;
	left: 158px;*/
	top: 0;
	left: 179px;
}

#content #topbanner
{
	width: 100%;
	height: 235px;
	background-color: #7ebe39;
	background-image: url(../images/startheader.jpg);
	background-repeat: no-repeat;
}

#content #topbanner_sub
{
	float: left;
	width: 100%;
	height: 235px;
	background-color: #7ebe39;
	/*background-image: url(../images/subheader.gif);
	background-repeat: no-repeat;*/
}

#main {
	background-color:#FFFFFF;
	float: left;
	width: 870px;
	padding: 20px 0pt 20px;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #999999;
	background:#fff url(../images/headshadow.jpg) no-repeat top left;
}
/*.startpage #main {
	background:#fff url(../images/headshadow.jpg) no-repeat top left;
}*/

#main #left
{
	width: 158px;
	float: left;
	overflow: hidden;
}
#main #leftsub
{
	width: 140px;
	float: left;
	overflow: hidden;
	margin-left: 10px;
}

#main #center
{
	float: left;
	margin: 0pt 45px;
	width: 340px;
	overflow: hidden;
	width: 470px
}

#content.startpage #center
{
	width: 800px;
	overflow: visible;
	margin: auto;
	padding: 33px;
}
#startinfo    
{
	margin:0pt 8px 0pt 33px;
	overflow:hidden;
	width:630px;
}

#content.subpage #center 
{
	margin:0pt 8px 0pt 40px;
	overflow:hidden;
	width:485px;
}

#main #right
{
	width: 105px;
	overflow: hidden;
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	height: 358px;
	margin: 0pt 45px;
}

#footer
{
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 100%;
	height: 80px;
	text-align: center;
	color: #999999;
	padding: 15px 0 45px;
	font-size: 70%;
}

#footer a
{
	color: #006500;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}
#subscribeform
{
	margin-left: 12px;
}
.statusmessage
{
	margin-right: 10px;
}
/* Newsletter */
td h1.csc-firstHeader  {	
	font-size:15px;
	color:#006500;
}
td p.bodytext {	
	font-size:11px;
}
td a {
	text-decoration:none;
}
td a:hover {
	text-decoration:underline;
	color:#006500;
}
/* Språklänk */
p.languagelink {
    position: absolute; 
    top: -10px; 
    right: 15px; 
}
.languagelink a {
    text-decoration: none; 
    font-size: 12px; 
    color: #000;
}
.JS  #bannerright {
	display:none;
}