* {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
body {
	background-color: #eeeeee;
	height: 100%;
}
img {
	border: none;
}
a {
	color: #345f92;
}
h1 {
	font-size: 24px;
	line-height: 26px;
}
h2 {
	font-size: 18px;
	line-height: 22px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
}
.ingress {
	font-weight: bold;
}

/* Map startpage */
#mapbox {
	position: relative;
	width: 600px;
	height: 300px;
	background: url('../images/map.gif') no-repeat top right;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14%;
	margin-bottom: 14%;
}
#mapbox h1, #mapbox h1 * {
	font-weight: normal;
	font-size: 60px;
	font-family: times;
	color: #5f8dc4;
	letter-spacing: -2px;
	margin-bottom: 14px;
	line-height: 60px;
}
#mapbox h1 small {
	font-size: 40px;
}
#mapbox #text {
	width: 250px;
	margin-left: 34px;
}

img#svenska {
	position: absolute;
	right: 114px;
	top: 26px;
	width: 48px;
	height: 109px;
}
img#english {
	position: absolute;
	right: 205px;
	top: 93px;
	width: 58px;
	height: 70px;
}
img#francais {
	position: absolute;
	right: 168px;
	bottom: 61px;
	width: 78px;
	height: 84px;
}

/* Main page */
#container {
	margin-left: auto;
	margin-right: auto;
	width: 764px;
	text-align: center;
}
#container #top {
	background: url('../images/shadow-top.gif') no-repeat top right;
	width: 764px;
	height: 28px;
	text-align: left;
}
#container #middle {
	background: url('../images/shadow-middle.gif') repeat-y top right;
	width: 764px;
	text-align: left;
}
#container #bottom {
	background: url('../images/shadow-bottom.gif') no-repeat top right;
	width: 764px;
	height: 27px;
	text-align: left;
}

#container #middle #inner {
	margin-left: 27px;
	width: 710px;
}
#container #middle #inner #body {
	background-color: #d0d0d0;
	border-bottom: solid 2px #ffffff;
	float: left;
}
.bluebar {
	width: 710px;
	height: 21px;
	background-color: #5f8dc4;
	margin: 0px;
	clear: left;
}
#topimage {
	margin-top: 2px;
	margin-bottom: 2px;
}
#left {
	width: 195px;
	float: left;
}
#right {
	border-left: solid 2px #ffffff;
	background-color: #e6e6e6;
	width: 513px;
	float: left;
}
.margin {
	margin: 16px;
}

ul.filelist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.filelist li {
	padding-left: 30px;
	margin-bottom: 10px;
	background: url('../images/mimetypes/file.png') no-repeat top left;
}
ul.filelist li.pdf {
	background: url('../images/mimetypes/pdf.png') no-repeat top left;
}
ul.filelist li.doc {
	background: url('../images/mimetypes/doc.png') no-repeat top left;
}
ul.filelist li.xls {
	background: url('../images/mimetypes/xls.png') no-repeat top left;
}
ul.filelist li.ppt {
	background: url('../images/mimetypes/ppt.png') no-repeat top left;
}
ul.filelist li.gif {
	background: url('../images/mimetypes/gif.png') no-repeat top left;
}
ul.filelist li.jpg {
	background: url('../images/mimetypes/jpg.png') no-repeat top left;
}
ul.filelist li.png {
	background: url('../images/mimetypes/png.png') no-repeat top left;
}

/* Menu */
ul#menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul#menu li a {
	display: block;
	width: 187px;
	/*height: 20px;*/
	/*line-height: 40px;*/
	padding-top: 12px;
	padding-left: 8px;
	padding-bottom: 4px;
	background-color: #d0d0d0;
	border-bottom: solid 2px #ffffff;
	font-size: 14px;
	text-decoration: none;
	color: #505050;
	font-weight: bold;
}
ul#menu li a:hover {
	background-color: #808080;
	color: #ffffff;
}

#footer {
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
}
