/* STYLE GLOBALNE */

* {
    margin: 0;
    padding: 0;
}

/* WARSTWY */

#all {
    width: 702px !important;
    width: 704px;
    margin: 5px auto 0 auto !important;
    margin-top: 6px;
    text-align: left;
    position: relative;
    font-size: 12px;
}

#info {
    width: 702px !important;
    width: 704px;
    margin: 3px auto 15px auto !important;
    text-align: left;
    position: relative;
    font-size: 10px;
}

#naglowek {
    width: 100%;
    height: 172px;
}

#menu {
    display: inline;
    float: left;
    width: 182px;
    height: auto !important;
    height: 400px;
    min-height: 400px;
    margin-right: 0px; 
}

#menu_gora {
    float: left;
    width: 182px;
    height: 81px;
}

#menu_srodek {
    float: left;
    width: 182px;
    height: auto !important;
    height: 154px;
    min-height: 154px;
}

#menu_dol {
    float: left;
    width: 182px;
    height: 165px;
}

#tresc_all {
    float: right;
    width: 520px;
    height: auto !important;
    height: 400px;
    min-height: 400px;
    display: inline;
}

#tresc_gora {
    width: 520px;
    height: 5px;
}

#tresc {
    width: 520px;
    height: auto !important;
    height: 387px;
    min-height: 395px;
    margin-left: 0px; 
}

#stopka {
    clear: both;
    width: 100%;
    height: 70px;
    text-align: center;
    margin: 0;
    padding: 0;
}
#reklama {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: -15px;
  left: 300px;
  font-size: 11px;
}
/* CZCIONKI, KOLORY, TLA */

* {
    font-family: Verdana, Trebuchet, Arial, Helvetica, Sans-Serif;
}

body {
    color: #95582B;
    background: url(grafiki/tlo.gif) repeat #f1f1f1;
    text-align: center;
    padding-bottom: 6px;
}

#all {
    background-color: #fef4ea;
    border: 1px solid #997154;
}

#naglowek {
    background: url(grafiki/naglowek.jpg) no-repeat;
}

#menu {
    background: url(grafiki/menu_tlo.gif) repeat-y;
}

#menu_gora {
    background: url(grafiki/menu_gora.jpg) no-repeat;
}

#menu_dol {
    background: url(grafiki/menu_dol.jpg) no-repeat;
}

#tresc_all {
    background: url(grafiki/tresc_tlo.gif) repeat-y;
}

#tresc_gora {
    background: url(grafiki/tresc_gora.gif) no-repeat;
}

#tresc {
    background: url(grafiki/tresc_dol.jpg) bottom no-repeat;
}

#stopka {
    background: url(grafiki/stopka.jpg) no-repeat;
}

img {
    border: 0;
}

/* TEKST, NAGLOWKI, LISTY */

#tresc p {
    padding: 5px 20px 10px 20px;
    text-align: justify;
    font-size: 12px;
    text-indent: 30px;
    line-height: 17px;
    display: block;
}

#tresc p:first-letter {
    font-size: 15px;
}

#info p {
    margin: 0;
    padding: 0;
    font-size: 10px;
    display: inline;
}

#info p.left {
    float: left;
}

#info p.center {
    float: left;
    padding-left: 30px;
}

#info p.right {
    display: inline;
    float: right;
}

#tresc p.start_gora {
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 25px;
}

#tresc p.start_dol {
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 20px;
}

#tresc p.norm {
    text-indent: 0;
}
#tresc p.norm:first-letter {
    font-size: 12px;
}

#tresc p.list {
    text-indent: 0 !important;
    text-indent: 35px;
    margin-left: 35px;
    margin-bottom: -10px;
}

#tresc p.wiersz {
    text-align: center;
    font-size: 15px;
    font-style: italic;
    margin-top: 20px;
    text-indent: 0;
    line-height: 20px;
}

#tresc p.autor {
    text-align: right;
    margin-right: 30px;
    margin-bottom: 20px;
}

#tresc p.autor:first-letter {
    font-size: 12px;
}

