/* Start of CMSMS style sheet 'bakke_css' */
/*#####################hauki2###########################*/

/*feel free to modify and improve; if you are using CMS Made simple,private and 
commercial use allowed*/

/*#####################Til innholdet########################*/

#left{
 margin-right:10px;
 float: left;

}

#right{
 margin-left: 10px;
 float: right;
}

/*####################################################*/


body {
margin:0px;
padding: 0px;
border: 0px;

background-color: #dde9d9;
font-family:  verdana, arial, sans-serif;
}

#rahmen {
width:860px;
background:url(http://www.jonaslillevold.no/bakke/content_bg.jpg);
background-repeat: repeat-y;
text-align: left;
vertical-align: top;  /**/
}


/*change the logo here*/
#logo {
background:url(http://www.jonaslillevold.no/bakke/header.jpg);
background-repeat: no-repeat;
width:860px;
height:257px;
}


/*if there is not enough space for your links in the bar,change the height to 60px (ff)*/
#menubar {
/*background:url(uploads/images/templates/hauki2/menubg.gif);*/
background:url(http://www.jonaslillevold.no/bakke/menu_bg.jpg);
background-repeat:repeat-y;
width:860px;
height:30px;
}

/*

#biglinksbox {
float:right;
width:219px;
height:500px;
}

.biglink  {
background:url(uploads/images/templates/hauki2/biglink.jpg);
width:200px;
height:100px;
display:block;
text-decoration:none;
text-align:left;
font-weight:bold;
color:white;
}


.biglink:hover {
background:url(uploads/images/templates/hauki2/biglinkhover.jpg);
color:#FA8406;
}

.biglink_2 {
background:url(uploads/images/templates/hauki2/biglink_2.jpg);
width:200px;
height:100px;
display:block;
text-decoration:none;
text-align:left;
font-weight:bold;
color:white;
}


.biglink_2:hover {
background:url(uploads/images/templates/hauki2/biglinkhover_2.jpg);
color:#FA8406;
}

.biglink span {
position:relative;
top:40px;
left:15px;
}

.biglink_2 span {
position:relative;
top:40px;
left:115px;
}

#login {
background:silver;
border:1px solid gray;
padding-bottom:20px;
}

#login h3 {
color:#FFFFFF;
}

#login input {
border:1px solid #FA8406;
margin-bottom:2px;
}

*/

#newsbox {
margin-top: 10px;
margin-right:0px;
float:right;
}
#newshead {
background:url(http://www.jonaslillevold.no/bakke/news_head.jpg);
background-repeat:no-repeat;
height: 33px;
width: 219px;
}
#newscontent a{
color:#dc3900;
}
#newscontent {
width:219px;
/*height:370px;*/
padding:10px;
/*overflow:auto;*/
background:url(http://www.jonaslillevold.no/bakke/news_content_bg.jpg);
background-repeat:repeat-y;
}
#newsbottom {
background:url(http://www.jonaslillevold.no/bakke/news_bottom_bg.jpg);
background-repeat:no-repeat;
height: 9px;
width: 219px;
}

.NewsSummaryContent{
font-size: 12px;
}
.NewsSummaryLink{
font-size: 12px;
font-color: #79a331;
}

#top_image_content {
/*background:url(uploads/images/templates/hauki2/contentbgtop.gif);
/*width:450px;*/
width: 100%;
height:30px;
margin-top:-5px;*/
}
#main_image_content h1{
 font-size: 18px;
 color:#79a331;
 /*color: #dc3900; RØDFARGEN*/
 margin-top: 12px;
}
#main_image_content h2{
 font-size: 14px;
 color: #dc3900;
 /*color:#79a331; GRØNNFARGEN*/
 letter-spacing: 1px;
 margin-top: 12px;

}
#main_image_content p{
  /*font-size: 14px; FUNGERER IKKE:::*/
  line-height: 150%;
 letter-spacing: 0.5px;
}

#main_image_content {
background-color:#ffffff;
width:580px;
margin-left: 20px;
}


#content p{
font-size: 12px;
}

/*
.H1{
font-size: 16px;
}
.H2{
font-size: 14px;
}
.H3{
font-size:12px;
font-weight: bold;
}
*/

#content {
width:580px;
text-align:left;
padding:0px;
font-size: 12px;
min-height:650px;
}

#bottom_image_content {
/*background:url(uploads/images/templates/hauki2/contentbgbottom.gif);
width:450px;
height:30px;*/
}


/*hack for ie - not valid*/
/**/html #bottom_image_content {
background:url(uploads/images/templates/hauki2/contentbgbottom.gif);
width:450px;
height:30px;
margin-right:20px;
}



#footer {
background:url(http://www.jonaslillevold.no/bakke/tail.jpg);
background-repeat:no-repeat;
width:860px;
height:20px;
clear:right;
font-size:11px;
color:#FFFFFF;
padding-top:5px;
text-align:center;
}
/*#####################Text Definitions############################*/
/*
.p{
font-size: 12px;
}
.H1{
font-size: 16px;
}
.H2{
font-size: 14px;
}
.H3{
font-size:12px;
font-weight: bold;
}
*/
/*########################MENU###############################*/


/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper clears the floating elements of the menu */

#menuwrapper { 
font-size: 14px;
margin-left:10px;
        width: 100%;
        }

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li { 
        width: 200px; 
       }


/* 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: 0px;
 	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 10px; 
	text-decoration: none; 
	}
#primary-nav li a { 
color:#FFFFFF;
	}
#primary-nav li li a { 
	border: 1px solid #ffffff;
background:#FA8406;
	}	
#primary-nav li, #primary-nav li.menuparent { 

	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
color: #ffffff; 
	}


/* 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 li.menuparenth { 
	background-image: url(modules/MenuManager/images/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 { 

text-decoration:underline;
color:#FFFFFF;
	}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav ul li:hover ul, #primary-nav ul li:hover ul ul, 
#primary-nav  li.menuparenth ul, #primary-nav  li.menuparenth ul ul { 
	display: none; 
	}
#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%; 
	}

/*hack for ie - not valid*/
*html #primary-nav li li { 
	margin-top: -4px; 
	}

/*hack for ie - not valid*/
*html #primary-nav li li li { 
	margin-top: 0px; 
	}

/*#############################NEWS###########################*/

************** Skjuler nummer på menu ****************/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/**************** Skjuler nummer på menu-slutt ****************/

.NewsSummary {
width:160px;
font-size: 12px;
margin-top:15px;
margin-left: 0px;
 }

.NewsSummaryCategory {
  font-style: italic;
  font-size: 12px;
  margin: 5px;
 }

.NewsSummaryPostdate {
  font-size: 90%;
  font-size: 12px;
  font-weight: bold;
 }

.NewsSummarySummary {
}

#NewsPostDetailDate {
  font-size: 90%;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 5px;
  }

#NewsPostDetailSummary {
   margin-bottom: 10px;
   font-size: 10px;
  line-height: 150%;
   }

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

/* to add specific style to the below div, uncomment them. */
/* 
.NewsSummaryLink {}
.NewsSummaryAuthor {}
.NewsSummaryMorelink {}
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailCategory {}
#NewsPostDetailAuthor {}
#NewsPostDetailAuthor {}
#NewsPostDetailPrintLink {}*/


#NewsPostDetailReturnLink {
margin-bottom:20px;
}

/* End of 'bakke_css' */

