﻿body {
  font: 11px/1.7 verdana, arial, helvetica, sans-serif;
  background: #bfcce4;
  text-align: center;
  color: #333;
}

input, textarea, select {
font: 10px verdana, arial, helvetica, sans-serif;
}

textarea {
  width: 250px;
  height: 60px;
}

h1, h2, h3, h4, h5 {
  font-family: tahoma, arial, helvetica, sans-serif;
}

h1 {
  font-size: 21px;
  color: #333;
}

h2 {
  margin-bottom: 0;
}

h2 {
  font-size: 14px;
  color: #fff;
  background: #4477aa;
  padding-left: 5px;
}

#content h2 {
  color: #333;
  background: #fff;
  padding: 0;
}

h3 {
  margin-bottom: 0;
}

h3 a {
  font-size: 14px;
  text-decoration: underline;
  color: #567;
}

h3 a:hover {
  color: #444;
}

h3 a:visited {
  color: #777;
  text-decoration: none;
}

h4 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}

#wrapper {
  width: 1000px;
  background: url(bg.gif) repeat-y;
  text-align: left;
  margin: 0 auto;
}

#header {
  height: 110px;
  background: url(bar.gif) repeat-x;
}

#header, #menu, #footer {
  margin-left: 24px;
  margin-right: 26px;
}

#logo {
  position: relative; 
  top: 25px;
  left: 20px;
  z-index: 1;
}

#header form {
  display: none;
}

#footer {
  clear: both;
  text-align: center;
  background: #336699;
  color: #fff;
}

#menu ul {
  margin: 0;
  padding: 2px 0;
  list-style: none;
  text-align: center;
  position: relative;
  background: #336699;
}

#menu ul li {
  display: inline;
  position: relative;
  margin: 0 5px;
  padding: 0;
}

#menu ul li a {
  font: 15px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 3px 5px 2px 5px; 
  color: #fff;
} 

#menu ul li a:hover {
  background: #4477aa;
}

#left {
  float: left;
  width: 160px;
  margin: 15px 0 0 39px;
  padding: 0;

}

#right {
  float: right;
  width: 160px;
  margin: 0 41px 0 0;
  padding: 0;
}

#content {
  margin: 0 220px;
  padding: 0 10px;
}

#content img {
max-width: 365px;
}

.alt {
  background: #eee;
}

.hide {
  display: none;
}

td {
  vertical-align: top;
  padding: 5px;
}



/* Markerar aktuell sida i "sidbläddringen" */

a.current {
  font-weight: bold;
}

/* Menyerna på sidorna */

#left ul, #right ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
}

#left ul li, #right ul li {
  border-bottom: 1px solid #aaa; 
}

#left ul li a, #right ul li a {
  background: #eee;
  text-decoration: none;
  padding: 3px 5px;
  display: block;
  color: #666;
}
  
#left ul li a:hover, #right ul li a:hover {
  background: #ddd; 
  cursor: text;
}

#right h2 {
  margin-top: 15px;
}
#left h2 {
  margin-top: 0;
  }

