* {
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, Verdana, sans-serif;
}

html {
   color: inherit;
   background-color: #8493BC;
   background-image: url(img/background.jpg);
   background-repeat: repeat-x;
}
body {
   color: inherit;
   background-color: white;
   min-width: 900px;
   margin: 1em 2em; 
}

img {
   border: 0;
}

div#header {
   width: 100%;
   height: 80px;
   border-bottom: solid 1px yellow;
   background: #5579C0 url(img/top-right.jpg) no-repeat top right;
   color: inherit;
}

div#header img {
   display: inline;
   vertical-align: middle;
}
div#header h1 {
   display: inline;
   margin-left: 1em;
   color: #003181;
   background-color: inherit;
}

.roundedcornr_box {background: #ffffff;}
.roundedcornr_top div {background: url(img/roundedcornr_tl.png) no-repeat top left}
.roundedcornr_top {background: url(img/roundedcornr_tr.png) no-repeat top right}
.roundedcornr_bottom div {background: url(img/roundedcornr_bl.png) no-repeat bottom left}
.roundedcornr_bottom {background: url(img/roundedcornr_br.png) no-repeat bottom right}
.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {width: 100%; height: 20px; font-size: 1px}
.roundedcornr_content {margin: 0 20px 10px 20px}

div#date {
   width: 100%;
   color: #b5c8da;
   background-color: #003181;
   font-size: 10px;
   text-align: right;
}

div.menu {
   width: 150px;
   margin: 1em;
}
ul.menu, .baner {
   width: 150px;
   margin: 1em 0;
   font-family: arial,verdana,helvetica,"sans serif";
   font-size: 0.8em;
}

ul.menu li.header {
   line-height: 1.2em;
   padding: 5px 18px;
   color: #fff;
   background-color: #003181;
   background-image: url(img/menu-top.jpg);
   font-size: 0.8em;
   font-weight:bold;
}
ul.menu li {
   color: #213196;
   background-color: #C6D2F8;
   font-size: 0.9em;
   border-bottom: solid 1px #eee;
   font-weight: normal;
   list-style-type: none;
}
ul.menu li a {
	display: block;
	width: 114px;
    padding: 2px 18px 2px 18px;
	color: #213196;
	background-color: inherit;
	text-decoration: none;
}
ul.menu li a:hover {color: #fff; background-color: #5E7DB9}

div#footer {
   width: 100%;
   clear: both;
   color: #582458;
   border-top: solid 1px gray;
   margin-top: 2em;
   font-size: 10px;
   text-align: center;
}

div#main {
   padding: 1em 200px;
   clear: none;
}

div#main h1 {
   border-bottom: solid 1px gray;
   margin-bottom: 1em;
   font-size: 1.2em;
   color: #555;
   background-color: inherit;
}
div#main h2 {
   height: 80px; 
   border-bottom: dotted 1px #000;
   background-repeat: no-repeat; 
   margin-bottom: 2em;
   padding: 1.5em 0 1em 140px;
   font-size: 0.8em;
   font-weight: normal;
}
div#main h3 {
   font-size: 0.8em;
   font-weight: bold;
}
div#main h4 {
   font-size: 0.8em;
   font-weight: bold;
   font-style: italic;
}

hr {
	border: none;
	border-bottom: dotted 1px #000;
	color: inherit;
	background-color: inherit;
	height: 1px;
	margin: 1.5em 0;
}

div#main img {
   margin: 0.5em;
}
div#main p, blockquote, address, div#main ul, div#main ol {
	margin: 1em 0;
    font-size: 0.8em;
	line-height: 1.5em;
	text-align: justify;
}
/*div#main ul, div#main ol {
	margin: 1em 0;
    font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
} */
div#main table {
	margin: 1em auto;
	font-size: 0.8em;
	text-align: left;
	width: 98%;
}
div#main table li {
    font-size: 1.3em;
}
div#main table thead td {
	font-weight: bold;
	border-bottom: solid 1px gray;
}
div#main table td {
	padding: 0 3px;
}

p.h2 {
   border-bottom: dotted 1px #000;
   margin-bottom: 2em;
   padding: 1.5em 0;
   font-size: 0.7em !important;
   line-height: 2em !important;
}

div#main li {
   margin-left: 3em;
   padding-left: 0.5em;
}

table.oferty_firm {
	border-collapse: collapse;
}
table.oferty_firm caption {
	margin-top: 0.5em;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
}
table.oferty_firm td {
	font-size: 0.8em;
	vertical-align: top;
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 4px;
}
table.oferty_firm td.nr {
	width: 80px;
}

p.center {
	text-align: center !important;
}
p.small {
	margin: 0 !important;
	text-align: left !important;
	font-size: 0.6em !important;
}
p.wiecej {
	text-align: right !important;
	margin-top: 0;
	margin-right: 2em;
}
p.ramka {
	padding: 0.5em;
	border: solid 1px black;
}
p.caption {
	font-size: 0.7em !important;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 0 !important;
}

div#main a:link {
	text-decoration: underline;
	color: #003181;        
	background-color: inherit;
}
div#main a:active {
	text-decoration: none;
	color: #C6D2F8;
	background-color: inherit;
}
div#main a:visited {
	text-decoration: underline;
	color: #6381BC;
	background-color: inherit;
}
div#main a:hover {
	text-decoration: none;
	color: #F62822;
	background-color: inherit;
}

img.center {
	display: block;
	margin: 0 auto;
}
img.flaga {
	float: right;
	margin: 1em 0 0.5em 1em !important;
	border: solid 1px black;
}	

blockquote {
	padding-left: 2em;
	font-style: italic;
}
address {
	padding-left: 1em;
}

.input_value {
	font-size:12px;
	margin-bottom:-1;
	margin-top:-2;
	margin-right:-3;
	border-left-style:none;
	border-right-style:none;
	border-top-style:none;
	border-bottom-style:groove;
}

table#ocena_www td {
	text-align: right;
}
table#ocena_www tr.odstep td {
	padding-top: 2em;
}

table#wspolpraca {
	width: 470px !important;
}
table#wspolpraca thead td {
	text-align: center;
	background-color: #c6d2f8;
}
table#wspolpraca td {
	padding: 3px;
	vertical-align: top;
}
table#wspolpraca td ul li {
	text-align: left;
	padding: 2px;
}
table#wspolpraca td ul li img {
	vertical-align: middle;
}
