body {
	margin: 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;
}

.nowrap {
	white-space: nowrap;
}

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: 60px;
	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: 85px;
	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;
}

#right {
	padding-left: 320px;
}

#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;
}

#right #szczegoly .galeria img {
	margin: 5px;
	border: none;
}

#right #accord {
	margin-left: 410px;
	margin-right: 10px;
	padding: 0;
}

#right #accord .grupa {
	font-weight: bolder;
	font-size: 1.2em;
	color: #000066;
}

#right #accord ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#right #accord li {
	padding: 2px 0 2px 15px;
	margin: 0;
	color: #666;
	list-style: none;
	cursor: pointer;
}

#right #accord > ul {
	margin: 2px 0 10px 0;
}

#right #accord ul ul {
	display: none;
}

#right #accord > ul > li { /*	border-bottom: 1px solid #EEE;
	color: #000066;*/
	padding: 3px 0 3px 10px;
	border-left: 3px solid #000066;
	border-top: 1px solid #CCC;
	margin-bottom: 2px;
	display: block;
}

#right #accord span {
	font-weight: normal;
}

#right #accord li.set {
	color: #000066;
	font-weight: bold;
	border-left: 3px solid #CC0000;
	padding-left: 5px;
}

#right #accord li.pdf {
	background: url("/images/ikon_pdf.gif") no-repeat right;
}

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

#footer div {
	height: 90px;
	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;
}