@charset 'utf-8';

/* Overordnet style p hjemmesiden: */

	#banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 150px;
	background-color:#FFFFFF;
	position: relative;"
	z-index: 10;"
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	
	text-decoration: none;
	}
	
	#tekstBanner{
			font-size: 26px;
			font-family: 'Century Gothic', 'Trebuchet MS', Verdana;
			color: #FFFFFF;
			text-align: right;
			padding-left: 125px;
			padding-right: 15px;
			padding-bottom: 10px;
			padding-top: 108px;
			margin: 0px;
			font-weight: normal;
			
			text-decoration: none;
		}

	body {
		background-color: #99b2b5;
		margin: 0px;
		padding: 0px;
	}
	
	img {
		border: none;
		margin: 0px;
	}

	/* Style til overskrifterne p undersiderne: */
	
		h1 {
			font-size: 18px;
			font-family: 'Century Gothic', 'Trebuchet MS', Verdana;
			color: #666;
			text-align: left;
			padding: 1px;
			margin: 0px;
			font-weight: bold;
			text-indent: 0px;
			letter-spacing: 1px;
			
			text-decoration: none;
		}
		
		h2 {
			font-size: 15px;
			font-family: 'Century Gothic', 'Trebuchet MS', Verdana;
			color: #666;
			text-align: left;
			padding: 1px;
			margin: 0px;
			font-weight: bold;
			text-indent: 0px;
			letter-spacing: 1px;
		}
		
		h3 {
			font-size: 12px;
			font-family: 'Century Gothic', 'Trebuchet MS', Verdana;
			color: #666;
			text-align: left;
			padding: 1px;
			margin: 0px;
			font-weight: bold;
			text-indent: 0px;
			letter-spacing: 1px;
		}
		
		h4 {
			font-size: 10px;
			font-family: 'Century Gothic', 'Trebuchet MS', Verdana;
			color: #666666;
			text-align: left;
			padding: 1px;
			margin: 0px;
			font-weight: 100;
			text-indent: 10px;
			letter-spacing: 2px;
		}

	/* Style til links i indholdet p undersiderne: */

		a {
			color: #39C;
			text-decoration: none;
		}
		
		a:hover {
			color: #39C;
			text-decoration: underline;
		}
		
		a.noStyle {
			text-decoration: none;
		}
		
		a.noStyle:hover {
			text-decoration: none;
		}

	/* Klasse til generel centrering: */
	
		.centrer {
			text-align: center;
		}

/* Style til horizontale streger p siden: */

	.understreg{
		height: 1px;
		background-color: #CCCCCC;
		border: 0px;
		margin: 0px;
		padding: 0px;
	}

/* Style til baggrunds-gradienten: */

	#baggrundGrafik{
		background-image: url(images/backgroundImage.jpg);
		background-repeat: repeat-x; 
		width: 100%;
		height: 490px;
		z-index: 1;
		
		border: none;
		margin: 0px;
		padding: 0px;
	}
	
/* Style til baggrunds-billederne; henholdsvis venstre og hjre: */

	#baggrundBilledeL{
	background-image: url(images/backgroundGraphicL.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: -7px;
	left: -300px;
	width: 300px;
	height: 490px;
	z-index: 7;
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
	#baggrundBilledeR{
	background-image: url(images/backgroundGraphicR.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: -7px;
	left: 800px;
	width: 300px;
	height: 490px;
	z-index: 8;
	border: none;
	margin: 0px;
	padding: 0px;
	}

/* Style der styrer centreringen af hjemmesiden: */

	#centrerSide {
		position : absolute;
		width : 800px;
		height: auto;
		top: 7px;
		left : 50%;
		margin-left : -400px;
		z-index: 5;
		padding: 0px;
		background-color: transparent;
	}
		
/* Dette styrer tabellen som hndterer alt indhold og info: */
		
		#hovedindhold{
			padding: 0px;
			margin: 0px;
			position: relative;
			z-index: 15;
   			width : 800px;
   			height: auto;
			left: 0px;
			top: 0px;
			background-color: #FFFFFF;
			/*border: thin red solid;*/
		}

