body {
	padding: 0;
	margin: 0;
	background-color:#b0b0b0;
}

img {
	border: 0;
}

.menu {
	margin:12px 0px 12px 12px;
	font-size:10px;
}

.menu a {
	text-decoration:none;
	color:black;
}

/*p {
}
*/
.all {
	width:870px;
	white-space:no-wrap;
	background:#ffffff url(bottom.gif) no-repeat 100% 100%;
}

.main {
	width:600px;
	margin: 0;
	padding: 24px;
	float:left;
	border:0;
}


/**       sidebar          */	
.sidebar {
	border:0;
	margin: 0;
	padding: 4px;
	width: 210px;
	float: left;
}

.sidebar h3 {
    padding: 0;
    margin: 10px 0 0 0;
}

  /**
    Remove bullets from the first level sidebar UL and give each item some bottom margin.
    IE 6 doesn't like the selectors, I can live with that but if you can't then
    you'll need to extend this further.
  */
.sidebar > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar > ul > li {
      margin: 3px 0 3px 0;
}
    
   /* Hantera språkval med xLanguage */
  #xlanguage-list-1 {
  	position: absolute;
  	top: 12px;
  	float:left;
  }
  
  .language_item, #xlanguage-list-1 ul {
  	display: inline;
  	padding: 0;
  	margin: 0;
  }
  
  .current_language_item {
  	font-weight: bold;
  }