/*
 * Glitnir Blitz Norway 2007
 * v1.0.5 // 2007-10-24
 * Andrei Olsen <andrei.olsen@gmail.com>
 */

body {
  background: #f8f9fe url(../images/bg.png) repeat-x fixed;
  font-size: 78%; /* for ie6 and below */
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
}

html>body {
  font-size: 12px; /* for all other browsers and ie7 */
}

a:link, a:visited {
  color: #002776;
  text-decoration: none;
}

a:active, a:hover {
  color: #2963d9;
  text-decoration: underline;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1.2em 0;
}

ol, ul {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1.2em 0 1.2em 2em;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", "Trebuchet MS", Tahoma, Arial, sans-serif;
  color: #000;
  margin: 1em 0;
}

h1 {
font-size:1.5em;
}

h2 {
font-size:1.4em;
}

h3 {
font-size:1.3em;
}

h4 {
font-size:1.2em;
}

img {
  float: left;
  margin: 5px 10px 5px 0;
  border: 1px solid #ebebeb;
  padding: 4px;
  background-color: #fff;
}

#wrapper {
  position: absolute;
  left: 50%;
  width: 750px;
  margin-left: -392px;
  padding: 15px;
  background-color: #fff;
  border-left: 4px solid #eee;
  border-right: 4px solid #eee;
}

#header h1 {
  margin: 0;
  text-indent:-9000px;
}

#header img {
  margin: 0;
  padding: 0;
  border: 0;
}

#languages {
  float: right;
  margin: 5px 0;
}

#languages img{
  float: none;
  border: 0;
  padding: 0;
  margin: 0 5px 0 15px;
}

#sidebar {
  float: left;
  width: 160px;
  padding: 5px;
  background: #fff url(../images/sidebar-bg.png) repeat-x;
}

#content {
  float: right;
  background-color: #fff;
  width: 550px;
  padding: 10px;
  border-left: 1px dotted #ccc;
}

#content h2 {
  border-bottom: 1px solid #002776;
  padding-bottom: 5px;
  clear: left;
}

#org {
  clear: both;
  padding: 5px;
  border-top: 1px dotted #ccc;
}

#org h2 {
  clear: left;
}

#sidebar-org a{
  text-decoration: none;
}

#footer {
  clear: both;
  margin-top: 40px;
  padding: 10px;
  background-color: #8996a0;
  color: #fff;
  width: 750px;
}

#wrapper>#footer {
  width: 730px;
}

#footer a:link, #footer a:visited {
  color: #dadada;
  text-decoration: none;
}

#footer a:active, #footer a:hover {
  color: #fff;
  text-decoration: underline;
}

#sidebar ul {
  list-style-type: none;
  margin: 0.5em 0 1.3em 0;
  padding: 0;
}

#sidebar ul li {
  border-bottom: 1px dotted #d5dbe1;
  padding: 0 0 0 10px;
}

#sidebar ul li a {
  display: block;
  width: 150px;
  margin: 0 0 0 -15px;
  padding: 0.2em 10px;
}

#sidebar ul li a:hover {
  background-color: #fff;
}

#sidebar h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.error{
  font-style: normal;
  color: #f00;
  background-color: #fff;
}

form#signupform {
  width: 520px;
  font-size: 1em;
  color: #333;
  background-color: #fff;
}

form#signupform fieldset {
  margin-bottom: 10px;
  border: none;
	border-top: 1px solid #eee;
  
}

form#signupform legend {
  padding: 0 2px;
  font-weight: bold;
  color: #333;
}

form#signupform label {
  clear: left;
  display: block;
  line-height: 1.6;
  vertical-align: top;
  float: left;
}

form#signupform fieldset ol {
  margin: 0;
  padding: 0;
}

form#signupform fieldset li {
  list-style: none;
  padding: 7px 10px 7px 10px;
  margin: 0;
  border-bottom: 1px solid #eee;
  clear: left;
}

form#signupform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}

form#signupform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}

form#signupform fieldset fieldset label {
  display: block;
  width: auto;
}

form#signupform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
  background-color: #fff;
}

form#signupform label {
  width: 120px;
}

form#signupform fieldset fieldset label {
  width: 230px;
  margin-left: 23px;
}

.player img {
  float: none;
  padding: 0;
  margin: 0 5px 0 0;
  border: 0;
}

.plakat {
  margin: 0 0 .5em 0;
}

.plakat img {
  border: 0 !important;
  margin-bottom: 10px;
}

.fl p {
  clear: left;
  float: left;
  font-size: 12px;
  margin: 0 0 1em 0 !important;

}

.fl em {
  clear: left;
  float: left;
}



/* ----------- Tillegg gjort av Pål ----------- */


#img1 {
  float: left;
  clear: left;
  width: 270px;
  }

#img2 {
  float: right;
  clear: right;
  width: 270px;
  }

#sidebar ul li.innrykk {
  padding: 0 0 0 20px;
  font-weight: bold;
  }

table#resultat {
  width: 100%;
  border-collapse: collapse;
  }

table#resultat td, th {
  border: 1px dotted #ccc;
  padding: 3px;
  vertical-align: middle;
  }
  
table#resultat th {
  font-weight: bold;
  text-align: left;
  }