/****************************************************
	P A G E L A Y O U T
	1em = 10px
****************************************************/
body
{
	color:			#666666;	
	background-color:	#DDDDDD; 	/* Placed here so the content editor is not influenced */
	padding:		0;
	margin:			0;
	text-align: 		center;
}

div#PageContainer
{
	/*width:			908px;*/		/* PAGE WIDTH #1 of 2 */

	/*
	mab[at]acto[dot]dk 14.11.2007
	Optimized for 1024x768
	*/
	
	width:			995px;
	display:		block;
	margin-left: 		auto; 
	margin-right: 		auto;
	position:		relative;
}

div#Page 
{
	text-align: 		left;
	padding-top:		85px;		/* HEADER HEIGHT #1 of 2 */
}

div#ToolsColumn a#NavLogo
{
	position: 		absolute;
	background-image: 	url('/images/tk/Logo-Bund.gif');
	background-repeat: 	no-repeat;
	height:			40px;
	width:			171px;
	text-decoration: 	none;
}

div#ToolsColumnInner
{
	margin-top:		47px;
}

div#InfoColumnInner
{
	padding-top:		20px;
}

a#print
{
	text-decoration: 	none;
	height:			14px;
	width:			18px;
	background-image:	url('/images/tk/Print.gif');
	background-repeat: 	no-repeat;
	background-position: 	top right;
	position: 		absolute;
	top:			5px;
	right:			7px;
}

div.Search
{
	position:		absolute;
	top:			3px;
	right:			40px;
}

div.Search a
{
	color:			white !important;
	text-decoration: 	none;
	margin-right:		8px;
}

div.Search input
{
	height:				12px;
}
/****************************************************
	H E A D E R   S T U F F
****************************************************/
div#HeaderContainer
{
	position:			absolute;
	top:				0;
	left:				0;
	/*width:				908px;	*/	/* PAGE WIDTH #2 of 2*/
	
	/*
	mab[at]acto[dot]dk 14.11.2007
	Optimized for 1024x768
	*/
	width:				995px;
}

div#Header
{
	height:				85px;		/* HEADER HEIGHT #2 of 2*/
}

div#Header div#Logo img
{
	margin: 0;
	padding: 10px 0 0 0;
}



/****************************************************
	F O O T E R   S T U F F
****************************************************/
div#FooterContainer
{
	clear:				both;
}

div#Footer
{
	height:				23px;
}

div#FooterText
{
	text-align: 		center;
	padding-top:		5px;
}


/**********************************
	M I S C
*********************************/
fieldset
{
	display:				inline;
}