/*** algemeen ***/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
html {
  background: #D6D6C0 url(gfx/html-bg.gif) 0 0 repeat-x;
}
body {
  background: url(gfx/body-bg.jpg) 50% 85px no-repeat;
}

body, input, table, textarea, select, pre {
  font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
  color: #666600;
}

#page {
  width: 1024px;
  margin: 0 auto;
  padding: 0 6px;
  position: relative;
  min-height: 620px;
  background: url(gfx/page-bg.png) 0 0 repeat-y;
}
#home #page {
  min-height: 655px;
  background-image: url(gfx/page-bg2.png);
}

#header {
  height: 85px;
  background: white;
}
#logo {
  position: absolute;
  left: -8px;
  top: 0px;
  z-index: 10;
}
#menu {
  position: absolute;
  left: 6px;
  top: 55px;
  background: #99CC00;
}
#menu ul, #menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu li {
  float: left;
  width: 170px;
  border-right: 1px dashed #CCE680;
  text-align: center;
}
#menu li:hover,
#menu li.li-current {
  background: url(gfx/current.jpg) 0 0 no-repeat;
}
#menu li.li-last {
  width: 169px;
  border: 0;
}
#menu a {
  line-height: 30px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  width: 170px;
  display: block;
}

#menu .submenu {
  position: absolute;
  left: 786px;
  top: 30px;
  background: #C5DF76;
  width: 238px;
  padding: 6px 0 12px;
}
#menu .submenu li {
  float: none;
  background: url(gfx/mbullet.gif) 15px 4px no-repeat;
  text-align: left;
  padding: 0 0 0 28px;
  border: 0;
}
#menu .submenu a {
  color: #666600;
  text-transform: none;  
  line-height: 1.5em;
  display: inline;
  width: auto;
}
#menu .submenu a.current {
  font-weight: bold;
}

#sitewide {
  position: absolute;
  right: 20px;
  top: 4px;
}
#sitewide, #sitewide li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  line-height: 1.3em;
}
#sitewide a {
  color: #666600;
  text-decoration: none;
}
#sitewide a:hover {
  text-decoration: underline;
}

#slideshow {
  position: relative;
  overflow: hidden;
  width: 1024px;
  height: 314px;
}
#canvas0, #canvas1 {
  position: absolute;
  width: 1024px;
  height: 314px;
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  opacity: 1;
}
#canvas1 {
  visibility: hidden;
}
#fsc {
  position: absolute;
  left: 945px;
  top: 285px;
}

#footer {
  line-height: 30px;
  color: white;
  text-align: center;
  background: #566B11;
  clear: both;
}
#home #footer {
  border-top: 226px solid white;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #99CC00;
}

#banner {
  position: absolute;
  left: 290px;
  top: 508px;
  z-index: 10001;
}

#breadcrumbs a {
  color: #99CC00;
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}

#content {
  float: left;
  width: 716px;
  min-height: 535px;
  padding: 5px 34px 0 36px; 
}
#right {
  float: left;
  width: 238px;
}
#right a.array {
  background: url(gfx/rframe.gif) 0 0 no-repeat;
  width: 81px;
  height: 81px;
  padding: 13px;
  display: none;
  float: left;
  margin: 0 0 0 8px;
}
#right a.array:hover,
#right a.current {
  background-image: url(gfx/hframe.gif);
}
#right ul, #right li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#right ul {
  padding: 10px 0 0;
  clear: both;
  text-align: center;
  visibility: hidden;
}
#right li {
  padding: 0 4px;
  display: none;
}
#right li img {
  vertical-align: middle;
}
#right li a {
  font-size: 15px;
  color: white;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
#right li a:hover {
  text-decoration: underline;
}
#right li.current a {
  color: #FF9900;
  cursor: default;
}
#right li.current a:hover {
  text-decoration: none;
}

/*** div tekst ***/
#tekst {
  padding: 24px 0 0 0;
}
#tekst h1 {
  font-size: 15px;
}
#tekst h2.bgp1 {
  font-size: 15px;
  font-weight: normal;
}
#tekst h2 {
  font-size: 13px;
  margin-bottom: 0;
}
#tekst h3 {
  font-size: 11px;
  margin-bottom: 0;
}
#tekst p {
  margin-top: 0;
}
#tekst a {
  color: #99CC00;
}

#home #tekst {
  position: absolute;
  left: 531px;
  top: 362px;
  background: url(gfx/home-block.png) 0 0 no-repeat;
  z-index: 10000;
}
#home #tekst2 {
  position: absolute;
  left: 31px;
  top: 362px;
  background: url(gfx/home-block.png) 0 0 no-repeat;
  z-index: 10000;
}

#page .home-block {
  color: white;
  width: 432px;
  height: 167px;
  padding: 20px;
  font-size: 12px;
}
#page .home-block h1 {
  font-size: 20px;
}
#page .home-block h2 {
  font-size: 16px;
  margin-bottom: 0;
}
#page .home-block h3 {
  font-size: 14px;
  margin-bottom: 0;
}
#page .home-block p {
  margin-top: 0;
}
#page .home-block a {
  color: white;
}

.home-block ul, .home-block li {
  margin-left: 0;
  padding-left: 0;
}
.home-block li {
  background: url(gfx/bullet.png) 0 -2px no-repeat;
  padding-left: 20px;
}

/*** search pages ***/
#sq {
  text-align: center;
}

.searchquery {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.google {
  width: 260px;
}
.searchquery label, .searchquery input, .searchquery select {
  width: auto;
  display: block;
  vertical-align: middle;
}
.searchquery label {
  padding: 6px 0 0;
  margin:0;
}

.searchmode {
  display: none;
}

.searchheader {
}

.searchrow {
  padding-bottom: 1em;
}

.searchinfo {
  font-size: 80%;
}
.searchinfo a {
  font-size: 125%;
}

/*** forms ***/
form {
  padding-bottom: 10px;
}

label, .input {
  width: 12em;
  margin: 6px 0;
  vertical-align: top;
}

label, input, .input, textarea, select {
  display: block;
  float: left;
  margin-bottom: 6px;
}
input, textarea, select {
  margin-top: 4px;
  width: 250px;
}
select, .input {
  width: auto;
}

/*** newsletters/news ***/
.more {
}
.more:hover {
}
.more img {
  vertical-align: middle;
  margin: 0!important;
  border: 0!important;
}

/*** print ***/
.printonly {
  display: none;
}

.button {
  width: auto;
}

