
div, table, td {zoom: 1;}

div.logo h1 a {font-size:40px;color:#cc1000;padding:0px;margin:0px; text-decoration: none;}
div.topgfx p {position:relative; font-weight:bold; font-size:16px;left:2px; top:-10px;color:#707070; padding:0px;margin:0px;cursor:default;}


div#content {position: relative; top: 0px; left:0px; margin-left: 0px; border: none;}
table.bodytable {width: 980px;}
    td.bordertop {border-top: 1px solid #c9c8c8; font-size: 1%;}
    td.borderleft {border-left: 1px solid #c9c8c8; font-size: 1%;}
    td.factbox {border-left: 0px solid #c9c8c8;}
    td.factbox-bordertop {border-left: 0px solid #c9c8c8; border-top: 1px solid #c9c8c8; font-size: 1%;}
    td.borderright {border-right: 1px solid #c9c8c8; font-size: 1%;}
    td.address {background-color: #303030; vertical-align: middle; text-align: right;}

    td.upleft {width: 13px; height: 27px; background: transparent url('/project_images/cornertl.gif') no-repeat top left;}
    td.upright {width: 13px; height: 27px; background: transparent url('/project_images/cornertr.gif') no-repeat top right;}
    td.downleft {width: 13px; height: 27px; background: transparent url('/project_images/cornerbl.gif') no-repeat top left;}
    td.downright {width: 13px; height: 27px; background: transparent url('/project_images/cornerbr.gif') no-repeat top right;}

    td.bodytext {width: auto; height: 620px;}
      td.bodytext p {line-height:120%;}
    td.factbox {width: 275px; height: 620px}
    
div.addthis {float:right;}
div.adsense {margin:26px;height:780px;width:100%;}
div.adsense-links {border: 1px solid #cc1000; background-color: #f9f9f9;}
span.tags {text-transform:capitalize}

div.sidemenu {position:absolute; top:96px;left:996px;background-color:#cc1000;}


/* NEWSBOX */
  
  div.hvordan-liste-item {position;relative;background-color: #cc1000;border-bottom: 2px solid white; margin-bottom:2px;cursor:pointer;}
  div.hvordan-liste-item:hover {background-color: #f6a009;}
    div.hvordan-liste-title {min-height:30px;}
    div.hvordan-liste-date {background:#cc1000;color:white;cursor:default;}
	
	h5.h5-title {color:#fcfcfc;padding:6px 10px 6px 16px;font-size:11px;font-weight:bold; line-height:20px;}
	h5.h5-title a,h5.h5-title a:visited,h5.h5-title a:hover {color:#fcfcfc;text-decoration:none;font-weight:bold;}
	div.hvordan-liste-title p {color:#4d4d4d;padding:0px 6px 5px 16px}
	span.hvordan-liste-date {color:white;font-size:9px;line-height:20px;padding:0px 4px 0px 4px;}

/* MENU! All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0px;
 padding: 0px;
 width: 231px;
 list-style: none;
 background: transparent;
 border: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 0;
 left: 231px;
}

/* submenu 2nd-3rd-4th level */
.menulist ul {
 background-color: #f6a009;
}
.menulist ul ul {
 background-color: #808080;
}
.menulist ul ul ul {
 background-color: #606060;
}
/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
 line-height: 29px;
}

/* Links inside the menu */

.menulist li a {
 display: block;
 padding: 0px 0px 0px 40px;
 color: white;
 text-decoration: none;
 border: none;
 margin: 0px;
 font-size: 11px;
}

.menulist li a:visited {
 color: white;
}
/* HACKS: MSIE6 doesn't support transparent borders, mimic with margins
* html .menulist li a {
 border-width: 0;
 margin: 0px;
}
*/

/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: white;
 background-color: #f6a009;
 padding: 0px 0px 0px 40px;
 border: none;
 margin: 0px;
}
.menulist li a.highlighted {
 color: white;
 background-color: #b7cf3b;
 border: none;
 margin: 0;
}

/* Lit items 2nd-3rd level */
.menulist ul a:hover, .menulist ul a.highlighted:hover, .menulist ul a:focus {
 color: white;
 background-color: #808080;
 padding: 0px 0px 0px 40px;
 border: none;
 margin: 0;
}
.menulist ul li a.highlighted {
 background-color: #808080;
}

/* Lit items 2nd-3rd level */
.menulist ul ul a:hover, .menulist ul ul a.highlighted:hover, .menulist ul ul a:focus {
 background-color: #696969;
}
.menulist ul ul li a.highlighted {
 background-color: #696969;
}

.menulist ul ul ul a:hover, .menulist ul ul ul a.highlighted:hover, .menulist ul ul ul a:focus {
 background-color: #505050;
}

/* 'subind' submenu indicators, which are automatically prepended to 'a' tag contents. */
.menulist a .subind {
 float: right;
 background: transparent url('arrowtrans.gif') no-repeat center right;
 width: 15px;
 height: 25px;
 margin-top: 2px;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */
