*{
margin:0;
padding:0;
}

body{
    margin: 0;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #797979;
    background-color: #243a4c;
}

#pozycjonujacy {
    margin: 45px auto 10px auto;
    width: 770px;
}

#box_gradient_top {
    width: 770px;
    height: 49px;
    float: left;
    position: relative;
    background-repeat: repeat-x;
}

#box_panorama {
    width: 770px;
    height: 172px;
    float: left;
  }

#srodek {
    width: 770px;
    background-repeat: repeat-y;
    float: left;
}
#lewa {
    width: 216px;
    height: 382px;
    float: left;
}

#lewa_txt {
    margin: 275px 15px 10px 20px;
}

#prawa {
    width: 554px;
    min-height: 382px;
    padding: 0;
    float: left;
}

#prawa_txt {
    margin: 20px 20px 10px 12px;
	text-align: justify
}

#box_tlo_center {
    width: 274px;
    height: 248px;
    float: left;
  }
  
#box_tlo_center_txt {
    margin: 18px 25px 10px 15px;
    color: #797979;
  }


#box_tlo_wyzej_skroty {
    width: 280px;
    height: 133px;
    float: left;
}

#box_tlo_wyzej_skroty_txt {
    margin: 35px 10px 0px 5px;
    color: #002b71;
}

#box_tlo_nizej_skroty {
    width: 280px;
    height: 115px;
    float: left;
}

#box_tlo_nizej_skroty_txt {
    margin: 5px 10px 0px 5px;
    color: #002b71;
}

#box_tlo_aktualnosci_lewy {
    width: 274px;
    height: 134px;
    float: left;
}

#box_tlo_aktualnosci_prawy {
    width: 280px;
    height: 134px;
    float: left;
}

.aktualnosci_txt {
    margin: 32px 20px 10px 16px;
    color: white;
}

#stopka_kreska {
    width: 770px;
    height: 4px;
    clear: both;
}

#stopka {
    width: 770px;
    height: 48px;
    background-repeat: repeat-x;
    clear: both;
}

#stopka_txt {
    text-align: right;
    color: #002b71;
    font-size: 12px;
    margin: 0 10px 0;
}

#kontakt, #kontakt_mapka {
    height: 382px;
    width: 277px;
    float: left;
}

#kontakt_txt {
    margin: 20px 20px 10px 12px;
}

/* General Style Info */
a{
color:#003d4c;
text-decoration:underline;
}
a:hover{
color:#003d4c;
text-decoration:none;
}

img{
border:none;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

h1, h2, h3, h4 {
    margin: 10px 5px 10px 0;
    color: #002b71;
    font-weight: bold;
}

h1{
    font-size: 16px;
}

h2{
    font-size: 14px;
}

h3{
    font-size: 12px;
}

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;
}

/* tables */

#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: 16px;
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[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}
input, textarea {
clear: both;
display:block;
font-size: 14px;
font-family: inherit;
}
select {
clear: both;
vertical-align: text-bottom;
font-size: 14px;
font-family: inherit;
}
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;
}
