/*
	stylesheet for LP
	media: all
*/

html
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	color: #000;
	background: #CAD2CE url('bg.jpg') 0 0 repeat-x;
}

/* typography */
body,
input,
textarea,
select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1
{
	margin: 23px 0 10px;
	font-size: 2em;
	font-weight: bold; 
	color: #666;
}
h2
{
	margin: 10px 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #333;
}
h3
{
	margin: 0 0 10px;
	font-size: 1.4em;
	font-weight: normal;
}
h4
{
	margin: 0 0 20px;
	font-size: 1.2em;
	font-weight: normal;	
	line-height: 1.5em;
}
h5
{
	margin: 0 0 5px;
	font-size: 1.2em;
	font-weight: bold;
}
p
{
	margin: 0 0 10px;
	font-size: 1em;
	line-height: 1.5em;
}
input,
select,
textarea
{
	font-size: 1em;
	background: #FFF;
}
input.submit
{
	padding: 0 3px;
	width: auto;
	overflow: visible;
}
input.searchResultsField
{
	padding: 1px 3px;
	width: 300px;
	overflow: visible;
	border-top: 1px solid #999;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #999;
}
input.searchResultsSubmit
{
	padding: 2px 5px;
	overflow: visible;
	background: #FFF;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #EFEFEF;
}
img
{
	border: none;
}
hr
{
	display: block;
	clear: both;
	margin: 15px 0;
	height: 0;
	border: 0;
	border-top: 1px solid #73A38B;
}
/* remove spacing in IE */
* html body hr
{
	margin: 5px 0;
}
form
{
	margin: 0;
}
.note
{
	color: #666;
}
.hide
{
	display: none;
}
.comments
{
	color: #999;
}

/* clearing floats */
.clear
{
	clear: both;
	height: 0;
}

/* accessibility */
.accessibility
{
	position: absolute;
	top: -999em;
	left: -999em;
}

/* set full height on parent tags */
html,
body,
form,
#frameleft,
#frameright,
#wrapper,
#content,
#leftnav
{
	height: 100%;
}

/* containers */
#wrapper
{
	margin: 0 auto;
	width: 990px;
	background: #FFF url('bg_inner.jpg') 0 0 repeat-y;
}
	#frameleft,
	#frameright
	{
		float: left;
		margin: 0;
		padding: 0;
		width: 4px;
		min-height: 640px;
	}
	#frameleft
	{
		background: url('frame_left.jpg') 0 0 no-repeat;
	}
	#frameright
	{
		background: url('frame_right.jpg') 0 0 no-repeat;
	}
	#main
	{
		float: left;
		margin: 0;
		padding: 0;
		width: 980px;
		height: auto;
		background: #FFF;
		border-left: 1px solid #6D6D6D;
		border-right: 1px solid #6D6D6D;
	}

/* header */
#header
{
	margin: 0 10px 0 20px;
	width: 950px;
}
	#logo
	{
		float: left;
		margin: 19px 0;
	}
	#printheader
	{
		display: none;
	}	
	#headerRight
	{
		float: right;
		width: 420px;
		text-align: right;
		font-size: 1em;
	}
		p#sessionStatus
		{
			float: right;
			margin: 5px 0 15px;
			padding-bottom: 5px;
			width: 100%;
			font-size: 1em;
			text-align: right;
			color: #666;
			border-bottom: 1px dotted #999;
		}
			p#sessionStatus a
			{
				color: #E8002B;
				text-decoration: none;
			}
		#headerNav
		{
			float: right;
			margin-right: 20px;
			padding-top: 4px;
			line-height: 14px;
		}
			#headerNav p
			{
				font-size: 1em;
				color: #666;
			}
				#headerNav p span.spacer
				{
					padding: 0 8px;
				}
				#headerNav p a
				{
					color: #666;
					text-decoration: none;
				}
		#searchBox
		{
			float: right;
			margin: 0;
			padding: 3px;
			border: 1px solid #CCC;
		}
			#searchField
			{
				margin: 0;
				padding: 0 0 0 2px;
				width: 140px;
				font-size: 1em;
				border: 0;
			}
			#searchSubmit
			{
				width: 15px;
				height: 14px;
				vertical-align: middle;
				border: 0;
			}
 
	#topnav
	{
		margin: 0 19px 20px;
		padding: 0;
		width: 942px;
		height: 37px;
		background: url('topnav_bg.jpg') 0 0 repeat-x;
	}
		#topnav ul
		{
			margin: 0;
			padding: 0;
			height: 37px;
			list-style-type: none;
		}
		#topnav ul li
		{
			display: inline;
		}
			#topnav ul li a
			{
				float: left;
				display: block;
				margin: 0;
				padding: 0;
				font-family: Tahoma, Arial, sans-serif;
				font-size: 1.1em;
				text-decoration: none;
				line-height: 12px;
				color: #000;/*333*/
				border-right: 1px solid #A3A3A3;
			}
				#topnav ul li a span
				{
					display: block;
					padding: 11px 20px 13px;
				}
				#topnav ul li.first a span
				{
					background: url('topnav_first_left.jpg') top left no-repeat;
				}
			#topnav ul li a.selected
			{
				color: #000;
				background: url('topnav_selected_bg.jpg') top left repeat-x;
			}
				#topnav ul li.first a.selected span
				{
					background: url('topnav_selected_first_left.jpg') top left no-repeat;
				}
			#topnav ul li a:hover
			{
				color: #000;
			}
	#topnav a#dinPension
	{
		float: right;
		margin: 0;
		padding: 0;
		width: 112px;
		height: 36px;
		background: url('din_pension.gif') top left no-repeat;
		border: none;
	}
	#topnav a#dinPension.selected
	{
		background: url('din_pension_selected.gif') top left no-repeat;
	}

