/*
* Personalia
*
* 26.06.2007
*
* DruckStyle
*
*/

#context1, #context2, #breadcrumbNav, .navDtlPage, #menu, #serviceNav, #searchBox, #shaddowTop
	{ display: none; }
	
* {margin: 0; padding: 0;}
body
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		background: #fff;
		text-align: center;
		color: #000;
	}
	
h1, h2, h3, h4, h5 { font-size: 1em; clear: both; }	
p { margin: 1em 0; padding: 0 }
img { border: none; }	
a { color: #0D3C9D }	
.clear, hr { clear: both; }

hr { height: 1px; padding. 0;}

#printCloseBox
	{
		padding: 5px;
		text-align: right;
		font-size: 0.8em;
	}
	
#header
	{
		border-bottom: solid 5px #DADADA;	
		padding: 0;
		margin-bottom: 1em;
		background-image: none!important;
		background-color: #fff;
		text-align: center;
		
		position: absolute;
		width: 100%;
		height: 119px;
		top: 20px;
	}
#header img
	{
		position: relative;
		top: 26px;
	}
#printRightImgBox
	{
	display: none;
		position: absolute;
		right: 0;
		top: -370px;
		width: 50px;
		height: 300px;

	}
* html #printRightImgBox
	{
		right: 18px;
	}	
#pageHolder
	{
		position: relative;
		width: auto;
		text-align: left;
		border: solid 1px #fff;
	}
#contentBox
	{
		margin-top: 120px;
		padding-top: 60px;
		padding-left: 20px;
		padding-right: 20px;
		/*border-right: solid 70px #DADADA;	*/
	}
#content { padding: 0 1em; }

#content h1
	{
		font-family: Times, serif;
		font-size: 1.6em;
		line-height: 1.6em;
		color: #0D3C9D;
		font-weight: normal;
		letter-spacing: 0.1em;
	}
	
ul, ol { margin: 1em 2.6em; }

td { vertical-align: top; padding: 0 1em 1em 0 }
table { clear: both; margin-bottom: 2em;}

#footer
	{
		position: relative;
		clear: both; 
		margin: 2em 1em;
		text-align: left;
		border-top: solid 1px #000;
		padding-bottom: 2em;
	}