* html .cell {display:inline}
html,body 
{
	background-color: #F6F6F7;
	padding: 0px;
	margin: 0px;
	height:100%
}
div#page
{
	width: 800px;
	margin: 0px 75px;
	padding: 20px 20px 10px;
	background-color: #FFFFFF;
	position: relative;
	height: auto !important;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

div#wrap
{
	/*min-height: 600px; */
	min-height: 100%;
}
/*	LOGO	*/

div#logo
{
	height: 100px;
}

div#top_menu
{
	float: right;
}

#raporty
{
	background: url('images/raporty_ON.png') no-repeat transparent 0 0;
	width: 105px;
	height: 25px;
	border: none;
}

#raporty:hover
{
	background: url('images/raporty_OFF.png') no-repeat transparent 0 0;
	width: 105px;
	height: 25px;
}

#zloz_zlecenie
{
	background: url('images/zloz_zlecenie_ON.png') no-repeat transparent 0 0;
	width: 105px;
	height: 25px;
	border: none;
}

#zloz_zlecenie:hover
{
	background: url('images/zloz_zlecenie_OFF.png') no-repeat transparent 0 0;
	width: 105px;
	height: 25px;
}

#o_nas
{
	background: url('images/o_nas.png') no-repeat transparent 0 3px;
	width: 50px;
	height: 25px;
	border: none;
}

#kontakt
{
	background: url('images/kontakt.png') no-repeat transparent 0 3px;
	width: 55px;
	height: 25px;
	border: none;
}


#rss
{
	background: url('images/rss.png') no-repeat transparent 0 3px;
	width: 40px;
	height: 25px;
	border: none;
}

/*	MAIN MENU	*/
div#main_menu
{
	height: 10px;
}

#main_menu_tab td
{
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	padding: 2px 20px 4px;
	color: #59585A;
}

#under_menu
{
	background-color: #414042;
	display: block;
	height: 6px;
}

#main_menu_tab td:hover, selected
{
	background-color: #414042;
	color: #FFFFFF;
}

#banner
{
	padding-bottom: 8px;
	border-bottom: 1px #000000 solid;
	margin: 0px;
	background: url('images/obrazek.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 95px;

}
a:link, a:visited, a:hover,a:active
{
	text-decoration: none;
	color: #ffffff;
}
.title {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #000100;
}


#banner_img
{
	background: url('images/obrazek.jpg');
	width: 800px;
	height: 95px;
}

.banner_bar
{
	width: 15px;
	background-color: #7D8189;
}

#banner_text
{
	color: #FFFFFF;
	font-family: Verdana;
	height: 95px;
	width: 213px;
	padding-top: 0px;
	padding-left: 20px;
	background-color: #56595D;
	font-size: 0.9em;
	line-height: 20px;
	text-align: center;
}

div#text
{
	font-family: Tahoma;
	font-size: 12px;
	color: #6D6E71;
	display: block;
/*	min-height: 300px;
 	max-height: 400px;*/
	overflow: auto;
	margin-bottom: 10px;
}

div#footer
{
	display: block;
	height: 25px;
	background-color: #414042;
	padding: 0px 6px;
}

div#footer td
{
	display: table-cell;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	padding: 6px;
}

#footer_spacer
{
	width: 240px;
}
div#include
{
	font-family: Tahoma;
	font-size: 12px;
	color: #6D6E71;
	display: block;
	
	/*min-height: 600px; **/
	margin-top: 10px;
	margin-bottom: 10px;
}
.aktualnosci{padding: 10px 10px 10px 10px; font-size: 11px; text-align: justify; background-color: #eaeaea}
.aktualnoscidate {border-bottom:1px dotted #000000; font-weight:bold; margin-bottom:7px;}
.aktualnoscibox {margin-bottom: 5px; margin-top: 15px; text-align: left;}
.aktualnoscitext {color:#606060;text-decoration:none;}
.aktualnoscibullet{width: 5px; height: 5px; margin-right: 5px; margin-bottom:2px;}