/* content section */
#content
{
	float: left;
	margin: 0;
	padding: 0 20px 20px 20px;
	width: 940px;
	min-height: 360px;
	background: #FFF url('leftnav_bg.jpg') 20px 20px repeat-y;
}
body.front #content
{
	background: #FFF;
}

/* print page link */
#breadcrumb
{
	float: left;
	width: 700px;
	margin: 0 0 10px 0;
	color: #999;
}
	#breadcrumb a
	{
		color: #999;
	}

	/* coloumns */
	#content div.col
	{
		float: left;
		width: 220px;
	}
		#content div.col p
		{
			font-size: 1.1em;
		}
			#content div.col p.small
			{
				font-size: 1em;
				color: #666;
			}						
			#content div.col p.small a
			{
				font-size: 1em;
				color: #666;
			}			
		#content div.col a
		{
			text-decoration: none;
			color: #000;
		}
			#content div.col a.green
			{
				color: #060;
			}
			#content div.col p a
			{
				padding: 0 0 0 11px;				
				background: url('col_link.gif') 0 2px no-repeat;  /*Indsat af asi 21.04.2008*/
			}
				#content div.col p a.noarrow
				{
					padding: 0;
					background: none;
				}			
				#content div.col p a.prev
				{
					padding: 0 0 0 11px;
					background: url('col_link_back.gif') center left no-repeat;
				}
				#content div.col p a.next
				{
					padding: 0 0 0 13px;
					background: url('col_link.gif') center left no-repeat;
				}
										
/******************/				
				/*Indsat af asi 21.04.2008*/
				#content div.col a.external
				{
					padding: 0 0 0 14px;
					background: url('col_link_external.gif') top left no-repeat;
				}				
				
				#content div.col a.exclamation
				{
					padding: 1px 0 1px 18px;
					background: url('icon_exclamation.gif') top left no-repeat;
				}
				#content div.col a.question
				{
					padding: 1px 0 1px 18px;
					background: url('icon_question.gif') top left no-repeat;
				}
				#content div.col a.dblarrow
				{
					padding: 1px 0 1px 18px;
					background: url('icon_dblarrow.gif') top left no-repeat;
				}
				#content div.col a.word
				{
					padding: 1px 0 1px 17px;
					background: url('icon_word.gif') top left no-repeat;
				}													
				#content div.col a.excel
				{
					padding: 1px 0 1px 17px;
					background: url('icon_excel.gif') top left no-repeat;
				}
				#content div.col a.pdf
				{
					padding: 1px 0 1px 17px;
					background: url('icon_pdf.gif') top left no-repeat;
				}
				
				/*asi 21.04.2008 ICON RIGHT*/
				#content div.col a.externalright
				{
					padding: 0px 18px 2px 0px;
					background: url('col_link_external.gif') top right no-repeat;
				}				
				
				#content div.col a.exclamationright
				{
					padding: 1px 18px 2px 0px;
					background: url('icon_exclamation.gif') top right no-repeat;
				}
				#content div.col a.questionright
				{
					padding: 1px 18px 2px 0px;
					background: url('icon_question.gif') top right no-repeat;
				}
				#content div.col a.dblarrowright
				{
					padding: 1px 18px 2px 0px;
					background: url('icon_dblarrow.gif') top right no-repeat;
				}
				#content div.col a.wordright
				{
					padding: 0px 17px 2px 0px;
					background: url('icon_word.gif') top right no-repeat;
				}													
				#content div.col a.excelright
				{
					padding: 0px 17px 2px 0px;
					background: url('icon_excel.gif') top right no-repeat;
				}
				#content div.col a.pdfright
				{
					padding: 0px 17px 2px 0px;
					background: url('icon_pdf.gif') top right no-repeat;
				}				
