.body
{
	background-color:#001222;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#eee;
}

div.wrapper1
{
	width: 100%;
}

div.wrapper2
{
	width: 1000px;
	margin-top:40px;
}

/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */
#nav, #nav ul
{
	padding:0; margin:0 auto;
	list-style:none;
	background:#eee;
}

#nav
{
	position:relative;
	z-index:50;
}

#nav ul
{
	display:none;
}

#nav li
{
	float:left;
	position:relative;
}

#nav li a
{
	text-decoration:none;
	font-family:trebuchet, sans-serif;
	font-size:12px;
	white-space:nowrap
}

#nav li b
{
	display:block;
	padding:0 30px 0 20px;
	cursor:pointer;
	height:30px;
	line-height:30px;
	float:left;
	background:url(list-back.gif) center top;
	font-weight:normal;
	color:#eee;
	letter-spacing:0.2em
}

#nav li.first b
{
	padding-left:10px;
	background-position:left top;
}

#nav li.last b
{
	padding-right:30px;
	background-position:right top;
}

#nav li a b.clicked
{
	color:#a50021;
}

#nav li ul
{
	position:absolute;
	left:0;
	top:40px;
	height:auto;
	float:left;
	background:#001c35;
	padding:2px;
	border:1px solid #fff;
}

#nav li ul.w1
{
	width:50px;
}

#nav li ul.w2
{
	width:80px;
}

#nav li ul.w3
{
	width:140px;
}

#nav li ul li
{
	float:none;
}

#nav li ul li a
{
	display:block;
	height:20px;
	line-height:20px;
	padding:0 5px;
	color:#eee;
	font-size:12px;
	text-align:left;
}

#nav li ul li a:hover
{
	background:gray;
	color:#fff;
}

.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
	font-weight: normal;
	text-align:left;
}
.panel-overlay p {
	line-height: 1.2em;
}


/*myscroll*/

#myScroll1 .scrollEl{
  display:none;
  text-align:left;
  width:310px;
}

#controls1 div{
  font-family:sans-serif;
  margin-top:5px;
  background:#001222;
  display:inline-block;
  padding:2px;
  cursor:pointer;
  border:1px solid #001222;
}

#controls1 .sel{
  color:white !important;
  font-weight:bold;
}
#controls1 .disabled{
  color:gray;
}
#controls1 .page{
  padding:5px;
  color:gray;
}

a.standard:link
{
	color: #eeeeee;
	font-weight: normal;
	text-decoration: none;
}

a.standard:visited
{
	color: #eeeeee;
	font-weight: normal;
	text-decoration: none;
}
	
a.standard:hover
{
	color: #a50021;
	font-weight: normal;
	text-decoration: none;
}

a.standard:active
{
	color: gray;
	font-weight: normal;
	text-decoration: none;
}

a.ref:link
{
	color: gray;
	font-weight: normal;
	text-decoration: none;
}

a.ref:visited
{
	color: gray;
	font-weight: normal;
	text-decoration: none;
}
	
a.ref:hover
{
	color: #a50021;
	font-weight: normal;
	text-decoration: none;
}

a.ref:active
{
	color: gray;
	font-weight: normal;
	text-decoration: none;
}

li.ref
{
	margin-left: -25px;
	line-height:18px;
}

li.refaktiv
{
	margin-left: -25px;
	color:#F00;
}