/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

	Stylesheet for Hussvamp Laboratoriet ApS
	media: all

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

html
{
	height: 100%;
	font-size: 100%;
	background: #5b7d81 url('../gfx/bgGradient.png') fixed repeat-x 50% 0;
	overflow-y: scroll;
}
body
{
	min-width: 720px; /* Prevent content from becoming unreachable in Gecko */
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Arial, serif;
	font-size: 80%;
	color: #000;
	background: url('../gfx/bgContent.png') repeat-y 50% 0;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	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
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.accessibility
{
	position: absolute;
	top: -999em;
	left: -999em;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	layout
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* position: absolute for all browsers - the whole page scrolls */
#headerwrap
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 127px;
	background: url('../gfx/bgHeader.png') no-repeat 50% 0;
	z-index: 100;
	}
	body.english #headerwrap { background-image: url('../gfx/bgHeader_en.png'); }
	/* position: fixed for modern browsers - header and footer do not scroll */
	body>#headerwrap
	{
		position: fixed;
	}
	#header
	{
		width: 900px;
		height: 115px;
		margin: 0 auto;
		padding: 0 20px;
		color: #000;
	}

/* set a left margin to compensate for IE/Win always making room for a scrollbar */
#middlewrap
{
	/* set left margin and bottom padding for IE5/Win */
	padding: 140px 0 0 0;
	margin-left: 0;
	/* set left margin and bottom padding for others */
	voice-family:  "\"}\""; 
	voice-family: inherit;
	margin-left: 16px;
	padding-bottom: 80px;
	background: url('../gfx/bgContent.png') repeat-y 50% 0;
	}
	/* set left margin for modern browsers */
	body>#middlewrap
	{
		margin-left: 0;
	}
	#middle
	{
		width: 940px;
		margin: 0 auto;
	}

	#sidebar
	{
		float: left;
		width: 188px;
		margin-top: 42px;
		padding-left: 44px;
	}

	#content
	{
		padding: 0 46px 0 0;
		margin-left: 243px;
		line-height: 1.5em;
		}
		#main
		{
			float: left;
			width: 400px;
		}
		#news
		{
			float: left;
			width: 220px;
			padding-left: 28px;
		}
		#full
		{
			width: 640px;
			min-height: 350px;
		}

/* no positioning for IE5/Win - the whole page scrolls */
#footerwrap
{
	width: 100%;
	p\osition: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	background: url('../gfx/bgFooter.png') no-repeat 50% 0;
	z-index: 99;
	}
	body>#footerwrap
	{
		position: fixed;
	}
	#footer
	{
		width: 940px;
		height: 30px;
		margin: 0 auto;
		padding-top: 20px;
		color: #000;
	}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	content
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* generel */
h1
{
	margin: 0;
	padding: 0 0 1px;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.2em;
}
h2
{
	font-weight: normal;
	font-size: 1.45em;
	line-height: 1.2em;
}
h3
{
	font-weight: normal;
	font-size: 1.25em;
}
h4
{
	margin: 1.2em 0 -0.5em;
	padding: 0;
	font-weight: bold;
	font-size: 1.1em;
}
p
{
	line-height: 1.4em;
}
p.right
{
	text-align: right;
}

/* lists */
ul
{
	margin: 0;
	padding: 5px 0 5px 20px;
	list-style-type: disc;
}
ol
{
	margin: 0;
	padding: 5px 0 5px 28px;
}
dl
{
	margin: 0;
	padding: 0;
}
dd
{
	margin: 1em 0 2em;
	padding: 0;
}

/* links */
a
{
	color: #315a84;
}

/* images */
img
{
	border: none;
}
#full img,
#main img
{
	border: 1px solid #999;
	margin: 0 10px 5px 0;
}

hr
{
	height: 3px;
	margin: 15px 0;
	padding: 0;
	color: #000;
	background-color: #000;
	border: none;
}
hr.thin
{
	height: 1px;
	color: #666;
	background-color: #666;
}

blockquote
{
	margin: 1em 0;
	padding-top: 2px;
	background: url('../gfx/quote.png') no-repeat 0 0;
	}
	blockquote p
	{
		padding-left: 40px;
		font-style: italic;
	}

/* tables */
table
{
	font-size: 1em;
	line-height: 1.2em;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	}
	th
	{
		padding: 3px 5px;
		vertical-align: bottom;
		font-size: .95em;
		background-color: #efefef;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
	}
	td
	{
		padding: 3px 5px;
		font-size: .95em;
		background-color: #f6f6f6;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		vertical-align: top;
	}



/* go to top */
#toTop
{
	clear: both;
	padding: 40px 20px;
	text-align: center;
	}
	#toTop a
	{
		display: block;
		width: 24px;
		height: 24px;
		background: url('../gfx/toTop.png') no-repeat 0 0;
		}
		#toTop a span
		{
			display: none;
		}

/* form elements */
form
{
	}
	fieldset
	{
		margin: 20px 0 0;
		padding: 0;
		border: none;
	}
	legend
	{
		display: none;
	}
	#searchField
	{
		margin-left: -2px;
		padding: 1px 2px;
		font-size: 1em;
	}
	#searchSubmit
	{
		font-size: 1.2em;
		background: none;
		border: none;
		cursor: pointer;
	}
	.field
	{
		color: #000;
		background: #eee;
		border: 1px solid #777;
	}
	.field.blur
	{
		color: #999;
		border: 1px solid #999;
	}

/* front page */
#intro
{
	margin-bottom: 10px;
	}
	#intro h3,
	#intro p
	{
		font-size: 1.15em;
		font-weight: normal;
		line-height: 1.4em;
	}

#full
{
	}
	#full h1
	{
		padding-bottom: 8px;
		/*font-size: 1.8em;*/
	}
	#full h2
	{
		/*padding-left: 5px;*/
		/*font-size: 1.1em;*/
	}

#news
{
	}
	#news h2
	{
		padding-top: 3px;
	}
	#news p
	{
		margin: 0;
	}
	#news dl
	{
		margin: 10px 0;
	}
	#news dd
	{
		margin: 10px 0 0;
		padding: 0 0 10px;
		border-bottom: 1px solid #ccc;
	}
	#news .newsItem
	{
		margin-top: 12px;
		}
		#news .newsItem p
		{
			margin: 0;
		}
	#news .date
	{
		font-size: .9em;
		color: #999;
	}

/* header */
#header
{
	}
	#logo a
	{
		float: left;
		width: 150px;
		height: 140px;
		margin: 17px 0 0 13px;
		background: url('../gfx/logo.png') no-repeat 0 0;
	}
	#logoPrint
	{
		display: none;
	}
	#english,
	#danish
	{
		float: right;
		margin-top: 10px;
		text-align: right;
	}
		#english a#flag
		{
			display: block;
			width: 43px;
			height: 28px;
			margin-bottom: 40px;
			background: url('../gfx/english.png') no-repeat 0 0;
		}
		#danish a#flag
		{
			display: block;
			width: 43px;
			height: 28px;
			margin-bottom: 40px;
			background: url('../gfx/danish.png') no-repeat 0 0;
		}
		a#editPage,
		a#editPage2
		{
			float: right;
			display: block;
			width: 16px;
			height: 16px;
			font-size: 11px;
			text-decoration: none;
			color: #000;
			background: url('../gfx/editPage.png') no-repeat 0 0;
		}
			a#editPage span,
			a#editPage2 span
			{
				display: none;
			}
			a#logo span,
			a#flag span,
			a#editPage span,
			a#editPage2 span
			{
				display: none;
			}

/* sidebar */
#sidebar
{
	}
	#sidebar h2
	{
		padding-left: 5px;
	}
	#sidebar ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#sidebar li
	{
		margin: 8px 0;
		padding: 0;
		list-style-type: none;
		font-size: 1.2em;
		}
		#sidebar li li
		{
			margin: 4px 0 4px 7px;
			font-size: .8em;
			}
			#sidebar li li li
			{
				margin-left: 21px;
				font-size: 1em;
			}
	#sidebar a
	{
		color: #000;
		text-decoration: none;
	}
	#sidebar a.menu_current
	{
		font-weight: bold;
	}

/* footer */
#footer
{
	}
	#footer h2
	{
		text-align: center;
		padding: 0;
		margin: 0;
	}
	#footer p
	{
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#footer a
	{
		text-decoration: none;
		color: #000;
	}

/* front page samples */
dl#samples
{
	width: 402px;
	padding: 10px 0 0;
	border-bottom: 3px solid #ccc;
}
	dl#samples dt
	{
		padding: .5em 0 .3em;
		border-top: 3px solid #ccc;
		cursor: pointer;
	}
		dl#samples dt a
		{
			text-decoration: none;
		}
		dl#samples dt.selected a,
		dl#samples dt a:hover
		{
			color: #000;
		}
	dl#samples dd
	{
		margin: 0;
		padding: 0;
		/*padding: 0 0 .5em;*/
	}
		dl#samples dd img
		{
			float: right;
			width: 200px;
			margin: .3em 0;
		}
		dl#samples dd p
		{
			float: left;
			width: 190px;
			margin: 0 0 1em;
		}
		dl#samples dd a
		{
			color: #333;
			text-decoration: none;
		}
		dl#samples dd a.readMore
		{
			display: block;
			margin-top: .3em;
			color: #069;
		}

.pics
{
	margin: 10px 0 5px;
	}
	.pics img
	{
		width: 398px;
		height: 298px;
	}

p.controller
{
	margin: 0 0 .5em;
	text-align: right;
	font-size: .9em;
}

#nav
{
	width: 400px;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
	}
	#nav li
	{
		position: relative;
		display: none;
		margin: 0;
		padding: 0 0 11px;
		list-style: none;
		border-bottom: 3px solid #ccc;
	}
	#nav li.active
	{
		display: block;
		color: #000;
		background-color: #fff;
	}
	#nav h3
	{
		margin: 0;
	}
	#nav p
	{
		margin: .5em 0;
	}