/******************/
				
			#content div.col h2 a
			{
				padding: 0 0 0 12px;
				background: url('col_link.gif') center left no-repeat;
			}
			#content div.col h3 a
			{
				padding: 0 0 0 11px;
				background: url('col_link.gif') center left no-repeat;
			}
				#content div.col h3.listHead
				{
					margin: 10px 0 2px;
					padding: 0;
				}
			#content div.col h4 a
			{
				padding: 0 0 0 10px;
				background: url('col_link.gif') center left no-repeat;
			}
		#content div.col div.box
		{
			margin: 10px 0;
			padding: 10px 15px;
			background: #E4E8E6;
		}

			#content div.col .indent
			{
				margin-left: 25px;
			}

			#content div.col div.box h2
			{
				margin: 5px 0;
			}
			#content div.col div.box h3
			{
				margin: 5px 0;
			}
			#content div.col div.box p a
			{
				padding: 0 0 0 11px;
				background: url('col_link_grey.gif') 0 2px no-repeat; /*Indsat af asi 23.04.2008*/
			}
		/* lists with icons */
		#content div.col ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
			#content div.col ul li
			{
				margin: 0;
				padding: 0;
				font-size: 1.1em;
				line-height: 1.7em;
				list-style: none;			
			}
			
			#content div.col ol li
			{
							
				margin: 0;
				padding: 0;
				font-size: 1.1em;
				line-height: 1.7em;
				/*list-style: number;*/
			
			}
			
				/*asi 21.04.2008*/
				#content div.col ul li a
				{
					padding: 0 0 0 11px;
					background: url('col_link.gif') 0 2px no-repeat;
				}
				#content div.col ul li a.external
				{
					padding: 0 0 0 14px;
					background: url('col_link_external.gif') top left no-repeat;
				}
				#content div.col ul li a.exclamation
				{
					padding: 1px 0 1px 18px;
					background: url('icon_exclamation.gif') top left no-repeat;
				}
				#content div.col ul li a.question
				{
					padding: 1px 0 1px 18px;
					background: url('icon_question.gif') top left no-repeat;
				}
				#content div.col ul li a.dblarrow
				{
					padding: 1px 0 1px 18px;
					background: url('icon_dblarrow.gif') top left no-repeat;
				}
				#content div.col ul li a.word
				{
					padding: 1px 0 1px 17px;
					background: url('icon_word.gif') top left no-repeat;
				}
				#content div.col ul li a.excel
				{
					padding: 1px 0 1px 17px;
					background: url('icon_excel.gif') top left no-repeat;
				}
				#content div.col ul li a.pdf
				{
					padding: 1px 0 1px 17px;
					background: url('icon_pdf.gif') top left no-repeat;
				}
			#content div.col ul.standard li
			{
				margin: 0 0 0 25px;
				padding-left: 0;
				list-style-type: disc;
			}
			#content div.col ul.standard ul li
			{
				margin-left: 20px;
				list-style-type: circle;
				font-size: 1em;
			}
			#content div.col ul.standard ul ul li
			{
				list-style-type: square;
			}				
		#content div.col .graph
		{
			padding: 4px 0 4px 31px;
			background: url('icon_graph.gif') center left no-repeat;
		}
		#content div.col .calculator
		{
			padding: 4px 0 4px 31px;
			background: url('icon_calculator.gif') center left no-repeat;
		}
		#content div.col .pen
		{
			padding: 4px 0 4px 31px;
			background: url('icon_pen.gif') center left no-repeat;
		}
		#content div.col div.itemList
		{
			margin-bottom: 10px;
		}
			#content div.col div.itemList h4
			{
				font-weight: bold;
			}
			#content div.col div.itemList ul
			{
				margin-bottom: 0;
			}
		/* list with leading negative arrow icon */
		#content div.col ul.iconList
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
			#content div.col ul.iconList li
			{
				margin: 0;
				padding: 5px 0 5px 26px;
				line-height: 1.4em;
				background: #FFF url('col_link_neg.gif') 8px 8px no-repeat;
			}
			#content div.col ul.iconList li h3
			{
				margin-bottom: 3px;
				font-size: 1.3em;
				color: #333;
			}
				#content div.col ul.iconList li a
				{
					padding: 0;
					color: #333;
					background-image: none;
				}
			#content div.col ul.iconList li h4
			{
				margin-bottom: 3px;
				font-size: 1.1em;
				line-height: 1.3em;
				color: #333;
			}
				#content div.col ul.iconList li h4 a
				{
					padding: 0;
					color: #333;
					background: #FFF;
				}
			#content div.col ul.iconList li p
			{
				font-size: 1em;
				line-height: 1.4em;
			}
		/* list for questions & answers */
		#content div.col ul.qaList
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
			#content div.col ul.qaList li
			{
				margin: 0;
				padding: 0;
				line-height: 1.4em;
				background-color: #FFF;
			}
			#content div.col ul.qaList li.alt
			{
				background-color: #EFEFEF;
			}
				#content div.col ul.qaList li.toggler div.question
				{
					cursor: pointer;
				}
				#content div.col ul.qaList li a
				{
					padding: 0;
					color: #333;
					background-image: none;
				}
				#content div.col ul.qaList li p
				{
					font-size: 1em;
					line-height: 1.4em;
				}
			#content div.col ul.qaList li div.question
			{
				margin-left: 10px;
				padding: 5px 0 5px 26px;
				background: url('icon_question.gif') left center no-repeat; 
			}
				#content div.col ul.qaList li div.question p
				{
					margin-bottom: 0;
					font-weight: bold;
				}
			#content div.col ul.qaList li div.answer
			{
				margin-left: 10px;
				padding: 5px 5px 5px 26px;
			}
				#content div.col ul.qaList li div.answer p
				{
					margin-bottom: 5px;
				}
		#content div.col .red
		{
			color: #E8002B;
		}
		#content div.col.two
		{
			padding: 0;
			width: 460px;
		}
		#content div.col.three
		{
			padding: 0;
			width: 700px;
		}
			#content div.col.three div.col.three
			{
				padding: 0;
				width: 696px;
			}
		#content div.col.four
		{
			padding: 0;
			width: 950px;
		}
			#content div.col.four div.col.four
			{
				padding: 0;
				width: 946px;
			}
			
		#content div.tabnav
		{
			margin-top: 10px;
		}

		body.front #content div.col.border,
		body.front #content div.col div.col.border
		{
			padding: 1px;
			border: 1px solid #DEE0DF;
		}
			body.front #content div.col.border img.floatBigImage
			{
				float: left;
			}
			body.front #content div.col.border div.floatBigText
			{
				float: right;
				padding-right: 20px;
				width: 202px;
			}
			body.front #content div.col.border h1
			{
				margin-top: 40px;
				font-size: 1.8em;
				line-height: 1.2em;
			}
			body.front #content div.col.border h4
			{
				margin-top: 10px;
				font-size: 1.2em;
				color: #666;
			}
				body.front #content div.col.border h4 a
				{
					padding: 3px 0 3px 19px;
					background: url('col_link_neg_front.gif') 0 3px no-repeat;
				}
			body.front #content div.col.border ul
			{
				margin: 0;
				padding: 0;
				list-style: none;
			}
				body.front #content div.col.border ul li
				{
					margin: 0;
					padding: 5px 0 5px 11px;
					line-height: 1.1em;
					background: url('col_link.gif') 1px 5px no-repeat;
				}
					body.front #content div.col.border ul li a
					{
						padding: 0;
						color: #333;
						background: #FFF;
					}
		#content div.col.spaceRight
		{
			margin-right: 20px;
		}
		#content div.col.spaceTop
		{
			margin-top: 45px;
		}
		#content div.col.greenTop
		{
			border-top: 2px solid #73A38B;
		}
			#content div.col.greenTop h2
			{
				margin-top: 20px;
			}
		#content div.col.spaceBottom
		{
			margin-bottom: 20px;
		}
		#content div.col.spaceLeft
		{
			margin-left: 20px;
		}
		/* tabs for guide-steps */
		#content div.col table.tabs
		{
			margin: 0 0 30px 0;
			padding: 0;
			background: url('tabs_bg.jpg') top left repeat-x;
			border-left: 1px solid #CBD2CE;
			border-top: none;
			border-bottom: none;
		}
			#content div.col table.tabs tr td
			{
				margin: 0;
				padding: 0;
				font: normal 11px Arial, Tahoma Verdana, sans-serif;
				text-align: center;
				white-space: nowrap;
				background: url('tabs_normal.jpg') top right no-repeat;
			}
				#content div.col table.tabs tr td.prev
				{
					background: url('tabs_past.jpg') top right no-repeat;
				}
				#content div.col table.tabs tr td.curr
				{
					background: #CBD2CE url('tabs_present.jpg') top right no-repeat;
				}
				#content div.col table.tabs tr td.end
				{
					background: url('tabs_end.jpg') top right no-repeat;
				}
				#content div.col table.tabs tr td.currEnd
				{
					background: #CBD2CE;
				}
				#content div.col table.tabs tr td a
				{
					margin: 0 25px 0 10px;
					padding: 0 3px;
					line-height: 30px;
					color: #060;
				}
				#content div.col table.tabs tr td.curr a,
				#content div.col table.tabs tr td.currEnd a
				{
					color: #000;
				}
				#content div.col table.tabs tr td a:hover
				{
					color: #000;
				}

		/* simple tabs with no arrows */
		#content div.col table#tabsSimple
		{
			margin: 0 0 30px 0;
			padding: 0;
			background: url('tabs_bg.jpg') top left repeat-x;
			border-left: 1px solid #CBD2CE;
			border-right: 1px solid #CBD2CE;
			border-top: none;
			border-bottom: none;
		}
			#content div.col table#tabsSimple tr td
			{
				margin: 0;
				padding: 0;
				font: normal 11px Arial, Tahoma Verdana, sans-serif;
				text-align: center;
				white-space: nowrap;
				/*background: #FFF;*/
				border-right: 1px solid #CBD2CE;
			}
				#content div.col table#tabsSimple tr td.curr
				{
					background: #CBD2CE;
				}
				#content div.col table#tabsSimple tr td.end
				{
					border-right: none;
				}
				#content div.col table#tabsSimple tr td.currEnd
				{
					background: #CBD2CE;
					border-right: none;
				}
				#content div.col table#tabsSimple tr td a
				{
					margin: 0 25px 0 10px;
					padding: 0 3px;
					line-height: 30px;
					color: #060;
				}
				#content div.col table#tabsSimple tr td.curr a,
				#content div.col table#tabsSimple tr td.currEnd a
				{
					color: #000;
				}
				#content div.col table#tabsSimple tr td a:hover
				{
					color: #000;
				}

		#content div.col p.tableHead
		{
			margin-bottom: 1px;
			padding: 7px 10px;
			font-weight: bold;
			background: #E4E8E6;
		}
		#content div.col table
		{
			margin: 0;
			padding: 0;
			width: 100%;
			background: #E4E8E6;
			border: none;
			border-top: 10px solid #E4E8E6;
			border-bottom: 10px solid #E4E8E6;
		}
			#content div.col table tr
			{
			}
				#content div.col table tr th
				{
					padding: 5px 10px;
					font-weight: bold;
					border: none;
				}
				#content div.col table tr td
				{
					padding: 5px 10px;
					text-align: left;
					border: none;
				}
