*{
margin:0;
padding:0;
}

body{
    margin: 0;
    font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-repeat: repeat-x;
    background-color: #a9cbe2;
}

#tlo {
    background-repeat: no-repeat;
    background-position: top center;
}

#pozycjonujacy {
    margin: 0 auto 10px auto;
    width: 949px;
}

#baner_gorny {
    width: 949px;
    height: 174px;
    float: left;
    position: relative;
}

#box_przyciski {
    left: 10px;
    top: 25px;
    position: absolute;
}
#box_mapa {
    left: 755px;
    top: 25px;
    position: absolute;
}
#box_flagi {
    left: 835px;
    top: 140px;
    position: absolute;
}
#boxOperaLogo>a {display:block;height:100%}
#boxOperaLogo
{
	position:absolute;
	left:730px;
	top:75px;
	width:210px;
	height:51px;
	background:url('../img/cafeoperalogo.png') no-repeat;
}
#box_logo {
    left: 324px;
    top: 33px;
    position: absolute;
}

#box_logo_christmas {
    left: 316px;
    top: 5px;
    position: absolute;
}

#box_menu {
    left: 100px;
    top: 135px;
    width: 749px;
    height: 20px;
    position: absolute;
}

#box_menu #box_submenu{
	position: absolute;
	top: 37px;
	left: 125px;
	background: #e0f1f7;
	z-index: 1;
	display: none;
}

#baner {
    width: 949px;
    height: 171px;
    float: left;
    position: relative;
}

#baner_foto_1 {
    width: 255px;
    height: 171px;
    float: left;
    position: relative;
}

#baner_foto_2 {
    width: 259px;
    height: 171px;
    float: left;
    position: relative;
}

#baner_prawa_maly {
    width: 435px;
    height: 171px;
    float: left;
    position: relative;
}

#box_info {
    left: 23px;
    top: 25px;
    position: absolute;
}

#srodek {
    width: 949px;
    min-height: 200px;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    background-color: #f9fdfe;
}

#srodek_naglowek {
    margin: 20px 0 10px 20px;
    width: 907px;
}

#srodek_txt {
    margin: 15px 0 20px 20px;
    width: 910px;
    color: #2e6c84;
    font-size: 13px;
}

#kontakt_prawo_txt {
    /*    margin: 0 auto auto 250px;
    width: 450px;
    height: 500px;
    position: absolute;
    color: #2e6c84;*/
    margin-left: 4px;
    font-size: 11px;
}

#box_stopka {
    width: 949px;
    height: 20px;
    float: left;
    position: relative;
    color: #ffffff;
}

a.stopka, a.stopka:hover, a.stopka:active {
    color: #ffffff;
}

font.orange {
    color: #ef9b01;
}

font.white {
    color: #ffffff;
}

/* General Style Info */
a{
color:#003d4c;
text-decoration:underline;
}
a:hover{
color:#003d4c;
text-decoration:none;
}

a img{
border:none;
margin: 5px 10px 0px 0px;
}

#box_menu #box_submenu a img {
border:none;
margin: 5px 0px 0px 0px;
}

/* Poprawianie png dla IE <= 6 */
img.png {
    behavior:	url("/css/pngbehavior.htc");
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

input.main {
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #333366;
    width: 118px;
    height: 18px;
    /* Chowamy normalne pole i uzywamy background, zeby uzyskac ladny wyglad */
    border: solid 0 #fff;
    background: transparent url('') no-repeat;
    text-align: right;
}

h1, h2, h3, h4{
font-weight:normal;
}

h1{
color: #1a4e73;
margin:1em 0;
font-size: 18px;
}

h2{
color: #1a4e73;
font-weight: bold;
margin:1em 0;
font-size: 16px;
}

h3{
color: #1a4e73;
font-size: 15px;
}

h4{
color:#1a4e73;
font-weight:normal;
}

em {
font-size: 12px;
}

ul, li {
margin: 0 12px;
}

/* Layout */

#container{
text-align:left;
}

#header{
margin-top: 1em;
padding: 4px 20px;
}

#content{
clear:both;
padding: 0px 40px 10px 40px;
background-color: #fff;
color: #333;
}
#footer{
clear:both;
padding: 6px 10px;
text-align: right;
}

/* listy */
ol.oferta {
    margin-left: 15px;
}

/* tables */
table.oferta {
    margin: 5px 0 10px 0;
    border: 1px solid #2E6C84;
    border-collapse: collapse;
    color:#2E6C84;
    clear:both;
    text-align: center;
/*padding: 0;*/
/*margin: 0 0 2em 0;*/
}
td.oferta, tr.oferta {
    border: 1px solid #2E6C84;
    border-collapse: collapse;
    color:#2E6C84;
    clear:both;
    text-align: center;
	padding: 0 4px;
/*padding: 0;*/
/*margin: 0 0 2em 0;*/
}
th.oferta {
/*background-color: #e2e2e2;*/
border: 1px solid #2E6C84;
border-collapse: collapse;
text-align: center;
padding:1px 4px;
}

#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

/* scaffold show */

div.related {
clear:both;
display:block;
}
dl {
line-height:2em;
margin:0em 1em;
float:left;
width: 400px;
}
dt {
font-weight: bold;
vertical-align:top;
}
dd {
margin-left:10em;
margin-top:-2em;
vertical-align:top;
}

/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 12px;
/*background-color: #fff;*/
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */
form {
margin-top: 2em;
}
form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
overflow: auto;
}
form div.date{
margin-left: 0em;
}
label {
display: block;
float:left;
width: 140px;
font-size: 14px;
padding-right: 20px;
}
input,select {
    font-size: 10px;
    height: 17px;
    display: block;
    margin: 5px 0 5px 0;
}

textarea {
    font-size: 12px;
    display: block;
    margin: 5px 0 5px 0;
}

fieldset {
    width: 70%;
    border: 1px solid #1a4e73;
    padding: 5px;
}
input[type=hidden] {
    display: none;
}
input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}
input[type=submit], input[type=reset] {
height: 22px;
display: inline;
vertical-align: bottom;
}
option {
font-size: 14px;
font-family: inherit;
padding: 0 0.3em;
}
input[type=submit] {
display: inline;
vertical-align: bottom;
}
.required{
clear: both;
color:#222;
font-weight:bold;
}
.optional{
clear: both;
color:#555;
}
.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}

/* Facebook - zakładka */
.bookmark {
position: fixed;
right: -272px;
top: 220px;
z-index: 10;
}

.bookmark .bookmark-corner {
    cursor: pointer;
    height: 70px;
    left: -44px;
    margin-bottom: 5px;
    position: absolute;
    top: 0;
    width: 44px;
}

.bookmark .bookmark-content {
    background: none repeat scroll 0 0 #FFFFFF;
    min-height: 70px;
    position: static;
    width: 272px;
}

