html,
body {
	margin: 0;
	padding: 0;
}
body {
	background: #75767a url("../gfx/body.gif") repeat-x 50% 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	color: #555659;
	text-align: center;
	line-height: 1.7;
}
h1 {
	/*margin: 0 0 .4em 0;*/
	margin: 0 0 .8em 0;
	font-size: 210%;
	color: #002c76;
	line-height: 1.3;
}
h2 {
	margin: 0 0 .4em 0;
	font-size: 160%;
	color: #194183;
}
h3 {
	margin: 0 0 .4em 0;
	font-size: 120%;
	color: #194183;
}
h4 {
	margin: 0 0 .4em 0;
	font-size: 110%;
}
hr, .nod, .helplink {
	position: absolute;
	top: -5000px;
	width: 1px;
	height: 1px;
}
ul, form {
	margin: 0;
	padding: 0;
}
table, input, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
}
p {
	margin: 0;
	padding: 0;
}
a {
	color: #002c76;
}
a:hover,
a:focus {
	color: #194183;
}
.clean {
	background: transparent;
	clear: both;
	height: 2px;
	font-size: 1px;
}
#page {
	position: relative;
	width: 960px;
	margin: auto;
	padding-bottom: 30px;
	text-align: left;
}
#header {
	background: #fff url("../gfx/header.jpg") no-repeat 0 113px;
	height: 266px;
	overflow: hidden;	
}
.hp #header {
	background: #fff url("../gfx/header-hp.jpg") no-repeat 0 113px;
	height: 558px;
	margin: 0 0 26px 0;
}
#menu {
	background: #f4aa00 url("../gfx/menu.gif") no-repeat 686px 100%;
	position: absolute;
	left: 25px;
	top: 143px;
	width: 910px;
	height: 44px;
}
.en #menu,
.ru #menu {
	left: 560px;
	width: 375px;
}
#search-box {
	position: absolute;
	right: 25px;
	top: 143px;
	z-index: 5;
}
#navbar {
	position: absolute;
	left: 213px;
	top: 154px;
	width: 697px;
	border-bottom: 1px solid #c4c4c5;
	padding-bottom: .6em;
	font-size: 95%;
}
.ru #navbar,
.en #navbar {
	left: -322px;
}
#content {
	background: #fff url("../gfx/content.gif") repeat-x 0 0;
	width: 958px;
 	_width: 960px;
	border: 1px solid #e3e4e4;
	margin-bottom: 30px;
}
#main {
	float: right;
	display: inline;
	width: 697px;
	/*margin: 5.2em 24px 2em 0;*/
	margin: 5.5em 24px 2em 0;
}
#col-left {
	float: left;
	display: inline;
	width: 188px;
	margin: 27px 0 0 24px;
}
#footer-menu {
	background: #555659;
	width: 910px;
	_width: 960px;
	padding: .9em 25px .8em 25px;
	font-size: 95%;
	color: #c4c4c5;
}
#footer {
	width: 960px;
	padding: .8em 0 .1em 0;
	font-size: 95%;
	color: #3a3b3c;
}
/*header*/
#logo {
	position: absolute;
	left: 25px;
	top: 26px;
	display: block;
	width: 140px;
	height: 70px;
	overflow: hidden;
	color: #f4aa00;
}
#logo span {
	background: url("../gfx/logo.gif");
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	display: block;
	width: 140px;
	height: 70px;
	cursor: pointer;
}
#lang {
	position: absolute;
	right: 25px;
	top: 81px;
	font-size: 95%;
	color: #f4aa00;
}
#lang strong,
#lang span,
#lang a {
	color: #555659;
	text-decoration: none;
}
#lang a:hover,
#lang a:focus {
	color: #002c76;
	text-decoration: underline;
}
a.helplink:active,
a.helplink:focus {
	background: #f4aa00;
	left: 0;  
	top: 10px;
	z-index: 50;
	display: block;
	width: auto;
	height: auto;
	border: 3px solid #002c76;
	padding: .5em 11px;
	font-size: 210%;
	color: #002c76;
}
a.helplink:hover {
	color: #194183;
}
/*menu*/
#menu li {
	/*float: left;*/
	display: inline;
	list-style: none;
}
#menu li a {
	position: relative;
	float: left;
	display: inline;
	height: 44px;
	overflow: hidden;
	color: #002c76;
	text-decoration: none;
}
#menu li a:hover,
#menu li a:focus {
	color: #fff;
}
#menu li a span {
	background-position: 0 100%;
	background-repeat: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: block;
	height: 44px;
	cursor: pointer;
}
#menu li a:hover span,
#menu li a:focus span {
	background-position: 0 0;
}
#menu-1 {
	width: 157px;
	margin-right: 6px;
}
.ru #menu-1 {
	width: 216px;
	margin: 0;
}
.en #menu-1 {
	width: 210px;
	margin: 0;
}
#menu-1 span {
	background-image: url("../gfx/menu-1.gif");
	width: 157px;
}
.ru #menu li a#menu-1 span {
	background: url("../gfx/menu-ru.png") 0 0;
	width: 216px;
}
.ru #menu li a#menu-1:hover span,
.ru #menu li a#menu-1:focus span {
	background: url("../gfx/menu-ru.png") 0 100%;
}
.en #menu li a#menu-1 span {
	background: url("../gfx/menu-en.png") 0 0;
	width: 210px;
}
.en #menu li a#menu-1:hover span,
.en #menu li a#menu-1:focus span {
	background: url("../gfx/menu-en.png") 0 100%;
}
#menu-2 {
	width: 152px;
	margin-right: 6px;
}
.ru #menu li a#menu-2 {
	float: right;
	width: 117px;
	margin: 0;
}
.en #menu li a#menu-2 {
	float: right;
	width: 133px;
	margin: 0;
}
#menu-2 span {
	background-image: url("../gfx/menu-2.gif");
	width: 152px;
}
.ru #menu li a#menu-2 span {
	background: url("../gfx/menu-ru.png") -258px 0;
	width: 117px;
}
.ru #menu li a#menu-2:hover span,
.ru #menu li a#menu-2:focus span {
	background: url("../gfx/menu-ru.png") -258px 100%;
}
.en #menu li a#menu-2 span {
	background: url("../gfx/menu-en.png") -242px 0;
	width: 133px;
}
.en #menu li a#menu-2:hover span,
.en #menu li a#menu-2:focus span {
	background: url("../gfx/menu-en.png") -242px 100%;
}
#menu-3 {
	width: 95px;
	margin-right: 6px;
}
#menu-3 span {
	background-image: url("../gfx/menu-3.gif");
	width: 95px;
}
#menu-4 {
	width: 108px;
	margin-right: 6px;
}
#menu-4 span {
	background-image: url("../gfx/menu-4.gif");
	width: 108px;
}
#menu-5 {
	width: 124px;
	margin-right: 6px;
}
#menu-5 span {
	background-image: url("../gfx/menu-5.gif");
	width: 124px;
}
/*navbar*/
.navbar-separator {
	color: #f4aa00;
}
/*search-box*/
#search-box table {
	border-collapse: collapse;
	margin: 10px 25px 0 0;
}
#search-box td {
	padding: 0;
}
#search {
	background: #fff;
	width: 123px;
	_width: 131px;
	_height: 22px;
	border: 0;
	margin-right: 5px;
	padding: 4px;
	font-size: 95%;
	color: #75767a;
}
#search-box .helper {
	position: relative;
	width: 24px;
}
#search-box .but {
	position: absolute;
	left: 0;
	top: -9px;
}
/*footer-menu*/
#footer-menu a {
	color: #c4c4c5;
	text-decoration: none;
}
#footer-menu a:hover,
#footer-menu a:focus {
	text-decoration: underline;
}
/*footer*/
#footer a {
	color: #3a3b3c;
	text-decoration: none;
}
#footer a:hover,
#footer a:focus {
	text-decoration: underline;
}
#footer img {
	position: relative;
	border: 0;
	top: 2px;
}
/*col-left*/
#submenu-box {
	background: #002c76;
	margin: 0 0 10px 0;
}
#submenu-box h3 {
	margin: 0;
	font-size: 120%;
}
#submenu-box h3 a {
	background: #f4aa00;
	display: block;
	padding: .2em 12px;
	color: #002c76;
	text-decoration: none;
}
#submenu-box h3 a:hover,
#submenu-box h3 a:focus {
	color: #194183;
}
#submenu-box ul {
	margin: 0 12px -2px 12px;
}
#submenu-box li {
	display: inline;
	list-style: none;
}
#submenu-box li a {
	display: block;
	border-top: 1px solid #406198;
	margin: 0 0 .1em 0;
	padding: .75em 0;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#submenu-box li a:hover,
