/* inspired by the CSS at www.plone.org */


/* Snagget fra Telen - for bunntekst-del */
.pageFooter {text-align: center;}

.Color2 {color: #9B9B9B;}
.Color2 A {color: #0A4398;text-decoration: none;}
.Color2 A:hover {text-decoration: underline;}

.font1 {font-family: Verdana, Arial, Sans-serif;font-size: 11px;}



body {
    font: 80% Arial, Verdana, Helvetica, sans-serif;
    background: #C7B199;
    color: Black;
    margin: 5px;
    padding: 0;
}

#siteWrapper {
  width: 910px;
}

#top {
  width: 910px;
  height: 109px;
  background-image: url("http://www.bluesavisa.no/designbilder/topp.jpg");
  background-repeat: no-repeat;
}

#homelink {
  display: block;
  float: left;
  width: 744px;
  height: 98px;
}

#telenlink {
  display: block;
  float:right;
  width: 120px;
  height: 50px;
}

#smuler {
  padding: 15px 0px 0px 139px;
  text-transform: uppercase;
}

#venstrestolpe {
  float: left;
  width: 185px;
  text-align: left;
  background: transparent;
}

div.contactinfodiv {
  font-size: 80%;
  margin-top: 30px;
}

#bakgrunnWrapper {
  background-image: url("http://www.bluesavisa.no/designbilder/bgr.jpg");
  background-repeat: repeat-y;
}

#hoyrestolpe {
  float: right;
  width: 211px;
}

#contentWrapper {
  float: left;
  width: 457px;
  margin-left: 15px;
}

table {
    font-size: 100%;
}

th {
   text-align: left;
}

/* Visning av SUtable i att_visning */

table.SUTable{
    border-collapse: collapse;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.SUTable td,th{
              border: 1px solid black;
              border-collapse: collapse;
              padding: 2px;
}

.SUTable th{
           background: #EEEEEE;
           color: Black;
}

a {
    text-decoration: none;
    color: #3A3A6A;
    background-color: transparent;
}

img {
  border: none;
	vertical-align: middle;
}

hr {
    clear: both;
    height: 1px;
    color: Black;
    background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
  color: #555555;
  clear: left;
  font: 100% Arial, Verdana, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 10px;
  font-weight: normal;
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 130%;
}

h4 {
    font-size: 120%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 80%;
}

td {
    text-align: left;
}

ul { 
    line-height: 1.5em;
    list-style-type:square; 
    color:C8C095; 
    margin-left: 2em;
    padding:0;
}

ol {
    line-height: 1.5em;
    margin-left: 2em;
    padding:0;
}

ul a, ol a {
    text-decoration: underline;
}

form {
    border: none;
    margin: 0;
}


input.noborder {
    border: none;
    margin: 0;
    background-color: transparent;
}

.even {
    background-color: #F1F1FD;
}

.odd {
    background-color: transparent;
}

.highlight {
    background-color: #F1F1FD;
}

/* Bildevisning */

#toppBilder{
  width: 100%; 
  margin: 0; 
  padding: 0px 0 5px 0; 
  /*text-align: left;*/
}

#hoyreBilder{
  float: right; 
  padding: 0; 
  margin-left: 5px;
  text-align: right;
}

#venstreBilder{
  float: left; 
  padding: 0;
  margin-right: 5px;
  text-align: left;
}

#bunnBilder{
  clear:both;
  width: 100%; 
  margin: 0;
  padding: 5px 0 5px 0; 
  text-align: left;
}

div.bilderamme{
  margin: 0 0 5px 0;
  padding: 0;
}

div.bilderamme img{
  border: 0;
  margin:0;
  padding: 0;
  vertical-align: top;
}

div.bildetekst {
  clear: both;
  margin: 1px;
  text-align: left;
  vertical-align: top;
  font-style: oblique;
}

div.teaser {
  margin-bottom: 10px;
  font-weight: bold;
}

span.byline {
  font-style: italic;
  color: #555555;
  font-size: 95%;
}

/* Listevisning */

div.listItem{
  margin: 0px 0 0px 0; 
  padding: 3px;
  text-align: left;
}

div.listItem h3{
  margin-bottom: 0;
  font-size: 110%;
  font-weight: bold;
  clear: none;
}

div.listItemImage{
  float: right; 
  margin: 0 0 0px 0px;
  text-align: right;
}

div.listItem div.text{
  font-weight: normal;
  margin: 0px 0 0px 0;
}

/* Hovednyhet */
div.hovednyhetWrapper {
  width: 482px;
  margin: 15px 0 25px 0;
}


/* Meny */

.menuimage{
  margin: 7px 0px 7px 0px;
}

a.menulink,
a.menulinkselected {
  color: white;
  font-weight: bold;
  display: block;
  background: transparent;
}

a.menulinkunder,
a.menulinkunderselected {
  font-size: 85%;
}

/* Visning av SUSkjema */

table.suskjema{
  border-collapse: collapse;
  border: 0;
}

table.suskjema th{
  font-weight: bold;
  border: 0;
  padding: 2px;
}

table.suskjema td{
  padding: 2px;
}