body         { font-size: 10pt; color: #224570 !important; font-family: Verdana !important; margin: 0px !important; background-color: #609bd5 !important }
a:link       { text-decoration: none !important; color: #609bd5 !important; font-weight: bold }
a:visited    { text-decoration: none !important; color: #609bd5 !important; font-weight: bold }
a:hover      { text-decoration: underline !important; color: #ff5200 !important }
a:active     { text-decoration: none !important; color: #609bd5 !important; font-weight: bold }
p            { margin-top: 10; margin-bottom: 10; text-align: justify }
td           { font-size: 10pt }
h1, .contentheading, .componentheading          { margin-top: 20; font-size: 15pt !important; color: #ff5200 !important; font-weight: bold !important; font-family: Verdana !important; text-align:center }
h2, .moduleheading           { margin-top: 15; font-size: 12pt !important; color: #ff5200 !important; font-weight: bold !important; font-family: Verdana !important }
h3           { margin-top: 15; font-size: 11pt !important; color: #ff5200 !important; font-weight: bold !important; font-family: Verdana !important }
h4           { margin-top: 15; font-size: 11pt !important; color: #ff5200 !important; font-weight: bold !important; font-family: Verdana !important }
a:link.menuv, a:visited.menuv {
	display: block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px !important;
	text-align: left;
	padding: 5px 5px 5px 10px;
	width: auto;
	text-decoration: none;
	color: #fff !important;
	text-transform: uppercase;
	background-color: #609bd5;
	margin: 5px;
}
a:hover.menuv {
	text-decoration: none !important;
	color:#fff !important;
	background-color: #ff5200 !important;
}
a:link.stopka, a:visited.stopka {
	text-decoration: none;
	color:#fff !important;
	font-weight: normal;
}
a:hover.stopka {
	text-decoration: underline;
	color:#fff !important;
}
ul           { text-align: left }
img  { border: 0 }
:hover.mov img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
#main {
	max-width: 1200px;
	margin: 0px auto;
	clear:both;
	background-color: #fff !important;
}
#nawim {
	display: block;
	clear: both;
}
.leftbar { display: none;
}
.toggleMenu { color:#fff !important }
.container {
    max-width: 920px;
}
.pagination {
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}

@media only screen and (min-width: 769px) {
.leftbar {
	color: #FFFFFF; 
	background-color: #224570;
	display: table-cell;
	width: 240px;
}
#nawim {
	display: none;
}
}