#submenu-box li a:focus {
	color: #f4aa00;
}
#submenu-box li a.active {
	color: #f4aa00;
}
#submenu-box li.first a {
	border: 0;
}
#submenu-box li ul {
	margin: -.5em 0 .5em 12px;
}
#submenu-box li li a {
	border: 0;
	padding: .25em 0;
	font-weight: normal;
	font-size: 95%;
}
/*hp*/
#hp-txt-box {
	background: #194183 url("../gfx/hp-txt-box.jpg");
	position: absolute;
	left: 560px;
	top: 218px;
	z-index: 10;
	width: 325px;
	_width: 375px;
	min-height: 288px;
	_height: 310px;
	/*padding: 22px 25px 8px 25px;*/
	padding: 14px 25px 8px 25px;
	color: #fff;
	line-height: 1.75;
}
#flash-hp {
	position: absolute;
	left: 0;
	/*top: 332px;*/
	top: 218px;
}
#hp-txt-box p {
	margin: 0 0 1em 0;
}
#hp-txt-box p.uvodnik {
	margin: 0 0 1.2em 0;
	font-size: 150%;
	line-height: 1.1;
}
.hp p.vice {
	background: none;
	font-size: 100%;
	padding: 0;
}
.hp .vice a {
	background: #f4aa00 url("../gfx/li-blue.gif") no-repeat 8px .72em;
	padding: .3em 8px .4em 14px;
	font-size: 95%;
	text-decoration: none;
}
.hp .vice a:hover,
.hp .vice a:focus {
	color: #002c76;
	text-decoration: underline;
}
/*main - novinky*/
.strip {
	display: block;
	margin: 0 0 .25em 0;
	font-size: 95%;
}
.date {
	font-weight: normal;
	color: #194183;
}
#main .news-item {
	border-bottom: 1px solid #c4c4c5;
	padding: .6em 0;
}
#main .news-item.last {
	border: 0;
}
#main .news-item .strip {
	margin: 0;
}
#main .news-item h2 a {
	color: #002c76;
	text-decoration: none;
}
#main .news-item h2 a:hover,
#main .news-item h2 a:focus {
	color: #194183;
	text-decoration: underline;
}
#main .news-item p {
	margin: 0;
}
#main p.navigation {
	margin: 1em 0;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.5;
}
#main .navigation a,
#main .navigation strong {
	background: #f4aa00;
	padding: .4em 7px;
	color: #002c76;
	text-decoration: none;
	text-transform: uppercase;
}
#main .navigation a:hover,
#main .navigation a:focus {
	background: #002c76;
	color: #f4aa00;
}
#main .navigation strong {
	color: #000;
}
#main .navigation span {
	background: #c4c4c5;
	padding: .4em 7px;
	color: #555659;
	text-transform: uppercase;
}
/*vyhledavani*/
#main #vyhledavani div {
	text-align: center;
}
#main #vyhledavani div table {
	margin: auto;
}
#main #vyhledavanivyraz {
	width: 200px;
}
#main ol#vysledky {
	margin-left: 25px;
	padding: 0;
}
#main ol#vysledky li {
	margin: 0 0 1em 0;
	padding: 0;
}
#main ol#vysledky li a {
	font-weight: bold;
}
#main ol#vysledky li .url a {
	font-weight: normal;
}
#main p.strankovani {
	border-top: 1px solid #c4c4c5;
	margin-top: 1.5em;
	padding-top: 1em;
	font-weight: bold;
	text-align: center;
}
/*main - formulare*/
#main .report {
	background: #fff;
	display: block;
	border: 1px solid #c4c4c5;
	padding: 1em 15px;
	color: #000;
}
#main .report.error {
	color: #fe0000;
}
#main .report.success {
	color: #0b0;
}
#main fieldset {
	border: 1px solid #c4c4c5;
	margin: 0 0 1.3em 0;
	padding-top: .5em;
	padding-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
