* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
}

body { 
	background-image: url('../grafika/tlo.jpg');
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	float: none;
	background-attachment: fixed;
}

div.baner {
	display: inline-block;
	width: 1000px;
	border-right-color: #3F3F3F;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #3F3F3F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div.wiersz {
	width: 100%;
	text-align: center;
}

div.menu {
	padding: 0px;
	margin: 0px;
	width: 1000px;
	color: gray;
	background-color: #a0ffa0; 
	text-align: left;
	display: inline-block;
	border-right-color: #3F3F3F;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #3F3F3F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div.glowna {
	width: 1000px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	background-color: #F6F6F6;
	border-right-color: #3F3F3F;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #3F3F3F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	text-align: center;
}

div.glowna-wiersz {
	display: table; 
	width: 1000px;
}

div.glowna-cell-top {
	display: table-cell;
	background-image: url('../grafika/glowna-top.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	float: left;
	width: 333px;
	height: 20px;
	margin-top: 10px;
	font-weight: bold;
	color: gray;
	text-align: center;
}

div.glowna-cell-body {
	display: table-cell;
	background-image: url('../grafika/glowna-body.gif');
	background-position: center;
	background-repeat: repeat-y;
	float: left;
	width: 333px;
	height: 280px;
	vertical-align: middle;
}

div.glowna-cell-space {
	display: table-cell;
	background-image: url('../grafika/glowna-body-stat.gif');
	background-position: center;
	background-repeat: repeat-y;
	float: left;
	width: 333px;
	height: 5px;
	font-size: 1px;
}

div.glowna-cell-ocena {
	display: table-cell;
	background-image: url('../grafika/glowna-body.gif');
	background-position: center;
	background-repeat: repeat-y;
	float: left;
	width: 333px;
	height: 35px;
}

div.glowna-cell-bottom {
	display: table-cell;
	background-image: url('../grafika/glowna-bottom.gif');
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	width: 333px;
	height: 20px;
}

div.tytul {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: brown;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	height: 55px;	
}

div.naglowek {
	margin-top: 10px;
	padding-top: 6px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-image: url('../grafika/naglowek.gif');
	background-position: center;
	background-repeat: no-repeat;
	height: 25px
}

div.glowna-cell-stat {
	display: table-cell;
	background-image: url('../grafika/glowna-body-stat.gif');
	background-position: center;
	background-repeat: repeat-y;
	float: left;
	width: 333px;
	height: 35px;
	text-align: center;
}

div.stat-left {
	margin-top: 10px;
	margin-bottom: 1px;
	padding-left: 30px;
	color: gray;
	font-size: 12px;
	float: left;
	text-align: left;
}

div.stat-left-ocena {
	margin-top: 3px;
	margin-bottom: 1px;
	padding-left: 30px;
	color: gray;
	font-size: 12px;
	float: left;
	text-align: left;
}

div.stat-right {
	margin-top: 10px;
	margin-bottom: 1px;
	padding-right: 30px;
	color: gray;
	font-size: 12px;
	float: right;
	text-align: right;
}

div.stopka {
	width: 1000px;
	display: inline-table;
	margin: 0px;
	padding: 0px;
}

div.stopka-body { 
	width: 1000px;
	display: inline-block;
	background-color: #EAEAEA;
	border-right-color: #3F3F3F;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	text-align: center;
	padding-top: 3px;
	color: gray;
	font-size: 10px;
	font-weight: bold;
}

div.stopka-bottom { 
	width: 1000px;
	display: inline-block;
	background-image: url('../grafika/stopka-bottom.gif');
	background-position: center top;
	background-repeat: no-repeat;
}

div.oferta-tytul { 
	background-image: url('../grafika/prezentacja-oferty-tytul.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
	width: 1000px;
	text-align: center;
	vertical-align: middle;	
	display: inline-table;
	margin: 0px;
	padding-top: 10px;
	background-color: #F6F6F6;
	border-right-color: #3F3F3F;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
}

div.galeria-foto {
	text-align: center;
	margin-top: 10px;
	margin-left: 63px;
	margin-right: 60px;
	padding: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 190px;
	background-color: white;
	border-color: #3F3F3F;
	border-style: solid;
	border-width: 1px;
	color: gray;
	font-size: 11px;
}

div.oferta-opis {
	display: table-column;
	float: right;
	text-align: center;
	padding: 25px;
	margin-right: 35px;
	width: 550px;
}

div.oferta-opis-top {
	display: inline-table;
	width: 550px;
	background-image: url('../grafika/oferta-opis-top.gif');
	background-position: top;
	background-repeat: no-repeat;
	height: 20px;
}

div.oferta-opis-body {
	display: inline-table;
	width: 550px;
	background-color: #EAEAEA;
}

div.oferta-opis-bottom {
	display: inline-table;
	width: 550px;
	background-image: url('../grafika/oferta-opis-bottom.gif');
	background-position: top;
	background-repeat: no-repeat;
	height: 20px;
}

div.rumac {
	color: gray;
	width: 1000px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	display: inline-table;
	margin-bottom: 20px;
}

div.rumac a {
	font-size: 10px;
	color: gray;
}

div.data {
	font-weight: bold;
	font-size: 10px;
	color: gray;
	text-align: center;
}

ul.menu {
	display: inline-block;
	list-style: none;
	height: 22px;
	font-weight: bold;
}

ul.menu li {
	float: left;
	width: 115px;
	text-align: center;
}

ul.menu a {
	display: block;
	text-decoration: none;
	vertical-align: middle;
	height: 20px;
	padding-top: 4px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 1px;
	color: brown;
}

ul.menu a:hover, ul.menu a.over {
	background-color: #CCffCC;
}

ul.submenu {
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    padding: 0;
    top: 24px;
    background-color: #006880;
    background-image: none;
}

    ul.submenu li {
        border: 0;
        float: none;
		  margin: 0;
        padding: 0;
        width: 103px;
		  text-align: left;	
    }

ul.menu li:hover ul.submenu, ul.menu li.over ul.submenu {
    display: block;
}

ul.submenu a {
    color: #FFF;
    display: block;
    padding: 3px;
    text-decoration: none;
	 font-weight: normal;
    background-color: #006880;
	 background-image: none;
	 height: 14px;
}

    ul.submenu a:hover {
        background: #78AFA7;
    }

select {
	width: 94px;
}

select.ocena {
	width: 35px;
	height: 18px;
}

input.ocena {
	height: 22px;
	margin-top: 3px;
	margin-left: 3px;
}

div.ocena {
	font-size: 11px;
	color: gray;
	float: right; 
	margin-right: 65px;
	padding-top: 5px; 
	text-align: right; 
	width: 110px; 
	vertical-align: middle;
}

a.naglowek {
	font-size: 14px;
	font-weight: bold;
	color: darkgreen;
}

a.naglowek:hover {
	color: red;
}

a.button-full {
	display: block;
	background-image: url('../grafika/glowna-button-full.gif');
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	width: 333px;
	height: 21px;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 11px;
}

a.button-full:hover {
	color: yellow;
}

a.szary {
	color: gray;
	font-weight: bold;
}

.full {
	color: gray;
	font-weight: bold;
	margin-top: 15px;
	padding-bottom: 5px;
	border-bottom: gray solid 1px;
}

.powrot {
	float: left; 
	text-align: left; 
	font-size: 11px;
	font-weight: bold;
	width: 492px;
	padding-left: 3px;
	color: gray;
}

.strona-glowna {
	float: right; 
	font-size: 11px;
	font-weight: bold;
	text-align: right; 
	width: 492px;
	padding-right: 3px;
	color: gray;
}


