* {
	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.wiersz {
	width: 100%;
	text-align: center;
}

div.baner {
	display: block;
	width: 1000px;
	height: 176px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #3F3F3F;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #3F3F3F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div.menu {
	width: 1000px;
	height: 24px;
	color: gray;
	background-color: #AAffAA; 
	text-align: right;
	display: 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.nawig {
	width: 1000px;
	height: 16px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F6F6F6;
	border-right: 1px solid #3F3F3F;
	border-left: 1px solid #FFFFFF;
}

div.nawig-left, div.nawig-left a {
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: gray;
	padding-top: 1px;
	padding-left: 3px;
}

div.nawig-right, div.nawig-right a {
	float: right;
	font-size: 10px;
	font-weight: bold;
	color: gray;
	padding-top: 1px;
	padding-right: 3px;
}

div.glowna {
	width: 1000px;
	height: 320px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F6F6F6;
	border-right: 1px solid #3F3F3F;
	border-left: 1px solid #FFFFFF;
}

div.glowna-wiersz {
	width: 1000px;
	display: block;
}

div.random-top {
	display: block;
	background-image: url('../grafika/random-top.gif');
	background-position: center top;
	background-repeat: no-repeat;
	width: 333px;
	height: 32px;
	float: left;
}

div.random-body-foto {
	display: block;
	height: 242px;
	background-image: url('../grafika/random-body.gif');
	background-position: center;
	background-repeat: repeat-y;
	width: 333px;
	text-decoration: none;
	float: left;
}

div.random-body-nazwa {
	display: block;
	background-image: url('../grafika/random-body.gif');
	background-position: center;
	background-repeat: repeat-y;
	width: 293px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	float: left;
	height: 30px;
}

div.random-body-nazwa a{
	text-decoration: none;
	color: brown;
	font-weight: bold;
}

div.random-bottom {
	display: block;
	background-image: url('../grafika/random-bottomb.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	width: 333px;
	height: 18px;
	padding-top: 2px;
	text-align: center;
	float: left;
}

div.random-bottom a {
	color: gray;
	font-weight: bold;
}

div.wiersz-oferty {
	width: 1000px;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F6F6F6;
	border-right: 1px solid #3F3F3F;
	border-left: 1px solid #FFFFFF;
}

div.stopka {
	width: 1002px;
	display: block;
	background-image: url('../grafika/stopka.gif');
	background-position: center top;
	height: 25px;
	background-repeat: no-repeat;
}

div.stopka-left {
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: gray;
	padding-top: 5px;
	padding-left: 10px;
}

div.stopka-right {
	float: right;
	font-size: 10px;
	font-weight: bold;
	color: gray;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
}

div.oferta-tytul { 
	background-image: url('../grafika/prezentacja-oferty-tytul.gif');
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 1000px;
	text-align: center;
	padding-top: 5px;
	display: block;
	margin: 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;
}

div.oferta-foto {
	display: block;
	float: left;
	text-align: center;
	width: 365px;
	margin-top: 10px;
}

div.oferta-opis {
	float: right;
	text-align: center;
	padding: 20px 25px 25px 25px;
	margin-right: 35px;
	width: 550px;
	display: block;
}

div.oferta-opis-top {
	display: block;
	width: 550px;
	background-image: url('../grafika/oferta-opis-top.gif');
	background-position: top;
	background-repeat: no-repeat;
	height: 20px;
}

div.oferta-opis-body {
	background-image: url('../grafika/oferta-opis-body.gif');
	background-position: top;
	background-repeat: repeat-y;
	display: block;
	width: 550px;
	text-align: justify;
	background-color: #EAEAEA;
}

div.oferta-opis-bottom {
	display: block;
	width: 550px;
	background-image: url('../grafika/oferta-opis-bottom.gif');
	background-position: top;
	background-repeat: no-repeat;
	height: 20px;
}

div.oferta-nazwa {
	text-align: center;
	font-weight: bold;
	color: brown;
	display: inline-table;
}

div.oferta-nazwa a {
	color: brown;
}

div.rumac {
	padding-top: 5px;
	padding-bottom: 10px;
	color: #9A9A9A;
	width: 1000px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	display: inline-table;
}

div.rumac a {
	font-size: 10px;
	color: #9A9A9A;
}

ul.menu, ul.menu li {
	display: block;
	list-style: none;
	font-weight: bold;
}

ul.menu li {
	float: left;
	width: 120px;
	text-align: center;
	position: relative;
}

ul.menu a {
	display: block;
	text-decoration: none;
	vertical-align: middle;
	height: 20px;
	padding-top: 4px;
	border-right: 1px solid gray;
	color: brown;
}

ul.menu a:hover, ul.menu a.over {
	background-color: #CCffCC;
}

ul.submenu {
    display: none;
    left: -1px;
    list-style: none;
    margin: 0;
    position: absolute;
    padding: 0;
    top: 24px;
    background-color: transparent;
    background-image: url('../grafika/trans.png');
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
}

    ul.submenu li {
        border: 0;
        float: none;
		  margin: 0;
        padding: 0;
        width: 120px;
		  text-align: left;	
    }

ul.menu li:hover ul.submenu, ul.menu li.over ul.submenu {
    display: block;
}

ul.submenu a {
    color: #000;
    display: block;
    padding: 3px;
    text-decoration: none;
	 font-weight: normal;
	 height: 14px;
}

    ul.submenu a:hover {
        background: #78AFA7;
    }

select {
	width: 120px;
	margin-top: 2px;
}

input {
	margin-right: 3px;
}

img.foto {
margin: 10px;
padding: 10px;
border: 1px solid gray;
background-color: white;
}

a.ankieta {
text-decoration: none;
font-size: 10px;
font-weight: bold;
color: gray;
}

a.ankieta:hover, a.ankieta.over {
text-decoration: underline;
}