/*******************/				

				/*ASI 21.04.2008*/
				#content div.col table.simple1
				{
					padding: 5px 10px;
					border: 1px solid #FFFFFF;
				}
				#content div.col table.simple1 tr td
				{
					padding: 5px 10px;
					border: 1px solid #FFFFFF;
				}										
				#content div.col table.simple1 tr td p
				{
					margin: 0 0 0px;
					font-size: 1.1em;
					line-height: 1.5em;
				}				
				#content div.col table.simple2 
				{
					border:1px outset #000000;
					margin:auto;
					border-collapse: collapse;
				}
				
				#content div.col table.simple2 td.simple2
				{
					border:1px outset #000000;
				}								
				#content div.col table.simple2 td.simple2 p
				{					
					margin: 0 0 0px;
					font-size: 1.1em;
					line-height: 1.5em;
				}
				#content div.col table.simple3 
				{					
					margin:auto;
					border-collapse: collapse;
				}
				
				#content div.col table.simple3 td.simple3
				{
					
				}								
				#content div.col table.simple3 td.simple3 p
				{					
					margin: 0 0 0px;
					font-size: 1.1em;
					line-height: 1.5em;
				}	
				#content div.col table.simple4 
				{
					background: #fff;
					border:1px outset #E4E8E6;
					margin:auto;
					border-collapse: collapse;
				}
				
				#content div.col table.simple4 td.simple4
				{
					border:1px outset #E4E8E6;				
					
				}								
				#content div.col table.simple4 td.simple4 p
				{					
					margin: 0 0 0px;
					font-size: 1.1em;
					line-height: 1.5em;				
				}
				#content div.col table.simple5 
				{				
					border-top: 0px;
					border-bottom: 0px;					
					margin:auto;
					border-collapse: collapse;
				}			
				#content div.col table.simple5 tr.rowHeader 
				{
					background: url('topnav_bg.jpg') 0 0 repeat-x;
				}												
				#content div.col table.simple5 tr.rowOdd
				{
					background: #E4E8E6;

				}
				#content div.col table.simple5 tr.rowEven 
				{
					background: #fff;
				}												
				#content div.col table.simple5 td.simple5 p
				{					
					margin: 0 0 0px;
					font-size: 1.1em;
					line-height: 1.5em;
				}			
				#content div.col table.simple6 
				{
					border-top: 0px;
					border-bottom: 0px;
					margin:auto;
					border-collapse: collapse;
				}
				#content div.col table.simple6 tr.rowHeader 
				{
					background: url('topnav_bg.jpg') 0 0 repeat-x;
				}				
				#content div.col table.simple6 td.simple6
				{
					
				}								
				#content div.col table.simple6 td.simple6 p
				{					
					margin: 0 0 0px;
					font-size: 1.1em;
					line-height: 1.5em;
				}	
				#content div.col table.simple7 
				{
					border-top: 0px;
					border-bottom: 0px;
					margin:auto;
					border-collapse: collapse;
				}
				#content div.col table.simple7 tr.rowHeader td
				{					
					border-bottom: 2px solid #fff;
				}				
				#content div.col table.simple7 td.simple7
				{
					
				}								
				#content div.col table.simple7 td.simple7 p
				{					
					margin: 0 0 0px;
					font-size: 1.1em;
					line-height: 1.5em;
				}
				#content div.col table.simple8 
				{
					background: #E4E8E6;
					border:1px solid #fff;
					margin:auto;
					border-collapse: collapse;
				}				
				#content div.col table.simple8 td.simple8
				{
					border:1px solid #fff;				
					
				}								
				#content div.col table.simple8 td.simple8 p
				{
					margin: 0 0 0px;
					font-size: 1.1em;
					line-height: 1.5em;				
				}
				#content div.col table.simple9 
				{
					border-top: 0px;
					border-bottom: 0px;
					margin:auto;
					border-collapse: collapse;
				}
				#content div.col table.simple9 tr.rowHeader td
				{					
					border-bottom: 2px solid #fff;
				}				
				#content div.col table.simple9 td.simple9
				{
					
				}								
				#content div.col table.simple9 td.simple9 p
				{					
					margin: 0 0 0px;
					font-size: 1.1em;
					line-height: 1.5em;
				}				
				#content div.col table.simple9a 
				{		
				
					border-top: 0px;
					border-bottom: 0px;			
					background: #fff;
					margin:auto;
					border-collapse: collapse;
				}
				
				#content div.col table.simple9a td.simple9a
				{
					
				}								
				#content div.col table.simple9a td.simple9a p
				{					
					margin: 0 0 0px;
					font-size: 1.1em;
					line-height: 1.5em;
				}							
								
