/* @override http://www.makepossible.no/fileadmin/templates/mapweb/css/typo3-default.css */

/* 

Main stylesheet for 
Author: redvald@frihuset.no

Web designed and implementet in TYPO3 (www.typo3.com) by: frihuset.no


*/

/* ####### DEFAULT CSS - RESET OF CSS ####### */

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,
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;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1.5;
	color: black;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background-color: #353f3a;
	text-align: center;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/***************************/
/* ####### DESIGN ####### */
/*************************/

div#allwrap {
	margin: auto;
	text-align: left;
	width: 75.58em;
	min-width: 907px;
	font-size: 1.2em;
}

div#header {
	height: 9.17em;
	min-height: 110px;
	background: #d71921 url(../images/top-back.gif) repeat-y;
	overflow: hidden;
}

div#header .logo {
	padding-left: 25px;
	float: left;
	padding-top: 25px;
	width: 305px;
	height: 100%;
}

div#header .adress {
	padding-top: 25px;
	padding-left: 25px;
	height: 100%;
	width: 300px;
	float: left;
	color: white;
}

div#header .search {
	padding: 25px;
	text-align: right;
	color: white;
}

div#topcontent {
	margin-top: 10px;
	overflow: hidden;
	display: block;
	border: 3px solid white;
	_width: 896px;
}

div#menu {
	background: #d71921 url(../images/menu-back.gif) repeat-x 0 bottom;
	margin-top: 10px;
	padding-left: 25px;
	color: white;
	min-height: 14px;
	_margin-bottom: -8px;
	height: 1em;
	padding-bottom: 8px;
	padding-top: 8px;
}

div#maincontent {
	background-color: white;
	padding: 25px;
	float: left;
	width: 71.4em;
	min-width: 856px;
}

/* FRAMES */

div.csc-frame.csc-frame-frame1 {
	display: inline;
	float: right;
	width: 100%;
	margin-top: 20px;
	border: 1px solid #e9e9e9;
}

#two-col-2-frontpage div.csc-frame.csc-frame-frame1 div.csc-header.csc-header-n2 h1 {
	margin-top: 0;
	background-color: #e9e9e9;
	text-transform: uppercase;
	font-size: 1em;
	text-align: center;
}

/**************************/
/* ####### FONTS ####### */
/************************/

p {
	margin-bottom: 1.5em;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h1,h2,h3 {
	margin: 0.6em 0;
	font-family: Arial;
	color: #353f3a;
}

h2,h3,h4,h5,h6,strong {

	font-weight: bold;
}

.csc-firstHeader {
	margin-top: 0;
}

abbr,acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	font-style: italic;
}

/**************************/
/* ####### LINKS ####### */
/************************/

a {
	color: #d71921;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#header a, div#header a:hover, div#menu a, div#menu:hover {
	color: white;
	text-decoration: none;
}

/***************************/
/* ####### IMAGES ####### */
/*************************/

div#topcontent .csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0; }

/*************************/
/* ####### MENU ####### */
/***********************/

div#menu ul li {
	float: left;
	margin-right: 30px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
}

div#menu ul li.aktiv {
	background-repeat: repeat-x;
	border-bottom: 4px solid white;
}

/**************************/
/* ####### FORMS ####### */
/************************/

#mailform fieldset.csc-mailform div.csc-mailform-field {
	margin-bottom: 5px;
	width: 230px;
}

input#mailformNavn {
	float: right;
}

input#mailformAdresse {
	float: right;
}

input#mailformPostnrSted {
	float: right;
}

input#mailformEpost {
	float: right;
}

input#mailformBelop {
	float: right;
}

#mailform fieldset.csc-mailform div.csc-mailform-field label {
	width: 80px;
}

legend {
	display: none;
}

input#mailformBetalingsmteTilsendtgiro.csc-mailform-radio, input#mailformBetalingsmteAvtalegiro.csc-mailform-radio {
	margin-bottom: 5px;
}


/**********************************************/
/* ####### FLEXIBLE CONTENT ELEMENTS ####### */
/********************************************/

/*  Two column */

div.two-col {
	display: inline-block;
}

#two-col-1 {
	float: left;
	width: 35%;
	margin-right: 3%;
	border-bottom: 3px solid #d71948;
	background-color: #e9e9e9;
	height: auto;
	display: inline-block;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#two-col-2 {
	float: left;
	width: 59%;
	height: auto;
	position: relative;
	padding-top: 10px;
}

#two-col-2 div.csc-textpic.csc-textpic-left.csc-textpic-above div.csc-textpic-imagewrap div.csc-textpic-imagecolumn dl.csc-textpic-image.csc-textpic-firstcol.csc-textpic-lastcol {
	margin-bottom: 0;
}

/*two column frontpage*/

div.two-col-frontpage {
	display: inline-block;
	width: 100%;
}

#two-col-1-frontpage {
	float: left;
	width: 61%;
	margin-right: 3%;
	display: inline-block;
	position: relative;
}

#two-col-2-frontpage {
	float: right;
	width: 35%;
	position: relative;
}

/* Workers */

div.worker {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	line-height: 1.2em;
}

div.worker .worker-image {
	height: 80px;
	overflow: hidden;
	border-bottom: 3px solid #d71921;
	margin-bottom: 5px;
	width: 140px;
}

/* Four column */

#four-col-1 img, #four-col-2 img, #four-col-3 img, #four-col-4 img {
	border-bottom: 3px solid #d71921;
}

#four-col-1, #four-col-2, #four-col-3, #four-col-4 {
	float: left;
	width: 22%;
	_width: 21%;
	position: relative;
	display: inline;
}

#four-col-1, #four-col-2, #four-col-3 {
	margin-right: 4%;
}

/****************************/
/* ####### TT_NEWS ####### */
/**************************/

div.news-latest-container a:hover {
	text-decoration: none;
}

div.news-latest-item {
	border-bottom: 1px solid #e9e9e9;
	float: left;
	width: 100%;
	padding-left: 2px;
}

div.news-latest-item:hover {
	background-color: #e9e9e9;
	cursor: pointer;
}

div.news-latest-date {
	float: left;
	margin-right: 10px;
}

a div.news-latest-date {
	color: black;
}

a div.news-latest-date:hover{
	text-decoration: none;
}

div.news-latest-title {
	float: left;
}

div.news-single-item {
	min-width: 520px;
	float: left;
}

div.news-single-item h1 {
	font-size: 3.0em;
	margin-bottom: 0.1em;
}

div.news-single-byline {
	padding: 2px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #353f3a;
}

div.news-single-byline a {
	color: #353f3a;
}

div.news-single-byline span {
	margin-left: 20px;
}

div.news-latest-container {
	float: left;
}

