body {
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #200;
  background-image: url("gfx/bg_out.png");
  background-repeat: repeat;
  background-attachment: fixed;
  margin-top: 0;
}


a {
  text-decoration: none;
  color: #2b92cd;
}
a:hover { color: #000; }

h1 { 
  text-align: center; 
  font-size: 35px;
  margin: 0;
}

img { border: 0; }

p { margin: 0; }

div#borderleft {
  width: 948px;
  border: 1px solid #666;
  border-top: 0px;
  margin-left: auto;
  margin-right: auto;
  background: url("gfx/border_left.png") left repeat-y;
}
div#borderright {
  background: url("gfx/border_right.png") right repeat-y;
}
div#main {
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  width: 900px;
  background-image: url("gfx/bg_in.png");
  background-repeat: repeat;
  background-attachment: fixed;
  overflow: auto;
}

div#header img { 
  display: block; /* fixes white-space below image */
}

div#menu {
  margin: 0;
  padding: 0;
  height: 20px;
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
  background-image: url("gfx/bar_menu.png");
  background-repeat: repeat-x;
  overflow: auto;
}
div#menu img {
  border-right: 1px solid #666;
  vertical-align: bottom; /* fixes white-space below image */
}
div#menu a {
  display: block;
  width: 84px;
  background: url("gfx/button.png") no-repeat;
  float: left;
  text-align: center;
  border-right: 1px solid #666;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  line-height: 20px;
  font-size: 11px;
}
div#menu a:hover {
  color: #000;
}

div#content {
  text-align: left;
  padding-left: 10px;
  padding-bottom: 10px;
}

div#bottom {
  font-size: 12px;
  background-image: url("gfx/border_bottom.png");
  background-repeat: repeat-x;
  padding: 4px;
  border-top: 1px solid #666;
}
div#bottom #copyright { float: left; }
div#bottom #webdesign { float: right; }
div#bottom .color { color: #2b92cd; }


table {
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0;
  background-color: #fff;
}
table.program { 
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
table.program caption {
  font-size: 14px;
  font-weight: bold;
}
td, th {
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
}
th { 
  color: #fff;
  background-image: url("gfx/bar.png");
  background-repeat: repeat-x;
}
tr#nestefredag {
  /*font-weight: bold;*/
  background-color: #2b92cd;
}

#login {
  background-image: url("gfx/bar.png");
  background-repeat: repeat-x;
  border-top: 1px solid #1a70a4;
  border-bottom: 1px solid #1a70a4;
  padding: 3px;
}
#login input {
  margin-right: 0.5em;
  font-size: 10px;
}
#login form { display: inline; }
#login a { color: #fff; }
span#loginmsg { 
  font-size: 10px;
  color: #000;
}

label { display: block; }
label span {
  display: block;
  float: left;
  width: 120px;
  text-align: left;
}
input, textarea { 
  border: 1px solid #000; 
  padding-left: 2px;
  margin-bottom: 2px;
}
.button { margin-top: 20px; }

div#bbcode_toolbar {
  margin-left: 120px;
}

.nyhet {
  margin-bottom: 10px;
  width: 90%;
  border: 1px solid #666;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.nyhet div.innhold {
  padding: 5px;
}
div.overskrift {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  border-bottom: 1px solid #666;
  background-image: url("gfx/bar.png");
  background-repeat: repeat-x;
  padding-left: 5px;
}

div.bunntekst {
  padding: 0px 5px 0px 5px;
  border-top: 1px solid #666;
  font-size: 12px;
}
div.bunntekst img {
  vertical-align: middle;
}
div.forfatter {
  border-bottom: 1px solid #666;
  background-color: #e7e5e6;
  font-size: 12px;
  padding-left: 5px;
}
span.tidspunkt { 
  display: block;
  float: right;
}
span.admintools {
  display: block;
  float: left;
}

table.styremedlem {
  width: 375px;
  float: left;
}

table.styremedlem .tittel {
  font-weight: bold;
  text-align: center;
  background-color: #e7e5e6;
}
table.styremedlem .bilde {
  width: 96px;
}
.styremedlem img {
  vertical-align: bottom;
}

div.center {
  width: 800px;
  margin: 0 auto;
}
