@CHARSET "UTF-8";

body { margin: 0; padding: 0; text-align: center; color: #606060; background-color: #fff; }
body, td, th { font-size: 11px; font-family: Tahoma, sans-serif; }

body, html { height: 100%; }
.body { height: 100%; background: url('../img/site/middle-bg.gif') top center repeat-y; }

/** top */
#top { width: 100%; background: #fff url('../img/site/bg.png') top left repeat-x;  }
#top2 { width: 935px; margin: 0 auto; text-align: left; }
.logo { float: left; width: 434px; }
#top2 .picture { float: right; width: 501px; height: 181px;
	background: url('../img/site/top.jpg') top left no-repeat; }

.bg3 { width: 100%; background: url('../img/site/menu-bg.gif') top left no-repeat; line-height: 30px; }

.mainPage { float: left; width: 130px; font-size: 10px; }
.mainPage a { padding-left: 20px; font-weight: bold; color: #d91d2b; text-transform: uppercase; }

.menu { float: right; width: 800px; font-size: 10px; }
.menu ul { margin: 0; padding: 0; list-style-type: none; }
.menu li { float: right; margin: 0; padding: 0 20px;
	background: url('../img/site/menu-li.gif') top left no-repeat; }
.menu li.first { background-image: none; }
.menu li a { font-weight: bold; color: #194175; text-transform: uppercase; }

/** middle */
.bg4 { width: 100%;  }
#middle { width: 935px; margin: 0 auto; text-align: left;
	background: url('../img/site/middle-bg2.gif') top left repeat-y; }

.bg1 { height: 28px; background: url('../img/site/middle-top.png') top left no-repeat; }
.main { height: 297px; background: url('../img/site/middle-main.jpg') top left no-repeat; }

.mainBox { width: 871px; margin: 0 auto; padding: 16px 0; text-align: left; }
.mainBoxT { height: 29px; background: url('../img/site/main-box-top.gif') top left no-repeat; }
.mainBoxT .first { float: left; width: 270px; padding-top: 10px; }
.mainBoxT .second { margin-left: 301px; width: 270px; padding-top: 10px; }
.mainBoxT .third { float: right; width: 267px; padding-top: 10px; }
.mainBoxT a { font-size: 12px; padding-left: 23px; color: #575759; font-weight: bold;
	text-transform: uppercase; }
.mainBoxT a:hover { color: #575759; }

.mainBoxM { background: url('../img/site/main-box-middle.gif') top left repeat-y; }
.mainBoxM p { margin: 0; padding: 10px 20px 0 20px; }
.mainBoxM a { color: #194175; font-weight: bold; }
.mainBoxM .first { float: left; width: 270px; padding-top: 10px; }
.mainBoxM .second { margin-left: 301px; width: 270px; padding-top: 10px; }
.mainBoxM .third { float: right; width: 267px; padding-top: 10px; }
.mainBoxM img { vertical-align: middle; margin-right: 2px; }

.mainBoxB { height: 25px; background: url('../img/site/main-box-bottom.gif') top left no-repeat; }

.bg2 { height: 28px; background: url('../img/site/middle-top-page.png') top left no-repeat; }
.page { background: url('../img/site/middle-page.png') top left no-repeat;
	padding: 25px 35px; }
h1 { margin: 0 0 20px 0; padding: 0 0 3px 20px; font-size: 18px; color: #444;
	background: url('../img/site/title-page.gif') bottom left no-repeat; text-transform: uppercase;  }
.links { width: 269px; float: right; }
.linksTop { background: url('../img/site/page-links-top.png') top left no-repeat;
	color: #fff; font-weight: bold; text-transform: uppercase; line-height: 25px; padding: 3px 0 0 30px; }
.linksMiddle { padding-bottom: 20px;
	background: url('../img/site/page-links-middle-bg.gif') top left repeat-y; }
.linksMiddle a { display: block; line-height: 24px; padding: 2px 0 0 30px; font-weight: bold; font-size: 12px;
	background: url('../img/site/page-links-middle.png') bottom left no-repeat; }
.linksBottom { background: url('../img/site/page-links-bottom.png') top left no-repeat; height: 18px; }


/** bottom */
#bottom { width: 935px; margin: 0 auto; padding-top: 2px;
	background: url('../img/site/bottom-bg2.gif') top left repeat-y; }
#bottom .address { line-height: 21px; color: #194175;
	background: url('../img/site/bottom-bg.gif') top left no-repeat; }
#bottom .copyright { float: left; width: 400px; padding: 10px 10px 15px 10px;
	text-align: left; color: #b8b8b6; }
#bottom .copyright a { color: #dddbdb; }

.menu2 { float: right; width: 450px; color: #b8b8b6; padding: 10px 10px 15px 10px; }
.menu2 ul { margin: 0; padding: 0; list-style-type: none; }
.menu2 li { float: right; margin: 0; padding: 0 5px;}
.menu2 li a { color: #b8b8b6; }


/** standard */
a { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }

img { border: 0; vertical-align: bottom; }
img.b { vertical-align: bottom; }
img.m { vertical-align: middle; }

table { }
td, th { padding: 0; vertical-align: top; }
.c, .center { text-align: center; }
.l { text-align: left; }
.r { text-align: right; }
.j { text-align: justify; }
.t { vertical-align: top; }
.m { vertical-align: middle; }
.b { vertical-align: bottom; }

.clr { clear: both; }
.cL { clear: left; }
.cR { clear: right; }

.pageNum { padding-top: 20px; }

div.failed ul { margin: 20px 0 0 0; }
div.failed li { color: #d10; }

/** forms */
form { display: inline; }
form fieldset { display: block; border: 0; }
form legend { display: inline; margin: 0; padding: 15px 0; }
form ul { list-style: none; margin: 10px 0; padding: 0; }
form ul li { padding: 3px 0; margin: 0; clear: left; }
form ul li.hide { display: none; }
form ul li.submit { margin-left: 90px; }
form ul label { float: left; width: 80px; padding-right: 10px; text-align: right; }

input, textarea { font-family: sans-serif; font-size: 10px; }
input.noBorder { border: 0; }
select { font-size: 11px; }
button { border-style: none; background-color: transparent; font-size: 11px; }


/** http://www.hyh.pl */
