/*CSS Document*/
html, body 	{
			height: 100%;
			width: 100%;
			}			

body		{
			background: #ccc;	
			margin: 0 0 0 0;
			margin-top: 8px;
			}			
/* WRAPPER */
#wrapper	{
			width: 740px;
			height: auto;
			margin: 0px auto;
			border: 0px solid #ddd;
			background-color: #ddd;
			}
			
/* TOPBJÆLKE */
#topBar1	{
			width: 740px;
			height: 120px;
			position: relative; top: 0px; left: 0px;
			border-top: 8px solid #006600;
			border-bottom: 8px solid #006600;
			background-color: #eee;
			}
			
#topBar2	{
			width: 740px;
			height: 25px; 
			position: relative; top: 5px; left: 0px;
			background-color: #006600;
			padding-top: 5px;
			padding-right: 0px;
			text-align: right;
			}
			
		#topBar2 p
				{
				font-family: arial;
				font-weight: bold;
				color: #fff;
				font-size: 0.7em;
				}
						
		#topBar2 a:visited	
				{color: #fff;
				text-decoration: underline;
				background: none;
			}
		
		#topBar2 a:link	
				{color: #fff;
				text-decoration: underline;
				background: none;
			}
		#topBar2 a:active		{
				color: #ff6600;
			}																		
			
/* OVERORDNET INDHOLD */
#content	{
			width: 740px;
			height: auto;
			min-height: 550px;
			position: relative; top: 10px; left:0px;
			border: none;
			margin: 0px;
			padding: 0px;
			background-color: #fff;
			}
			
					#content p
						{
						font-family: arial;
						font-weight: normal;
						color: #000;
						font-size: 0.7em;
						line-hight: 1.2em;
						text-align: left;
						margin-left: 20px;
						margin-right: 10px;
						margin-bottom: 0px
						}
					#content h1
						{
						font-family: arial;
						font-weight: bold;
						color: #006600;
						font-size: 1.24em;
						margin-left: 20px;
						}
					#content h2
						{
						font-weight:bold;
						color: #006600;
						font-size: 0.7em;
						}
					#content img
						{
						font-family: arial;
						font-weight: italic;
						color: #006600;
						font-size: 0.7em;
						text-align: left;
						margin-left: 0px;
						margin-right: 10px;
						margin-top: 5px;
						margin-bottom: 0px;
						}
						
			
/*HOVEDTEASER*/
#teaser		{
			width: 500px;
			height: auto;
			position: relative; top: 25px; left: 20px; 
			margin-right: 20px;
			background-color: #ddd;
			border: none;
			}
					#teaser p
						{
						font-family: arial;
						font-weight: normal;
						color: #000;
						font-size: 0.7em;
						line-height: 1.2em;
						text-align: left;
						margin-left: 20px;
						margin-right: 10px;
						margin-top: 8px;
						margin-bottom: 0px;
						}
					#teaser h1
						{
						margin-top: 6px;
						margin-bottom: 6px;
						font-size: 1.24em;
						font-weight: bold;
						color: #006600;
						}
					#teaser img
						{
						font-family: arial;
						font-weight: italic;
						color: #006600;
						font-size: 0.7em;
						text-align: left;
						margin-left: 0px;
						margin-right: 10px;
						margin-top: 5px;
						margin-bottom: 0px;
						}
						
/*INFORMATIONSBLOK*/
#info		{
			position: relative; left: 0px; top: 0px;
			float: left;
			width: 200px;
			height: auto;
			background-color: #fff;
			}
			
/*VENSTREPANEL*/
#panel		{
			posisition: relative; top:0px; left: 0px;		
			width: 200px;
			height: 450px;			
			background-color: #ccffcc;
			border-bottom: 1px solid #006600;
			}
					#panel p
					{
					font-family: verdana;
					font-weight: bold;
					color: #006600;
					font-size: 0.8em;
					line-height: 1.2em;
					text-align: center;
					margin-left: 10px;
					margin-right: 10px;
					margin-top: 00px;
					margin-bottom: 10px;
					}
					#panel a:link, a:visited	
					{
					color: #006600;
					text-decoration: underline;
					}
					#panel a:active		
					{
					color: #ff6600;
					}	

