body {
	background-attachment: fixed;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	margin-top: 50px;
}

#wrapper_shadow {
  position: relative;
  margin: 0 auto 0 auto;
  top: 0;
  width: 894px;
  height: 693px;
  background-image: url(images/wrapper_shadow.png);
  z-index: 1;
}

#wrapper {
  position: relative;
  margin: 0 auto 0 auto;
  width: 850px;
  height: 650px;
  background-color: #fff;
  z-index: 1;
}

#footer {
  position: absolute;
  left: 165px;
  top: 591px;
  width: 685px;
  height: 59px;
  z-index: 2;
}

#left_menu {
	position: absolute;
	left: 0px;
	top: 174px;
	width: 140px;
	height: 476px;
	background-color: #fcf1d5;
	z-index: 3;
}

	#left_menu ul {
		list-style: none;
		margin: 23px 0 0 20px;
		padding: 0;
		width: 100px;
	}
	
	#left_menu li {
		display: inline-block;
		margin: 0 0 1.25em 0;
		padding: 0;
		color: #963;
	}
	
	#left_menu li a.active {
		margin: 0;
		padding: 0;
		color: #630;
	}

	#left_menu ul li a {
		color: #963;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 90%;
	}
	
	#left_menu ul li a:hover, #left_menu ul li:hover {
		color: #630;
	}

#menu_text {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 140px;
	height: 60px;
	z-index: 4;
	font-size: 24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	color: #999;
}

#container {
	position: absolute;
	left: 165px;
	top: 197px;
	width: 504px;
	height: 453px;
	border-right: #e2b964 2px solid;
	z-index: 4;
}

#content_index {
  position: absolute;
  left: 0px;
  top: 21px;
  padding: 0 20px 0 0;
  overflow-y: auto;
  width: 468px;
  height: 419px;
  z-index: 5;
}

#content {
	position: absolute;
	left: 0px;
	top: 21px;
	padding: 0 20px 0 0;
	overflow-y: auto;
	width: 300px;
	height: 419px;
	z-index: 5;
}

	#content p, #content_index p {
		line-height: 1.5em;
		padding: 0;
		margin: 0 0 .5em 0;
	}
	
	#content ol, #content ul, #content_index ol, #content_index ol {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#content li, #content_index li {
		line-height: 1.5em;
		padding: 0;
		margin: 0 0 0 1em;
	}
	
	#content .border, #content_index .border {
		border: 1px solid #fcf2d8;
	}
	
	#content a, #content_index a {
		color: #9a6a05;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 90%;
	}

#content_images {
	position: absolute;
	left: 330px;
	top: 21px;
	padding: 0 3px 0 0;
	overflow-y: auto;
	width: 160px;
	height: 419px;
	z-index: 5;
}

#heading {
  position: absolute;
  left: 0px;
  top: -.75em;
  width: 478px;
  height: 22px;
  z-index: 6;
}

	#heading h2, #content h2, #content h3, #content_index h2 {
	  padding: 0;
	  margin: .75em 0 0 0;
	  font-size: 130%;
	  color: #444;
	}

#news {
	position: absolute;
	left: 675px;
	top: 224px;
	width: 177px;
	height: 424px;
	z-index: 7;
	overflow: hidden;
}

	#news div.odd, #news div.even {
		float: left;
		width: 165px;
		margin: 0 0 .5em 4px;
		border: 1px solid #CCC;
	}
	
	#news div.even {
		background-color: #fef5dd;
	}
	
	#news div.odd {
		background-color: #fff9e9;
	}
	
	#news div.pad {
		width: 150px;
		padding: .5em;
	}
	
	#news div.pad h4 {
		font-size: 120%;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-weight: bold;
		letter-spacing: 2px;
		padding: 0;
		margin: .25em 0 .25em 0;
	}
	
	#news div.pad p {
		padding: 0;
		margin: 0 0 1em 0;
		line-height: 1.4em;
	}
	
	#news div.pad a {
		color: #9a6a05;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 90%;
		margin-bottom: 0.125em;
	}

h3#aktuellt {
	position: absolute;
	left: 702px;
	top: 196px;
	width: 110px;
	height: 23px;
	line-height: 0;
	margin: 0;
	padding: 0;
	background: transparent url(images/aktuellt.png);
	z-index: 8;
}

#menu {
	position: absolute;
	left: 0px;
	top: 150px;
	width: 850px;
	height: 24px;
	background: transparent url(images/menu_bg.png);
	z-index: 9;
	margin: 0;
	padding: 0;
}

	#menu ul {
		list-style: none;
		margin: 3px 0 0 60px;
		padding: 0;
		top: 0;
	}
	
	#menu li {
		display: inline-block;
		float: left;
		margin: 0;
		padding: 0 0.8em;
		color: #9a6a05;
	}
	
	#menu li a.active {
		margin: 0;
		padding: 0;
		color: #4671b0;
                                          font-weight: bold;
	}
	
	#menu ul li a {
		color: #9a6a05;
		text-decoration: none;
                                           font-weight: bold;
	}
	
	#menu ul li a:hover, #menu ul li:hover {
		color: #4671b0;
                                           font-weight: bold;
	}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 850px;
	height: 150px;
	background: transparent url(images/header_bg.png);
	z-index: 1;
}

#logo {
  position: absolute;
  left: 689px;
  top: 24px;
  width: 144px;
  height: 61px;
  background: transparent url(images/logo.png);
  z-index: 2;
}

#flashContainer {
  position: relative;
  z-index: 20000;
}

h1#header_eln {
  position: absolute;
  left: 65px;
  top: 57px;
  width: 434px;
  height: 33px;
  line-height: 0;
  margin: 0;
  padding: 0;
  background: transparent url(images/header_eln.png);
  z-index: 3;
}

.nowrap {
	white-space: nowrap;
}

div.errors{ color:#F00; }
#EmailForm .invalidValue{ background: #FFDFDF; border:1px solid #F00; }
#EmailForm .requiredValue{ background: #FFFFDF; border:1px solid #F00; }

