﻿/* Stylesheet til styring af generelle styles */
		*
		{
			margin: 0px;
			padding: 0px;
			font-family: verdana, arial, sans-serif;
			background-color: transparent;
			font-size: 12px;
			line-height: 15px;
			color: #333;
			text-align: justify;
		}

		body
		{
			margin: 0 auto;
			background: #fff url(  'Graphics/bg_localtop.gif' ) repeat-x 0px 73px;
			width: 990px;
		}

/* Afsnit og Headings */
		p
		{
			padding-top: 3px;
		}

		h1
		{
			margin-bottom: 5px;
		}
		h1 a, h2 a
		{
			font-size: 13px;
			text-decoration: none;
			font-weight: bold;
		}

		h3
		{
			margin-left: 14px;
			margin-right: 10px;
			margin-bottom: 10px;
			margin-top: 2px;
		}

/* Stylesheet til styring af layout kolonner og overordenet grid */

	div#pagewrap
	{
		margin: 0 auto;
		text-align: left;
		width: 890px;
		overflow:auto;
	}

	/* HeaderTable */

		table#Header
		{
			height: 131px;
			width: 892px;
			table-layout: fixed;
		}

		td#globalLogo
		{
			width: 130px;
			height: 131px;
		}

		img#gLogo
		{
			vertical-align: top;
			border-width: 0px;
			width: 130px;
			height: 125px;
		}

		td#pageLogo
		{
			width: 228px;
			height: 131px;
		}

		div#pageLogoFixed
		{
			height: 35px;
			width: 228px;
			top: 95px;
			position: absolute;
			overflow: hidden;
		}

		td#pageImage
		{
			vertical-align: top;
			width: 532px;
			height: 126px;
			float: right;
			overflow: hidden;
		}


		div#pageImageOverflow
		{
			overflow: hidden;
			height: 126px;
			width: 532px;
		}


/* Navigation  */

	div#navigation
	{
		width: 130px;
		float: left;
		margin-top: 10px;
	}

	#navigation .blockWrapper
	{
		width: 130px;
		padding-top: 10px;
		overflow: hidden;
		background: #66BE3E url( 'Graphics/blockWrapperBgSmall.gif' ) no-repeat;
	}
	#navigation .blockWrapperFooter
	{
		background: #66BE3E url( 'Graphics/blockWrapperBgBottom.gif' ) no-repeat;
	}
	#navigation .contentWrapper
	{
		width: 130px;
		margin: 0px 0px 8px 0px;
	}
	#navigation ul li p
	{
		padding-left: 8px;
		margin-bottom: 5px;
		line-height: 13px;
	}
	#navigation ul li p a
	{
		font-size: 11px;
		color: #fff;
		line-height: 13px;
		font-weight: bold;
	}
	#navigation ul li p a:hover
	{
		color: #48261a;
	}
	#navigation h3
	{
		padding: 0px 0px 5px 8px;
		margin: 0px;
		color: #0f14ac;
	}


/* Indhold  */

	div#contentWrap
	{
		margin-top: 0px;
		width: 760px;
		float: left;
	}

	div#contentLeft
	{
		width: 460px;
		float: left;
		padding-top: 10px;
		overflow: hidden;
	}
	
		div#contentLeftTwo
	{
		width: 760px;
		float: left;
		padding-top: 10px;
		overflow: hidden;
	}

	div#contentRight
	{
		width: 300px;
		float: right;
		padding-top: 10px;
		overflow: hidden;
	}


	div#contentFooter
	{
		padding: 5px 0px 20px 0px;
		background-color: #fff;
	}


/* blockWrapper */
	.blockWrapper
	{
		width: 430px;
	}

	.blockWrapperInner
	{
		padding: 10px;
		width: 260px;
		float: left;
		background: url(   'Graphics/blockWrapperInnerBg.gif' ) #51a32d no-repeat;
	}

	.blockWrapperInnerFooter
	{
		background: url(  'Graphics/blockWrapperInnerFooterBg.gif' ) #51a32d no-repeat;
		height: 2px;
		clear: both;
		overflow: hidden;
		width: 260px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.blockWrapperInner h1
	{
		color: #FFFFFF;
	}


	.blockWrapperFooter
	{
		height: 3px;
		line-height: 0px;
		overflow: hidden;
	}
	#contentLeft .blockWrapper
	{
		width: 440px;
		margin: 0px 10px 12px 10px;
	}
	
	#contentLeftTwo .blockWrapper
	{
		width: 740px;
		margin: 0px 10px 12px 10px;
	}

	#contentRight .blockWrapper
	{
		width: 290px;
		padding: 10px 0px 10px 10px;
	}

	#contentRight .blockWrapper
	{
		padding-top: 10px;
		background: #66BE3E url( 'Graphics/blockWrapperBg.gif' ) no-repeat 0 0;
	}
	#contentRight .blockWrapperFooter
	{
		background: #66BE3E url( 'Graphics/blockWrapperFooterBg.gif' ) no-repeat 0 0;
	}
	
/* Footer */	

	#footerWrap
	{
		margin: 10px 0px 0px 10px;
	}
	#footerWrap h4
	{
		font-size: 9px;
		font-weight: normal;
	}
	#FooterSpot
	{
		border-bottom: 3px solid #CCCACA;
		border-top: 3px;
		padding: 2px 0px 2px 0px;
	}
	.clear
	{
		clear: both;
		line-height: 0;
		height: 0;
		margin: 0;
		padding: 0;
		font-size: 0;
		border: 0;
		position: relative;
	}