#tresc p.last {
    padding-bottom: 25px;
}

h1 {
    padding: 20px;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    color: #B03000;
    letter-spacing: 2px;
}

h1 .lo {
	font-size: 22px;
}

h1.small {
    font-size: 24px;
    letter-spacing: 1px;
}

h2 {
    padding: 0 20px 15px 20px;
    margin-top: -20px;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    color: #C84800;
}

h3 {
    padding: 35px 20px 5px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
}

h4 {
    padding: 0 20px 5px 50px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

#tresc ul, #tresc ol {
    margin: 10px 20px 10px 50px;
    font-size: 12px;
    line-height: 16px;
}

#tresc ul.last {
    padding-bottom: 25px;
    margin-bottom: 0;
}

#tresc ul {
    list-style-type: circle;
}

#tresc li {
    padding: 3px;
}

.center {
    text-align: center;
}

/* LINKI */

a:link {
    color: #CC0000;
    text-decoration: none;
}

a:visited {
    color: #CC0000;
    text-decoration: none;
}

a:hover {
    color: #CC0000;
    text-decoration: underline;
}

a:active {
    color: #CC0000;
    text-decoration: underline;
}

#naglowek a {
    display: inline-block;
    height: 170px;
    margin: 0;
    padding: 0;
}

#naglowek a.nagl_1 {
    width: 145px;
}

#naglowek a.nagl_2 {
    width: 375px;
}

#naglowek a.nagl_3 {
    width: 150px;
}

#menu_linki ul {
    list-style-type: none;
}

#menu_linki li {
    width: 166px;
    height: 42px;
    display: block;
    margin-left: 9px;
    list-style-type: none;
}

#menu_linki a {
    width: 166px;
    height: 42px;
    display: block;
}

#menu_kawiarnie {
    background: url(grafiki/menu_kawiarnie_off.gif);
}

#menu_kawiarnie a:hover {
    background: transparent url(grafiki/menu_kawiarnie_on.gif) no-repeat;
}

#menu_catering {
    background: url(grafiki/menu_catering_off.gif);
}

#menu_catering a:hover {
    background: transparent url(grafiki/menu_catering_on.gif) no-repeat;
}

#menu_ciasta {
    background: url(grafiki/menu_ciasta_off.gif);
}

#menu_ciasta a:hover {
    background: transparent url(grafiki/menu_ciasta_on.gif) no-repeat;
}

#menu_czekoladki {
    background: url(grafiki/menu_czekoladki_off.gif);
}

#menu_czekoladki a:hover {
    background: transparent url(grafiki/menu_czekoladki_on.gif) no-repeat;
}

#menu_upominki {
    background: url(grafiki/menu_upominki_off.gif);
}

#menu_upominki a:hover {
    background: transparent url(grafiki/menu_upominki_on.gif) no-repeat;
}

#menu_cennik {
    background: url(grafiki/menu_cennik_off.gif);
}

#menu_cennik a:hover {
    background: transparent url(grafiki/menu_cennik_on.gif) no-repeat;
}

#menu_aktualnosci {
    background: url(grafiki/menu_aktualnosci_off.gif);
}

#menu_aktualnosci a:hover {
    background: transparent url(grafiki/menu_aktualnosci_on.gif) no-repeat;
}

#menu_galeria {
    background: url(grafiki/menu_galeria_off.gif);
}

#menu_galeria a:hover {
    background: transparent url(grafiki/menu_galeria_on.gif) no-repeat;
}

#menu_kontakt {
    background: url(grafiki/menu_kontakt_off.gif);
}

#menu_kontakt a:hover {
    background: transparent url(grafiki/menu_kontakt_on.gif) no-repeat;
}

#stopka ul {
    padding: 5px;
    padding-top: 10px;
    position: relative;
}

#stopka li {
    display: inline;
    border-right: 1px solid #95582B;
}

#stopka li.last {
    border: 0;
}

#stopka a {
    text-decoration: none;
    padding: 0 5px;
    color: #95582B;
    font-size: 11px;
}

