html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}

body {
	background: #d3d3d3 url(images/bg_gradient.jpg) top left repeat-x;
}

div.outerwrapper {
	margin-right: auto;
	margin-left: auto;
	width: 840px;
	margin-bottom: 25px;
    margin-top: 25px;
    border: none;
    position: relative;
}

div.container {
    margin:  0 0 20px 0;
    clear: both;
}

div#contentwrapper {
    margin: 0px;
    min-height: 350px;
    background: #fff;
    padding: 14px 45px;
}
#contentwrapper ul {
    list-style-type: disc;
    padding-left: 20px;
}
#contentwrapper ul li {
    margin-bottom: 0.5em;
}

#contentwrapper img {
    margin-bottom: 12px;
}
#header {
    margin-bottom: 0px;
}

#header #logo {
    margin: 0 0 0 20px;
}

#header #menubox {
    height: 40px;
    background: #c41017 url(images/menu_bg.gif) repeat-x;
    position: relative;
    margin-top: 19px;
}

#footer {
    margin: 25px 0;
    border-top: 1px solid #bcbcbc;
    padding: 5px 0;
}
#footer #footerlogo {
	float: left;
}
#footer #text {
    float: left;
    border-left: 1px solid #bcbcbc;
    margin: 2px 0 0 0;
    padding: 16px 0 0 12px;
}

/* Menu */

ul#mainmenu {
    padding-top: 12px;
    margin-left: 25px;
}

ul#mainmenu li {
    display: block;
    float: left;
    margin-right: 25px;
    font-family: "Tahoma", sans-serif;
    font-weight: normal;
    color: #eda6aa;
    font-size: 13px;
    position: relative;
    
}

ul#mainmenu  li a {
    color: #eda6aa;
    text-decoration: none;
    display: block;
    height: 20px;
    line-height: 15px;
}

ul#mainmenu  li.first a, ul#mainmenu  li a.first {
	border-left:none;
    padding-left: 0px;
}

ul#mainmenu  li ul li a.first {
    padding-left: 0px;
}
ul#mainmenu  li a.active,ul#mainmenu  li.active a {
    text-decoration: underline;
    color: #fff;
}
ul#mainmenu  li a:hover {
    text-decoration: none;
    color: #fff;
}
ul#mainmenu ul li  {
    float: none;
    text-align: left;
}
ul#mainmenu li ul li a:link,
ul#mainmenu li ul li a:visited,
ul#mainmenu li ul li a.active {
    margin-left:1em;
    border-left: none;
    margin-left: 0px;
    padding-left: 0px;
}
ul#mainmenu li ul {
    visibility:hidden;
    position:absolute;
    top: 12px;
    left: 12px;
    padding-top: 12px;
    padding-bottom: 6px;
    padding-left: 0px;
}
ul#mainmenu li ul  li{
    width: 150px;
    margin-left: 0px;
    padding-left: 14px;
}
ul#mainmenu li ul  li a{
    padding: 6px;

}
ul#mainmenu li:hover ul{
	visibility:visible;
	background-color:#c40000;
    -moz-opacity:.85; filter:alpha(opacity=85); opacity:.85; 
}


div.form {
	background: #f7f7f7; padding: 25px;
}
div.form label {
	margin-top: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-weight: normal;
	color:#666;
	font-size:11px;
}
div.form input[type=text] {
	width: 500px; margin-bottom: 10px;
}
div.form textarea {
	width: 500px; margin-bottom: 10px;
	height: 115px;
}
div.form input[type=submit] {
	background: transparent;
	border: none;
	color: white;
	height: 24px;
	width: 84px;
	background:url(images/btn_bg.png) top left no-repeat; font-size: 11px; padding: 0px 2px 4px 2px;
}
div.form div.errors {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-weight: bold;
	color:#990000;
	font-size:11px;
	line-height: 1.5em;
 }
/* Typografi */

h2 {
    font-family:Trebuchet MS, Tahoma, sans-serif;
    line-height:20px;
    font-weight:bold;
    color:#be090f;
    font-size:17px;
    margin-bottom: 20px;
    margin-top: 0;
}

p, td, th, h1, h3, #contentwrapper ul li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-weight: normal;
	color:#666;
	font-size:11px;
	line-height:16px;
	margin-bottom: 16px; 
}
th {
	font-weight: bold;
	text-align: left;
}
h3 {
    font-weight: bold;
}



a, a:link, a:visited {
    color: #ec2e2e;
    text-decoration:none;
}


#footer #text p {
    color: #666;
    font-size: 10px;
    text-transform: uppercase;
}


/* Columns */

