/* Start of CMSMS style sheet 'CaptionImage' */
.CaptionImage img {
        border: 1px solid black;
        margin-bottom: 2px;
}

.CaptionImageFloatLeft {
        float: left;
        margin-right: 15px;
        margin-bottom: 5px;
}

.CaptionImageFloatRight {
        float: right;
        margin-left: 15px;
        margin-bottom: 5px;
}

.CaptionImageCenter {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
}

.CaptionImageText {
        width: 150px;
        text-align: left; 
        font-size: 90%;
        word-wrap: break-word;
}

/* End of 'CaptionImage' */

/* Start of CMSMS style sheet 'Tools' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.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 */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
/* end accessibility */
/* End of 'Tools' */

/* Start of CMSMS style sheet 'Klatreverket2 - CSSMenu' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

#menuwrapper dfn {
   display: none;
}


/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
/*
   background-color: #ECECEC;
*/
/*   border-bottom: 1px solid #C0C0C0; */
   width: 100%;
   z-index: 1000;
   padding-left: 13px;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li {
   width: 200px;
   z-index: 1000;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px;
   z-index: 1000;
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   /*Henrik*/
   /*display: none;*/
   visibility: hidden;
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block;
   margin: 0px; 
   padding: 3px 8px; 
   z-index: 10;
}
#primary-nav li a { 
/*
   border-right: 1px solid #fef7d0;
   border-left: 1px solid #fef7d0;
   border-bottom: 1px solid #fef7d0;
   border-top: 1px solid #fef7d0;
*/
}
#primary-nav li li a { 
   border: 1px solid #e7bcc5;
}	

#primary-nav li, #primary-nav li.menuparent { 
/*
   background-image:url(images/system/75p_back.png);
*/
   background-color: #fef7d0;
}

/* Styling the basic appearance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
/*
   background-image:url(images/system/75p_back.png);
*/
   background-color: #fef7d0;
/*
   background-color: #d9dce8;
*/
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #fef7d0; 
}

/*
#primary-nav li.submenu { 
   background-image:url(images/system/90p_back.png);
   background-color: none;
}
*/

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
/*
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}
*/

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/

/*
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}
*/


/* Henrik */
/* Hide sub levels */
#menuwrapper ul ul
{
  /*display: none;*/
  visibility: hidden;
}

/* make the second level visible when hover on first level list OR link */
#menuwrapper ul li:hover ul,
#menuwrapper ul a:hover ul,
#menuwrapper ul li.submenuh ul,
#menuwrapper ul li.menuparenth ul
{
  /*display: block;*/
  visibility: visible;
}

/* keep the third level hidden when you hover on first level list OR link */
#menuwrapper ul :hover ul ul,
#menuwrapper ul li.submenuh ul ul,
#menuwrapper ul li.menuparenth ul ul
{
  /*display: none;*/
  visibility: hidden;
}

/* keep the fourth level hidden when you hover on second level list OR link */
#menuwrapper ul :hover ul :hover ul ul,
#menuwrapper ul ul li.submenuh ul ul,
#menuwrapper ul ul li.menuparenth ul ul
{
  /*display: none;*/
  visibility: hidden;
}

/* make the third level visible when you hover on second level list OR link */
#menuwrapper ul :hover ul :hover ul,
#menuwrapper ul ul li.submenuh ul,
#menuwrapper ul ul li.menuparenth ul
{
  /*display: block;*/
  visibility: visible;
}

/* make the fourth level visible when you hover on third level list OR link */
#menuwrapper ul :hover ul :hover ul :hover ul,
#menuwrapper ul ul ul li.submenuh ul,
#menuwrapper ul ul ul li.menuparenth ul
{
  /*display: block;*/
  visibility: visible;
}





/* End Henrik */




/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%;
}
/* End of 'Klatreverket2 - CSSMenu' */

/* Start of CMSMS style sheet 'Klatreverket2 - nyheter' */
/* Nyheter - Klatreverket */
/* Christian M. Hansen 2006 */

.NewsSummary {
	font-family: Tahoma, verdana, arial, sans-serif;
        text-align: justify;
        clear: both;
}

.NewsSummaryLink, .NewsSummaryPostdate {
	font-weight: 900;
	text-transform: uppercase;
	color: #C1002B;
}

.NewsSummaryLink {
        float: left;
        margin-bottom: 2px;
}

.NewsSummaryPostdate {
        float: right;
}

.NewsSummarySummary, .NewsSummaryContent {
        border-top: 1px dotted #C1002B;
        clear: left;
}

.NewsSummary {
        margin-bottom: 15px;
}

.NewsSummaryMorelink {
        margin-top: 4px;
        text-transform: uppercase;
}

.NewsSummary a:link,a:visited,a:active,a:hover {
	color: #C1002B;
}

