/* @override 
	http://hjulstad.mocsystems.com/fileadmin/templates/lofothallen/css/main.css
	http://www.lofothallen.no/fileadmin/templates/lofothallen/css/main.css
*/

/* 

Main stylesheet for frihuset
Author: redvald@frihuset.no

Web designed and implementet in TYPO3 (www.typo3.com) by: redvald@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%;
}

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 ####### */
/*************************/

html,body {

	background-image: url(../images/maincontentback.gif);
	height: 100%;
}

div#allwrap {
	font-size: 1.2em;
	float: left;
	min-height: 100%;
	width: 1100px;
}

div#leftcontent {
	float: left;
	padding-top: 170px;
	width: 180px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
}

div#maincontent {
	padding-left: 15px;
	float: left;
	clear: right;
	display: block;
}

div#logo {
	padding-left: 15px;
	padding-top: 25px;
	padding-bottom: 35px;
	float: left;
	clear: left;
}

div#menu {
	padding-left: 15px;
	width: 815px;
	float: left;
	clear: left;
	background: url(../images/menu-back.png) no-repeat 0 bottom;
	padding-bottom: 7px;
	display: inline-block;
}

div#content {
	background: url(../images/content-back.png) repeat-y;
	width: 800px;
	float: left;
	clear: left;
	padding: 10px 15px 5px;
}

div#rightcontent {
	float: right;
	width: 630px;
}

div#menucontent ul {
	padding-bottom: 100px;
	border-right: 2px solid #9ea05e;
	text-align: right;
}

div#menucontent ul li {
	border-right: 5px solid white;
	padding-right: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div#menucontent ul li a {
	color: gray;
}

div#menucontent ul li a:hover {
	color: black;
}

div#menucontent ul li.act {
	border-right-color: #9ea05e;
}

div#menucontent ul li.act a {
	color: #9f0034;
}

div#menucontent {
	float: left;
	width: 150px;
}

div#bottomcontent {
	padding-left: 15px;
	width: 815px;
	background: url(../images/bottom-back.png) no-repeat;
	padding-top: 25px;
	float: left;
	clear: left;
}

#bottomcontent a img {
	margin-left: -15px;
}

/*************************/
/* ####### MENU ####### */
/***********************/

div#menu ul li {
	text-align: center;
	text-transform: uppercase;
	float: left;
	*margin-bottom: -1px;
	font-size: 1.3em;
	margin-bottom: -1px;
	margin-top: 0;
}

div#menu ul li span {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3px;
}

div#menu ul li.active {
	background: url(../images/menutab-start.png) no-repeat 0 -2px;
}

div#menu ul li.active span {
	background: url(../images/menutab-back.png) no-repeat right top;
	margin-left: 4px;
	padding-left: 11px;
}

div#menu ul li a {
	color: #8e9392;
}

div#menu ul li a:hover {
	color: #8e1b37;
}

div#menu ul li.active a {
	color: black;
	float: left;
}

/*************************/
/* ####### TYPO ####### */

/***********************/

p {
	margin-bottom: 1.2em;
}

h1.csc-firstHeader {
	margin-top: 0;
}

h1 {
}

h5 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	border-top: 2px solid #9f0034;
	background: url(../images/h5back.jpg) repeat-x;
	margin-top: 10px;
	float: left;
	width: 99%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 7px;
}

div.csc-frame.csc-frame-frame1 {
	
}

strong {
	font-weight: bold;
}

h6 {
	font-size: 15px;
	color: #9f0034;
	font-weight: bold;
}

/*************************/
/* ####### FORM ####### */
/***********************/

#mailform fieldset label {
	float: left;
	clear: both;
	width: 150px;
}

legend {
	display: none;
}

#mailformApen_stand {
	border-style: none;
}

/*************************/
/* ####### LEFT ####### */
/***********************/

div#leftcontent div.csc-frame.csc-frame-frame1 {
	background-color: white;
	border: 1px solid #9ea05e;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
}

#leftcontent h1 {
	color: #9ea05e;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

div#bottomcontent img {
	margin-left: -13px;
}
