    @charset "UTF-8";
/* CSS Document */

#center {
	margin: auto;
	padding: auto;
	width:980px;
	
} 

#background
 {
	width:872px;
	background-repeat: repeat;
	float: left;
	background-image: url(img/bak.gif);
	padding-right: 60px;
	padding-left: 60px;
}
#top 
{
	width:872px;
	height: 130px;
}
body {
	margin-top: 0px;
}
#logo 
{
	margin-top:15px;
	margin-bottom:15px;
	float: left;
}
#adress 
{
	float: right;
	margin-top:15px;
}
#submenu
{
    margin-top: 6px;
    width: 180px;
    float: left;
}

#content
 {
	width: 872px;
	float: left;
}

/*Main and List*/

#content_main
 {
	width:450px;
	margin-top: 20px;
	margin-left: 32px;
	margin-bottom: 20px;
	float: left;
}
#content_list
 {
	margin-left:0px;
	margin-top: 20px;
	margin-bottom: 20px;
	width:180px;
	float: right;
}
/*Fullblocks*/

#wrapper_blocks
 {
	margin-left:0px;
	width:658px;
	float: right;
}
#content_block1
 {
	width:658px;
	margin-bottom: 20px;
	float: right;
}
#content_block2
 {
	width:658px;
	margin-bottom: 20px;
	float: right;
}
#content_block3
 {
	width:658px;
	margin-bottom: 20px;
	float: right;
}
#content_block4
 {
	width:658px;
	margin-bottom: 20px;
	float: right;
}
#content_block5
 {
	width:658px;
	margin-bottom: 20px;
	float: right;
}
#content_block6
 {
	width:658px;
	margin-bottom: 20px;
	float: right;
}

#main
 {
	width:658px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
}
#col_left
 {
	margin-left:0px;
	margin-bottom: 20px;
	width:260px;
	float: left;
}
#col_right
 {
	margin-left:15px;
	margin-bottom: 20px;
	width:270px;
	float: right;
}
#content_left
 {
	width:308px;
	margin-bottom: 20px;
	float: left;
}
#content_right
 {
	margin-left:0px;
	margin-bottom: 20px;
	width:308px;
	float: right;
}
#tableleft
{
width:317px;
float: left;
}
#tableright
{
width:317px;
float: right;
}
#col1
{
float: left;
}
#col2
{
float: right;
}
#col3
{
float: left;
}
#col4
{
float: right;
}
#startpage
 {
	width:872px;
	float:left;
	margin-top: 20px;
}
#startpage_left
{
    width: 548px;
    float: left;
}
#startpage_right
{
    margin-left: 0px;
    width: 298px;
    float: right;
}

#footer
 {
	width:980px;
	height:83px;
	padding-top:27px;/*original 25*/
	padding-left:40px;/*orginal 55*/
	background-repeat: no-repeat;
	float: left;
	background-image: url(img/footer_bak.gif);
}
.clearfloat { /* denna löste ett problem med cms menyn */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}