
	html, body {
		margin: 0;
		padding: 0;
		font-family: Georgia, Times new roman, serif;
		font-size: 11px;
		text-align: center;
		background: #fff;			
	}
	
	img {
		border: 0;
	}
	
	#page {
		margin: 0 auto;
		width: 980px;
		text-align: left;
		padding-top: 50px;
		position: relative;
	}
	
	#menu {
		height: 30px;
		position: relative;
		margin-bottom: 13px;
	}
	
	#logo {
		position: absolute;
		margin-top: 6px;
	}
	
	#menu ul {
		position: absolute;
		list-style: none;
		margin: 0;
		padding: 0;
		margin-left: 310px;
		margin-top: 15px;
	}
	
	#menu li {
		float: left;
		margin-right: 20px;
	}
	
	#menu a {
		text-decoration: none;
		color: #000;
		font-size: 15px;
		font-weight: bold;
		font-family: Arial;
	}
	
	#menu a:hover, #menu .selected {
		text-decoration: underline;
	}
	
	#content {
		margin-bottom: 13px;
		border: 1px solid #fff;
		overflow:hidden;
	}
	
	#leftcontent {
		position:absolute;
		width: 270px;
		top:72px;
	}
	
	#container {
		position:relative;
	}
	
	.infoImg {
		margin-bottom: 25px;
	}
	
	#submenu {
		list-style: none;
		padding: 0;
		margin: 0;
		position: absolute;
		margin-top: 43px;
		left: 130px;
	}
	
	#submenu img {
	height:14px;
	width:14px;
	}
	
	* html #submenu {
		margin-top: 30px;
	}
	
	#submenu a {
		font-size: 11px;
		text-decoration: none;
		color: #8b8687;
	}
	
	#submenu li.header {
		font-size: 15px;
		color: #8b8687;
		margin-bottom:9px;
	}
	
	#submenu li.liten {
		font-size: 11px;
		text-decoration: none;
		color: #8b8687;
	}
	
	#submenu li {
		margin-bottom: 8px;
	}
	
	#submenu a:hover, #submenu .selected {
		color: #000;
	}
	
	#subcontent {
		position: relative;
		width: 500px;
		left: 310px;
		top: 30px;
		min-height: 300px;
		margin-bottom: 30px;
		overflow:hidden;
	}
	
	.menu {
		left:320px;
	}
	
	em {
	margin: 0;
	padding: 0;
}
	
	#subcontent h3 {
		font-size: 14px;
	}
	
	#subcontent p {
		line-height: 18px;
		margin-bottom: 10px;
	}
	
	#subcontent p a {
		color: #000;
	}
	
		#menues {
		position: relative;
		width: 900px;
		top: 30px;
		min-height: 300px;
		margin-bottom: 30px;
	}
	
	#menues h3 {
		font-size: 14px;
	}
	
	#menues p {
	margin:0;
	margin-bottom:4px;
	line-height: 18px;
	}
	
	#menues p a {
		color: #000;
	}
	
	
	#subcontent p a:hover {
		text-decoration: none;
	}
	
	#subcontent ul {
		list-style: none;
		padding: 0;
		margin: 0;
		margin-bottom: 30px;
	}
	
	#subcontent li {
		margin-bottom: 10px;
	}
	
	#subcontent p.kursiv {
	font-style: italic;
	}
	
	#subcontent strong {
	font-weight:bold;
	}
	
	#subcontent p.underline {
	border-bottom: 1px solid #000000;
	}
	
	#footer {
		text-align: right;
		font-size: 16px;
		font-weight: bold;
		color: #949293;
		margin-bottom:20px;
	}
	
	#image img {
		margin-bottom: 14px;
	}
	
	#image .photographer {
		display: block;
		margin-bottom: 5px;
	}
	
	#image .title {
		display: block;
	}
	
	div#locale {
	margin-bottom:20px;
	position:absolute;
	right:0px;
	top:55px;
	z-index:999;
	width:37px;
	}
	
	a#en {
	background: url(../images/gb.gif) no-repeat;
	display:block;
	text-indent:-99999px;
	width:16px;
	height:11px;
	float:left;
	}
	
	a#sv {
	background: url(../images/se.gif) no-repeat;
	display:block;
	text-indent:-99999px;
	width:16px;
	height:11px;
	float:left;
	margin-right:5px;
	}
	
	/* Sommarmeny */
	
	#collumncontainer {
	width: 900px;
	overflow: hidden;
	}
	
	#collumncontainer li {
	list-style: none;
	display:inline;
	width:200px;
	margin-right:10px;
	font-size:10px;
	}
	
	#collumncontainer li.listright {
	width:180px;
	}
	
	
	#collumncontainer ul {
	list-style: none;
	margin:0;
	width: 400px;
	}
	
	#leftcollumn {
	width: 410px;
	float:left;
	margin-right:40px;
	}
	
	#rightcollumn {
	width: 410px;
	float:left;
	}
	
	#leftcollumn h3, #rightcollumn h3 {
	font-style: italic;
	text-decoration: underline;
	font-size:16px;
	font-weight:normal;
	}
	
	.box {
	margin-bottom: 20px;
	}
	
	.doubleborder {
	border: 2px solid black;	
	padding:1px;
	margin-bottom: 20px;
	}
	
	.doubleborder div {
	border: 1px solid black;
	padding: 8px;	
	}
