* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}
html{
	background: #ddd url(../gfx/gradient.jpg) left top repeat-x;
}
body {
	position: relative;
	background: #fff url(../gfx/left_back.jpg) left top repeat-y;
	width: 979px;
	border: 3px solid #000;
	margin: 0 auto
}

/*=======================================================Main layers */
#top {
	width: 978px;
	height: 98px;
	background: transparent url(../gfx/top.jpg) left top no-repeat;
	color: #fff;
	position: relative;
}

#mainmenu {
	float: left;
	width: 165px;
	height: 100%;
	background: #da251d;
	border-right: 5px solid #000;
	border-left: 1px solid #553f3b;
	padding-bottom: 350px;
}

#content {
	width: 740px;
	float: left;
	padding: 0px 33px 30px 35px;
/* 	background: #fff url(../gfx/gradient.jpg) left bottom repeat-x; */
}
#footer {
	width: 980px;
	height: 50px;
	background: #eee;
	text-align: center;
	position: relative;
	font-size: 0.8em;
	clear: both;
}
#newsbar {
	background: #da251d;
	border-bottom: 2px solid #000;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}
#left {
	border-right: 5px solid #000;
	width: 166px;
	height: 355px;
	background: #da251d url(../gfx/left.jpg) left bottom repeat-x;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 500;
}
.clear {
	font-size: 1px;
	clear: both;
}
/*======================================================= Content */
p {
	line-height: 1.5em;
	margin-top: 15px;
	margin-bottom: 15px;
}
.error {
	text-align: center;
	color: #da251d;
	font-weight: bold;
}
.ok {
	text-align: center;
	color: #666;
	font-weight: bold;
}
ul, ol {
	margin: 15px 0px 15px 0px;
	padding-left: 25px;
}
ul li {
	line-height: 1.5em;
}
ol li {
	margin: 5px 0px 5px 0px;
	line-height: 1.5em;
}

p.special {
	font-weight: bold;
	margin-top: 40px;
}
p.special:first-child {margin-top: 0px;}
.lct {
	color: #c00;
	font-size: 1.1em;
	font-weight: bold;
}

.lhalf {
	width: 48%;
	float: left;
}
.rhalf {
	width: 48%;
	float: right;
}
#map {
	height: 300px;
	width: 100%;
	margin-top: 20px 0px 20px 0px;
	border: 2px solid #000;
	clear: both;
}
/*======================================================= Links */
a, a:visited {
	color: #da251d;
	text-decoration: none;
	font-size: 1em;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a img {
	border: none;
	vertical-align: middle;
}
a#sitemap_link, a#sitemap_link:visited {
	display: block;
	position: absolute;
	bottom: 5px;
	font-size: 0.9em;
	text-decoration: none;
	text-align: center;
	color: #000;
	width: 100%;
}
a#sitemap_link:hover {
	color: #da251d;
	text-decoration: none;
}

/*======================================================= Language Links */
#languages a, #languages a:visited {
	padding-left: 25px;
	color: #fff;
	text-decoration: none;
	line-height: 16px;
	margin-right: 5px;
	font-size: 0.9em;
}
#languages a:hover {
	text-decoration: underline;
	padding-top: 2px;
}
#polish {
	background: transparent url(../gfx/flag_pl.jpg) left center no-repeat;
}
#english {
	background: transparent url(../gfx/flag_en.jpg) left center no-repeat;
}
#german {
	background: transparent url(../gfx/flag_de.jpg) left center no-repeat;
}
/*======================================================= layers in the top */
#languages {
	text-align: right;
	position: absolute;
	top: 0px;
	right: 5px;
}
#address {
	font-size: 0.8em;
	position: absolute;
	top: 7px;
	left: 170px;
	width: 200px;
}
#page_title {
	position: absolute;
	top: 30px;
	right: 5px;
	float: right;
	color: #fff;
	font-size: 2.5em;
	line-height: 1em;
}
a#logo {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 150px;
	height: 50px;
	overflow: hidden;
	text-indent: -500px;
}
/*======================================================= Main menu */
#mainmenu ul {
	padding-left: 0px;
}
#mainmenu li {list-style: none;}
#mainmenu ul a, #mainmenu ul a:visited {
	display: block;
	border-bottom: 1px solid #932928;
	border-left: 5px solid #932928;
	color: #fff;
	background: transparent;
	padding-left: 5px;
	margin: 3px 10px 3px 10px;
}
#mainmenu ul a:hover {
	color: #000;
	text-decoration: none;
	background: #faa;
	border-bottom: 1px solid #faa;
	border-left: 5px solid #000;
}

/*======================================================= Tables */

table {
	border: 1px solid #000;
	border-collapse: collapse;
}
th {
	background: #666;
	color: #fff;
	padding: 3px;
	border: 1px solid #000;
}
td {
	padding: 3px;
	border: 1px solid #000;
}
td.gray {
	background: #eee;
}

/*======================================================= Forms */
input, select, textarea {
	border: 2px solid #000;
	background: #fafafa;
	margin: 3px;
}
input:hover, select:hover, textarea:hover, input:focus, select:focus, textarea:focus {
	border: 2px solid #da251d;
	background: #fff;
}
.wpisz_cos {
	width: 350px;
}
textarea.wpisz_cos {
	height: 200px;
}

input.submit {
	border: 2px solid #000;
	background: #000;
	color: #fff;
	font-weight: bold;
}
input.submit:focus, input.submit:hover {
	background: #fff;
	color: #000;
}
label {
	width: 300px;
	text-align: left;
	clear: left;
	margin: 3px;
	display: block;
	float: left;
}