﻿BODY { font-family: arial, arial ce, verdana, sans-serif }
TH { font-family: arial ce, arial, verdana, sans-serif;
font-weight: bold;
font-size: 11px;
color: white; background-color: black}
TD { font-family: arial ce, arial, verdana, sans-serif;
font-size: 11px} 
A:link { color: #1F3C1A; text-decoration: underline}
A:visited {color: #1F3C1A; text-decoration: underline}
A:hover { color: red; text-decoration: underline}

.naglowek_menu {color: #00652E; font-size: 11; font-weight: bold; padding-left: 4px; text-align: left;}
.naglowek_menu_right {color: #00652E; font-size: 11; font-weight: bold; padding-right: 4px; text-align: right;}

.link_menu {color: #00652E;}

p {
	margin: 0 0 5px 0;
	}



#container {
	position: relative;
	
	width: 100% !important;
	width /**/: 100%; /* for mozilla */
	height: 100%;

	max-width:785px;
	width:expression(document.body.clientWidth > 770? "770px": document.body.clientWidth+"px" );

	max-height:680px;
	height:expression(document.body.clientHeight > 550? "550px": document.body.clientHeight+"px" );

	margin: 0 auto;
	padding: 0;
	text-align: center; /* For IE*/
	overflow:none;
}

