﻿/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

	Stylesheet for Djøf
	media: print

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

html
{
	height: auto;
}

body
{
	height: auto;
	background-color: #fff;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	clearing floats
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
.clearfix
{
	display: block;
}

.clear
{
	clear: both;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	accessibility, seo & print
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.print
{
	display: block;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

h1.print
{
	margin: 0 0 20px;
	padding: 0 0 15px;
	font-size: 1.5em;
	border-bottom: 1px solid #999;
}

hr
{
	clear: none;
	height: 1px;
	margin: 20px 0;
	padding: 0;
	color: #666;
	background-color: none;
	border: none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	layout (grid)
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* container for all content but the footer */
#wrapper
{
	width: 670px;	

	/* target: FF, Safari, Opera, Camino and IE7 */
	min-height: auto;

	/* purpose: declare height 'auto' for standards compliant browsers */
	height: auto !important;

	/* target: IE6 and IE5.5 */
	height: auto;

	/* negative value of the footer's height */
	margin: 0;
}

#wrapper #content .col table
{
	width:660px !important;			
	max-width: 660px !important;
}

#pusher
{
	clear: both;
	height: 1px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	header
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#header
{
	float: none;
}
	#logo
	{
		float: none;
		padding: 0;
	}
		#logo a
		{
			width: auto;
			height: auto;
		}
			#logo a span.accessibility
			{
				display: block;
				font-size: 1.8em;
			}
	#topBar
	{
		display: none;
	}

	#tabs
	{
		display: none;
	}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	footer
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#footer
{
	width: 670px;
	height: auto;
	margin: 15px 0 0;
	border-top: 1px solid #999;
	}

	#footerLeft
	{
		height: auto;
	}

	#footerLeft p
	{
		margin: 0;
		padding: 15px 0 0;
		font-size: .9em;
		font-weight: bold;
		text-align: left;
		color: #666;
	}
	#footerLeft a
	{
		color: #666;
	}
	#footerLeft span
	{
		padding: 0 3px;
		font-size: .8em;
		vertical-align: 1px;
	}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	left navigation
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#navigation
{
	display: none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	breadcrumb
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

ul#breadcrumb
{
	display: none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	tools
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

ul#tools
{
	display: none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	main content
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#content
{
	float: none;
	width: 670px;
}

.col,
.col.double
{
	float: none;
}
.col.single
{
	float: left;
}
.col.full
{
	width: 670px;
}
.col.related
{
	clear: left;
	float: none;
	width: 670px;
	padding: 20px 0 0;
	border-top: 1px solid #999;
}

.bgHeadline,
h3.bgHeadline,
.box.background,
.panelBox,
.panelBox .panelInner
{
	padding: 0 !important;
}
.col.related h3.bgHeadline
{
	padding-bottom: 10px !important;
}
.panelBox,
.panelBox .panelInner
{
	border: none !important;
}

.faqcontent
{
	display: block !important;
	height: auto;
}

/* Djøfbladet */
.col.full.djoefbladet
{
	position: relative;
	width: 67px;
	height: auto;
}
	.col.full.djoefbladet ul.search
	{
		display: none;
	}
	.col.full.djoefbladet .navLine
	{
		width: 670px;
		position: relative;
		padding: 5px 0;
	}

