﻿@media screen
{
	body, html { background: #fff; height: 100%; margin: 0; padding: 0 }
	body { margin: 0 auto; width: 800px }
	
	div.container { min-height: 100%; margin: 0; padding: 0; position: relative }
	* html div.container { height: 100% }
	
	div.head { height: 110px; margin: 0; padding: 0; position: relative }
	div.head h1 a { background: url('../images/visegrad_fund_logo_2010_anim_150pix.gif') no-repeat; height: 76px; position: absolute; right: 39px; text-indent: -900em; top: 28px; width: 202px }
	
	div.menu { float: right; width: 150px }
	div.menu ul { margin: 0 0 1.5em 0; padding: 0 }
	div.menu ul .active { font-weight: bold }
	
	div.content { float: left; width: 620px }
	
	div.menu, div.content { padding-bottom: 40px }
	div.footer { bottom: 0; left: 0; padding: 5px 0; position: absolute; width: 780px }
	div.footer, div.footer a { color: #666 }
	div.footer strong { color: #06c; font-weight: normal }
}

table.report th { text-align: left }

@media print
{
	.form { display: none }
}