body {
	padding: 0;
	margin: 0;
	background-color: #000;
	color: #FFF;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -503px;
	margin-top: -310px;
	width: 1007px;
	height: 621px;
	padding: 0;
	background-image: url(images/body_bg.jpg);
}

#content {
  position: absolute;
  left: 195px;
  top: 163px;
  width: 444px;
  height: 355px;
  z-index: 2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  overflow: auto;
  visibility: visible;
}

#imageview {
  position: absolute;
  left: 672px;
  top: 169px;
  width: 230px;
  height: 349px;
  z-index: 3;
}

#imageview img {
  border: none;
}

#menu {
  position: absolute;
  left: 192px;
  top: 32px;
  width: 420px;
  z-index: 4;
  text-align: center;
  margin: 0;
  padding: 0;
}

#menu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bolder;
  color: #e2282d;
  text-decoration: none;
  letter-spacing: 1px;
}

#menu ul {
		list-style: none;
		margin: 30px 0 20px 15px;
	}
	
	#menu li {
		list-style: none;
		display: inline;
		padding-left: 15px;
		margin-bottom: 3px;
		line-height: 1.5em;
	}
	
		#menu ul {
		padding: 5px 15px 15px;
		margin-left: -5px;
	}
	
	#menu ul { margin-bottom: 1em; }

#foot {
  position: absolute;
  left: 240px;
  top: 550px;
  width: 700px;
  height: 41px;
  z-index: 4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bolder;
  color: silver;
  z-index: 5;
}

a {
	color: silver;
}

a:hover {
	color: #FFF;
    text-decoration: none;
}

.rubrik {
	font: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: silver;
	margin: 0;
	padding: 0;
}

.underrubrik {
	font: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: silver;
	margin: 0;
	padding: 0;
}