p {
  margin: 0;
}
form {
  margin: 0px;
  padding : 1px;
}
/*HVIS EN PUNKTLISTE BENYTTES FRA EDITOR VISES DISSE NU KORREKT EFTER EN "ALIGN=LEFT"*/
ul {
  /*list-style-position: inside;*/
  margin-left:2em;
  padding-left:0;
  list-style-type:disc;
  /* http://www.alistapart.com/stories/taminglists */
}

h1.EWsideoverskrift {
  font-family: sans-serif;
  font-size:12pt;
  /*background-color: #eeeeee;*/
  color:black;
}
h1.EWsideoverskriftKolonne {
  font-family: sans-serif;
  font-size:12pt;
  /*background-color: #eeeeee;*/
  color: black;
}

.EWbroedtekst {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: black;
}
.EWbilled {
  border: 0px solid black;
}
.EWbilledKolonne {
  width: 200px;
  border: 1px solid green;
}
.EWtipenven {
  color: brown;
}
.EWoprettelsesdato {
  color: brown;
}
.EWtilForsiden {
  color: brown;
}
.EWtilSidetop {
  color: brown;
}

.EWgrafik1 {
}
.EWgrafik2 {
}

.EWnyhedRamme {
  width: 100%;
  float:left;
  text-align:center;
  border: 1px solid #888888;
  margin-top: 5px;
}

.EWnyhedOverskrift {
  background-color: #dddddd;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2px;
  margin-bottom: 5px;
}

a.EWnyhedLink {
  font-family: Helvetica, Arial, sans-serif;
  font-size:10pt;
  color: black;
  font-weight: bold;
  text-decoration: none;
}
a.EWnyhedLink:link {text-decoration: none;}
a.EWnyhedLink:visited {text-decoration: none;}
a.EWnyhedLink:active {text-decoration: none;}
a.EWnyhedLink:hover {
  text-decoration: underline;
  color: red;
}

.EWnyhedTekst {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

.EWnyhedBilled {
  width: 135px;
  border:0px solid black;
}

.EWvedhaeftning {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: black;
}

/* MENU VERTIKAL */

.EWmenuNiveau0 {
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;
   color: #000000;
   padding: 1px 1px 1px 2px;
   margin-left: 0px;
}

.EWmenuNiveau1 {
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;
   color: #000000;
   padding: 1px 1px 1px 2px;
   margin-left: 6px;
}

.EWmenuNiveau2 {
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;
   color: #000000;
   padding: 1px 1px 1px 2px;
   margin-left: 12px;
}

.EWmenuNiveau3 {
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;
   color: #000000;
   padding: 1px 1px 1px 2px;
   margin-left: 18px;
}

.EWmenuNiveau4 {
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;
   color: #000000;
   padding: 1px 1px 1px 2px;
   margin-left: 24px;
}

.EWmenuValgt {
  color: green;
}

.EWmenuFremhaevning {
  color: #000000;
}

.EWmenuMellemrum {
  height: 7pt;
}

a.EWmenu {
  text-decoration: none;
  color: #224466;
}
a.EWmenu:link {text-decoration: none;}
a.EWmenu:visited {text-decoration: none;}
a.EWmenu:active {text-decoration: none;}
a.EWmenu:hover {
  text-decoration: underline;
  color: red;
}

/* MENU - HORISONTAL */

.EWmenuHorisontal {
  background-color: #000000;
}

/* KNAPPER - HORISONTAL */

.EWknapper {
}
.EWknap {
  text-align: center;
}
a.EWknapLink {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  text-decoration: none;
}
a.EWknapLink:link {text-decoration: none;}
a.EWknapLink:visited {text-decoration: none;}
a.EWknapLink:active {text-decoration: none;}
a.EWknapLink:hover {
  text-decoration: underline;
}

/* TOOLTIP */

div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#f9f6d4; border:1px solid #336;
  padding:3px;
  font-family: Arial, Helvetica, sans-serif;
  color:#000; font-size:12px; line-height:1.3;
}

/* GENERELT */

a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
a:link {}
a:visited {}
a:active {}
a:hover {
  text-decoration: underline;
}


