* {margin: 0; padding: 0;}
body {font: 14px Arial, sans-serif; line-height: 1.5; color: #000; background: #FFF;}
#stopka {font: 12px Arial, sans-serif; line-height: 1.3; color: #000; background: #FFF;}

a {text-decoration: none;}
a:link, a:visited {color: #0190DC;}
a:hover {color: #0190DC; text-decoration: underline;}
a img {border: none;}

body {
	background-color: white;
}

h1 {
	font-weight: normal;
	font-size: 23px;
}

ul {
	list-style: none; 
	padding-left: 1em;
	padding-bottom: 1em;
	line-height: 1.2em;
}

ol {
	padding-left: 1em;
	padding-bottom: 1em;
	line-height: 1.2em;
}

#page {
	width: 782px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#flashheader {
	border: solid 0px #FFF;
	width: 782px;
	height: 380px;
	margin: 0;
}

#flashsubheader {
	border: solid 0px #FFF;
	width: 782px;
	height: 200px;
	margin: 0;
}

#kontent {
	width: 782px;
	text-align: left;
}

#kontent h1 {
	margin: 1em 0 0.5em 0;
}
#kontent p {
	margin-bottom: 1em;
	text-align: justify;
}
ol#faq {
	color: #0190DC;
}
ol#odpowiedzi li{
	padding-bottom: 1em;
}
/*
#kontent .przyklad {
	font: 12px monospace;
	line-height: 1.3;
	color: #555;
}
*/
#kontent .przyklad {
	font-size: 14px;
	font-style: oblique;
	line-height: 1.3;
	color: #555;
}

#options {
	width: 782px;
	height:inherit;
	text-align: right;
	vertical-align:text-bottom;
	font-family:Tahoma, Arial, Helvetica, sans-serif, Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#999999;
}
#options .style4 {font-size: 18px}
#options .style5 {font-size: 14px}
#options a {color:#999999;}
#footer {
	clear: both; 
	font-size: 1em;
}
#footer p {padding: 1em 1em;}
#footer p#rightfoot {margin-top: -3em; text-align: right;}

a.inbody:link, a.inbody:visited {color: #000;}
a.inbody:hover {color: #555; text-decoration: underline;}

/* FORMULARZE */

form .line {
    height: 100%;
    overflow: hidden;
    padding: 0 0 8px 0;
}
form label {
    float: left;
    width: 120px;
    line-height: 22px;
}
form .edit {

    border: none;
    padding: 2px;
    line-height: 14px;
    height: 17px;
    color: #9ba4a3;
}
form .submit {
    background-color: #00aeef;
    border: none;
    color: #fff;
    width: 48px;
    float: right;
    height: 22px;
}

.form input {
    width: auto;
    float: left;
}
.form .edit {
    width: 190px;
    padding: 3px 5px 1px 5px;
    color: rgb(120, 120, 120);
    background-color: #f1f1f1;
    border: 1px solid #c4cac9;
    border-width: 2px 0 0 2px;
}
.form label {
    text-align: right;
    margin: 0 25px 0 0;
    display: inline;
    font-weight: bold;
    color: rgb(0, 174, 239);
    width: 100px;
}
.form .line div {
    text-align: left;
    text-indent: 20px;
    color: rgb(205, 0, 0);
    line-height: 20px;
    float: left;
}
.form textarea {
    color: rgb(120, 120, 120);
    border: 1px solid #c4cac9;
    border-width: 1px 0 0 1px;
    background-color: #f1f1f1;
    padding: 2px;
    float: left;
    width: 490px;
    padding: 2px 5px;
    height: 100px;
}

.form .submit {
    font-weight: bold;
    width: auto;
    float: left;
    margin: 5px 0 0 125px;
}

.form .short {
    width: 60px;
    text-align: left;
    text-indent: 5px;
}
.form .line span {
    padding: 0 10px 0 5px;
    float: left;
    color: #BFC8C7;
    line-height: 18px;
}
/*--- form ---*/
.form label.tiny {
    width: auto;
    margin: 0;
    text-indent: 0;
    text-align: left;
    float: left;
    font-weight: normal;
    color: #5A5758;
}
.form h3 {
    line-height: 2em;
    font-size: 1.10em;
}
.form .double {
}
.form .double label {
    margin: 0;
    width: 80px;
    margin: 0 5px 0 0;
}
.form .left {
    float: left;
}
.form .fixwidth {

}
.form .double p {
    float: left;
    margin: 0;
    padding: 0;
}

.form .edit_polec {
    width: 190px;
    padding: 3px 5px 1px 5px;
    color: rgb(120, 120, 120);
    background-color: #f1f1f1;
    border: 1px solid #c4cac9;
    border-width: 2px 0 0 2px;
}