* {
  /* font-family:verdana,arial,sans-serif; */
  font-family:verdana,helvetica,arial,clean,sans-serif;
  font-size:12px;
}

/* strong */
strong,b {
  font-weight:bold;
}
/* headings */
h1,h2,h3,h4,h5,h6,h7 {
  font-size:12px;
  font-family:verdana,helvetica,arial,clean,sans-serif;
  text-decoration:none;
  margin-bottom:4px;
}
h1 {
  font-size:24px;
  font-weight:normal;
  margin:8px 0px 8px 0px;
}
h2 {
 font-size: 13px;
 font-style: italic;
 margin-bottom:4px;
}

h3 {
 font-size: 16px;
 font-weight: bold;
 margin-bottom:4px;
}
h4 {
 font-size: 18px;
 color: #333333;
 margin-bottom:4px;
}
h5 {
 font-size: 12px;
 text-decoration: underline;
 margin-bottom:4px;
}
h6 {
 font-size: 12px;
 font-weight: bold;
 margin-bottom:4px;
}

em {
 font-style: italic;
}



p {
 font-size: 12px;
 margin-top: 14px;
 margin-bottom: 15px;
} 

p.logolink {
  margin: 0 2em 1em;
  font-size:10px; 
}

.indryk {
  padding-left:30px;
}

hr.menubar {
  height:2px;
  border:1px solid #78952F;
  border-width:1px 0px 1px 0px;
  margin:0px;
}

div.visp {
  height:5px;
  margin:2px 0px 0px 0px;
  border-bottom:4px solid #C22104;
/* background:url('../assets/templates/visp/images/1x5.gif') repeat-x; */
/*
  border:0px solid #000;
  border-top:1px solid #f6881f;
  border-bottom:1px solid #6e8638;
  padding:1px 4px 1px 4px;
*/
}
  div.visp hr {
  /*
    border:1px solid #ffc840;
    border-width:1px 0px 0px 0px;
    margin:0px;
  */
    display:none;
  }

a {
 color: #000000;
 text-decoration: underline;
}
ul {
	list-style:disc;
        margin-bottom:12px;
        margin-top:12px;
        padding-left:40px;
}
ol {
	list-style:decimal;
        margin-bottom:12px;
        margin-top:12px;
	padding-left:40px;
}

#content ul li,
#content ol li {
  margin:1em 0px;
}

blockquote {
  display: block;
  margin: 1em 40px;
}

code {
  font-family: fixed;
}

address {
  display: block;
  font-style: italic;
}

.manchet {
   margin:0px 0px 15px 0px;
   font-style:italic;
}
h2.ikontekst {
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 4px;
}

/* FIX! af forkert CSSS */
h2.transition {
 font-size: 16px;
 font-weight: bold;
 font-style:normal;
 margin-bottom:4px;
}
