body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
a {color: #930f0f }
a:link {color: #930f0f; text-decoration: none }
a:hover {color: #930f0f; text-decoration: underline }
a:visited {color: #930f0f; text-decoration: none }
a:hover {color: #930f0f; text-decoration: underline }

a.TopLink {color: #000000; text-decoration: none}
a.TopLink:hover {color: #930f0f; text-decoration: none}

ul,ol,li {
    list-style-type: square;
    margin-left: 30px;
}

ul,ol {
    margin-top: 15px;
    margin-bottom: 15px;
}
h1, h2, h3, h4, h5 {
    padding: 0px;
    margin: 0px;
}

body {
	background:#ccc url('/images/background.jpg') center repeat;
	background-position:top;
	top: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 11px; 
	line-height: 16px; 
	font-family: Verdana, Arial, sans-serif; 
	color: #000;
}
#top, #container, #content, #bottom, #adress, #header, #mainNavigation {
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
  	margin-right:auto;

}
#top {
	background:url('/images/background.content.top.png') center no-repeat;
	background-position:top;
	height: 30px;
	width: 980px;
}
#container {
	background:url('/images/background.content.png') center repeat;
	width: 980px;
	position: relative;
	z-index: 1;
}
#bottom {
	background:url('/images/background.content.bottom.png') center no-repeat;
	background-position:top;
	height: 30px;
	width: 980px;
}
#header {
	width: 890px;
	height: 50px;
}
#content {
	width: 890px;
	overflow:auto;
	padding-bottom:15px;
}
#adress {
	width: 940px;
	position: relative;
	bottom:10px;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#fff;
}
#horsted {
	width: 7px;
	position:absolute;
	right:5px;
	top:20px;
}
h1 {
	font-size:24px;
	margin-bottom: 20px;
	margin-top: 15px;
}	
h2 {
	font-size:15px;
	color: #930f0f;
	margin-bottom: 5px;
	margin-top: 5px;
}

#frontBrochure a {
	color: #ddd;
}

#frontNews a {
	color: #930f0f;
}
h5 {
    	position: relative;
    	top: 2px;
	*top: 1px;
    	left: 0px;
    	font-size: 15px; 
    	line-height: 34px;
	*line-height: 0px;
	height: 34px;
    	color: #ffffff;
    	font-family: Arial, Sans-Serif;
    	cursor: default;
}
h5 a, a h5 {color: #930f0f;}

#mainNavigation {
	width: 890px; 
	height: 34px;
	/*background: url('/images/menu.bg.gif');*/
	background: url('/images/navigation.background3.gif') repeat-x;
	position: relative;
	z-index: 100;
}
#mainNavigation a:hover {
	text-decoration:none;
}
#mainNavigation a {
color: #a30006;
}
#mainNavigation li li  a {
color: #fff;
}

.frontNewsHeader {
color: #930f0f;
font-size:15px;
margin-top:10px;
margin-bottom:5px;
}

a #nyhederSeneste {
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
padding: 5px 12px;
text-decoration:none;
}
a:hover #nyhederSeneste, #nyhederSeneste a:hover  {
background-color:#ccc;
text-decoration:none;
}

#news-items a {
	text-decoration: none;
	cursor: pointer;
}

/************************************* SEARCH *************************************/
#searchContainer {
	width:115px;
	height:18px;
	overflow: hidden;
	margin-top:8px;
	float: right; 
	margin-right:8px;
}

#searchContainer fieldset{
   float: left;
   width: 90px;
   height: 22px;
   padding: 0;
   margin: 0;
   overflow: hidden;
}

#searchContainer input#search {
   display: block;
   float: left;
   width: 90px;
   height: 18px;
   padding: 4px 3px 3px 4px;
   border: none;
   background: transparent url(/images/navigation.search.background.gif) no-repeat;
   color: #797979;
   font-size: 10px;
   line-height:12px;
}

#searchContainer input.Submit {
   display: block;
   float: left;
   width: 18px;
   height: 18px;
   background: transparent url(/images/navigation.search.background.gif) no-repeat;
	background-position:right;
   text-indent: -9999px;
   border:0px solid green;
   cursor:pointer;
}


/************************************* SUPERFISH ESSENTIAL STYLES *************************************/
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
	color: #ffffff;
	font-family: arial;
	text-decoration:none;
}
.sf-menu {
	line-height:12px;
}
.sf-menu ul {
	position:	absolute;
	top:-999em;
	width:150px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:100%;


}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:	relative;
background: transparent url('/images/navigation.separator.png') no-repeat;
	background-position:right;
}
.sf-menu a {
	display:block;
	position:	relative;
}
/* Undermenu offset */
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:0; /*-10px rykker undermenuer 10px til venstre*/
	top:34px;  /*2.5em; match top ul list item height (undermenu offset) */
	z-index:99;
	
}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:151px; /* match ul width */
	top:0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:left;
	margin-bottom:1em;
}
.sf-menu a {
	padding:7px 13px 7px 10px ;/* .75em 1em; /*
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#fff;
}
.sf-menu li {
_width:120px;
}
.sf-menu li:hover, .sf-menu li.sfHover {
	background: transparent url(/images/navigation.background.hover3.gif) no-repeat;
	background-position:right;
}
.sf-menu li li {
	background:#710004;
}
.sf-menu li li li {
	background:#710004;
}
/*** root style ***/
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:0;
}

/*** sub style ***/

.sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active {
	background:#5e0003;
	outline:0;
	text-decoration:none;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:	absolute;
	display:block;
	right:.75em;
	top:1.05em; /* IE6 only */
	width:10px;
	height:10px;
	text-indent:-999em;
	overflow:	hidden;
	background:url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.6em; /* right arrow position*/
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}





/* Gallery Styles */

a img {
border: 0;
}

#galThumb {
	float: left;
	padding: 10px 10px 10px 10px;
	/*margin: 5px 5px 5px 5px;
	border: 1px solid #dddddd;*/
}


#galleryList {
	padding: 10px 10px 10px 10px;
}



.galPic {
	float:left;
	padding: 10px 10px 10px 10px;
	margin: 0 3px 10px 3px;
	background-color: #fff;
	}
.galPic:hover {
	background-color: #ddd;
	}







table.tablefont { font-family: Arial; font-size: 11px; padding: 2px 4px; border-right: 1px solid #930f0f}
table.tablefont td div { font-family: Arial; font-size: 11px; }
table.tablefont td { font-family: Arial; font-size: 11px; padding: 2px 4px; border-left: 1px solid #930f0f; border-bottom: 0px solid #ffffff; }
.tablefonthead {color: #930f0f; font-weight: bold;}






























































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

