@charset "utf-8";
/* CSS Document */
BODY
{
	MARGIN-TOP: 0px; PADDING-TOP: 0px;
	/*background:#b04709;*/
	background-image:url(../images/bg1.jpg);
	background-attachment:fixed;
	
}
#top
{
width: 774px;
height:12px;
margin: 0 auto;
margin-top:5px;
margin-bottom:3px;

}
#wrapper
{
width: 774px;
margin: 0 auto;
margin-top:4px;
min-height: 650px;
height:auto !important; /*för explorer 6*/
height:650px;
background:url(../images/wrapperbg.png);
background-repeat:repeat-y;
margin-top:0px;
}
#logo{
width:752px;
margin: 0 auto;
margin-top:-3px;
min-height: 111px;
height:auto !important; /*för explorer 6*/
height:111px;
}
#flash{
width:752px;
margin: 0 auto;
margin-top:-3px;
height: 250px;
height:auto !important; /*för explorer 6*/
height:250px;
}
#leftcon{
width:736px;
margin: 0 auto;
margin-top:0px;
min-height: 250px;
height:auto !important; /*för explorer 6*/
height:250px;
float:left;
margin-left:10px;
padding:8px;
}
#rightcon{
width:180px;
margin: 0 auto;
margin-top:0px;
min-height: 250px;
height:auto !important; /*för explorer 6*/
height:250px;
float:right;
padding-top:8px;
padding-left:6px;
padding-right:6px;
padding-bottom:8px;
margin-left:10px;
display:none;
}

#menu{
width:752px;
margin: 0 auto;
min-height: 30px;
height:auto !important; /*för explorer 6*/
height:30px;
background-color:#aaac83;
margin-top:-1px;
}


#bottom
{
width: 774px;
height:12px;
margin: 0 auto;
margin-top:-3px;
}

a.a1:link {
	
	color:#FFF;
	text-decoration: none;
}
a.a1:visited {
	text-decoration: none;
	color:#FFF;
}
a.a1:hover {
	text-decoration: underline;
	color:#FFF;
}
a.a1:active {
	text-decoration: none;
	color:#FFF;
}