div.col {
	width: 266px;
	float: left;
	margin-right: 20px;
}
div.col.first {
	margin-left: 0px;
}
div.col.last {
	margin-right: 0px;
	float: right;
}
div.col.sidebar {
    width: 174px;
    margin-right: 15px;
}
div.col.main {
    width: 650px;
}

.col.main div.tl {
	margin-right: 25px; background: url(images/content_top.png) no-repeat top left; height: 25px; position: relative;
}
.col.main div.tr {
	background: url(images/content_top.png) no-repeat top right; height: 25px; width: 25px; position: absolute; top: 0px; right: -25px;
}
.col.main div.bl {
	margin-right: 25px; background: url(images/content_bot.png) no-repeat bottom left; height: 25px; position: relative;
}
.col.main div.br {
	background: url(images/content_bot.png) no-repeat bottom right; height: 25px; width: 25px; position: absolute; top: 0px; right: -25px;
}
/* Drop shadow styles. Replace with CSS3 version when applicable */
.mod {
   position:relative;
   z-index:0;
   margin-left: 0px;
}
.mod .mod-content{
   background:none;
   border:0px solid #eaeaea;
   position:relative;
   /*z-index:2;*/
}
/* x1 = top and left edges; 
   x1a = top right corner; 
   x2 = right and bottom edges; 
   x2a = bottom left corner */
.mod .x1,
.mod .x1a,
.mod .x2,
.mod .x2a {
   display:block;
   background:url(images/roundshadow1b.png) no-repeat; 
   /* turn off for IE6 or use a GIF */
   _background:transparent; 
   width:100%;
   height:100%;
   position:absolute;
}
.mod .x1{
   background-position:0 0;
   z-index:-2;
   top:-18px; /* set to the size of the glow */
   left:-16px;
   bottom:0;
   /* set glow to the edges of 'mod' */
   padding:0 16px 18px 0; 
}
.mod .x1 .x1a {
   height:18px;
   width:16px;
   background-position:100% 0;
   right:-16px;
   top:0;
}
.mod .x2 {
   background-position:100% 100%;
   z-index:-1;
   bottom:-18px;
   right:-16px;
   padding:18px 0 0 16px;
}
.mod .x2 .x2a {
   height:18px;
   width:16px;
   background-position:0 100%;
   left:-16px;
   bottom:0;
}
.mod .bd {
	/*margin-top: 8px;*/
}
.mod .ft img {
	margin: 0px;
}
.mod .ft {
	text-align: right;
}
.sidopuff {
	width: 158px; 
	margin:13px 12px 32px 10px;
}
.sidopuff p {
	font-family:Tahoma, sans-serif;
	font-weight:normal;
	color:#333;
	font-size:10px;
	line-height: 12px;
	padding:0px;
	margin: 0;
}

.sidopuff.menu .bd{
	margin: 0 10px;
}
.sidopuff.menu .hd p {
	margin: 0 10px;
	font-family:Trebuchet MS, Tahoma, sans-serif;
	font-weight:bold;
	color:#be090f;
	font-size:13px;
}
.sidopuff.menu .hd {
	margin: 0 -6px 12px -10px;
	padding: 0 10px 7px 10px;
	border-bottom: 1px solid #e5e5e5;
}
ul#submenu {
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 2px;
}
ul#submenu li {
	font-family:Tahoma, sans-serif;
	font-weight:normal;
	color:#333;
	font-size:10px;
	line-height: 12px;
	margin-bottom: 12px;
}
ul#submenu li a {
	text-decoration: none;
}
ul#submenu li.active,ul#submenu li.active a {
	color: #f02e2e;
}
ul#submenu li.active a:after {
	content: " >";
}
img.left, img.justifyleft {
	float: left;
	margin: 4px 20px 5px 0px;
}
div.frontBox {
	position: relative; background: url(/assets/templates/agg/images/fpuff_bg.png) top left no-repeat; padding: 30px 5px 8px 5px; height: 202px; width: 266px;
}
div.frontBox div.top {
	position: absolute; width: 261px; top: 2px; left: 5px;
	background: url(/assets/templates/agg/images/fpuff_top.png) top left no-repeat;
	padding: 8px 5px 0px 21px;
	height: 27px;
	font-family: Helvetica,Arial;
	font-size: 12px;
	font-weight: normal;
	color: white;
}
div.frontBox img {
	margin:0px;
}
div.frontBox div.text {
	padding: 0 20px;
}
div.frontBox div.text h3{
	margin: 6px 0 5px 0; font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-weight: bold;font-size: 12px; color: #cd090f;
}
div.frontBox div.text p{
	font-size: 9px; line-height: 1.36em;
}
div.frontBox a.arrow {
	position: absolute; right: 12px; bottom: 40px;
}
