body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, serif;
	font-size: 8pt;
	text-align: center;
	color: #333;
	background: url("/images/body_bg.gif") repeat-x 50% 125px;
}

h1 {
	font-size: 2em;
}

h4 {
	font-size: 1.1em;
}

sup {
	font-size: .6em;
}
.em { font-style: italic }

.nowrap {
	white-space: nowrap;
}

.hide {
	display: none;
}

label {
	width: 200px;
}

input,textarea {
	width: 200px;
}

textarea {
	height: 80px;
}

#head {
	height: 70px;
	margin: 0 auto;
}

#head,#container {
	width: 970px;
	text-align: left;
}

#logo {
	width: 240px;
	float: left;
	margin: 35px 5px 0 20px;
	display: inline;
}

#menu {
	color: #777;
	margin-left: 240px;
	text-align: left;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	float: right;
	padding-right: 2px;
	display: inline;
}

#menu a {
	color: #999;
	width: 70px;
	text-decoration: none;
	border-left: 1px solid #CCC;
	border-bottom: 3px solid #000066;
	padding: 2.5em 10px 5px 10px;
	display: block;
}

#menu a:hover,#menu a.set { /*	font-size: 1.1em;
	padding-top: 2.1em;*/
	color: #000066;
	background-color: #F5F5F5;
	border-bottom-color: #CC0000;
}

#menu a.set { /*	background-color: transparent;*/
	cursor: default;
	width: 95px;
	font-weight: bolder;
}

#belka {
	width: 100%;
	border-top: 2px solid #BBB;
	clear: both;
	position: absolute;
	top: 120px;
	left: 0px;
	display: block;
}

#belka div {
	width: 100%;
	height: 150px;
	background: url("/images/belka_bg.png") repeat-x top;
}

#container {
	clear: both;
	margin: 0 auto;
	display: block;
	position: relative;
	top: 10px;
	/*	background: #FFF;*/
	border-top: 3px solid #EFEFEF;
}

#left {
	float: left;
	margin-top: 15px;
	padding: 10px 0 0 20px;
}

#cse-search-box {
	margin: 0 0 10px 0;
	padding: 0;
	width: 260px;
	text-align: center;
}
#cse-search-box input {
	width: auto;
}

#left div {
	background: url("/images/left_bg_up.png") no-repeat top left;
}

#left a {
	text-decoration: none;
	display: none;
}

#left a.show {
	display: block;
}

#left img {
	border: 0;
}

#left div.opis {
	width: 280px;
	text-align: center;
	padding: 5px;
	background-color: #DDD;
	border-bottom: 1px solid #999;
	color: #333;
	font-size: 1.1em;
	cursor: pointer;
}

#right {
	padding-left: 350px;
}

#right h1.tytul {
	padding-top: 20px;
	margin: 0 0 10px 0;
}

#right .text400 {
	width: 400px;
}

#right .text500 {
	width: 500px;
}

#right #szczegoly {
	float: left;
	width: 400px;
	height: inherit;
}

#right #szczegoly>div {
	display: none;
}

div.galeria img {
	margin: 5px;
	border: 1px solid #999;
}

table.lista {
	font-family: Tahoma, serif;
	font-size: 8pt;
	color: #333;
	empty-cells: show;
	border-collapse: collapse;
	border: none;
	border-color: #999;
	width: 100%;
}

table.lista td {
	padding: 5px;
}

#footer {
	clear: both;
	border-top: 1px solid #DDD;
	margin: 30px 0;
	padding: 10px 0;
	color: #999;
	height: 80px;
	width: 100%;
	display: table;
	background: #FFF;
}

#footer div {
	height: 60px;
	border-left: 1px solid #DDD;
	display: inline;
	float: left;
	text-align: left;
	padding: 5px 15px;
}

#footer .logo {
	border: none;
	width: 240px;
	margin: 0 10px;
	padding: 0;
	text-align: center;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
}

#footer .copy {
	float: right;
}