/* Start of CMSMS style sheet 'jit - css' */
body {
	background: #fff url(img/bg_body.gif) repeat-x;
	margin: 0;
	}
	
	body, table {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #6E6E6E;
	}
	
	a {
	color: #990000;
	}
	
	a:hover {
	color: #6E6E6E;
	}
	
	h1 {
		color: #990000;
		font-size: 14px;
		margin: 0;
		font-family: arial, verdana, sans-serif;
	}
	
	h1.sub {
		color: #fff;
		font-size: 20px;
		margin: 0px 0 0 29px;
		line-height: 40px;
		padding: 0;
		font-weight: normal;
	}
	
	h2 {
		margin: 0;
		color: #990000;
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		line-height: 15px;
		border-bottom: 1px dotted #6E6E6E;
	}
	
	h3 {
		margin: 0;
		color: #6E6E6E;
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		line-height: 15px;
		border-bottom: 1px dotted #6E6E6E;
	}
	
	div#middle h3, div#middle h2 {
		width: 447px;
	}
	
	div#container {
	background: #fff;
	width: 704px;
        height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 15px;
	border-left: 2px solid #81a5d6;
	border-right: 2px solid #81a5d6;
        border-bottom: 2px solid #81a5d6;
	}
	
	div#top {
	background: url(img/bg_top.gif) no-repeat;
	width: 704px;
	}
	
	div#logga {
	padding: 30px 0 0 23px;
	}
	
	div#menu {
	background: url(img/bg_menu.gif) no-repeat;
	padding: 0px 0 0 36px;
	margin: 3px 0 0 110px;
	height: 33px;
	}
	
	div#second-menu {
	float: right;
	text-transform: uppercase;
	padding: 18px 0 25px 0; 
	}
	
	div#left {
	width: 514px;
	float: left;
	padding: 0 0 25px 0;
	}
	
	div#right {
	width: 170px;
	float: right;
	}
	
	div#content-top {
		background: url(img/bg_content_top.gif) no-repeat;
		padding: 16px 29px 0px 29px;
	}
	
	div#content {
		background: url(img/bg_content.gif) repeat-y;
		padding: 5px 29px 0px 29px;
		overflow: hidden;
	}
	
	div#middle {
	width: 514px;
	margin: 0 auto;
	}
	
	div#content-sub-top {
		padding: 16px 0px 0px 0px;
	}
	
	div#middle div#content-sub-top {
		background: url(img/bg_rub.gif) no-repeat;
		height: 55px;
		*width: 604px;
		display: block;
		margin-top:55px;
		*margin-top:0px;
	}
	
	div#content-sub {
		border-left: 1px solid #D1CEC5;
		border-right: 1px solid #D1CEC5;
		padding: 5px 29px 0px 29px;
	}
	
	div#content-sub-bottom {
		padding: 0px;
		margin: 0 0 35px 0px;
	}
/* End of 'jit - css' */

/* Start of CMSMS style sheet 'jit - meny' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* 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: #574435; */
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 180px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#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: 5px 8px; 
   text-decoration: none; 
   color: #fff;
}
#primary-nav li a { 
  /* border-right: 1px solid #fff;
   border-left: 1px solid #fff; */ 
   
}
#primary-nav li li a { 
   border: 1px solid #fff;
}	
#primary-nav li, #primary-nav li.menuparent { 
   /* background-color: #776150; */
   line-height: 23px;
   
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background: url(img/bg_menu_active.gif) repeat-x;
}


/* 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,{ 
   background: url(img/bg_menu_hover.gif) repeat-x;
}

#primary-nav li.menuactive:hover, { 
   background: url(img/bg_menu_active.gif) repeat-x;
}


/* 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; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'jit - meny' */

/* Start of CMSMS style sheet 'jit - news' */
div#news {
  margin: 0px;  /* margin for the entire div surrounding the news list */
  background: #fff; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 20px 0px 20px 0px; /* padding for the news article summary */
    margin: 0px; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 10px;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 1.5;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */
/* End of 'jit - news' */

