/*-----------------------------------------------------------------------------------------------*/
/*                                          BRA GREJJOR + MINSTA GEMENSAMMA NÄMNAREN             */
/*-----------------------------------------------------------------------------------------------*/
body {
   	background-color: #f6f6f6;
    background-image:url('../images/bg_skank.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment:fixed;
    color: #000;
	font-family: "museo-sans",sans-serif;
	font-style: normal;
	font-weight: 300;
    font-size: 13px;
    line-height: 120%;
    }

::selection { background: #ccc; color:#fff; /* Safari */ }
::-moz-selection { background: #ccc; color:#fff; /* Firefox */ }

h2 { font-size:24px; padding-bottom:25px; line-height:1em;}

b {
	font-family: "museo-sans",sans-serif;
	font-style: normal;
	font-weight: 700;
    font-size: 13px;
}

p { /*text-align:justify;*/ -webkit-font-smoothing: antialiased; }

a { color:#000; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: line-through; color:#9a0f14; }
.active { text-decoration: line-through; }

em { font-style:italic; }
strong { font-weight: bold; }
.left { float:left; }
.right { float:right; }
.relative { position: relative; }
        
        
/*-----------------------------------------------------------------------------------------------*/
/*                                          LAYOUT                                               */
/*-----------------------------------------------------------------------------------------------*/

#wrapper { width: 850px; margin: 35px 0 0 35px; padding: 0; position: relative;}

#content {
	padding-top:70px;
    float:left;
    width:850px;
}


/*-----------------------------------------------------------------------------------------------*/
/*                                           MENU                                                */
/*-----------------------------------------------------------------------------------------------*/

.logo { float:left; }

#menu-box {
	float:left;
	padding-top:3px;
	}

#menu-box a { margin-left:65px; }

/*-----------------------------------------------------------------------------------------------*/
/*                                         INREDNING                                             */
/*-----------------------------------------------------------------------------------------------*/

.subbox { 
	float:left; 
	width:250px;
	background-color: #fff;
	padding: 10px;
	margin-right:10px;
	margin-bottom:20px;
	}
	.boxtext { 
		padding: 15px 0 5 0;
		}

.subbox a:hover {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	}
.articletext { float:left; width:260px; margin-right:15px; }
.articlebox-holder { float:left; width:550px; }
.articlebox { background-color:#fff; padding:10px; float:left; margin-bottom:10px;}

/*-----------------------------------------------------------------------------------------------*/
/*                                         FOOTER                                                */
/*-----------------------------------------------------------------------------------------------*/
	
#footer {
    color:#fff;
    margin-bottom:40px;
    float:left;
    width:685px;
    }
















