*{
margin:0;
padding:0;
}

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

#pozycjonujacy {
	/*text-align:center;*/
    margin: 60px auto 0 auto;
    width: 781px;
}

#menu_box {
	position: relative;
	float: left;
	width:526px;
	height:91px;
}

#logo_box {
	position: relative;
	float: left;
	width:255px;
	height:91px;
}

#logo {
	position: absolute;
	width: 209px;
	height: 54px;
	left: 26px;
	top: 15px;
}

#content {
	position: relative;
	float: left;
	width: 781px;
	background-repeat: repeat-y;
}

#glowna {
	width: 526px;
	height: 441px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}

#box_foto {
	width: 155px;
	height: 69px;
	top: 327px;
	left: 38px;
	position: absolute;
}

#box_druk {
	width: 155px;
	height: 69px;
	top: 327px;
	left: 287px;
	position: absolute;
}

#newsletter {
	margin-top: 0;
	margin-bottom: 10px;
	width: 240px;
	float: left;
	position: relative;
	background-repeat: repeat-y;
}

#newsletter_txt {
	position: relative;
	width: 205px;
	margin-left: 25px;
	color: #346688;
}

.box {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 240px;
	float: left;
	position: relative;
	background-repeat: repeat-y;
}

.box_txt {
	position: relative;
	width: 205px;
	margin-left: 25px;
	color: #346688;
}

#stopka {
	position: relative;
	float: left;
	width: 781px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#stopka_txt {
	text-align: center;
	margin-top: 5px;
}

#webdesign {
    text-align: right;
    margin-top: 5px;
    margin-right: 5px;
}


font.stopka, a.stopka:link, a.stopka:visited  {
    color: #346688;
    text-decoration: none;
    font-size: 11px;
}

a.stopka:hover {
    color: #346688;
    text-decoration: underline;
    font-size: 11px;
}

font.orange {
    color: #ef9b01;
}

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

a img{
border:none;
}

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: #346688;
margin:0.3em 0;
font-size: 180%;
}

h2{
color: #346688;
margin:0.3em 0;
font-size: 180%;
}

h3{
color: #346688;
font-size: 140%;
}

h4{
color:#346688;
font-weight:normal;
}

em {
font-size: 12px;
}

ul, li {
margin: 0 12px;
}

/* tables */

/*
table {
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color:#333;
background-color: #fff;
clear:both;
padding: 0;
margin: 0 0 2em 0;
white-space: normal;
}
th {
background-color: #e2e2e2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}
table tr td {
border-right: 1px solid #ddd;
padding:4px 4px;
vertical-align:top;
text-align: center;
}
table tr.altRow td {
background: #f4f4f4;
}
*/
#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 #ef9b01;
    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;
}
