body {
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 70%;
	line-height: 1.6em;
	text-align: center;
	margin: 0 0 20px;
	background: url("/images/bg2.gif");
	color: #333;
}

#c1 {
  background: url("/images/bg1.gif") repeat-x;
  min-height: 1200px;
}

a {
	color: #333
}

a:hover {
	text-decoration: none;
}
  
h1 {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 150%;
  color: rgb(0,141,51);
}

h2 {
 	font-family: sans-serif;
	font-size:120%;
	color: rgb(0, 56, 96);
	background: rgb(238, 238, 238);
	padding: 0.2em 0.3em; 
	margin: 0 -11px 0 0.3em;
}

h3 {
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-weight: normal;
	font-size: 120%;
	color: #003860;
}

h4 {
  margin: 0.5em 0 0.3em;
  font-size: 100%;
}

p {
	margin: 0.3em 0;
}

#container {
	position: relative;
	background: rgb(255,255,255) url("/images/bg.gif");
}
  
#container,.header,.menu {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

/*#menu1 {  top:143px;}
#menu2 {  top:314px;}
*/
.menu {
	list-style: none;
	padding: 0;
	background: rgb(238, 238, 238);
	height: 26px;
}

.menu li {
  float: left;
  width: 129px;
  font-weight: bold;
  font-size: 120%;
  text-decoration: none;
  font-family: sans-serif;
  border: solid rgb(221, 221, 221);
  border-width: 0 1px 0 0;
  text-align: center;
}

.menu a {
	display: block;
	padding: 4px 10px;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

.menu li#active a {
	background: rgb(255,255,255);
}
/*menu li#active a {background:#ddd;}*/

#content {
	min-height: 320px;
	clear: left;
	padding: 1em 1em 30px;
	margin-right: 170px;
	position: relative;
	z-index: 1;
}

#sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 165px;
	background: #eee;
	padding-left: 5px;
	z-index: 2;
}

.header a {
	text-indent: -1000px;
	display: block;
	width: 200px;
	height: 100%;
}

#header1 {
	background: rgb(255,255,255) url("/images/header1.jpg") right top no-repeat;
	height: 143px;
}

#header2 {
	background: rgb(255,255,255) url("/images/header2.jpg") right top no-repeat;
	height: 136px;
}

#footer {
	color: rgb(102, 102, 102);
	background: rgb(238, 238, 238);
	clear: both;
	padding: 0.2em;
	text-align: center;
 	padding-right: 150px;
}

#footer a {
  text-decoration:none;
  color:#666;
}
#footer a:hover {
  text-decoration:underline;
}

strong {color:#003860}

.sec h2 {margin:0;background:#eee;color:#003860;padding:0.6em}
.sec img {background:#eee;margin-bottom:0.5em;padding:0.8em;}
.sec p {margin-top:0.5em}
.aleft h2 {margin-right:-20px;}
.aleft img {float:left;margin-right:.5em}
.aright img {float:right;margin-left:.5em}
.aleft p {margin-left:225px}
.aright p {margin-left:0.5em}
.sec {clear:both;margin:.5em;/*border-top:solid 1px rgb(0,141,51);*/padding-top:0.5em}

.cleaner {clear:both;}
.small {font-size:85%}


table.text {background:#b8d8ef;width:400px;border-collapse:collapse}
table.text th.tel {width:20%}
table.text th.name {width:32%}
table.text th {padding:1px 3px;background:#003860;color:#f0f9ff;}
table.text td {padding:1px 3px;color:#222}

img.left {float:left;border:1px solid #999; padding:.6em;margin-right:.6em}

#katalog {
	position: relative;
}

#katalog ul, #katalog li, #katalog a {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

#katalog ul {
	width: 160px;
	list-style-type: none;
}

#katalog li {
	position: relative;
	padding: 1px;
	z-index: 9;
}

#katalog li.folder ul {
	position: absolute;
	left: 50px;
	top: 10px;
	background: rgb(255,255,255) !important;
	border-left: 1px solid rgb(221,221,221);
}

#katalog li.folder>ul {
	left: 70px;
}

#katalog a {
	padding: 2px;
	text-decoration: underline;
	width: 100%;
}

#katalog li>a {
	width: auto;
}

#katalog a:hover {
	text-decoration: none;
	background-color: rgb(255,255,255);
	text-decoration: none;
}

#katalog li.folder:hover {
	z-index: 10;
}

#katalog ul ul, #katalog li:hover ul ul {
	display:none;
}

#katalog li:hover ul, #katalog li:hover li:hover ul {
	display:block;
}


#content ul {
	margin: 0 0 0 0.5em;
	padding: 10px;
}

#content .wysiwyg {
	width: 770px;
}

#content .wysiwyg table {
/*	width: 100%;*/
}

form#kosik sup {
	color: #f00;
	font-weight: bold;
}

form#kosik table {
	width: 100%;
}

div.error {
	color: rgb(255,0,0) !important;
	margin-bottom: 2em;
}

div.error ul {
	margin: 0.3em 0;
}