/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */
/* Start of CMSMS style sheet 'Navigation' */
/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

div#menu_horiz {
   background-color: #fff; 
   width: 600px;
   margin: 0 0 0 52px;
 }

div#menu_horiz ul {
   margin:  0.8em 0 0 0;
   padding: 0;
 text-transform: uppercase; 
letter-spacing: 1px;
font-size: 1.1em; 
}

div#menu_horiz  li { height: 3.5em; margin-top: -0.6em; }

/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
 }


/* the links, that is each list item */
div#menu_horiz a {
   padding: .6em 0.1em .6em 1.8em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000;
   background: url(../pics/arrow-right.gif) no-repeat 0.5em center; 
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   text-decoration: underline;
}
div#menu_horiz a.activeparent:hover {
   background-color: #fff;
   color: #ccc;
text-decoration: underline;

}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: #fff url(../pics/arrow-down.gif) no-repeat 0.4em center; 
   color: #000;
}

div#menu_horiz h3 {
   clear:both;
padding: .6em .1em .6em 1.8em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: underline; /* no underline for links */
   font-weight: normal;
color: #000;
   background: #fff url(../pics/arrow-right-active.gif) no-repeat 0.67em center; 
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}
/* End of 'Navigation' */

/* Start of CMSMS style sheet 'Hoved' */
* {
margin:0;
padding:0;
}

div#menu_horiz .ant {
   clear:both;
padding: .6em 0.1em .6em 1.8em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: underline; /* no underline for links */
   font-weight: normal;
color: #000;
   background: #fff url(../pics/arrow-right-active.gif) no-repeat 0.67em center; 
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}
/* End of 'Navigation' */

/* Start of CMSMS style sheet 'Hoved' */
* {
margin:0;
padding:0;
}


body {
   text-align: center;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
height: 100.02%;
}


div {
   font-size: 1em;
}


img {
   border: 0;
}

.stort {    line-height: 1.5em;}

.stort img{ border: 1px solid;}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #000; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #555;              
}


a:hover {
   text-decoration: underline;
   color: #777;
}

body {
   background-color: #fff;
   color: #000;
   margin:2em;  
}

div#pagewrapper {
    margin: 0 auto;       
   width: 890px !important; 		/* hele sideopsætningen */
 width: 890px; 
    background-color: #fff;;
   color: black;
}



div#header {
   height: 80px;    
   background: #fff;           
}

div#header h1 a {
   background: #fff url(../pics/middelfartantik.png) no-repeat 1.4em 0; 
   display: block;
   height: 80px;       
   text-indent: -999em; 
   text-decoration:none; 
width: 656px ;
}


a.random img {margin-top: 12px; }

div#content {
   margin: -0.8em auto 2em 0;  
border-top: 1px solid #666; 
}


div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #000;
  margin-top: 4em;
 width: 100%; 
background-color: #fff; /* same bg color as in header */
border-top: 1px solid #666; 

}

div#footer p {
   font-size: 0.8em;
   padding: 0em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: -33px 0 0 0px;
 background: url(../pics/bund.png) no-repeat center; 
   display: block;
   height: 66px;           
   text-indent: -999em;  
   text-decoration:none;
 z-index: 76;}


div#footer p a {
   color: #000; 
}

div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 0px dotted black;
   margin: 0.1em;
}

div#main {
   margin: 1em 0 1em 0;
 clear:both;
width:870px;		/* bredde på katindex etc */
}

/* relational links under content */
.bundtilbage { clear: both; margin-left: 44px; }
* html #content .albumlist, * html #content   { width: 800px; }
* html #main  { padding-left: 0; }
* html .albumlist li.thumb { width: 80px; margin: 0 0 0 -122px; padding: 0;  }
* html #content .albumlist { margin-left: -56px; }
.adress { margin-top: 0; margin-bottom: 0.5em; text-align: center;  }
.adress1 { margin-top: 0; margin-bottom: 0.5em; font-weight: bold; text-align: center;  }
.antiktekst {margin: 0 50px; text.align: center;}
img#kort {margin-left: -72px;}
/********************
CONTENT STYLING
*********************/
div#content {
	text-align: center;
}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	font-family: times, serif;
color: #000; 
	font-size: 1.5em; 
	
	line-height: 1.5em;
        margin: 0 0 1em 0;
