body{
	padding: 0;
	margin: 0;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	line-height: 17px;
}

a{
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

	a:hover{
		color: #ea7a19;
	}

h1{
	font-size: 2em;
	font-family: Arial, Helvetica;
}

h2{
	margin: 3px 0 0 0;
	font-size: 1em;
	font-family: Arial, Helvetica;
}

	h2.orange{
		color: #ea7a19;
		font-weight: bold;
		font-size: 1em;
		color: #000;
	}

h3{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1em;
	font-family: Arial, Helvetica;
}

p{
	margin: 4px 0 7px 0;
}

.container{
	position: absolute;
	background: #fff;
	width: 790px;
	height: 500px;
	margin: 0 auto;
	top: 50%;
	margin-top: -250px;
	left: 50%;
	margin-left: -415px;

	overflow: hidden;
}

	.container.splash{
		background: none;
	}

.menu-container{
	float: left;
	padding: 50px 0px 20px 40px ;
	background: #fff;
	width: 310px;
	overflow: hidden;
}


	.menu-container.splash{
		padding-right: 70px;
	}

#menu{
	float: left;
	margin: 50px 40px 0 40px;
	margin: 0;
	background: #fff url('/images/norrgruppen-60.png') no-repeat left top;

	border-right: solid 1px pink;
	border: none;

	display: inline;
	overflow: hidden;
}

	#menu #buttons{
		margin-left: 90px;
	}


	#menu #buttons #logo-text{
		margin-bottom: 20px;
	}

	#menu .extra-image{
		margin-top: 30px;
		text-align: left;
		padding-right: 20px;
		font-size: 11px;
	}

	#menu a{
		border-bottom: solid 1px #fff;
		border: none;
	}

	#menu a:hover{
		border-bottom: solid 1px #ea7a19;
		border: none;
	}

#maincontent{
	float: left;
	background: pink;
	background: #fff;
	width: 380px;
	height: 400px;
	margin-top: 50px;
	padding-right: 40px;
	overflow: auto;
	text-align: justify;
}

.demografi{
	/*
	list-style: outside url('/images/ul-o.png');
	*/
	line-height: 21px;
}

	.demografi strong{
		color: #eb5829;
		color: #ea7a19;
	}


a.arrow{
	background: url('/images/arrow.png') no-repeat center left;
	padding-left: 15px;
	text-decoration: none;
}

.contact-table{
	width: 360px;
	margin-bottom: 10px;
}
	.contact-table td{
		padding: 0 10px 0 0px;
	}