@import url('headers1.css');
@import url('menu1.css');
@import url('tables1.css');

@media screen {

body, html {
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: none;
	color: #555;
	font-family: Arial,sans-serif,serif;
	font-size: 12px;
	}





/*
STRONA
*/
#STRONA

{
	background: White;
	width: 785px;
	
	margin: 0 auto;
	border: none;
}

#NAGLOWEK
{
	height: 80px;
	border-bottom: 1px solid #a0a0a0;
}

#NN2, #NN1 {float: right; clear: right; font-size: 17px; margin-top: 10px; margin-right: 10px;}
#NN1 {font-size: 22px; }

#GLOWNA
{
	font-size: 1em;
	text-align: left;
	height: 500px;
	float: left;
	width: 584px; /* 585-border */
	border-left: 1px solid #a0a0a0;
	max-width: 585px;
	position: relative;
	padding-bottom: 140px;
}
body > #STRONA > #GLOWNA
{
	height: auto;
	min-height: 500px;
	
}
#MENU
{
	
	width: 200px;
	max-width: 250px;
	float: left;
}
#STOPKA
{
	border-top: 1px solid #a0a0a0;
	clear: both;
}

a, a img
{
	font-family: Arial,sans-serif,serif;
	color: #444;
	border: none;
	text-decoration: none;
}
a:hover
{
	color: #778;
}
a:link, a:visited, a:focus
{
	outline: none;
}
.uwaga
{
	position: absolute;
	bottom: 4px;
	left: 10px;
	right: 10px;
}
p.mapbutton , a.mapbutton, span.mapbutton
{
	margin: 0px;
	cursor: pointer;
	color: red;
}
/*ARKUSZ GODZIN*/
p.adres_podpis
{
	
	display: inline;
	float: right;
}

div.godziny
{
	clear: both;
	width: 80%;
}

.godziny .left
{float: left;
	width: 12em;
}
.godziny > .left
{width: auto; min-width: 12em;}
.godziny .right
{float: left; width: 12em; text-align: center;}
.godziny > .right
{width: auto; min-width: 12em; }

}