div#NewsPostDetailTitle, div#NewsPostDetailDate { 
	font-weight: 900;
	text-transform: uppercase;
	color: #C1002B;
}

div#NewsPostDetailTitle {
        float: left;
        margin-bottom: 2px;
}

div#NewsPostDetailDate {
        float: right;
}

div#NewsPostDetailMessage {
        border-top: 1px dotted #C1002B;
        clear: left;
        padding-top: 3px;
}

div#NewsPostDetailSummary {
        font-weight: normal;
        font-style: italic;
        margin-bottom: 8px;
}

div#NewsPostDetailPrintLink, div#NewsPostDetailReturnLink {
        float: left;
        margin-top: 20px;
        margin-right: 5px;
        text-transform: uppercase;
}
/* End of 'Klatreverket2 - nyheter' */

/* Start of CMSMS style sheet 'Klatreverket2 - typography' */
/*  Klatreverket2 - typography   */
/*  by Christian Mahesh Hansen   */
/*  November 2006  */

body {
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: #C1002B;
}

div#menuwrapper {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	white-space: nowrap;
        font-size: 10px;
}

div#menuwrapper a:link, a:visited, a:active, a:hover {
        text-decoration: none;
	color: #C1002B;
}

div#menuwrapper a:hover {
        text-decoration: underline;
}

div#content {
        text-align: justify;
}

div#content p {
	margin-top: 0px;
}

div#content h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
/*	letter-spacing: -1px;*/
	text-transform: uppercase;
	margin-bottom: 2px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	color: #C1002B;
}

div#content h1 {
	font-size: 120%;
}

div#content h2,h3,h4,h5,h6 {
	font-size: 110%;
}

div#content a:link,a:visited,a:active {
        text-decoration: none;
        color: #C1002B;
}

div#content a:hover {
        text-decoration: underline;
        color: #C1002B;
}

div#LeftColumn a:link,a:visited,a:active {
        text-decoration: none;
        color: #C1002B;
}

div#LeftColumn a:hover {
        text-decoration: underline;
        color: #C1002B;
}

/* CSSMenu elements */

#primary-nav a { 
   text-decoration: none; 
   color: #C1002B;
}

/* End of 'Klatreverket2 - typography' */

/* Start of CMSMS style sheet 'Klatreverket2.1 - layout' */
/*  Klatreverket2 - layout   */
/*  by Christian Mahesh Hansen   */
/*  November 2006  */

body {
	margin: 0;
	padding: 0;
	background-color: #fef7d0;
	background-image: url(images/system/city2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
	color: black;
}

div#logo {
        position: absolute;
        top: 0px;
        left: 0px;
	width: 300px;
	height: 81px;
        background-color: #fef7d0;
}

div#LeftColumn {
        position: absolute;
        top: 105px;
        left: 10px;
        width: 270px;
/*
        border: 1px solid black;
*/
}

div.LeftColumnContent {
        position: relative;
        background-image:url(images/system/90p_back_nogamma.png);
        padding: 5px;
        border: 2px solid lightgrey;
        margin-bottom: 9px;
        width: 100%;
}

div.LeftColumnContent h1 {
       margin: 0px;
       margin-bottom: 5px;
       padding: 0px;
       font-size: 12px;
       font-weight: bold;
       color: #C1002B;
}

/*
div#HvemKanKlatre {
        text-align: center;
}
*/

img#BrattkortImg {
       border: none;
       width: 50px;
       height: 32px;
       margin-right: 10px;
       vertical-align: middle;
}

div.modulerssentry {
	background-image: url(images/system/ok.jpg);
        background-repeat: no-repeat;
        padding: 0px;
        padding-left: 23px;
       color: #C1002B;
}

div#logo img {
	border-style: none;
        padding-top: 10px;
        padding-left: 12px;
}

div#pagewrapper {
        position: absolute;
        top: 0px;
        left: 299px;
	width: 700px;
}

div#pageheader {
        width: 700px;
        height: 40px;
        background-color: #fef7d0;
}

div#content {
        clear: left;
        text-align: justify;
	width: 550px;
	padding: 20px 25px 20px 21px;
	color: black;
        background-image:url(images/system/90p_back_nogamma.png);
/*
        background-color: #fef7d0;
*/
}

div#content a {
        position: relative;
}

/* styles for 360-visning av verket */

div#ThreeSixty img {
  width: 60px;
  height: 35px;
  border: none;
  float: left;
  margin-right: 5px;
}

/* styles for FISHEYE-bilder av verket */

div#fisheye {
        margin-left: 10px;
}

div#fisheye div#fisheyeText {
        font-style: italic;
}

div#fisheye img {
        border: 1px solid black;
}
/* End of 'Klatreverket2.1 - layout' */

