body {
	font-size: 62.5%;
	font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	text-align: center;
	background: #e0e6fe url(../images/bg-body-2.jpg) no-repeat;
}

/*div {
	border: 1px solid maroon;
}*/

#wrapper {
	width: 850px;
	min-height: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	background: white url(../images/bg-wrapper.jpg) no-repeat 0 140px;
	margin-top: 30px;
}

#header {
	width: 850px;
	height: 140px;
	text-align: right;
	z-index: 2;
}

#logo {
	width: 250px;
	height: 140px;
	margin-top: 0;
	margin-left: 0;
	background-color: white;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#menu {
	width: 550px;
	height: 30px;
	margin-top: 20px;
	margin-left: 60px;
	z-index: 4;
}

#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 550px;
	float: left;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/bg-button.png) no-repeat;
}

#nav a {
	float: left;
	width: 108px;
	text-align: center;
	text-decoration: none;
	line-height: 2.5em;
	border-right: 2px solid white;
	font-size: 1.2em;
	color: black;
}

#content {
	width: 400px;
	margin-left: 130px;
	float: left;
	margin-top: 30px;
	z-index: 6;
}

#sidebar {
	width: 200px;
	z-index: 7;
	margin-top: -52px;
	height: 100%;
	float: right;
	padding: 30px 10px 10px;
	background: #c6c3d4 url(../images/bg-sidebar.png) no-repeat;
}

#bg-sidebar {
	width: 200px;
	padding-right: 10px;
	z-index: 2;
	background-color: #c7c4d5;
	padding-left: 10px;
	margin-top: -52px;
	padding-top: 30px;
	height: 100%;
	position: relative;
	top: 140px;
	right: 0;
}

#footer {
	clear: both;
	width: 850px;
	height: 100px;
	z-index: 8;
	border-top: 1px solid gray;
}

#adr_gbg {
	padding-top: 10px;
	padding-left: 130px;
	width: 200px;
	position: absolute;
}

#adr_sthlm {
	padding-top: 10px;
	padding-left: 340px;
	width: 200px;
}

#logo_footer {
	width: 105px;
	float: right;
	height: 80px;
	margin-top: -40px;
	margin-right: 60px;
}

p {
	line-height: 1.6em;
	font-size: 1.2em;
	margin-top: 3px;
}

#sidebar p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-top: 0px;
}

#sidebar h2 {
	margin-top: 0px;
	margin-bottom: 0;
}

h1 {
	font-size: 2em;
	margin-top: 0;
}

h2 {
	font-size: 1.2em;
	margin-top: 0;
	letter-spacing: 2px;
	margin-bottom: -3px;
}

#wrapperimage {
	background: url(../images/glock.jpg) no-repeat;
	width: 850px;
	height: 600px;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

a {
	text-decoration: none;
	color: #df761b;
}

hr {
	color: white;
}

a img {
	border-style: none;
	border-width: 0;
}