font-weight: normal;
text-align: center;
}
div#content h3 {
   color: #000; 
   font-size: 1.3em;
   line-height: 1.3em
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #000; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #000; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #000; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1.1em;
   margin: 0 3em 1.5em 55px; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-family: times, serif;
color: #000; 
	font-size: 1.4em; 
	
	line-height: 1.5em;
        margin: 0 0 1em 0;
font-weight: normal;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

code, pre {
 white-space: pre-wrap;     
 white-space: -moz-pre-wrap; 
 white-space: -pre-wrap;     
 white-space: -o-pre-wrap;   
 word-wrap: break-word;     
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000; 
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.2em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* End of 'Hoved' */
/* Start of CMSMS style sheet 'Album' */
.albumlist
{
	margin-left:0;
	padding-left:0;
}

.picturelist
{
	margin-left:0;
	padding-left:0;
}

.thumb, .thumb1
{
	padding:0;
	width:auto;
	margin:0 0.2em 0.0em 0;
    	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;
height: 200px;
width:120px;
}

.thumb1 {height: 200px; 

}

.thumb a, .thumb1 a
{
height: 107px;
	display:block;
	width:120px; 	
	padding:10px;
	margin:0;
	background-color:white;
/*Background of thumb */
	border:1px solid #666;
/* Borders of thumb frame */
	text-decoration:none;
}

.thumb a:visited img, .thumb1 a:visited img
{
	background-color:#777;
}

.thumb a:hover, .thumb1 a:hover 
{
	background-color:#ccc;
}

.subkat  {padding: 2px }


.tilbage {
padding: 0.6em 0.4em .6em 1.2em; 
   margin: 0 0 2em 0; 
   text-decoration: none;
   font-size:1.1em;
color: #000;
   background: url(../pics/arrow-right.gif) no-repeat left center; }



.albumname
{
	font-family: times, serif;
color: #000; 
	font-size: 1.1em; 
	
	line-height: 1.5em;
	text-align:center;
	font-weight:normal;
	font-style:normal;
        margin-top: 0.5em; 
margin-left: 0;
width: 140px;
letter-spacing: 1px;
 }

.albumpicturecount
{
	font-size:smaller;
	text-align:center;
	font-weight:normal;
	font-style:italic;
}

.albumcomment
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
}

.albumnav
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}

.instructiontext
{
	font-weight:normal;
	font-style:normal;
	font-size:small;
}
.instruktionstekst
{margin-left: 44px;}


/*Thickbox CSS */
.thickbox {height: 120px;
}

#TB_window {
  font: 13px Arial, Helvetica, sans-serif;
  color: #333333;
/*Udvider kommentar omraadet */
padding-bottom: 30px;
}
#TB_secondLine {
  font: 1px Arial, Helvetica, sans-serif;
  color:#666666;
display:none;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: red;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}


#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#ccc;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align:left;

}

#TB_window img {
	display:block;
	margin: 15px 0 0px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
  height:33px;
  padding:6px 3px 10px 18px;
  float:left;
width: 67%;
}

#TB_closeWindow{
  height:25px;
  padding: 6px 13px 10px 0px;
  float:right;
font-size:1.4em;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:10px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}

#TB_closeWindow a, #TB_closeWindow a:link, #TB_closeWindow a:visited {
	color: #000;
	background: #fff;
	text-decoration: none;
	padding:2px 5px 2px 5px;
}

#TB_closeWindow a:hover {
	background: #fff;
	color: #333;
	text-decoration: underline;
	padding:2px 5px 2px 5px;
}
#TB_closeWindow a:active{
	color: #888;
	background: #fff;
	text-decoration: none;
	padding:2px 5px 2px 5px;
	
}

.katmenu, .katmenu a, .stortmenu, .stortmenu a {
	font-size: 12px;
	color: #555;              
	line-height: 1.5em; 
}


/* End of 'Album' */
