/*#004C9A blaa farve top menu*/
/*#960000 rodbrun */
/* reset */
* {
margin: 0;
padding: 0;
}

#html5-watermark {
    display:none !important;
 }

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
background: #010000 url(images/bg4.jpg) repeat-x; /*ababab*/
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #333; 
font-size: 12px; /*12*/
line-height: 16px;  /*18*/
}
	
/* layout */

#wrapper {
width: 840px; /*before 940px TOPbredde */
margin: 0 auto;
margin-top: 10px; /*before 20px */
margin-bottom: 10px; /*before 20px */
border: #fff solid 0px; /*kant before #888 solid 3px*/
background: #fff; /*top menu brittas keramik*/
/* curved border radius */
-moz-border-radius: 10px;/*fejl W3C*/
-webkit-border-radius: 10px;/*fejl W3C*/
border-radius: 5px;	
}

nav {
width: 840px;  /*before 940px NAVbredde */
height: 40px; /*before 50*/
margin: 0 auto;
background: #000000; /*before 3d6497*/
margin-top: -5px;
}

#main {
width: 840px;  /*before 940px */
margin: 0 auto;
padding-top: 30px;
background: url(images/colbg.png) repeat-y #fff;
overflow: hidden;
}

#content {
float: right;
width: 840px; /*640*/   /*before 940px hele bredden af tekst plus billeder */
margin-right: 0px; /*30*/
margin-left: 0; /*tilsat*/
}

#line {
background: none 0% repeat scroll #888888;
font-size: 0;
height: 3px;
margin-bottom: 20px;
margin-top: 20px;
margin-left: 22px;
width: 775px;
clear: both;
}

footer {
width: 840px;  /*before 940px footer bredde */
margin: 0 auto;
clear: both;
}

table, th, td {  /*tilsat*/
border:0px solid black;
vertical-align: top;


}

table {  /*tilsat*/
margin-right: 18px; /*72*/
margin-left: 22px;  /*72*/
color: #333; /*text*/
background: #ffffff; /*hvid tabelbaggrund*/
}

/* basics */

h1,h2,h3,h4,h5,h6 {  /* default for alle h1-h6 som kan ændres i den enkelte h1-h6 setup*/
font-weight: bold;
clear: both;
color: #333;
}

a:link, a:visited {  /* ændre farve ved visited link */
color: #960000; /* #004C9A; */
text-decoration : none; /*tilsat giver ikke link underline*/
}

a:hover, a:active {
color: #333;
font-weight: none;
/* font-weight: bold; */
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
font-size: 15px;
font-weight: bold;
}

nav .menu ul {
margin: 0;
padding: 15px 0 0 20px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: left;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
padding: 0 15px;
text-decoration: none;
color: #ababab; /*before BBCFE8*/
}

nav .menu a:hover {
text-decoration: none; /*before underline */
color: #ffffff;
}

/** HEADER */

header {
padding: 20px 0 0 0;
}

header>h1 {
float: left;
margin: 0 0 12px 20px;
width: 600px;
font-family: "Times New Roman",Georgia,Serif;
font-size: 48px;
line-height: 36px;
color: #000000;
}

header>h2 {
color: #000000;
clear: right;
float: right;
font-family: "Times New Roman",Georgia,Serif; /*tilsat*/
font-style: italic;
font-size: 24px;
margin: 10px 20px 12px 0;
}


/** ARTICLES **/
article img {
border: none;
}

#content p, ul, ol, hr {
margin-bottom: 24px; 
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
color: #960000; /* brun paa alle h i content */
margin: 0 0 0px 0;
line-height: 1.5em;
}

#content h1 {
color: #009f00; /*grøn text i table*/
font-size: 18px;
font-weight: bold;
padding: 0 0 5px 0; /*tilsat*/
line-height: 1.1em;
}

#content h3 {
color: #009f00; /*grøn text i table*/
font-size: 12px;
font-weight: bold;
padding: 0 0 5px 0; /*tilsat*/
line-height: 1.1em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 15px; /*before 10px - afstand til tekst*/
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 15px; /*under billeder i hovedområdet*/
}

/* sidebar and footer widget blocks */



#footer-area {
background: #FFF; /*333;*/
color: #fff;
font-size: 11px;
text-align: center;
padding: 10px 0;
overflow: hidden;
/* curved border radius */
/*-moz-border-radius-bottomright: 13px; fejl W3C*/
/*-moz-border-radius-bottomleft: 13px; fejl W3C*/
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.footer-segment {
float: left;
margin-right: 0;
margin-left: 0;
width: 840px;
}


footer p {
margin-top: 5px;
color: #000; /*tekstfarve before #faf0e6*/ 
margin-bottom: 5px;
}