* {
	margin: 0px;
	padding: 0px;
	font-family: georgia, serif;
	font-size: 14px;
	line-height: 20px;
}

html,body {
	background: #e5eff7 url(../images/bgr.gif) repeat-x top left;
	/*background: #e0f4ff url(../images/bgr-ljus.gif) repeat-x top left;*/
	text-align: center;
	width: 100%;
	height: 100%;
}

/* Globals */
a {
	color: #183a91;
}
img {
	border: none;
}
.margin20 {
	margin: 20px;
}
p {
	margin-bottom: 10px;
}
ul {
	margin: 0px;
	padding: 0px;
	margin-left: 14px;
}
ul li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

/* DIVs */
#bgr_shadow {
	background: url(../images/bgr-shadow.png) repeat-y top left;
	behavior: url("/akkonsult/js/iepngfix.htc");
	margin-left: auto;
	margin-right: auto;
	width: 992px;
}

#container {
	background-color: #ffffff;
	width: 960px;
	margin-left: 16px;
	margin-right: 16px;
	text-align: left;
	height: 100%;
}

#head {
	width: 960px;
	height: 139px;
	float: left;
}
	#logo {
		margin-left: 24px;
		margin-top: 33px;
		width: 97px;
		height: 49px;
		float: left;
		cursor: pointer;
	}

	#buttons {
		float: left;
		clear: left;
		margin-left: 14px;
		margin-bottom: 6px;
		margin-top: 24px;
		width: 940px;
		display: inline;
	}
	#buttons a {
		color: #4d4d4d;
		font-size: 14px;
		text-decoration: none;
		font-family: arial, helvetica;
		text-transform: uppercase;
		margin-left: 14px;
		margin-right: 14px;
		font-weight: bold;
	}
	#buttons a:hover {
		color: #274cac;
	}
	#buttons a.active {
		color: #274cac;
	}

	#slogan {
		float: right;
		margin-top: 61px;
		margin-right: 24px;
	}

#slideshow {
	height: 300px;
	float: left;
}

#photo {
	width: 960px;
	height: 300px;
	float: left;
}

#content {
	color: #4d4d4d;
}
.subpage {
	background: url(../images/top-shadow.gif) repeat-x top left;
	float: left;
		margin-bottom: 22px;
}

#content h1, #content h1 a {
	font-size: 22px;
	line-height: 26px;
	color: #183a91;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 10px;
	font-weight: normal;
}
#content h1 a {
	text-decoration: none;
}
#content h3 {
	font-size: 15px;
	line-height: 22px;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 10px;
	font-weight: bold;
}
	#content_bgr {
		margin-top: 20px;
		margin-bottom: 22px;
		float: left;
		margin-left: 20px;
		display: inline;
	}

	.box {
		border: solid 1px #b9c4de;
		width: 293px;
		height: 250px;
		overflow: auto;
		float: left;
		cursor: pointer;
		position: relative;
	}
	.box:hover {
		background-color: #e0f4ff;
	}
	#box1 {
		margin-right: 19px;
	}
	#box2 {
		margin-right: 19px;
	}

	.column {
		margin-top: 20px;
		min-height: 400px;
		height: auto !important;
		height: 400px;
	}
	#column-left {
		width: 240px;
		float: left;
	}
	#column-center {
		width: 478px;
		float: left;
		border-left: solid 1px #b9c4de;
		border-right: solid 1px #b9c4de;
	}
	#column-right {
		width: 240px;
		float: left;
	}
	
.photo {
	margin: 2px;
}
.float-right {
	float: right;
	margin-bottom: 20px !important;
	margin-bottom: 0px;
	margin-right: 0px;
}
.margin-left20 {
	margin-left: 20px;
}
.border-grey {
	border: solid 1px #c0c0c0;
}

/* files */
.file {
	font-family: arial, helvetica, sans-serif;
	padding-left: 40px;
	padding-top: 6px;
	text-decoration: none;
	height: 30px;
	display: block;
}
.file:hover {
	text-decoration: underline;
}
.link {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	display: block;
}
.link:hover {
	text-decoration: underline;
}
.pdf {
	background: url(../images/file-pdf.gif) no-repeat 0px 0px;
}
.excel {
	background: url(../images/file-excel.gif) no-repeat 0px 0px;
}
.gif {
	background: url(../images/file-gif.gif) no-repeat 0px 0px;
}
.jpg {
	background: url(../images/file-jpg.gif) no-repeat 0px 0px;
}

/* Menu */
#menu * {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	line-height: 26px;
}
#menu {
	margin-left: 20px;
}
#menu a {
	color: #4d4d4d;
}
#menu a:hover {
	color: #183a91;
	text-decoration: underline;
}
#menu .active {
	color: #183a91;
}
#menu .submenu {
	margin-left: 20px;
}

/* Sid-fot */
#foot {
	clear: left;
	background: #606060 url(../images/bgr_footer.gif) repeat-x top left;
	display: block;
	border-top: solid 1px #494949;
	border-bottom: solid 1px #606060;
	height: 160px;
}

#foot * {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 14px;
}
	#box_foot {
		margin: 20px;
		display: block;
		text-align: center;
	}
	#box_foot img {
		margin-top: 10px;
	}