/* Start of CMSMS style sheet 'HG generelt' */
/*HG generelt */

* {
  margin:0px;
  padding:0px;
  border-width:0px;
}

body {
  font-family: "Trebuchet MS", Arial, Verdana;
  font-size: 75.01%;
  line-height:130%;
  color: black;
  overflow: -moz-scrollbars-vertical;
}

.normaltext {
  font-family: "Trebuchet MS", Arial, Verdana;
  font-size: 75.01%;
  color: black;
  margin: 0px;
  padding: 0px;
  font-weight:0px;
}

html, body {

        height:auto !important; /* FF and compliant browsers should automatically size the body/html */
        height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
        min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
}


div {
/*  border: 1px solid red;*/
}

.sogeboks {
  border: 1px solid #555555;
  height: 18px;
}

.sogeknap {
  border: 1px solid #555555;
  margin-top:4px;
  height: 20px;
}

.hovedoverskrift {
  font-size: 200%;
  padding-bottom: 12px;
}

a:visited,
a:active,
a:link {
  color: #00a5a9;
  text-decoration: none;
/*  text-decoration: underline;*/
}

/*a:hover {
  text-decoration: underline;
}*/

/*p a:visited,
p a:active,
p a:link {
  border-bottom: 1px dotted;
}
*/
a.link {
  border-bottom: 1px dotted;
}

a.link:hover {
  border-bottom: 1px solid;
}

p a:hover {
/*  color: yellow;*/
/*  text-decoration: underline overline;*/
  text-decoration: none;
/*  border-bottom: 1px solid;*/
}

.fremhaevning {
/*  font-weight: bold;*/
  font-variant: small-caps;
  color: #00a5a9;
}

.fremhaevning2 {
/*  font-weight: bold;*/
  font-variant: small-caps;
  color: #a18e11;
}

.copyright {
  font-size:70%;
  text-align:center;
  color: grey;
}

.overskrift-sortestreger {
  font-size: 130%;
  font-weight: bold;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #a18e11;
}

ul {
  list-style-type: square;
  margin-left: 20px;
}

ol {
  margin-left: 20px;
}

.storoverskrift {
  font-size: 200%;
  font-weight: bold;
  padding-bottom: 12px;
}

.overskrift-gulestreger {
  font-size: 130%;
  font-weight: bold;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 2px solid #a18e11;
  border-bottom: 2px solid #a18e11;
  margin-top: 4px;
  margin-bottom: 4px;
  color: white;
}



.menu {
  width: 750px;
  margin-top: 80px;
  color: white;
}

.sogning {
  float: right;
  height:20px;
  width: 300px;
  margin-top: 20px;
  text-align: right;
  margin-right: 10px;
}

img.withborder {
  border: 3px double #999999;
  margin:8px;
}

a img:hover,
a img {
/*  border-bottom: 0px;*/
}

img.icon {
  border-width:0px;
  margin: 0px;
}

.filmklip {
  float:right;
  border-top: 2px solid #a18e11;
  border-bottom: 2px solid #a18e11;
}

.nyhederdato {
      font-size:90%;
        color:#a18e11;

}

.nyhederlink {
  font-size:120%;
  padding-bottom: 4px; 
  color: white;
}

/* End of 'HG generelt' */

