h2 {
	margin: 0px;
	background-image: url('images/h2-tlo.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 24pt;
	line-height: normal;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: white;
	padding: 10px 20px;
	background-color: #70706d;
}

h3 {
	font-weight: bold;
	text-align: center;
	background-color: #EBE4CD;
	font-size: 16pt;
	padding: 5px;
	margin: 0px;
	line-height: normal;
}

h4 {
	margin: 0px;
	margin-left: 20px;
	margin-top: 20px;
}

.tabs h4 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	float: left;
	display: block;
	width: 130px;
	line-height: normal;
	text-align: right;
	clear: left;
}

.tabs p {
	display: block;
	margin: 0px;
	margin-left: 140px;
	margin-bottom: 10px;
}

.tabs ul {
	display: block;
	margin: 0px;
	margin-left: 140px;
	margin-bottom: 10px;
}

.tabs ol {
	display: block;
	margin: 0px;
	margin-left: 140px;
	margin-bottom: 10px;
}

.tabs hr {
	height: 0px;
	border: 1px solid white;
	clear: both;
}


.kalendarz td {
	vertical-align: bottom;
}

body {
	margin: 0px 20px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	word-spacing: 1px;
	line-height: 17px;
	background-color: #EFEDE3;
	height: 100%;
}

a {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
a:visited {
	
}

.wrap1 {
	background-image: url('images/shadow-left.png');
	background-repeat: repeat-y;
	padding-left: 10px;
	background-position: left;
}

.wrap2 {
	background-image: url('images/shadow-right.png');
	background-repeat: repeat-y;
	padding-right: 10px;
	background-position: right;
}

#top {
	background-image: url('images/center.png');
}

#logo {
	padding: 20px;
}

#top-left {
	background-image: url('images/left.png');
	background-repeat: no-repeat;
}

#top-right {
	float: right;
	width: 771px;
	background-image: url('images/right.png');
	background-repeat: no-repeat;
	background-position: right top;
}

#conditions-box {
	margin: 10px;
	padding: 10px 15px;
	background-image: url('images/opacity50.png');
	width: 655px;
}

.etykieta {
	display: block;
	width: 110px;
	float: left;
	text-align: right;
}

#tematy-box {
	width: 530px;
	float: right;
	position: relative;
	left: -7px;
	border-bottom: 1px solid white;
	border-top: none;
	border-left: 1px solid silver;
	margin: 0px;
	padding: 0px;
	max-height: 100px;
	overflow: auto;
	overflow-x: hidden;
	background-image: url('images/opacity50.png');
	font-size: 12px;
}


#tematy-box span {
	padding: 3px 8px;
	cursor: pointer;
	display: block;
}
#tematy-box input {
	float: left;
	position: relative;
	top: 3px;
	margin-right: 4px;
}
#tematy-box label {
	display: block;
	cursor: pointer;
}
#tematy-box span:hover {
	background: #3582c4;
	color: #fff;
}

#over-all {
	background-color: white;
	min-width: 970px;
}

#footer {
	margin-top: 20px;
	padding: 3px 20px;
	text-align: right;
	color: white;
	background-image: url('images/center.png');
	font-size: 7pt;
	line-height: normal;
}
