body {
	margin:0;padding:0;border:0;
	width:100%;
	font-size:0.75em; font-family:Verdana, Tahoma, Helvetica, sans-serif;
	background:#a9bac3;
	text-align: center;
}
#cointainer{
	background-color: white;
	width: 1024px;
	min-height: 585px;
	margin:3px auto;
}
/*body { font-size: 80%; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }*/
ul#tabs { list-style-type: none; margin: 30px 0 0 0; padding: 0 0 0.3em 0; }
ul#tabs li { display: inline; }
ul#tabs li a { color: #00602b; background-color: #78b539; border: 1px solid #00602b; border-bottom: none; padding: 0.3em; text-decoration: none; }
ul#tabs li a:hover { background-color: #a5ee5e; }
ul#tabs li a.selected { color: #00602b; background-color: #c0ee94; font-weight: bold; padding: 0.7em 0.3em 0.38em 0.3em; }
div.tabContent { border: 1px solid #00602b; padding: 0.5em; background-color: #c0ee94; }
div.tabContent.hide { display: none; }

div#tresc { border: 1px solid #00602b; padding: 0.5em; background-color: #c0ee94; }
/*a img #okladka { border: 1px solid #00602b; }*/
/* NAGŁÓWEK */
#header{
	background-color: white;
	width: 100%;
	height: 120px;
	margin:0;padding:0;border:0;
}
/* zaokrąglone rogi u góry */
#tlc{width:10px;height:5px;
	 background: url('../../img/page/top_left.png');
	 float:left;
	 }
#tc{
	background: url('../../img/page/top.png');
	width:1004px; height: 5px;
	float:left;
}
#trc{
	background: url('../../img/page/top_right.png');
	width:10px; height: 5px;
	float: right;
}
/* logo */
#head{ height: 115px;}
#logo{
	background: url('../../img/page/logo1.png');
	background-color: yellow;
	width: 150px;
	height: 100%;
	float: left;
}
#tops{
	background-color: white;
	float: right;
	width: 874px;
	height: 100%;
}
/* komunikaty */
#comm{
	background-color: white;
	width: 100%;
	height: 31px;
}
/* banery (zastanowić się) */
#banner{
	background: url('../../img/page/back_ban.png');
	background-color: green;
	width: 100%;
	height: 47px;
}
/* menu górne */
#menu_top{
	background-color: white;
	width: 100%;
	height: 37px;
}
/* CENTRUM */
#main{
	clear: both;
	background-color: white;
	width: 100%;
/*	height: 445px;*/
}
#left{
	text-align: center;
	background-color: white;
	width: 180px;
	height: 445px;
	float: left;
}
#center{
	background-color: white; /*#eee;*/
	width: 660px; 
/*	min-height: 441px;
height: 100%;*/
	margin:2px;
	float: left;
}
#right{
	background-color: white;
	width: 180px; 
/*	height: 100%;*/
	float: right;
}
/* STOPKA */
#footer{
	clear: both;
	background-color: #5ab530;
	width: 100%;
	height: 20px;
	vertical-align: middle;
}
/* zaokrąglone rogi u dołu */
#bot_left_corner{
	background: url('../../img/page/bot_left.png');
	width:10px; height: 20px;
	float: left;
}
#foot{
	background: url('../../img/page/bot.png');
	width:1004px; height: 20px;
	text-align: center; vertical-align: middle;
	font-size:smaller;
	color:#105605;font-weight:bold;
	float: left;
}
#ftxt{
	position: relative;
	color:#105605;font-weight:bold;
	top: 3px;
}
#bot_right_corner{
	background: url('../../img/page/bot_right.png');
	width:10px; height: 20px;
	float: right;
}