/* Style for menubjlken: */
	
	/* Style for hovedknapperne:*/

		.menu0 ul {
			margin: 0px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 0px;
			padding-bottom: 0px;
			list-style-type: none;
			width: 145px;
			background-color: #FFFFFF;
		}
		
		.menu0 li { 
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom: 2px; 
			padding: 0px;
		}
		
		.menu0 a {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 9px;
			display: block;
			color: #FFFFFF;
			background-color: #333333;
			width: 115px;
			text-decoration: none;
			padding-left: 8px;
			padding-right: 8px;
			padding-top: 8px;
			padding-bottom: 12px;
			margin: 0px;
			border-right: 10px #99B2B5 solid;
		}
		
		.menu0 a:hover {
			font-size: 9px;
			font-weight: bold;
			background-color: #99B2B5;
			color: #FFFFFF;
			text-decoration: none;
			border-right: 10px #99B2B5 solid;
		}
		
			/* Style til aktiv visning for overordnede menuer:*/
				
				.menu0_active ul {
					margin: 0px;
					padding-left: 10px;
					padding-right: 10px;
					padding-top: 0px;
					padding-bottom: 0px;
					list-style-type: none;
					width: 135px;
					
					background-color: #FFFFFF;
				}
				
				.menu0_active li { 
					margin-left: 0px;
					margin-right: 0px;
					margin-top: 0px;
					margin-bottom: 2px;  
					padding: 0px;
				}
				
				.menu0_active a {
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 9px;
					display: block;
					color: #FFFFFF;
					background-color: #99B2B5;
					width: 115px;
					text-decoration: none;
					padding-left: 8px;
					padding-right: 8px;
					padding-top: 8px;
					padding-bottom: 12px;
					margin: 0px;
					border-right: 10px #99B2B5 solid;
				}
				
				.menu0_active a:hover {
					font-size: 9px;
					font-weight: bold;
					background-color: #99B2B5;
					color: #FFFFFF;
					text-decoration: none;
					border-right: 10px #99B2B5 solid;
				}
		
	/* Style for underknapperne:*/
		
		.menu1 ul {
			margin: 0px;
			padding-left: 26px;
			padding-right: 14px;
			padding-top: 0px;
			padding-bottom: 0px;
			list-style-image: url(images/list1.gif);
			
			background-color: #FFFFFF;
		}
		
		.menu1 li { 
			margin: 0px;
			padding-bottom: 2px;
			padding-top: 0px;
			padding-left: 0px;
			padding-right: 0px;
		}
		
		.menu1 a {
			padding-top: 2px;
			padding-bottom: 4px;
			padding-left: 4px;
			padding-right: 4px;
			
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: -4px;
			margin-right: 0px;
			
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			display: block;
			color: #333333;
			text-decoration: none;
			border: 0px;
			
			background-color: #E6E6FA;
		}
		
		.menu1 a:hover {
			font-size: 10px;
			/*font-weight: bold;*/
			color: #FFFFFF;
			text-decoration: none;
			border: 0px;
			
			background-color: #99B2B5;
		}
		
			/* Style til aktiv visning for undermenuerne:*/
				.menu1_active ul {
					margin: 0px;
					padding-left: 26px;
					padding-right: 14px;
					padding-top: 0px;
					padding-bottom: 0px;
					list-style-image: url(images/list2.gif);
			
					background-color: #FFFFFF;
				}
				
				.menu1_active li { 
					margin: 0px;
					padding-bottom: 2px;
					padding-top: 0px;
					padding-left: 0px;
					padding-right: 0px;
				}
				
				.menu1_active a {
					padding-top: 2px;
					padding-bottom: 4px;
					padding-left: 4px;
					padding-right: 4px;
					
					margin-top: 0px;
					margin-bottom: 0px;
					margin-left: -4px;
					margin-right: 0px;
					
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 10px;
					display: block;
					color: #39C;
					text-decoration: none;
					border: 0px;
					
					background-color: #FFFFFF;
				}
				
				.menu1_active a:hover {
					font-size: 10px;
					/*font-weight: bold;*/
					color: #39C;
					text-decoration: none;
					border: 0px;
			
					background-color: #FFFFFF;
				}
			
	/* Style der indstter billede i menubjlken:*/
	
		#billedeMenu{
			padding: 0px;
			margin-top: 50px;
			margin-left: 10px;
			margin-right: 10px;
			margin-bottom: 1px;
			background-image: url(images/menuImage.jpg);
			background-repeat: no-repeat;
			width: 135px;
			height: 90px;
			background-color: #FFFFFF;
		}
	
