body {
	font-family:arial;
	background:#ffffff;
	font-size:11px;
	line-height:18px;
	margin:0;
	padding:0;
}
a {
	color:#cc0000;
}
#header {
	position:relative;
	width:100%;
	height:50px;
	xbackground:#eaeaea;
	overflow:hidden;
	border-bottom:1px solid #000;
}
#header #meny {
	position:relative;
	width:960px;
	height:50px;
	margin:0 auto;
	background:#ffffff;
}
#logga {
	float:left;
	position:relative;
	width:310px;
	height:25px;
	padding:25px 0 0 10px;
	margin:0 auto;
	background:#ffffff;
	font-size:16px;
}	
#menu {
	float:left;
	position:relative;

	height:25px;
	padding-top:25px;
	margin:0 auto;
	background:#ffffff;
}	
#menu a {
	margin:0 6px;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	padding:5px 7px 10px 7px;
}
#menu a:hover {
	text-decoration:none;
	color:#000000;
	background:#f1f1f1;
	padding:5px 7px 10px 7px;
}
#container {
	position:relative;
	margin:10px auto;
	width:960px;
}
#content {
	position:relative;
	float:left;
	width:960px;
	border-bottom:1px solid #000;
	padding-bottom:20px;
	
	
}
#left {
	position:relative;
	float:left;
	width:205px;
	xborder:1px solid #f3f3f3;
	padding:5px;
	margin-right:10px;
	
}
#logotype {
	position:relative;
	float:left;
	width:205px;
	height:170px;
	background:url("bilder/logga.gif") top left no-repeat;
	clear:right;
	
}
#leftpicstart {
	position:relative;
	float:left;
	width:205px;

	xbackground:#f2f2f2;
	padding-top:0px;
}
#leftpic {
	position:relative;
	float:left;
	width:205px;
	height:300px;
	xbackground:#f2f2f2;
	padding-top:15px;
}
#centerwide {
	position:relative;
	float:left;
	width:700px;
	
	padding:15px;
	border:1px solid #f3f3f3;
}
#centerwide a {
	text-decoration:none;
	font-size:16px;
	width:250px;
	margin:0 30px;
}
#centerwide a:hover {
	text-decoration:underline;
	font-size:16px;
	background:#f2f2f2;
	margin:0 30px;
	width:250px;
	
}
#center {
	position:relative;
	float:left;
	width:528px;
	xheight:500px;
	padding:0 15px;
	xborder:1px solid #cccccc;
}
#right {
	position:relative;
	float:left;
	width:170px;
	height:500px;
	background:url("bilder/gubbeorg.gif") top left no-repeat;
	xborder:1px solid #cccccc;
}

.item {
	position:relative;
	float:left;
	width:500px;
	padding:15px;
	border:1px solid #ccc;
	xbackground:url("bilder/bg.gif") top left repeat;
	margin:0 0 10px 0;
}
.item h2 {
	color:#333333;
	font-size:16px;
	line-height:22px;
	margin:12px 0 10px 0;
}
h1 {
	font-size:24px;
	margin:20px 0;
	color:#000000;
	line-height:30px;
}
#footer {
	margin:10px auto;
	width:950px;
	font-size:11px;
	padding-bottom:20px;
}
#footer a {
	color:#000;