@charset "utf-8";
/* CSS Document */
body {
	font-size:11px;
	line-height:1.5;
	font-family:'Trebuchet MS', Verdana, Arial, Sans-serif;
}
a:focus {
	outline:1px dotted invert;
}
hr {
	border-color:#ccc;
	border-style:solid;
	border-width:1px 0 0;
	clear:both;
	height:0;
}
h1 {
	font-size:25px;
}
h2 {
	font-size:23px;
}
h3 {
	font-size:21px;
}
h4 {
	font-size:19px;
}
h5 {
	font-size:17px;
}
h6 {
	font-size:15px;
}
ol {
	list-style:decimal;
}
ul {
	list-style:square;
}
li {
	margin-left:30px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset 
{
	margin-bottom:10px;
}
/*==========*/
.highlight {
	background-color:#FFF8AD;
	padding:2px;
}
.dred {
	background-color:#CA2D00;
	color:#fff;
	font-weight:bold;
	width:30px;
	vertical-align:middle;
}
.ta-left {
	text-align:left;
}
.ta-right {
	text-align:right;
}
.ta-center {
	text-align:center;
}
.ta-justify {
	text-align:justify;
}
sup.pole_obowiazkowe {
	color:red;
	font-weight:bold;
}
div.komunikat_ostrzezenie
{
	background-color:#ffc;
	border:1px solid #fc0;
	padding:10px;
	margin-bottom:1em;
}
div.komunikat_blad
{
	background-color:#F99;
	border:1px solid #f30;
	padding:10px;
	margin-bottom:1em;
}
div.komunikat_ok
{
	background-color:#cf9;
	border:1px solid #9c3;
	padding:10px;
	margin-bottom:1em;
}


