/************************************************************
* 3-column layout
* http://www.alistapart.com/articles/holygrail/
************************************************************/

body {
  min-width: 630px;      /* 2x (LC fullwidth + CC padding) + RC fullwidth */
}
#container {
  padding-left: 200px;   /* LC fullwidth */
  padding-right: 190px;  /* RC fullwidth + CC padding */
}
#container .column {
  position: relative;
  float: left;
}
#center {
  padding: 0 20px;       /* CC padding */
  width: 100%;
}
#left {
  width: 180px;          /* LC width */
  padding: 0 10px;       /* LC padding */
  right: 240px;          /* LC fullwidth + CC padding */
  margin-left: -100%;
}
#right {
  width: 130px;          /* RC width */
  padding: 0 10px;       /* RC padding */
  margin-right: -190px;  /* RC fullwidth + CC padding */
}
#footer {
  clear: both;
}

/*** IE Fix ***/
* html #left {
  left: 150px;           /* RC fullwidth */
}



/************************************************************
* font, color
************************************************************/

body {
  background-color: #313338;
  color: #FFDD6C;
  /*margin: 1.5em 2em;*/  /* top right. bottom og left kopieres fra top og right. */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
}

/************************************************************
* headings
************************************************************/

h1, h2, h3, h4 {
  color: #F0AA00;
  font-style: italic;
}

h1 {
  border-bottom: 2px solid #FFDD00;  /* style width color */
  padding-bottom: 3px;
  margin-bottom: 1em;
  padding-left: 5px;
}

h2 {
  border-bottom: 1px solid #FFDD00;  /* style width color */
  padding-bottom: 2px;
  margin-bottom: 1em;
  padding-left: 3px;
}

h3 {
  padding-left: 3px;
}

h4 {
  font-weight: bold;
  margin-bottom: 0;
}


/************************************************************
* links
************************************************************/

a {
  color: #FFDD00;
}

a:link {
  color: #FFDD6C;
}

a:visited {
  color: #EECC5B;
}

a:hover {
  color: #FFF4A0;
}

a:active {
  color: #FFF4A0; /*#FFEE7D;*/
}

a img {
  border-style: none;
}


/************************************************************
* w3c syntax check
************************************************************/

.w3c {
  float: right;
  margin: 5px;
}

.w3c img {
  border-style: none;
}


/************************************************************
* lists
************************************************************/

ul {
}

ul.linklist, ul.linklist_underlined {
  list-style-type: none;
  margin-left: 18px;
}

ul.linklist li:first-letter , ul.linklist_underlined li:first-letter {
  margin-left: -18px;
  float: left;
  font-size: 125%;
}

ul.linklist li, ul.linklist_underlined li {
  margin-top: 1em;
  margin-bottom: 1em;
} 

ul.linklist li a {
  text-decoration: none;
} 


/************************************************************
* columns
************************************************************/

.col1of3 {
  float: left;
  margin-left: 0;
  width: 32%;
}

.col2of3 {
  float: left;
  margin-left: 2%;
  width: 32%;
}

.col3of3 {
  margin-left: 68%;
}


/************************************************************
* footer
************************************************************/

.footer {
  clear: both;
  border-top: 1px solid #009000;
  margin-top: 3em;
  font-family: "Courier New", courier, serif;
  font-size: 11px;
  color: #009000;
  text-decoration: none;
}

.footer .col2of3 {
  text-align: center;
}

.footer .col3of3 {
  text-align: right;
}

.footer a {
  text-decoration: none;
  color: #009000;
}

.footer a:visited {
  color: #009000;
}

.footer a:hover {
  color: #FFF4A0;
}

.footer a:active {
  color: #009000;
}


/************************************************************
* diverse
************************************************************/

.inverse {
  background-color: #DDBB40;
  color: #313338;
  padding-left: 1em;
  padding-bottom: 2px;
}

.left {
  float: left;
}

.right {
  float: right;
  margin: 5px;
}

.center {
  text-align: center;
}



/************************************************************
* tables
************************************************************/
/*
table {
  border-style: solid;
  border-width: 2px;
  border-top-color: #626676;
  border-left-color: #626676;
  border-bottom-color: #464759;
  border-right-color: #464759;
}

td {
  border-style: solid;
  border-width: 1px;
  border-top-color: #464759;
  border-left-color: #464759;
  border-bottom-color: #626676;
  border-right-color: #626676;
}

*/
/************************************************************
* index tables
************************************************************/

table.subpageindex {
}

.idxleft {
  text-align: left;
}

.idxright {
  text-align: right;
}

.idxleft img {
  float: left;
}

.idxright img {
  float: right;
}


.subpagelink {
  /*margin-bottom: 40px;*/
  font-size: 70%;
}

.subpagelink img {
  float: left;
  margin: 0 15px;
}

.subpagelink .h {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 5px;
  color: #F0AA00;
  font-style: italic;
  border-bottom: thin dotted #F0AA00;
}

.subpagelink .p {
  margin-right: 15px;
}

.subpagelink table {
  border-style: none;
}

.subpagelink td {
  border-style: none;
}




table.sublink {
  width: 100%;
  border-style: none;
  font-size: 70%;
  margin: 20px 15px;
  /*border: solid 1px red;*/
}

table.sublink td {
  border-style: none;
  /*border: solid 1px green;*/
}

table.sublink img {
  float: left;
  margin: 0 15px 0 0;
}

table.sublink .h {          /* litt h;yere. bilder top vertalign. */
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 5px;
  color: #F0AA00;
  font-style: italic;
  border-bottom: thin dotted #F0AA00;
}

table.sublink .p {
  margin-right: 25px;
}

a.sublink {
  text-decoration: none;
}

a.sublink:hover .p {
  text-decoration: underline;
}



/************************************************************
* main column layout
************************************************************/

.leftbar {
  float: left;
  margin-left: 0;
  width: 200;
/*
  border: 1 solid #00ff00;
  background-color: red; db;
  background-color: #503338; db;
*/
}

.mainbar {
  margin-left: 200;
  margin-right: 200;
/*
  float: left;
  width: 32%;
  border: 1 solid #00ff00;
  background-color: green; db;
  background-color: #315238; db;
*/
}

.rightbar {
  float: right;
  width: 200;
  text-align: right;
/*
  margin-left: 68%;
  border: 1 solid green;
  background-color: blue; db;
  background-color: #313359; db;
*/
}


/************************************************************
* menu bar
************************************************************/

.menubar {
  font-size: 120%;
  font-weight: bold;
  font-family: courier;
}

.level0 {
  margin-left: 0;
}

.level1 {
  margin-left: 10;
}

.level2 {
  margin-left: 20;
}

.level3 {
  margin-left: 30;
}

.current {
  font-weight: bold;
}

