* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 12px/18px Verdana, sans-serif;
}

/* @group main_layout */

#wrapper {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	padding-bottom: 100px;	
	background: url("/images/footer.png") no-repeat bottom center;
}

#content_wrapper {
	width: 100%;
	margin-top: 25px;
}

/* @end */

/* @group header */

#header {
	height: 300px;
	background: #000;
}

#slides {
	width: 100%;
	height: 275px;
	position: absolute;
	background: #333;
	top: 25px;
}

#slides .slide {
	position: absolute;
}

#logo {
	position: absolute;
	top: 45px;
	left: 20px;
        z-index: 100;
}

/* @group menu */

#menu {
	width: 750px;
	height: 20px;
	position: absolute;
	top: 270px;
	left: 20px;
	font-size: 16px;
}

#menu a {
	
}

#menu ul {
	list-style: none;
}

#menu ul li {
	width: 170px;
	height: 20px;
	float: left;
	background: #000;
	color: #fff;
	margin-right: 5px;
	padding: 0 5px;
}

#menu ul li a {
	width: 170px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#menu ul li span {
	width: 150px;
	position: absolute;
	margin-top: -49px;
	text-align: right;
}

/* @end */

#slides_navigation {
	height: 20px;
	position: absolute;
	top: 270px;
	right: 20px;
}

/* @end */

/* @group left */

#left {
	width: 170px;
	margin-left: 10px;
	float: left;
	font-size: 11px;
}

#left h2 {
	height: 20px;
	font-size: 15px;
	font-weight: normal;
	padding-left: 15px;
}

#left ul {
	list-style: none;
}

#left ul li {
	padding-left: 15px;
        padding-bottom: 5px;
}

#left ul li.active {
	background: url("/images/ku_liten.gif") no-repeat left center;
}

#left ul li.active a {
	color: #000;
}

#left ul li a {
	text-decoration: none;
	color: #666;
        display: block;
}

#left ul li a:hover {
	color: #000;
}

/* @end */

/* @group parts */

#parts {
	width: 665px;
	float: right;
	margin-left: 25px;
	margin-right: 25px;
}

.part {
	clear: both;
}

.text {
	width: 360px;
	float: left;
	margin-bottom: 60px;
	clear: both;
}
 
.text h2 {
	width: 100%;
	height: 20px;
	font-size: 16px;
	font-weight: normal;
	border-top: 1px solid #9c9;
	padding-top: 5px;
}

.active h2 {
	border-top: 0px;
	padding-top: 0px;
}

.text h3, .active h3 {
     height: 20px;
     font-size: 13px;
     font-weight: normal;
}

.text span.arrow_up {
	float: right;
	margin-top: -16px;
}

.text p {
	color: #666;
        padding-top: 5px;
}

.text ul {
  list-style: none;
  color: #666;
  padding-top: 5px;
}

.illustration {
	width: 280px;
	float: right;
	margin-bottom: 60px;
	margin-top: 10px;
}

.illustration img {
  max-width: 280px;
}


/* @end */

a img {
	border: 0px;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #222;
  text-decoration: underline;
}

#neste {
  margin-left: 10px;
}