html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #666666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(../img/page_bg.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

#outer {
  background: top left url(../img/page_bg_top.gif) repeat-x;
  padding-top: 20px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url(../img/body_bg.gif) repeat-y;
}
#body-bot {
  background: bottom left url(../img/bg_body_b.png) no-repeat;
}
#body-top {
  background: url(../img/bg_body_t.png) no-repeat;
  min-height: 800px;
  _height: 800px;
  padding-bottom: 14px;
  padding-top: 10px;
}

/** logo **/

#logo {
  margin-top:0px;
  margin-left:10px;
  width: 23em;
  text-align: center;
  background-color:#FFFFFF;
}
#lang {
  position:absolute;
  top:30px;
  left:308px;
  width: 8em;
}
#ticker {
  position:absolute;
  top:80px;
  left:230px;
  width: 30em;
  background-color:#FFFFFF;
  z-index: 2;
}
#whiteline {
  position:absolute;
  top:100px;
  left:285px;
  width: 42em;
  height:19px;
  background-color:#FFFFFF;
  z-index: 1;
}
#logo h1 {
  color: #6F7033;
  font: 22px "Arial narrow", arial, sans-serif;
  line-height: 1;
  padding-top: 0.8em;
}
#logo p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}

/** nav **/

#nav {
  margin-top: 35px;
}
#nav li {
  list-style: none;
  float: left;
  background: left center url(../img/bullit.png) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
}
#nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #FFA405;
  text-decoration:underline;
}

/** content box **/
#gbox {
  width: 580px;
  height: 508px;
  margin-top: 47px;
  margin-left: 22px;
}

#gbox-bg  { background: url(../img/content_bg.png) repeat-y; }
#gbox-grd { background: center fixed url(../img/content_grd.png) repeat-x; }
#gbox-top { background: url(../img/content_top.png) no-repeat; height: 24px; }
#gbox-bot { background: bottom left url(../img/content_bot.png) no-repeat; height: 24px; }

#gbox-grd {
  width:526px;
  height: 460px;
  padding: 0px 24px;
  margin:0px 30px 0px 3px;
  overflow: scroll;
  overflow-x:hidden;
}

#gbox_wide {
  width: 761px;
  height: 582px;
  margin-top: 47px;
  margin-left: 22px;
}

#gbox-bg_wide  { background: url(../img/content_bg_wide.png) repeat-y; }
#gbox-grd_wide { background: center fixed url(../img/content_grd_wide.png) repeat-x; }
#gbox-top_wide { background: bottom left url(../img/content_top_wide.png) no-repeat; height: 24px; }
#gbox-bot_wide { background: bottom left url(../img/content_bot_wide.png) no-repeat; height: 24px; }

#gbox-grd_wide {
  width:707px;
  height: 534px;
  padding: 0px 24px;
  margin-left:3px;
  overflow:auto;
  overflow-x:hidden;
}
#my-swf-div {
  padding-top: 5px;
  width: 180px;
  height: 480px;
  float : right;
}
#gbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#gbox p {
  margin: 1em 0;
}

#features {
  background: #EDF0C4;
  padding: 14px;
  margin: 0 -14px;
}
#features h2 {
  position: relative;
}
#features ul {
  float: left;
  width: 49%;
  margin: 1em 0;
  padding: 0;
}
#features li {
  list-style: square;
  margin-left: 12px;
}

/* Text styles */
.header {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color:#9d0a0e;
	text-align:left;
} 
.tekst {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: normal;
	text-align:left;
	vertical-align:top;
}
.small {
	font-family: Trebuchet MS;
	font-size: 9px;
}

/* Link styles */
a.menu:link,a.menu:visited,a.menu:hover,a.menu:active {
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
td.menu,tr.mnu {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color:#004071;
}

a.menuActive:link,a.menuActive:visited,a.menuActive:hover,a.menuActive:active {
	color: #666666;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
a.header_grey:link,a.header_grey:visited,a.header_grey:hover,a.header_grey:active {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
}
