/* Global style */
* {
  font-family: arial, helvetica, sans-serif;
  color: #000;
  font-weight: normal;
  font-size:12px;
}

body {
  background-color: #5a5c5c;
  margin: 0px;
  padding: 0px;
  scrollbar-arrow-color: #5a5c5c;
  scrollbar-darkshadow-color: #fff;
  scrollbar-shadow-color: #5a5c5c;
  scrollbar-highlight-color: #5a5c5c;
  scrollbar-face-color: #fff;
  scrollbar-base-color: #fff;
}

strong {
  font-weight: bold;
}

h1 {
  color: #739600;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  margin: 0px;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  color: #333;
  margin: 0px;
}

h3 {
  font-size: 12px;
  line-height: 26px;
  font-weight: bold;
  color: #333;
  margin: 0px;
}

h4 {
  font-size: 12px;
  line-height: 26px;
  font-weight: bold;
 color: #faf5eb;
}

h5 {
 color: #faf5eb;
 margin: 0px 0px 5px 0px;
 font-weight: normal;
 font-size: 12px;
 line-height: 13px;
}

p {
  margin: 0px 0px 5px 0px;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style: none;//disc url(../_files/bullet.gif);
  line-height: 15px;
}
li {
  margin: 0px 0px 5px 0px;
  padding: 0 0 0 15px;
  background: url(/_files/bullet.gif) no-repeat 0px 7px;
  line-height: 15px;
}
img {
  border: none;
}

a {
  color: #739600;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.fat {
  font-weight: bold;
}

a.fat:hover {
  text-decoration: underline;
}


div.br {
  border-top: 1px solid #faf5eb;
  border-top: 1px solid #333;
  clear: both;
  margin-bottom: 14px;
}


/* Page layout structure */
#main {
  width: 890px;
  height: 458px;
  margin: 10px 10px 0px 9px !important;
  margin: 10px 10px 0px 10px;
  border-right: 1px solid #fff;
}

#printheader {
  display: none;
}

#footer {
  width: 899px !important;
  width: 900px;
  height: 73px !important;
  height: 73px;
  -background: #ef8a26 url(vagen.gif) no-repeat top left !important;
  border-right: 1px solid #fff;
}

#footer-content {
  width: 891px !important;
  width: 892px;
  height: 26px !important;
  height: 27px;
  margin: 0px 10px 10px 0px;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: right;
  line-height: 25px;
  font-size: 11px;
  padding-right: 8px;
}

#menu {
  float: left;
  width: 171px !important;
  width: 172px;
  height: 457px !important;
  height: 458px;
  margin-right: 9px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 10px;
}

#content {
  float: left;
  width: 578px !important;
  width: 580px;
  height: 456px !important;
  height: 457px;
  border: 1px solid #fff;
  margin-right: 19px;
}

#xtra {
  float: left;
  width: 100px;
  height: 458px;
  text-align: right;
}

#content-header {
  height: 100px;
  border-bottom: 1px solid #fff;
}

#content-menu {
  height: 26px;
  background-color: #739600;
}

#content-menu.alt {
  background-color: #007A87;
}

#content-main {
  height: 308px !important;
  height: 309px;
  width: 578px !important;
  width: 580px;
  border-top: 1px solid #fff;
  background-color: #fff;
  padding: 10px 0px 10px 0px;
  overflow: auto;
}

#content-main .space {
  width: 538px !important;
  width: 540px;
  padding: 0px 10px 0px 10px;
}

/* Hides from IE5-mac \*/
#content-main .space {height: auto !important;}
#content-main .space {height: 1%;}
/* End hide from IE5-mac */

#content-news {
line-height: 150%;
}
#content-news .space {
  padding: 0px 10px 0px 10px;
}
#content-news h2 {
  text-transform: uppercase;
}

#content-news dl {
}

dl {
padding-top: 0px;
margin-top: 0px;
}
dt {
float: left;
margin-right: 0px;
padding-right: 0px;
font-weight: bold;
line-height: 16px;
}
dd {
margin: 0px;
padding: 0px;
padding-left: 72px;
text-indent: 0px !important;
text-indent: -4px;
line-height: 16px;
margin-bottom: 5px;
}

#content-hl + #content-news {
float: left;
width: 250px;
}
#content-hl + #content-news > a {
width: 180px;
}

#content-hl {
float: right;
width: 210px;
padding: 1px;
}

.sub-menu {
  color: #333;
  border-bottom: 1px solid #333;
  line-height: 18px;
  margin-bottom: 5px;
}


/* Main menu styles */
#menu a {
font-family: arial, helvetica, sans-serif;
font-weight: bold;
color: #fff;
text-decoration: none;
font-size: 12px;
display: block;
padding: 0px 14px;
line-height: 16px;
}
#menu a:hover {
  color: #007A87;
}

#menu a.lvl2 {
font-weight: normal;
padding-left: 23px;
line-height: 13px;
margin: -2px 0px;
}
#menu a.lvlo {
background: url(../_files/square.gif) no-repeat 0px 50%;
padding: 0px 14px;
}



/* Content menu styles */
#content-menu a, #content-menu form {
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
#content-menu a:hover {
  color: #007A87;
}

#content-menu a {
  display: block;
  float: left;
  width: 182px !important;
  width: 183px;
  line-height: 26px;
  padding-left: 10px;
  border-right: 1px solid #fff;
}
#content-menu form {
  margin: 0px !important;
  padding: 0px;
  float: left;
  line-height: 26px;
  padding-left: 10px;
  margin-top: 2px;
}

#content-menu input {
  width: 100px;
  margin-left: 5px;
  font-size: 12px;
  padding: 0px;
  border: 1px solid #fff;
}

/* Content header styles */
#content-header img {
  float: left;
  margin: 0px;
  border: none;
  width: 192px !important;
  width: 193px;
  border-right: 1px solid #fff;
}

#content-header img.last {
  width: 192px !important;
  border: none;
}


/* Xtra menu and info styles */
#xtra .lang-menu {
border-bottom: 1px solid #fff;
width: 88px;
}

#xtra a {
display: block;
margin: 0px;
width: 100%;
height: 24px;
line-height: 24px;
text-align: center;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
color: #faf5eb;
border: 1px solid #fff;
border-bottom: none;
}

#xtra .info {
height: 150px;
top: 197px !important;
top: 202px;
line-height: 14px;
font-size: 10px;
position: relative;
text-align: right;
vertical-align: bottom;
color: #fff;
}

/* Speciality styles */
p.news {
padding-bottom: 15px;
}
