@charset "iso-8859-2";

body, table, td, p, li, ul  {font-family: Tahoma, Verdana, Arial, Arial CE, sans-serif; font-size: 13px; color: #2F3B0B; font-size-adjust: 8px}

.naglowek {color: #CE2040; font-size: 12px; font-weight: bold;}

.stopka {color: white; font-size: 9px; font-weight: bold;}
a.stopka {color: white;}

a {color: #2F3364;}
a:hover { color: #CE2040;}


#container {
	position: relative;
	
	width: 100% !important;
	width /**/: 100%; /* for mozilla */
	height: 100%;

	max-width:770px;
	width:expression(document.body.clientWidth > 770? "770px": document.body.clientWidth+"px" );

	max-height:460px;
	height:expression(document.body.clientHeight > 460? "460px": document.body.clientHeight+"px" );

	margin: 0 auto;
	padding: 0;
	text-align: center; /* For IE*/
	overflow:none;
}
