a img {
  border: 0;
  display: block;
}

a {
text-decoration: none;
color: #1C3D7D;
}

a:hover {
  color: #396FD2;
}

.linklist a:hover {
  background: transparent url("http://gitarnorge.no/gfx/listepunkt.gif") no-repeat 0 6px;
}


/*GENERELT
------------------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}

html { 
  overflow-x: auto;
}

body {
  font-size: 80%;
  font-family: verdana, tahoma, helvetica, sans-serif;
  text-align: left;
  color: #000;
  background: #D9E2EE;
  padding: 10px 0 10px 0;
}



div#wrapper {
  width:800px;
  background:#fff;
  border:1px solid #000;
  margin:0 auto;
  padding:10px;
}

/*OVERSKRIFTER
------------------------------------------------------------------------------*/


h1 {
  width: 800px;
  margin:0 auto;
  font-weight: normal;
  font-size:2em;
  line-height:2em;
  text-align:center;
}

h2 {
  font-weight: normal;
  font-size:1.4em;
  line-height:2em;
}



.ovrigenyheter h2 a {
  font-size: 1.0em;
  text-transform: uppercase;
  color: #2E4870;
  font-weight: normal;
}

.ovrigenyheter h2 a:hover {
  color: #396FD2;
}

#midten h3 {
  clear: both;
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 1.6em;
  color: #1C3D7D;
  font-weight: normal;
}

h3.clear {
  margin-bottom: 20px;
}

/*AVSNITT
------------------------------------------------------------------------------*/

p {
  font-size: 1.2em;
  line-height:1.8em;
}

ul {
margin-left:15px;
}


li {
  font-size: 1.2em;
  line-height:1.8em;
  padding-left:10px;
}

p.info {
clear: both!important;
clear: left;
display: block!important;
display: block;
float: left!important;
float: none;

color: #B9C4D5;
text-transform: uppercase;
font-size: 1em;
}

.info span, .info a {
color: #2E4870;
}

.info a:hover, .info span:hover {
border-bottom: 1px solid #2E4870;
}

#midten p {
  line-height: 1.5em;
}

