body {margin: 0px; padding: 0px;}
body, p, th, td, li {
  margin-left: 10pt;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
}

h1, h2, h3, h4 {
  font-family: Arial, Helvetica, sans-serif;
  color: #bf0404;
  margin-bottom: 0.5em; 
}
h1 {
  font-size: 16pt;
/*  margin-top: 0.2em;    */
/*  margin-bottom: 0.3em; */
}
h2 {
  font-size: 13pt;
}
h3 {
  font-size: 11pt;
}
h4 {
  font-size: 9pt;
}

p {
  margin-top: 0px;
  margin-bottom: 1em;
}

a:link {
  color: #0c418f;
  text-decoration: none;
}
a:visited {
  color: #0c418f;
  text-decoration: none;
}
a:active, a:hover, a:focus {
  color: #bf0404;
  text-decoration: underline;
}

img {
    border: none;
    vertical-align: middle;
}
img.map {
  border: 2px solid #afc4cb;
  margin-top: 1em;
}
div.centered {
  text-align: center;
}

div.imgBox {
  font-size: 8pt;
  text-align: center;
  background-color: #e3e9ea;
  padding: 2px;
  margin-bottom: 4px;
}
div.imgBox img {
  margin-bottom: 4px;
}
div.imgBox p {
  color: #333333;
  font-size: 8pt;
  text-align: center;
  padding: 2px;
  margin-top: 0px;
  margin-bottom: 4px;
}

hr {
  color: #afc4cb;
  background-color: #afc4cb;
  border: 0;
  height: 1px;
}

ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: 0 0 1em 2em;
    padding: 0;
    list-style-image: url(icons/bullet.gif);
}


/* xSplitter */

.clsSplitter {
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  margin: 0;
  padding: 0;
  background: white;
  border: none;
}

.clsLeftPane {
  position: absolute;
  overflow: auto;
  visibility: visible;
  margin: 0;
  padding: 4px;
  background: #fafaff;
  border: none;
  width: 25%;
}
.clsRightPane {
  position: absolute;
  overflow: auto;
  visibility: visible;
  margin: 0;
  padding: 4px;
  padding-left: 1em;
  background: #ffffff;
  border: none;
  width: 75%;
}

.clsDragBar {
  position: absolute;
  overflow: hidden;
  visibility: visible;
  margin: 0;
  padding: 0;
  background: #afc4cb;
  border: none;
}

.divMain {
  position: relative;
  overflow: visible;
  visibility: visible;
  height: 300;
  margin: 0px;
  padding: 0;
  background: transparent;
  border: none;
}

#idMainSplitter {}

/* Meny */

.xMenu {
  margin:0; padding:0;
}
.xMenu li a, .xMenu li a:link, .xMenu li a:visited {
  background:transparent;
  display:block;
  text-decoration:none;
  margin:0; padding:2px 0 2px 0;
  border-bottom:1px solid #cccccc;
}
#menyUL li a:hover, .xMenu li a:active {
  display:block;
  border-bottom:1px solid #cccccc;
  text-decoration: underline;
  margin:0; padding:2px 0 2px 0;
}

#menyUL ul {
  margin:0; padding:0;
  background:transparent;
  cursor:pointer;
  list-style: none;
  list-style-image: none;
}
#menyUL li {
  margin:0px 0 0px 0;
  padding:2px 10px 2px 10px;
  font-size: 10pt;
  font-family: Verdana, sans-serif;
  list-style-image: none;
}
#menyUL span { /* label */
  display:block;
  font-weight:normal;
  padding:2px;
  cursor:pointer;
}
#menyUL span.more { /* label */
  display:block;
  font-weight:bold;
  padding:2px;
  cursor:pointer;
  /*background: transparent url(icons/arrow_right.png) right 50% no-repeat;*/
  padding-right: 12px;  
}
#menyUL li.more {
  border-left:2px solid #afc4cb;
}

