/*
 * INCENDIO / Kim Tore Jensen
 * Web developer
 */

@import '/pub/common/luna.css';

body
{
	font-size: 0.9em;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	color: black;
	background: #eeeeee;
	margin: 0;
	padding: 0;
}

#bbg
{
	background: #eeeeee url('/pub/graphics/background.png') repeat-y top center;
}

#body
{
	width: 914px;
	margin: 0 auto;
	padding: 0;
}

#header
{
	height: 127px;
	padding: 45px 32px 0;
	margin: 0;
	border-bottom: 4px solid #EF8528;
	background: #232124 url('/pub/graphics/headback.png') repeat-x top left;
}

#header img
{
	float: left;
}

#header form
{
	float: right;
}

#header form input, #header form button
{
	font-size: 0.7em;
}

#header form input
{
	background: #D8D8D8;
}

#header form input:focus
{
	background: white;
}




a
{
	color: #D63E13;
}

img
{
	border: 0;
}


/*
 * General content
 */
#content
{
	padding: 20px 32px 5em;
	clear: both;
	margin: 0;
	line-height: 1.5em;
}

h1
{
	font-size: 1.4em;
	font-weight: normal;
	margin: 1em 0 0.6em;
	color: #D83F15;
}
h1 a {	color: #D83F13 }

h2
{
	font-size: 1em;
	font-weight: bold;
	margin: 1.6em 0 0.6em;
	color: black;
}
h2 a {	color: black; }

h1 span, h2 span
{
	font-size: 0.6em;
	padding-left: 1.5em;
}

.subtitle .title
{
	font-size: 1.2em;
	color: #586A5F !important;
	text-decoration: none;
}

.pagenav
{
	text-align: center;
	font-size: 1.3em;
	margin: 0 0 0.5em;
	position: relative;
}

.pagenav .left
{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0.8em;
}

.pagenav .right
{
	right: 0;
	top: 0;
	position: absolute;
	font-size: 0.8em;
	right: 0;
}

.subtitle
{
	margin: 1em 0 0;
	text-align: center;
}

.clear
{
	clear: both;
}



/*
 * The top menu
 */
#topmenu
{
	margin: 0;
	padding: 25px 0 0;
	list-style: none;
	width: 100%;
	float: left;
}

#topmenu li
{
	padding: 0 2px 0 0;
	float: left;
}

#topmenu li a
{
	display: block;
	float: left;
	background: transparent url('/pub/graphics/fane_mork.gif') no-repeat top center;
	height: 26px;
	width: 86px;
	text-align: center;
	color: white;
	text-decoration: none;
	line-height: 21px;
	font-size: 13px;
	margin: 0 10px 0 0;
}

#topmenu li.active a
{
	color: black;
	background: transparent url('/pub/graphics/fane_lys.gif') no-repeat top center;
}

#topmenu li a:hover
{
	color: black;
	background: transparent url('/pub/graphics/fane_lys.gif') no-repeat top center;
}




/*
 * Footer
 */
#footer
{
	border-top: 4px solid #F18628;
	background: #D63E13;
	color: white;
	font-size: 0.8em;
	line-height: 1.6em;
	padding: 0.5em 32px 0;
}

#footer p
{
	margin-bottom: 0;
}

#footer a
{
	color: white;
	text-decoration: underline;
}

#subfooter
{
	padding: 0;
	display: block;
	margin: 0 auto;
}


/*
 * Float styles
 */
img.right
{
	float: right;
	border: 2px solid #EBEBEB;
	margin: 0 0 2em 5em;
}

img.left
{
	float: left;
	border: 2px solid #EBEBEB;
	margin: 0 2em 5em 0;
}
