html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #131436;
	margin:0px;
	padding:0x;
	text-align: center;
}

* {
	color: #131436;
	font-size: 11px;
	font-family: 'tahoma';
	line-height: 15px;
}

div {
	margin: 0px;
	padding: 0px;
	display: block;
}

#main {
	width: 780px;
	margin: auto;
	margin-top: 0px;
	background-color: #ffffff;
}

#logo {
	width: 780px;
	height: 87px;
	background-image: url('img/logo_podstr.gif');
}

#top {
	width: 780px;
	height: 226px;
}

#top_left {
	width: 250px;
	height: 226px;
	display: inline;
	background-image: url('img/top_left_podstr.gif');
	float: left;
}

#top_right {
	width: 530px;
	height: 226px;
	display: inline;
	background-image: url('img/top_right_podstr_old.jpg');
	float: right
}

#menu_wrap {
	width: 255px;
	background-image: url('img/menu_tlo.gif');
	background-repeat: repeat-y;
	float: left;
}

#menu {
	padding: 15px 10px 10px 40px;
	text-align: left;
}

#menu a {
	color: #ffffff;
}

#tresc {
	padding: 10px 22px 10px 20px;
	float: right;
	text-align: left;
}

#rozdziel {
	clear: both;
	width: 780px;
	height: 18px;
	background-image: url('img/stopka_rozdziel.gif');
	background-repeat: no-repeat;
}

#stopka {
	height: 40px;
}

div.stopka_left {
	padding-left: 25px;
	float: left;
	display: inline;
	text-align: left;
}

div.stopka_right {
	float:right;
	display: inline;
	padding-right: 25px;
	color: #909090;
}

div.stopka_right a {
	font-weight: normal;
	color: #505050;
}

div.czysc {
	clear: both;
	width: 0px;
	height: 0px;
}

div.prawy {
	float: right;
	display: inline;
}

div.foto {
	float: right;
	display: inline;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align:center;
}

div.foto a {
	color: #878787;
	font-weight: normal;
}

div.wciecie {
	padding-left: 10px;
	padding-bottom: 10px;
}

div.tytul {
	width: 478;
	height: 22px;
	text-align: left;
	background-image: url('img/tytul_pasek.gif');
	background-repeat: no-repeat;
	clear: both;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 20px;
}

div.tytul_tekst {
	padding: 2px 0px 0px 25px;
	color: #ffffff;
}

div.tekst {
	padding: 0px 0px 25px 22px;
	width:450px;
	line-height: 16px;
}

div.podmenu {
	padding: 0px 0px 10px 10px;
}

div.podmenu a {
	display: block;
}


img {
	border-width: 0px;
	display: block;
	margin:0px;
	padding: 0px;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img {
	display: inline;
}


form {
	margin:0px;
	padding:0px;
}

.pole {
	display: inline;
	width:140px;
	border-style: solid;
	border-color: #c0c0c0;
	border-width: 1 1 1 1;
}

table {
	padding:0px;
	margin:0px;
	border-collapse: collapse;
	border: 1px solid #808080;
	border-spacing: 0px;
}

td {
	text-align: center;
	border: 1px solid #808080;
}


td img {
	display: inline;
}


