html, body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	height: 100%; 
	font-family: Arial, sans-serif;
	text-align: center;
	background-color: #B5D0D0;
}

body a {
	text-decoration: none;
}

img {
	border: none;
}

#main {
	height: 500px;
	width: 752px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin:-250px auto auto -376px;
	background-image: url('nordholmen.png');
	background-repeat: no-repeat;
	text-align: left;
}

#twitter {
	width: 180px;
	float: right;
}

/* http://www.codestyle.org/css/font-family/BuildBetterCSSFontStacks.shtml */
#projects {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: 'Bitstream Vera Sans', 'DejaVu Sans', 'Trebuchet MS', Verdana;
	font-size: 1.5em;
}

#projects li {
	margin: 1em;
}

#projects a:link, #projects a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#projects a:hover, #projects a:active {
	color: #E66101; /* #F1EEE8; */
	text-decoration: none;
}

.subproject {
	font-size: 0.6em;
	margin: 0 0 0 1em;
}

#imprint a:link, #imprint a:visited {
	margin: 0;
	padding: 0;
	font-size: 0.5em;
	margin: 0 0 0 2em;
	color: #ffffff;
}

#nord {
	position: absolute;
	top: 220px;
	left: 280px;
	display: block;
	width: 86px;
	height: 32px;
}

#holmen {
	position: absolute;
	top: 220px;
	left: 366px;
	display: block;
	width: 133px;
	height: 32px;
}

#geonames {
	position: absolute;
	top: 274px;
	left: 223px;
	display: block;
	width: 248px;
	height: 80px;
}

#osm {
	position: absolute;
	bottom: 28px;
	left: 250px;
	display: block;
	width: 114px;
	height: 12px;
}


#svenskgeografi {
	position: absolute;
	bottom: 28px;
	right: 6px;
	display: block;
	width: 288px;
	height: 46px;
}


acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

.hidden {
	display: none;
}

/* */
#koss_center {
	width: 742px;
	position: relative;
	margin: 42px auto auto auto;
	text-align: left;
}

#koss_images img {
	padding: 0 10px 0 10px;
}

