@charset "UTF-8";

@media screen, projection
{
	html, body
	{
		height: 100%;
	}

	body
	{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 80%;
		color: #000080;
	}

	body > #page
	{
		height: auto;
		min-height: 100%;
	}

	body:before
	{
		content: "";
		height: 100%;
		float: left;
		width: 0;
		margin-top: -32767px;
	}

	a
	{
		color: #000080;
		text-decoration: none;
	}

	h1, h2, h3
	{
		color: #000080;
		margin: 5px 5px 5px 0px;
	}

	h2
	{
		font-size: 1.2em;
	}

	h3
	{
		font-size: 1.1em;
	}

	h4
	{
		font-size: 0.9em;
	}

	p
	{
		margin: 10px 0px 5px 0px;
	}

	tr
	{
		vertical-align: top;
	}

	th
	{
		font-size: 1.1em;
		font-weight: bold;
		color: #f58249;
		padding: 10px 0px 10px 0px;
		text-align: center;
	}

	td
	{
		padding: 4px 0px 4px 0px;
	}

	hr
	{
		border: 0px;
		border-top: solid 1px #f58249;
		border-bottom: solid 1px #ffffff;
		margin: 10px 10px 10px 10px;
	}

	#page
	{
		background: #ffffff url(./../../images/header-background.png) top no-repeat;
		width: 100%;
	}

	#header
	{
		margin: 0 auto;
		width: 741px;
		height: 126px;
	}

	#main
	{
		text-align: left;
		margin: 0 auto;
		min-width: 741px;
		max-width: 741px;
		background: #ffffff;
		overflow: auto;
		padding-bottom: 60px;
	}

	#footer
	{
		color: #ffffff;
		font-size: 1.2em;
		position: relative;
		margin-top: -60px;
		height: 60px;
		clear: both;
		background-color: #000080;
	}

	#footer_content
	{
		width: 740px;
		margin: 0 auto;
		padding: 5px 5px 5px 5px;
		text-align: center;
	}

	#footer a
	{
		color: #ffffff;
	}

	#col1
	{
		width: 160px;
		border-right: 2px dotted #808080;
	}

	#col1_content
	{
		padding: 5px 5px 5px 5px;
	}

	#col2
	{
		width: 160px;
		border-left: 2px dotted #808080;
	}

	#col2_content
	{
		padding: 5px 5px 5px 5px;
	}

	#col3
	{
		margin: 0 160px;
	}

	#col3_content
	{
		padding: 10px 10px 10px 10px;
	}

	ul
	{
		list-style-image: url(./../../images/orange.gif);
	}

	ul.navigation
	{
		list-style-image: url(./../../images/blau.gif);
	}

	ul.navigation a
	{
		color: #000080;
		font-weight: bold;
	}

	hr.navigation
	{
		border: 0px;
		border-top: solid 1px #f58249;
		border-bottom: solid 1px #ffffff;
	}

	.float_left
	{
		float: left;
		display: inline;
	}

	.float_right
	{
		float: right;
		display: inline;
	}

	.center
	{
		display: block;
		text-align: center;
	}

	img.left
	{
	        float: left;
	        margin: 4px 4px 0 0;
	}

	img.right
	{
	        float: right;
	        margin: 4px 0 4px 4px;
	}
}

@media print
{
	body
	{
		font-size: 12pt;
	}

	#header, #col1, #col2
	{
		display: none;
	}

	#footer
	{
		padding: 20pt 0;
		font-weight: bold;
		font-size: 10pt;
	}

	h1,h2,h3,h4,h5,h6
	{
		page-break-after: avoid;
	}

	a[href]:after
	{
		content: " <URL:"attr(href)">";
		color: #444;
		background: inherit;
		font-style: italic;
	}
}