﻿/*	Layout NFFT	*/

#container
{
  position: relative;
  top: 0px;
  width: 970px;
  margin: 0px auto 0px;
  padding: 0px;
}

#topImage
{
  position: relative;
  width: 968px;
  height: 78px;
  background: url(/img/topImage.gif) no-repeat left top;
  border: 1px solid #b4b4b4;
}

#menu
{
  position: relative;
  width: 968px;
  height: 20px;
  margin-top: 2px; /*	background: url(/img/bgMeny.gif) repeat-x;*/
  background-color: #f7f7f7;
}

#main
{
  position: relative;
  width: 968px;
  margin-top: 2px;
  background: url(/img/BgArtSideBar.gif) no-repeat right bottom;
  border: 1px solid #b4b4b4;
}

#header
{
  position: relative;
  width: 970px;
  height: 24px; /*	background-color: #f7f7f7; 	border-bottom: 1px solid #b4b4b4;*/
}

#footer
{
  position: relative;
  width: 970px;
  height: 25px;
  font-size: 80%;
  letter-spacing: 1px;
  padding: 2px 0px 2px 3px; /*	border-top: 1px solid #b4b4b4; 	background-color: #004990; 	background-image: url(/img/bgMeny.gif); 	background-repeat: repeat-x;*/
}

#search
{
  position: relative;
  margin: 0px;
  padding: 0px;
}

#iconMenu
{
  position: absolute;
  left: 570px;
  width: 393px;
  top: 2px;
  margin: 0px;
  padding: 0px;
  text-align: right;
}

#iconMenu td
{
  font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/*	Generelle innholdsfelt	*/

.content
{
  position: relative;
  margin: 10px 0px 10px 20px;
  padding-right: 10px;
  width: 740px;
}

.frontPage
{
  position: relative;
  margin: 10px 0px 10px 10px;
  padding-right: 10px;
  width: 760px;
}

.sideBar
{
  position: relative;
  width: 175px;
  margin: 10px 5px 10px 10px;
}

.dotSep
{
  border-left: 1px solid #c0c0c0;
}

#levelMenu p
{
  margin-top: 2px;
  margin-bottom: 0px;
}

#newsMenu p
{
  margin-top: 2px;
  margin-bottom: 0px;
}

.commentBox
{
  background: url(/img/horSep.gif) repeat-x top;
  padding: 5px;
}

.commentBox h1
{
  font-weight: bold;
  font-size: 100%;
  color: #004990;
  margin-top: 1px;
  margin-bottom: 1px;
  text-transform: none;
}

.commentBox p
{
  font-size: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
}

.commentBox .nameLine
{
  margin: 0px;
  font-size: 80%;
  color: #448cca;
}