/*******************/				

				#content div.col table.fig tr td
				{
					text-align: right;
				}
				#content div.col table tr td.leftAlign
				{
					text-align: left;
				}

		body.front #content div.col p.date
		{
			margin: 0 0 2px 0;
			padding: 0;
			font-size: 1em;
			color: #999;
		}

		#content div.col p.resultsShowing
		{
			padding: 5px 8px;
			background: #E4E8E6;
		}
			#content div.col p.resultsShowing a
			{
				padding: 0;
				font-weight: bold;
				background-image: none;
			}
		#content div.col div.resultsBox
		{
			margin: 0;
			padding: 6px 0 8px;
			border-bottom: 1px solid #CCC;
		}
			#content div.col div.resultsBox h3,
			#content div.col div.resultsBox p
			{
				margin: 3px 0 0;
			}
			#content div.col div.resultsBox p.date
			{
				font-size: 1em;
				color: #999;
			}
		#content div.col div.resultsBox.noResults
		{
			margin: 0;
			padding: 6px 10px 10px;
			background: #E4E8E6;
			border-bottom: none;
		}

	#content div.col #printAndSize
	{
		float: right;
		margin: 25px 0 10px 50px;
	}
		#content div.col #printAndSize a
		{
			color: #999;
		}
		#content div.col #printAndSize img
		{
			vertical-align: middle;
			margin-bottom: 1px;
		}

		/* boxes for right side, different colors */
		#content div.col div.sideBox
		{
			margin-bottom: 20px;
			padding: 1px;
			color: #333;
			background: #FFF;
			border: 1px solid #DFE8E0;
		}
			#content div.col div.sideBox div
			{
				padding: 0;
				background: #FFF;
			}
				#content div.col div.sideBox .alignCenter
				{
					text-align: center;
				}
			#content div.col div.sideBox div h1
			{
				margin: 0;
				padding: 0 10px 5px;
				color: #000;
			}
			#content div.col div.sideBox div h3
			{
				margin: 0;
				padding: 7px 10px;
				font-size: 1.1em;
				font-weight: bold;
				color: #FFF;
				border-bottom: 1px solid #FFF;
			}
			#content div.col div.sideBox div h4.head
			{
				margin-bottom: 15px;
			}
			#content div.col div.sideBox div h3 a,
			#content div.col div.sideBox div h4 a
			{
				padding: 0 0 0 15px;
				background: url('col_link_neg.gif') 0 3px no-repeat;
			}
				#content div.col div.sideBox div div
				{
					padding: 10px 10px 0 10px;
				}
				#content div.col div.sideBox div.green h3
				{
					background: #73A38B;
				}
				#content div.col div.sideBox div.green div
				{
					background: #FFF url('box_gradient_green_bg.jpg') top left repeat-x;
				}
				#content div.col div.sideBox div.brown h3
				{
					background: #755A4A;
				}
				#content div.col div.sideBox div.brown div
				{
					background: #FFF url('box_gradient_braun_bg.jpg') top left repeat-x;
				}
				#content div.col div.sideBox div.blue h3
				{
					background: #6C8FA3;
				}
				#content div.col div.sideBox div.blue div
				{
					background: #FFF url('box_gradient_blue_bg.jpg') top left repeat-x;
				}
				#content div.col div.sideBox div div.lines
				{
					padding: 2px 0 0;
				}
					#content div.col div.sideBox div div.lines p
					{
						margin: 0;
						padding: 5px 10px 7px;
						border-bottom: 1px dotted #D7E3DB;
					}
				#content div.col div.sideBox div p.date
				{
					margin: 0 0 2px 0;
					padding: 0;
					font-size: 1em;
					color: #999;
				}
				#content div.col div.sideBox div p.bigGreen
				{
					margin: 0 0 15px 0;
					padding: 0;
					font-size: 1.2em;
					line-height: 1.3em;
				}
					#content div.col div.sideBox div p.bigGreen a
					{
						margin: 0;
						padding: 0;
						color: #060;
						background: none;
					}
				#content div.col div.sideBox div ul
				{
					margin: 0;
					padding: 0;
					list-style: none;
				}
					#content div.col div.sideBox div li
					{
						margin: 0;
						padding: 5px 0 5px 12px;
						line-height: 1.4em;
						background: url('col_link.gif') 0 8px no-repeat;
					}
						#content div.col div.sideBox div li a
						{
							padding: 0;
							color: #333;
							background-image: none;
						}
				#content div.col div.sideBox div hr
				{
					display: block;
					clear: both;
					margin: 15px 0;
					height: 0;
					border: 0;
					border-top: 1px solid #D7E3DB;
				}
				#content div.col div.sideBox div.eboks
				{
					padding: 5px 10px 0;
				}
					#content div.col div.sideBox div.eboks img
					{
						margin-top: 8px;
					}