/*LILLE TEASER*/
#teaser_a	{
			width: 200px;
			height: 120px;
			position: absolute; top: 460px; left: 0px;		
			background-color: #ccffcc;
			border-bottom: 1px solid #006600;
			}
					#teaser_a p
						{
						font-family: verdana;
						font-weight: normal;
						color: #000;
						font-size: 0.7em;
						line-height: 1.2em;
						text-align: left;
						margin-left: 20px;
						margin-right: 10px;
						margin-top: 20px;
						margin-bottom: 0px;
						}
					#teaser_a h1
						{
						margin-top: 8px;
						font-size: 0.7em;
						font-weight: bold;
						color: #006600;
						}
						
/*INDHOLD*/
#content_right	{
				width: 540px;
				height: auto;
				position: relative; top: 0px; left: 0px;
				float: left;
				background-color: #fff;
				}
					#content_right p
						{
						font-family: arial;
						font-weight: normal;
						color: #000;
						font-size: 0.8em;
						line-height: 1.2em;
						text-align: left;
						margin-left: 20px;
						margin-right: 0px;
						margin-top: 8px;
						margin-bottom: 0px;
						}
					#content_right h1
						{
						margin-top: 6px;
						margin-bottom: 6px;
						margin-left: 20px;
						font-size: 1.24em;
						font-weight: bold;
						color: #006600;
						}
					#content_right h2
						{
						font-family: arial;
						font-weight: bold;
						color: #006600;
						font-size: 0.8em;
						line-height: 1.2em;
						text-align: left;
						margin-left: 20px;
						margin-right: 10px;
						margin-top: 8px;
						margin-bottom: 0px;
						}
					#content_right img
						{
						font-family: arial;
						font-weight: italic;
						color: #006600;
						font-size: 0.7em;
						text-align: left;
						margin-left: 20px;
						margin-right: 10px;
						margin-top: 5px;
						margin-bottom: 0px;
						}
					#content_right hr
						{
						height: 3px;
						color: #006600;
						}
				
#content_txt	{
				width: 500px;
				height: auto;
				position: relative; top: 25px; left: 20px; 
				margin-right: 20px;
				background-color: #fff;
				}
				
					#content_txt p
						{
						font-family: arial;
						font-weight: normal;
						color: #000;
						font-size: 0.8em;
						line-height: 1.2em;
						text-align: left;
						margin-left: 0px;
						margin-right: 0px;
						margin-top: 8px;
						margin-bottom: 0px;
						}
					#content_txt h1
						{
						margin-top: 6px;
						margin-bottom: 6px;
						margin-left: 0px;
						font-size: 1.24em;
						font-weight: bold;
						color: #006600;
						}
					#content_txt h2
						{
						font-family: arial;
						font-weight: bold;
						color: #006600;
						font-size: 0.8em;
						line-height: 1.2em;
						text-align: left;
						margin-left: 0px;
						margin-right: 10px;
						margin-top: 8px;
						margin-bottom: 0px;
						}
					#content_txt img
						{
						font-family: arial;
						font-weight: italic;
						color: #006600;
						font-size: 0.7em;
						text-align: left;
						margin-left: 0px;
						margin-right: 10px;
						margin-top: 5px;
						margin-bottom: 0px;
						}
					#content_txt hr
						{
						height: 3px;
						color: #006600;
						}
						
										
/*LINKS*/

	a: link		{
				text-decoration: underline;
				color: #006600;
				}

#footer {
	position: relative; top: 0px; left: 0px;
	width: 740px;
	height: 24px;
	background-color: #eee;
	z-index: 1;
	}