/* Styling for indholdsfelterne:*/
	
	#indholdTop{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #333333;
		
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 2px;
		padding-bottom: 0px;
		margin: 0px;
		width: 614px;
		height: 100%;
		position: relative;
		z-index: 35;
		top: 0px;
		left: 0px;
		background-color: #FFFFFF;
		/*border: thin red solid;*/
	}
	
	#indholdMain{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333333;
		
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 15px;
		padding-bottom: 10px;
		margin: 0px;
		width: 594px;
		min-height: 350px;
		position: relative;
		z-index: 35;
		top: 0px;
		left: 0px;
		background-color: #FFFFFF;
		/*border: thin red solid;*/
		
		line-height: 15px;
	}
	
	#indholdMain hr{
		height: 1px;
		background-color: #CCCCCC;
		border: 0px;
		margin: 0px;
		padding: 0px;
	}
	
/* Styling for bunden:*/
	
	/*
	#stregBund{		
		width: 800px;
		height: 1px;
		position: relative;
		z-index: 20;
		left: 0px;
		top: 0px;
		background-color: #999999;
		border: none;
		margin: 0px;
		padding: 0px;
	}
	*/
	
	#bund{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #666;
		text-align: center;
		line-height: 12px;
		padding-top: 5px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		margin: 0px;
			
		width: 800px;
		height: 35px;
		position: relative;
		z-index: 25;
		left: 0px;
		top: 0px;
		background-color: #FFFFFF;
	}
	
		#bundGrafik1 {
			background-image: url(images/bottom1.gif);
			background-repeat: no-repeat; 
			width: 25px;
			height: 23px;
			background-color: #FFFFFF;
			margin: 0px;
			padding: 0px;
		}
		
		#bundGrafik2 {
			background-image: url(images/bottom2.gif);
			background-repeat: no-repeat; 
			width: 25px;
			height: 23px;
			background-color: #FFFFFF;
			margin: 0px;
			padding: 0px;
		}
		
		td.bundMidt {
			width: 650px;
		}
		
		td.bundKant {
			width: 50px;
		}

	#skygge{
		background-image: url(images/shadow.jpg);
		background-repeat: repeat-x;
		width: 100%;
		height: 70px;
		position: relative;
		z-index: 30;
		left: 0px;
		top: 0px;
		background-color: #99B2B5;
		margin-top: 0px;
		margin-bottom: 7px;
		margin-left: 0px;
		margin-right: 0px;
		padding: 0px;
	}
		
/* Style som styrer skyggerne inden for rammen:*/
		
	#skygge2a {
		background-image: url(images/shadow2a.jpg);
		background-repeat: repeat-x; 
		width: 100%;
		height: 15px;
		background-color: #FFFFFF;
		margin: 0px;
		padding: 0px;
	}
	
	#skygge2b {
		background-image: url(images/shadow2b.jpg);
		background-repeat: repeat-x; 
		width: 100%;
		height: 15px;
		background-color: #FFFFFF;
		margin: 0px;
		padding: 0px;
	}

	/* Styling for inddelinger:*/

		td.inddelingFarveV {
			padding: 0px;
			margin: 0px;
			max-width: 1px;
			width: 100%;
			height: 100%;
			background-color: #CCCCCC;
		}
		
		td.inddelingFarveH {
			padding: 0px;
			margin: 0px;
			width: auto;
			height: 1px;
			background-color: #CCCCCC;
		}