/* floaters */
.floatLeft
{
	float: left;
}
img.floatLeft
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.floatRight
{
	float: right;
}
img.floatRight
{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

/* left navigation */
#leftnav
{
	float: left;
	margin: 0 20px 0 0;
	width: 220px;
}
body.front #leftnav
{
	display: none;
}
	#leftnav ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		#leftnav ul li
		{
			margin: 0;
			padding: 0;
		}
			#leftnav ul li a
			{
				display: block;
				margin: 0;
				padding: 8px 16px;
				font-family: Tahoma, Arial, sans-serif;
				font-size: 1.2em;
				text-decoration: none;
				color: #333;
				background: url('leftnav_bg_li.jpg') 0 0 repeat-y;
				border-top: 1px dotted #CCC;
			}
			/* help IE6 */
			* html #leftnav ul li a
			{
				height: 1em;
				border-top: 1px solid #E5E5E5;
			}
				#leftnav ul li a:hover
				{
					color: #000;
				}
			#leftnav ul li.last
			{
				border-bottom: 1px dotted #CCC;
			}
				#leftnav ul li li.last
				{
					border-bottom: none;
				}
			/* help IE6 */
			* html #leftnav ul li.last
			{
				border-bottom: 1px solid #E5E5E5;
			}
				* html #leftnav ul li li.last
				{
					border-bottom: none;
				}
			#leftnav ul li.haschild a
			{
				background: url('leftnav_bg_li_haschild.jpg') 0 0 repeat-y;
			}
			#leftnav ul li.expand a
			{
				padding-bottom: 4px;
				color: #333;
				background: url('leftnav_bg_li_expand.jpg') 0 0 repeat-y;
			}
			#leftnav ul li a.selected
			{
				color: #E8002B;
				/*background: url('leftnav_bg_li_selected.jpg') 0 0 repeat-y;*/
			}
			#leftnav ul li.haschild a.selected
			{
				color: #E8002B;
				background: url('leftnav_bg_li_expand.jpg') 0 0 repeat-y;
			}
				#leftnav ul li ul
				{
					margin: 0;
					padding: 0 0 8px;
				}
					#leftnav ul li ul li
					{
						margin: 0;
						padding: 0;
					}
						#leftnav ul li ul li a,
						#leftnav ul li.expand ul li a,
						#leftnav ul li.haschild ul li a
						{
							margin: 0;
							padding: 3px 10px 3px 26px;
							font-family: Tahoma, Arial, sans-serif;
							font-size: 1.1em;
							text-decoration: none;
							color: #333;
							background: url('leftnav_bg_li_li.gif') 16px 7px no-repeat;
							border: none;
						}
						#leftnav ul li.expand ul li a.selected
						{
							color: #E8002B;
							background: url('leftnav_bg_li_li.gif') 16px 7px no-repeat;
						}
						#leftnav ul li ul li a:hover
						{
							color: #000;
						}
	div.leftnavAfter
	{
		margin: 0;
		padding: 10px;
		background: url('leftnav_bg.jpg') 0 0 repeat-y;
	}

/* footer */
#footer
{
	float: left;
	margin: 0;
	padding: 0 20px;
	width: 940px;
}
	#footer div
	{
		margin: 20px 0;
		padding: 10px 0;
		border-top: 2px solid #73A38B;
		color: #666;
	}
		#footer div p
		{
			margin: 0;
			text-align: center;
		}
		#footer div p a
		{
			padding: 0 0 0 11px;
			text-decoration: none;
			color: #666;
			background: url('col_link.gif') center left no-repeat;
		}

/* contact formular */
body.contactform
{
	margin: 0 10px;
	padding: 0;
	height: auto;
	background: #E4E8E6;
}
	body.contactform div.standalone
	{
		font-size: 1.1em;
	}
		body.contactform div.standalone a
		{
			color: #F00;
			text-decoration: none;
		}
		body.contactform div.standalone input,
		body.contactform div.standalone textarea
		{
			padding: 1px 3px;
			border-top: 1px solid #999;
			border-right: 1px solid #EFEFEF;
			border-bottom: 1px solid #EFEFEF;
			border-left: 1px solid #999;
		}
		body.contactform div.standalone input.long
		{
			width: 210px;
		}
		body.contactform div.standalone textarea
		{
			width: 450px;
		}
		body.contactform div.standalone input[type="checkbox"]
		{
			width: 14px;
			background: transparent;
			border: none;
		}
		body.contactform div.standalone input.submit
		{
			padding: 2px 10px;
			overflow: visible;
			background: #FFF;
			border-top: 1px solid #EFEFEF;
			border-right: 1px solid #999;
			border-bottom: 1px solid #999;
			border-left: 1px solid #EFEFEF;
		}

.vtree {
	padding:0px;
	margin:0px;
	margin-left:1.1em;
	margin-right:1.1em;
	margin-top:0.5em;
	}
	
#listtree{


	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-left: 12px;
	padding-bottom:5px;
	background-image: url('col_link.gif');
	background-repeat: no-repeat;
	font-size: 12px;

	
}
	
	#listtree a {color:#000000; text-decoration:none;}
	#listtree a:hover {color:#000000; text-decoration:underline;}	
		
	
em.wordmatch {
	background-color: #73A38B;
	}
	
#hidebreadcrumb
{
	display: none;
}	