﻿*{
margin:0;
padding:0;
}

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

#pozycjonujacy {
    margin: 0px auto 0px auto;
    width: 998px;
}

#box_logo {
	position:absolute;
	top:25px;
	left:15px;
}

#lewo{
	height: 640px;
	width: 502px;
	float: left;
	position: relative;
}

#flash {
position:absolute;
left:-100px;
top:50px;
z-index: 1;
}

#srodek{
	height: 800px;
	width: 164px;
	float: left;
	position: relative;
}

#srodek_napis{
	height: 12px;
	width:400px;
	top:15px;
	left:8px;
	color: #FFFFFF;
	position:relative;
}

#prawo{
	height: 640px;
	width: 496px;
	float: left;
	position: relative;
}

#prawo_gora{
	height: 224px;
	width: 496px;
	float: left;
	position: relative;
}

#prawo_formularz2{
	top: 0px;
	left: 300px;
	position: absolute;
}

#prawo_content{
	height: 392px;
	width: 496px;
	float: left;
	overflow: auto;
	/*margin: 20px 40px 0px 40px;*/
	position: relative;
	color:#FFFFFF;
	background-color: #000000;
	z-index: 2;
}
#prawo_content_txt {
	margin: 20px;
}

#prawo_tekst{
	height: 100px;
	width: 250px;
	top: 60px;
	left: 230px;
	color: #948202;
	position: relative;
}
#prawo_formularz{
	top:-5px;
	left:-350px;
	width:350px;
	height: 20px;		
	position: absolute;
}
#prawo_napis{
	top:-5px;
	left:20px;
	width:450px;
	height: 20px;	
	color: #FFFFFF;
	position:absolute;
}

#menu{
	height:110px;
	width:319px;
	top:35px;
	left:180px;
	position: relative;
}

#glosnik{
	width:136px;
	height:197px;
	top:30px;
	left:410px;
	position: absolute;
}

p.prawo_content{
	color:#FC0001;
	font-size:20px;
	
}

font.orange {
    color: #ef9b01;
}

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

a img{
border:none;
}

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

input[type=text].prawo_formularz{
background-color:#FACF04;
color:#000000;
}

input[type=text].prawo_napis{
background-color:#FB0491;
color:#000000;
}


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

h2{
color: #fc0000;
margin:0;
font-size: 180%;
}

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

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


marquee h1, marquee h2, marquee h3, marquee h4 { color: #ffffff; }

hr {
 width: 100%;
 border: dashed white thin;
}

em {
font-size: 12px;
}

ul, li {
margin: 0 12px;
}

/* Layout */


/* 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;
}
*/


/* 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: 0px;
}
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: 0 0 10px 0;
}

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

fieldset {
    width: 70%;
    border: 1px solid #fc0000;
    padding: 5px;
}
input[type=hidden] {
    display: none;
}
input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}

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;
}