#main legend {
	font-weight: bold;
	color: #002c76;
	text-transform: uppercase;
}
#main fieldset table {
	width: 455px;
	border-collapse: collapse;
	margin: .2em auto 0 auto;
	text-align: left;
}
#main fieldset th {
	/*width: 170px;*/
	width: auto;
	font-weight: normal;
	color: #555659;
	text-align: right;
	vertical-align: top;
}
#main fieldset td.hodnota {
	margin-left: 4px;
	color: #000;
	vertical-align: top;
}
#main fieldset th.left {
	text-align: left;
}
#main fieldset input.txt {
	width: 150px;
}
#main fieldset input.txt.long {
	width: 370px;
	_width: 376px;
}
#main fieldset select {
	width: 156px;
	_width: 150px;
}
#main fieldset textarea {
	width: 392px;
	_width: 398px;
}
.povinne {
	margin-right: 4px;
	color: #f4aa00;
}
/*main - mapa stranek*/
#main .sitemap h3 {
	margin: 0 0 .4em 0;
}
#main .sitemap ul {
	margin: 0 0 0 15px;
}
#main .sitemap li {
	margin: 0 0 .4em 0;
}
/*kontakty*/
#main .kontakty-item {
	position: relative;
	border-top: 1px solid #c4c4c5;
	/*padding: 1em 0;*/
	padding: 12px 20px;
}
#main .kontakty-item h2 {
	margin: 0 0 .25em 0;
	font-size: 110%;
}
#main .kontakty-item p {
	margin: 0;
}
#main .kontakty-item p.vice {
	margin: 1em 0 0 0;
}
#main .kontakty-item table {
	margin: 0;
}
#main div.kontakty-item.active {
	background: #e3e4e4;
	_width: 100%;
	border: 2px solid #f4aa00;
	padding: 10px 18px;
	color: #002c76;
}
/*katalog*/
#main table.cat-list {
	width: 697px;
	border-collapse: collapse;
	margin: 0 0 1em 0;
}
#main .cat-list td {
	border-bottom: 1px solid #c4c4c5;
	border-top: 1px solid #c4c4c5;
	padding: .6em 0;
	line-height: 1.3;
}
#main .cat-list td .helper {
	background: url("../gfx/li-blue.gif") no-repeat 0 .4em;
	padding-left: 8px;
}
.cat-marker {
	background-image: url("../gfx/cat-marker.png");
	background-repeat: no-repeat;
	width: 201px;
	height: 19px;
	vertical-align: middle;
}
.cat-marker.cat-marker-ico {
	position: relative;
	top: -2px;
	/*float: right;
	display: inline;*/
	width: 19px;
	border: 1px solid #f9ce6b;
	/*margin: 0 0 0 5px;*/
}
.cat-marker.cat-1 {
	background-position: 100% 0;
}
.cat-marker.cat-2 {
	background-position: 100% -19px;
}
.cat-marker.cat-3 {
	background-position: 100% -38px;
}
.cat-marker.cat-4 {
	background-position: 100% -57px;
}
.cat-marker.cat-5 {
	background-position: 100% -76px;
}
.cat-marker.cat-6 {
	background-position: 100% -95px;
}
.cat-marker.cat-7 {
	background-position: 100% -114px;
}
.cat-marker.cat-8 {
	background-position: 100% -133px;
}
.cat-marker.cat-9 {
	background-position: 100% -152px;
}
.cat-marker.cat-10 {
	background-position: 100% -171px;
}
.cat-marker.cat-11 {
	background-position: 100% -190px;
}
#main #katalog-header {
	background: #f4aa00;
	width: 667px;
	_width: 697px;
	margin: 0 0 1.5em 0;
	padding: 1.5em 15px;
	color: #002c76;
	text-align: left;
}
#main #katalog-header table {
	width: 667px;
	border-collapse: collapse;
	margin: 0 auto;
}
#main #katalog-header td {
	padding: 0;
}
#main #katalog-header td.label-txt {
	width: 293px;
}
#main #katalog-header select#obor {
	/*width: 198px;*/
	width: 191px;
}
#main #katalog-header input.but {
	float: right;
	display: inline;
	margin: 0 0 0 4px;
}
#main .katalog-box {
	position: relative;
	width: 100%;
	border-top: 1px solid #c4c4c5;
	padding: 1.2em 0 1em 0;
}
#main .katalog-box h2 {
	margin: 0 0 .2em 0;
	font-size: 120%;
	color: #002c76;
	line-height: 1;
}
#main .katalog-box h2 a {
	text-decoration: none;
}
#main .katalog-box h2 a:hover,
#main .katalog-box h2 a:focus {
	text-decoration: underline;
}
#main .katalog-box .img {
	margin-right: 9px;
	_margin-right: 6px;
}
#main .katalog-box-txt {
	float: right;
	width: 586px;
}
#main .katalog-box table {
	margin-bottom: 0;
	margin-right: 80px;
}
#main .katalog-box p.vice {
	position: absolute;
	right: 0;
	bottom: 1.6em;
	margin-bottom: 0;
}
#main .katalog-pages {
	/*border-top: 1px solid #c4c4c5;*/
	padding: .8em 0 .5em 0;
	font-size: 120%;
	color: #002c76;
}
#main .katalog-pages a {
	color: #75767a;
	text-decoration: none;
}
#main .katalog-pages a:hover,
#main .katalog-pages a:focus {
	color: #002c76;
}
#main .katalog-pages p {
	margin: 0;
}
#main table.udaje {
	border-collapse: collapse;
}
#main table.udaje.detail {
	margin: 0 0 2em 0;
}
#main table.udaje th {
	background: #fff;
	padding: 0;
	font-weight: normal;
	color: #4c4c4c;
	text-align: left;
	line-height: 1.7;
}
#main table.udaje td {
	background: #fff;
	line-height: 1.7;
}
#main table.udaje td strong {
	padding-left: 10px;
	font-weight: bold;
	color: #002c76;
}
/*galerie*/
#galerie .img {
	margin: 7px 7px 0 0;
}
.detail-img {
	display: block;
	text-align: center;
}
/*reference*/
#reference-top {
	background: url("../gfx/reference-top.gif");
	width: 697px;
	margin: 0 0 5px 0;
}
#reference-top-left {
	float: left;
	width: 370px;
	margin: 0 0 -2px 0;
}
#reference-top-left .img {
	float: left;
	margin: 0 0 -2px 0;
}
#reference-top-right {
	float: right;
	width: 302px;
}
#reference-top-right td.th-like {
	/*width: 77px;*/
	width: 80px;
}
#basic-data-box {
	background: #f4aa00;
	width: 272px;
	_width: 302px;
	border-bottom: 5px solid #fff;
	padding: .75em 15px .7em 15px;
	color: #002c76;
}
#main #basic-data-box table {
	border-collapse: collapse;
	margin: 0;
}
#main #basic-data-box td {
	padding: 0 10px 0 0;
	color: #002c76;
	line-height: 1.75;
	vertical-align: top;
}
#authors-box {
	width: 272px;
	_width: 302px;
	padding: 1.1em 15px;
	color: #002c76;
}
#main #authors-box table {
	border-collapse: collapse;
	margin: 0;
}
#main #authors-box td {
	padding: 0 10px .7em 0;
	color: #002c76;
	line-height: 1.75;
	vertical-align: top;
}
#main #authors-box p {
	margin: 0;
}
#reference-main-left {
	float: left;
	width: 370px;
}
#main .gallery-box .img {
	margin: 0 0 .35em 7px;
}
#main .gallery-box .img.col-1 {
	margin-left: 0;
}
#main .gallery-box p {
	margin: 0 0 1em 0;
}
#main #text-box {
	line-height: 1.5;
}
#main #text-box h2 {
	background: url("../gfx/reference-h2.gif") repeat-x 0 50%;
	margin: 0 0 .3em 0;
	font-size: 95%;
	color: #002c76;
	text-transform: uppercase;
}
#main #text-box h2 span {
	background: #fff;
	padding: 0 9px 0 0;
}
#main #text-box p {
	margin: 0 0 1.5em 0;
}
#main #rekli-box {
	line-height: 1.5;
}
#main #rekli-box h2 {
	background: url("../gfx/reference-h2.gif") repeat-x 0 50%;
	margin: 0 0 .3em 0;
	font-size: 95%;
	color: #002c76;
	text-transform: uppercase;
}
#main #rekli-box h2 span {
	background: #fff;
	padding: 0 9px 0 0;
}
#main .rekli-item {
	border-top: 1px solid #c4c4c5;
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
}
#main .rekli-item.first {
	border: 0;
	padding: 0;
}
#main .rekli-item.last {
	margin: 0;
}
#main .rekli-item-txt p {
	margin: 0 0 1.5em 0;
	font-style: italic;
}
.rekli-item-who {
	width: 370px;
	border-top: 1px solid #c4c4c5;
	margin: -.9em 0 0 0;
	padding: 1em 0 0 0;
	line-height: 1.3;
}
#main .rekli-item-who img {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}
#main .rekli-item-who .helper {
	float: left;
	width: 299px;
	padding: 1.1em 0 0 0;
	color: #002c76;
}
#reference-main-right {
	float: right;
	width: 302px;
}
#gmap-box {
	width: 286px;
	_width: 302px;
	border: 1px solid #c4c4c5;
	margin: 0 0 5px 0;
	padding: 7px;
}
#gmap-box img {
	vertical-align: middle;
}
#video-box {
	width: 286px;
	_width: 302px;
	border: 1px solid #c4c4c5;
	margin: 0 0 5px 0;
	padding: 7px;
}
#main #video-box p {
	margin: 0;
	line-height: 1;
}
#video-box img {
	vertical-align: middle;
}
#investor-pdf-box {
	margin: 0 0 5px 0;
}
#main #investor-pdf-box p {
	margin: 0;
}
#investor-pdf-box a {
	background: #f4aa00 url("../gfx/investor-pdf-box.gif") no-repeat 15px 50%;
	display: block;
	padding: 2em 0 1.75em 62px;
	text-decoration: none;
}
#investor-pdf-box a strong {
	text-decoration: underline;
}
#investor-pdf-box .helper {
	font-size: 95%;
}
#napsali-box {
	background: #e0e0e0;
	padding: .8em 15px .1em 15px;
}
#main #napsali-box h2 {
	border-bottom: 1px solid #c4c4c5;
	margin: 0 0 .9em 0;
	padding: 0 0 1em 0;
	font-size: 95%;
	color: #555659;
	text-transform: uppercase;
}
#main .napsali-item {
	color: #002c76;
	line-height: 1.5;
}
#main .napsali-item span {
	display: block;
	font-size: 95%;
}
#main .napsali-item p {
	margin: 0 0 1em 0;
}
/*main*/
#main p {
	margin: 0 0 1.7em 0;
}
#main p.uvodnik {
	font-size: 110%;
	line-height: 1.5;
}
#main ul {
	margin: 0 0 1.7em 15px;
}
#main ul li {
	background: url("../gfx/li-grey.gif") no-repeat 0 .6em;
	margin-bottom: .3em;
	padding-left: 8px;
	list-style: none;
}
#main ol {
	margin-bottom: 1.7em;
}
#main dl {
	margin: 0 0 1.7em 0;
}
#main dd {
	background: url("../gfx/li-grey.gif") no-repeat 0 .6em;
	margin: 0 0 1.7em 15px;
	padding-left: 8px;
}
#main table {
	margin: 0 0 1.7em 0;
}
#main table.cv th {
	width: 120px;
	padding: 0 10px 1em 0;
	font-weight: bold;
	color: #3a3b3c;
	text-align: left;
	vertical-align: top;
	line-height: 1.7;
}
#main table.cv td {
	padding: 0 10px 1em 0;
	text-align: left;
	vertical-align: top;
	line-height: 1.7;
}
#main table.cv td.td-type1 {
	width: 120px;
}
#main table.cv td.td-type2 {
	width: 220px;
}
/*ostatni*/
.vice {
	background: url("../gfx/li-blue.gif") no-repeat 0 .7em;
	padding-left: 7px;
	font-size: 95%;
}
.banner img {
	float: left;
	border: 0;
	_margin: 0 -3px;
}
.img {
	background: #fff;
	border: 1px solid #c4c4c5;
	padding: 7px;
}
a.img:hover,
a.img:focus {
	border: 1px solid #194183;
}
.img img {
	border: 0;
	_margin: 0 -3px;
}
.img img {
	float: left;
	border: 0;
	_margin: 0 -3px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.half-left {
	float: left;
	width: 45%;
}
.half-right {
	float: right;
	width: 50%;
}
.b0 {
	border: 0;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.vtop {
	vertical-align: top;
}
.picturel {
	float: left;
	border: 1px solid #fff;
	margin: 4px 10px 1em 0;
}
.picture {
	float: right;
	border: 1px solid #fff;
	margin: 4px 0 1em 10px;
}
a:hover .picturel,
a:focus .picturel,
a:hover .picture,
a:focus .picture {
	border: 1px solid #f4aa00;
}
.certifikat {
	float: left;
	border: 1px solid #fff;
	margin: 4px 15px 1em 0;
}
.certifikat.first {
	margin: 4px 0 1em 0;
}
a:hover .certifikat,
a:focus .certifikat {
	border: 1px solid #002c76;
	_border: 1px solid #fff;
}
.fs95 {
	font-size: 95% !important;
}
.nowrap {
	white-space: nowrap !important;
}
.white {
	color: #fff !important;
}
.black {
	color: #000 !important;
}
.red {
	color: #fe0000 !important;
}
.dark-blue {
	color: #003663 !important;
}
.orange {
	color: #f4aa00 !important;
}
.sup {
	font-size: 85%;
	vertical-align: super;
}
.line-through {
	text-decoration: line-through;
}
