html, body {
	background-color:#404040;
	height:100%;
}

html, body, form, img, ul, p, h1 {
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color:#FFF;
}

a {
	color:#000;
	text-decoration:none;
	cursor: pointer;
}

a:hover, a:active {
	color:#FF6600;
	text-decoration:none;
}

div#wrapper {
	position: relative;
	left:50%;
	margin:0 0 0 -296px;
	text-align: center;
	background-color:#FF6600;
	width:592px;

	/* MSIE hack */
	min-height: 100%;
	_height:100%;
	/* END */
}

div#header {
	text-align: left;
	background-image: url("img/logo.gif");
	background-position: 35px 27px;
	background-repeat: no-repeat;
	width:100%;
	height:106px;
}

div#konsep {
	display: none;
}

div#nav {
	text-align:left;
	background-color:#FFF;
	padding:2px 2px 2px 34px;
	font-size:12px;
	text-transform:lowercase;
}

div#nav a {
	font-weight:bold;
	margin-right:5px;
	color:#ffa467;
}

div#nav a.selected {
	color:#FF6600;
}

div#nav a:hover, div#nav a:active {
	color:#000;
}

div#contact {
	position: absolute;
	top:25px;
	left:295px;
	font-size: 11px;
}

div#contact a {
	color:#FFF;
	text-decoration:none;
	cursor: pointer;
	font-weight:normal;
}

div#contact a:hover, div#contact a:active {
	color:#000;
	text-decoration:none;
}

div#info {
	position:relative;
	text-align: left;
	background-color:#FFF;
	min-height:375px;
	_height:375px;
	padding-bottom:15px;
	color:#000;
}

div#marker {
	position:absolute;
	top:301px;
	left:70px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	width:20px;
}

div#prevnext {
	float:left;
	padding:10px 165px 10px 37px;
	font-weight:bold;
	font-size: 12px;
	width:100px;
}

div#infotekst {
	float:left;
	padding:10px 0px 0px 0px;
	font-size: 12px;
	height:40px;
	overflow:visible;
}

div#content {
	clear:both;
	text-align: left;
	color:#FFF;
	padding:11px 37px 50px 37px;
}

div#content a {
	color:#FFF;
	text-decoration:underline;
	cursor: pointer;
}

div#content a:hover, div#content a:active {
	color:#000;
	text-decoration:none;
}

.clear {
	clear:both;
}
