html, body {
margin: 0;
padding: 0;
text-align: center;
font-family: Verdana, Tahoma, Geneva, Arial, "Arial CE", sans-serif;
font-size: 11px;
background-color: #8d98a5;
}
#calosc {
width: 760px;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
position: relative;
z-index: 10;
}
#top { 
background: url('../images/top.gif') no-repeat;
width: 760px;
height: 220px;
position: relative;
}
#top .nazwiska {
position: absolute;
top: 0px;
left: 0px;
padding: 10px 0 0 10px;
color: #003366;
margin: 0;
}
#lewa {
border-right: solid #d7d7d7 1px;
position: relative;
float: left;
padding: 0 0 10px 0;
left: 5px;
width: 210px;
}
#prawa {
	position: relative;
	right: 5px;
	float: right;
	width: 520px;
	padding: 0 0 10px 0;
	text-align: left;
	color: #000000;
	background-color: #66CCCC;
}
#footer {
width: 760px;
clear: both;
position: relative;
background: #FFFFFF url('../images/footer_tlo.gif') no-repeat top;
padding: 15px 0 0 0;
color: #CCCCCC;
}
#footer .bottom { 
background: #8D98A5 url('../images/footer_bottom.gif') no-repeat top;
width: 760px;
height: 10px;
font-size: 1px;
}
#menu {
width: 210px;
text-align: right;
margin: 0;
padding: 0 0 10px 0;
list-style-type: none;
background-color: #f6f6f6;
}
#menu a, #menu a:link {
display: block;
width: 187px;
padding: 7px 20px 7px 3px;
font-weight: bold;
color: #666666;
text-decoration: none;
background: url('../images/menu_off.gif') no-repeat;
}
#menu a:hover {
color: #006699;
background: url('../images/menu_on.gif') no-repeat;
}
#footer ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#footer li {
display: inline;
}
#footer li a, #footer li a:link {
color: #666666;
text-decoration: none;
}
#footer li a:hover {
color: #333333;
text-decoration: underline;
}
#footer2 {
font-size: 10px;
color: #c2cbd6;
}
#footer2 a {
color: #c2cbd6;
text-decoration: none;
}
#dane_kontaktowe {
width: 180px;
padding: 5px 20px 5px 10px;
color: #FFFFFF;
background-color: #134365;
text-align: right;
margin: 10px 0 0 0;
}
#dane_kontaktowe h3 {
font-size: 12px;
text-align: left;
margin: 0;
}
#dane_kontaktowe p {
margin: 5px 0 5px 0;
}
h1 {
	font-size: 14px;
	color: #006;
	margin: 0;
	padding: 0;
	text-align: center;
}
#podklad_lewy {
	background: url('../images/podklad_lewy.gif') repeat-x;
	width: 50%;
	height: 200px;
	position: absolute;
	left: 102px;
	top: 3px;
	z-index: 0;
}
#podklad_prawy { 
background: url('../images/podklad_prawy.gif') repeat-x;
width: 50%;
height: 200px;
position: absolute;
right: 0px;
top: 0px;
z-index: 0;
}