#stopka a:hover {
    text-decoration: underline;
    color: #CC0000;
}

#info p, #info a {
    display: inline;
    font-size: 10px;
}

a#link_stopka {
    font-size: 23px;
    letter-spacing: 5px;
}

#info a {
    text-decoration: none;
}

#info a:visited {
    text-decoration: none;
}

#info a:hover {
    text-decoration: underline;
}

#info a:active {
    text-decoration: underline;
}

/* ELEMENTY GRAFICZNE */

hr {
    display: block;
    width: 480px;
    height: 0;
    border: 0;
    border-top: 1px solid #95582B;
    margin: 10px auto;
    margin-top: 30px;
    text-align: center;
}

#tresc img {
    display: inline;
    float: right;
    margin: 4px 0 4px 10px;
    border: 2px solid #95582B;
    vertical-align: text-bottom;
}

#tresc img.lewy {
    float: left;
    margin: 4px 10px 4px 0;
}

#tresc img.center {
    float: none;
    margin: 10px;
    margin-left: 110px;
}

#tresc img.swieta {
    float: none;
    margin: 10px;
    margin-left: 58px;
}

#tresc img.temp {
    margin-left: 110px;
    margin-bottom: 40px;
}
#tresc img.temp2 {
    margin-left: 30px;
    margin-bottom: 40px;
}

/* TABELE */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#tabela_torty {
    margin: 10px 20px 30px 40px;
    text-align: right;
    font-size: 12px;
}

#tabela_torty th.a {
    width: 260px;
    height: 20px;
    text-align: left;
}

#tabela_torty td.a {
    text-align: left;
}

#tabela_torty th.b {
    width: 80px;
    font-weight: bold;
}

#tabela_torty th.c {
    width: 80px;
    font-weight: bold;
}

#tabela_kawa {
    margin-bottom: 0 !important;
    margin: 10px 20px 56px 40px;
    padding-bottom: 49px;
    text-align: right;
    font-size: 12px;
}

#tabela_kawa th.x {
    width: 310px;
    height: 20px;
    text-align: left;
}

#tabela_kawa td.x {
    text-align: left;
}

#tabela_kawa th.y {
    width: 110px;
    font-weight: bold;
}

#tabela_bombonierki {
    width: 500px;
    margin: 0 0 0 10px;
    padding: 20px 0;
}

#tabela_bombonierki td {
    margin: 0;
    padding: 0 0 20px 0;
    vertical-align: middle;
}

#tabela_bombonierki p {
    text-align: left;
}
td, th {
	padding: 3px;
}
tr {
	margin: 1px;	
	border: 1px solid transparent;
}
tr:hover {
    background: #a7714c;
    color: #fff;
	 margin: 0;
	 border: 1px solid #e9ccb6;
}
tr.nagl {
	border: 0;
	}
tr.nagl:hover {
	background: transparent;
	color: inherit;
	border: 0;
	}

/* FORMULARZE */

#form fieldset {
    border: 0;
    padding: 25px 0;
}

#form input {
    display: block;
    margin: 0 0 10px 70px;
    width: 300px;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	background: #ffe2b1;
}
#form input.bug_marg1 {
    margin-left: 70px !important;
    margin-left: 71px;
}

#form textarea {
    margin: 0 0 10px 70px;
    width: 300px;
    height: 100px;
}

#form img {
    display: inline;
    float: left;
    margin-left: 70px;
    border: 0;
}

#form input.tok2 {

    display: inline;
    float: left;
    width: 130px;
    margin: 8px 20px 30px 15px;
}
#form input.przycisk {
	display: block;
    clear: both;
	 width: 300px;
    height: 28px;
    margin: 30px 0 0 70px;
    letter-spacing: 3px;
    font-size: 1.1em;
    font-weight: bold;
	 border: 1px solid black;
	 background-color: #a8724d;
	 color: #fff;
}
#form input.przycisk:hover {
	background-color: #ed0000
}

iframe {
    border: 1px solid #997154;
    margin: 10px 0 10px 20px;
	 width: 480px;
	 height: 480px;
}