﻿
/* Zakladni definice objektu */


body  {
	font-size: 71%;
	font-family : Arial,Helvetica,Verdana,sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	background: #fff;
	vertical-align: top;
	text-align: center;
}

a img, img {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}

p, h1, h2, h3, h4, h5, h6, h7, ul, ol, li, form {
	margin: 0;
	padding: 0;
}
a, a:link, a:active, a:visited  {
	text-decoration: underline;
	color: #7E060A;
}
a:hover {
	color: #000;
}

table {
	font-size: 100%;
}

ul {
	list-style-type: none;
}

h1, h2, h3, h4, h5, h7 {
	position: relative;
}
h1 span, h2 span, h3 span, h7 span, #foto span, #menu li span { /* obrazkove nadpisy - prekryvani obrazkem */
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 100%;
	cursor: hand;
}

h3 span, h7 span, #foto span {
	cursor: default;
}



.hidden { /* schovane prvky */
	display: none;
}
.hide { /* prvky pro tisk */
	display: none;
}

.screenHide { /* v grafickem modu neviditelne veci */
	position: absolute;
  	overflow: hidden;
  	width: 0;
  	height: 0;
}

.skip a { /* odkazy pro preskoceni v obsahu */
 	position: absolute;
  	overflow: hidden;
  	width: 0;
  	height: 0;
	color: #083F77;
}

.skip a:active, .skip a:focus {
	color: #000;
  	display: block;
  	position: absolute;
  	overflow: visible;
  	width: 200px;
	max-width: 180px;
  	height: auto;
  	background-color: #fff;
  	top: 135px;
  	right: 19px;
  	padding: 20px 8px 20px 8px;
  	border: 2px solid #E3E3E3;
  	text-align: center;
	font-weight: bold;
  	font-size: 110%;
	text-transform: uppercase;
	z-index: 1000;
}
.skip a:hover {
	text-decoration: none;
}

.clear { /* clear pro floaty */
	clear: both;
	height: 1px;
	display: block;
	overflow: hidden;
}
#main .clear {
	background: url(../img/stin.gif) repeat-y right top;
}

input {
	height: 20px;
	border: 1px solid #444648;
	background: #fff url(../img/input-bg.gif) no-repeat left top;
	vertical-align: middle;
	font-size: 11px;
}
* html input {
	height: 18px;
}
:root input {
	height: 16px !important;
}
input.button {
	height: auto !important;
	border: 0;
	cursor: pointer;
}
:root input.button {
	height: auto !important;
}






/* Hlavni obsah stranky */
#kontejner {
	position: relative;
	width: 950px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#main {
	position: static;
	text-align: left;
	background-color: #fff;
}


#header {
	position: relative;
	width: 100%;
	padding-top: 28px;
	margin-bottom: 20px;
	background: url(../img/mapka.gif) no-repeat 99% 17px;
	border-top: 9px solid #D7D7D7;
}


/* Logo - hlavicka */
h1 {
	wwidth: 249px;
	height: 38px;
	font-size: 20px;
	color: #171818;
	overflow: hidde;
}
h1 a:link, h1 a:active, h1 a:visited {
	text-decoration: none;
	color: #171818;
}
h1 span {
	background-image: url(../img/logo.gif);
}
#motto {
	padding-left: 2px;
	margin-top: -17px;
	margin-bottom: 30px;
}

/* Hlavni navigace */
#menu {
	position: absolute;
	right: 120px;
	top: 0;
	height: 100px;
}
* html #menu {
	position: static;
	right: 0;
	top: 0;
	height: 1px;
	float: left;
}
* html #menu ul {
	position: absolute;
	top: 0;
	right: 105px;
}
#menu li {
	float: left;
}
#menu li a, #menu li strong {
	position: relative;
	display: block;
	height: 100px;
	max-height: 35px;
	padding-top: 65px;
	text-align: center;
	z-index: 5;
}
#menu li a span {
	background-position: left bottom;
}
#menu li a:hover span, #menu li strong span {
	background-position: left top;
}

#menu li #M-contact {
	width: 92px;
}
#menu li #M-clients {
	width: 78px;
}
#menu li #M-about, #menu li #M-services {
	width: 72px;
}
#menu li #M-partner {
	width: 82px;
}
#menu li #M-sub {
	width: 100px;
}

#menu li #M-home {
	width: 64px;
}

#menu li #M-contact span {
	background-image: url(../img/menu-contact.gif);
}
#menu li #M-about span {
	background-image: url(../img/menu-about.gif);
}
#menu li #M-partner span {
	background-image: url(../img/menu-partner.gif);
}
#menu li #M-clients span {
	background-image: url(../img/menu-clients.gif);
}
#menu li #M-sub span {
	background-image: url(../img/menu-sub.gif);
}
#menu li #M-services span {
	background-image: url(../img/menu-services.gif);
}
#menu li #M-home span {
		background-image: url(../img/menu-home.gif);
}

#menu li strong {
	background-color: #fff;
	text-decoration: none;
}

/* Hlavni foto */
#foto {
	position: relative;
	width: 950px;
	max-width: 910px;
	background-color: #EBECEE;
	padding: 20px;
}

#foto h2 {
	margin-bottom: 15px;
	color: #7E060A;
	font-size: 175%;
	font-weight: normal;
}


/* Levy sloupec */
#left {
	float: left;
	width: 250px;
	overflow: hidden;
}
.box {
	padding: 13px;
	margin-bottom: 20px;
	background-color: #ECEEEF;
}
* html .box {
	padding-top: 0;
}
#left h3, #right h3 {
	color: #fff;
	font-size: 175%;
	font-weight: normal;
}
#left h7, #right h7 {
	color: #fff;
	font-size: 175%;
	font-weight: normal;
}
#left h3, #right_dandb h3 {
	color: #fff;
	font-size: 175%;
	font-weight: normal;
}
#right_dandb h7 {
	color: #fff;
	font-size: 175%;
	font-weight: normal;
}
.box h3 {
	position: relative;
	width: 250px;
	max-width: 220px;
	height: 55px;
	max-height: 25px;
	padding: 15px;
	margin-left: -13px;
	margin-top: -13px;
	background-color: #7E060A;
}

* html .box h3 {
	margin-top: 0;
}

.services h3 {
	margin: 0;
}

.subpages h3 {
	margin: 0;
}

.subpages h3 span {
	background-image: url(../img/subpages.gif);
}

.services h3 span {
	background-image: url(../img/services.gif);
}

.search h3 span {
	background-image: url(../img/nadpis-search.gif);
}

.login h3 span {
	background-image: url(../img/nadpis-login.gif);
}
.services {
	padding: 0;
}

.subpages {
	 padding:0px;
}

.box ul {
	margin-top: 15px;
	margin-left: 2px;
}
.services ul {
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
}

.subpages ul {
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
}

.box ul a, .box ul a:visited, .services ul strong {
	display: block;
	color: #333;
	font-weight: bold;
}

.services ul a, .services ul strong {
	padding-left: 42px;
	line-height: 2.2em;
	margin-bottom: 2px;
	background: url(../img/odrazka.gif) no-repeat 18px center;
}

.box ul a:hover, .services ul strong {
	background-color: #fff;
	color: #821216;
}

.box ul a, .box ul a:visited, .subpages ul strong {
	display: block;
	color: #333;
	font-weight: bold;
}

.subpages ul a, .subpages ul strong {
	padding-left: 42px;
	line-height: 2.2em;
	margin-bottom: 2px;
	background: url(../img/odrazka.gif) no-repeat 18px center;
}

.box ul a:hover, .subpages ul strong {
	background-color: #fff;
	color: #821216;
}

.box li {
	padding-left: 22px;
	margin-bottom: 10px;
	background: url(../img/odrazka.gif) no-repeat 0 4px;
}
* html .services ul a, * html .services ul a:visited, * html .services ul strong {
	display: inline-block;
	width: 100%;
}

.services li {
	padding-left: 0;
	margin-bottom: 0;
	background-image: none;
}

* html .subpages ul a, * html .subpages ul a:visited, * html .subpages ul strong {
	display: inline-block;
	width: 100%;
}

.subpages li {
	padding-left: 0;
	margin-bottom: 0;
	background-image: none;
}

#fulltext, #login {
	margin-top: 11px;
}
#login {
	width: 300px;
}
#fulltext label, #login label {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
}
#fulltext #search {
	width: 145px;
	margin-right: 5px;
}
:root #fulltext #search {
	width: 140px;
}
#login a {
	color: #333;
}
#login div {
	float: left;
	width: 107px;
	margin-right: 10px;
	margin-bottom: 7px;
}
#login div input {
	width: 100%;
}
#login .button {
	margin-right: 12px;
}

/* Pravy sloupec */
#right {
	position: relative;
	float: right;
	width: 679px;
	overflow: hidden;
}

#right h3 {
	position: relative;
	width: 679px;
	max-width: 649px;
	height: 55px;
	max-height: 25px;
	padding: 15px;
	background-color: #1285BB;
}
#right h7 {
	position: relative;
	width: 679px;
	max-width: 649px;
	height: 55px;
	max-height: 25px;
	padding: 15px;
	background-color: #1285BB;
}

.benefits span {
	background-image: url(../img/nadpis-benefits.gif);
}
.creditinfo span {
	background-image: url(../img/nadpis-creditinfo.gif);
}
.clients span {
	background-image: url(../img/nadpis-clients.gif);
}
.concept span {
	background-image: url(../img/nadpis-concept.gif);
}
.contact span {
	background-image: url(../img/nadpis-contact.gif);
}
.positive span {
	background-image: url(../img/nadpis-positive.gif);
}
.ddd span {
	background-image: url(../img/nadpis-ddd.gif);
}
.management span {
	background-image: url(../img/nadpis-management.gif);
}
.monitoring span {
	background-image: url(../img/nadpis-monitoring.gif);
}
.partners span {
	background-image: url(../img/nadpis-partners.gif);
}
.services span {
	background-image: url(../img/nadpis-services.gif);
}
.shareholders span {
	background-image: url(../img/nadpis-shareholders.gif);
}
.news span {
	background-image: url(../img/nadpis-news.gif);
}
.press span {
	background-image: url(../img/nadpis-press.gif);
}
.about span {
	background-image: url(../img/nadpis-about.gif);
}


/* Pata stranky */
#footer {
	position: relative;
	width: 950px;
	max-width: 680px;
	padding: 15px 0 30px 270px;
	color: #ccc;
}
#footer a {
	color: #666;
	padding: 0 6px 0 6px;
}
#footer span {
	padding-right: 5px;
	color: #666;
}
#footer p {
	float: left;
}
#footer p#created {
	float: right;
	width: 200px;
	text-align: right;
	color: #666;
}
#footer p#created a {
	text-transform: uppercase;
	padding: 0;
}
#foo {
	position: absolute;
	left: 0;
	top: 0;
	height: 65px;
	width: 950px;
	background: url(../img/bottom-prouzky.jpg) no-repeat left top;
}
#flag {
	background: url(../img/button-search.gif);
	}
#flag1 {
	position: absolute; 
	left: 889px; 
	top: 75px; 
	width: 0; 
	height: 0; 
	z-index: 10;
}
#dandb {
	background: url(../img/nadpis-idb.gif); 
	width=680; 
	height=55; 
	position: relative; 
	left: 9; 
	top: 0
}




/*--------------------------------------------------------------------------------------------*/
h1 span, h2 span, h3 span, #foto_ge span, #menu li span { /* obrazkove nadpisy - prekryvani obrazkem */
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 100%;
	_cursor: hand;
}
h3 span, #foto_ge span {
	cursor: default;
}
#menu li #M-home_ge {
	width: 72px;
}
#menu li #M-services_ge {
	width: 108px;
}
#menu li #M-clients_ge {
	width: 92px;
}
#menu li #M-partner_ge {
	width: 108px;
}
#menu li #M-about_ge {
	width: 108px;
}
#menu li #M-contact_ge {
	width: 117px;
}
#menu li #M-sub_ge {
	width: 100px;
}
#menu li #M-home_ge {
	width: 60px;
}
#menu li #M-home_ge span {
	background-image: url(../img/menu-home_ge.gif);
}
#menu li #M-services_ge span {
	background-image: url(../img/menu-services_ge.gif);
}
#menu li #M-clients_ge span {
	background-image: url(../img/menu-clients_ge.gif);
}
#menu li #M-partner_ge span {
	background-image: url(../img/menu-partner_ge.gif);
}
#menu li #M-about_ge span {
	background-image: url(../img/menu-about_ge.gif);
}
#menu li #M-contact_ge span {
	background-image: url(../img/menu-contact_ge.gif);
}
#menu li #M-home_ge span {
	background-image: url(../img/menu-home_ge.gif);
}
#foto_ge {
	position: relative;
	width: 950px;
	max-width: 910px;
	background-color: #EBECEE;
	padding: 20px;
}
#foto_ge h2 {
	margin-bottom: 15px;
	color: #7E060A;
	font-size: 175%;
	font-weight: normal;
}
.services_ge h3 {
	margin: 0;
}
.subpages_ge h3 {
	margin: 0;
}
.services_ge h3 span {
	background-image: url(../img/services_ge.gif);
}
.subpages_ge h3 span {
	background-image: url(../img/subpages_ge.gif);
}
.services_ge {
	padding: 0;
}
.subpages_ge{
	padding: 0;
}
.services_ge ul {
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
}
.subpages_ge ul {
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
}
.box ul a, .box ul a:visited, .servicesge ul strong {
	display: block;
	color: #333;
	font-weight: bold;
}
.services_ge ul a, .services_ge ul strong {
	padding-left: 42px;
	line-height: 2.2em;
	margin-bottom: 2px;
	background: url(../img/odrazka.gif) no-repeat 18px center;
}
.box ul a:hover, .services_ge ul strong {
	background-color: #fff;
	color: #821216;
}
.subpages_ge ul a, .subpages_ge ul strong {
	padding-left: 42px;
	line-height: 2.2em;
	margin-bottom: 2px;
	background: url(../img/odrazka.gif) no-repeat 18px center;
}
.box ul a, .box ul a:visited, .subpages_ge ul strong {
	display: block;
	color: #333;
	font-weight: bold;
}
.box ul a:hover, .subpages_ge ul strong {
	background-color: #fff;
	color: #821216;
}
* html .services_ge ul a, * html .services_ge ul a:visited, * html .services_ge ul strong {
	display: inline-block;
	width: 100%;
}
.services_ge li {
	padding-left: 0;
	margin-bottom: 0;
	background-image: none;
}
* html .subpages_ge ul a, * html .subpages_ge ul a:visited, * html .subpages_ge ul strong {
	display: inline-block;
	width: 100%;
}
.subpages_ge li {
	padding-left: 0;
	margin-bottom: 0;
	background-image: none;
}
.news_ge span {
	background-image: url(../img/nadpis-news_ge.gif);
}
.press_ge span {
	background-image: url(../img/nadpis-press_ge.gif);
}
.benefits_ge span {
	background-image: url(../img/nadpis-benefits_ge.gif);
}
.creditinfo_ge span {
	background-image: url(../img/nadpis-creditinfo_ge.gif);
}
.clients_ge span {
	background-image: url(../img/nadpis-clients_ge.gif);
}
.concept_ge span {
	background-image: url(../img/nadpis-concept_ge.gif);
}
.contact_ge span {
	background-image: url(../img/nadpis-contact_ge.gif);
}
.positive_ge span {
	background-image: url(../img/nadpis-positive_ge.gif);
}
.ddd_ge span {
	background-image: url(../img/nadpis-ddd_ge.gif);
}
.management_ge span {
	background-image: url(../img/nadpis-management_ge.gif);
}
.monitoring_ge span {
	background-image: url(../img/nadpis-monitoring_ge.gif);
}
.partners_ge span {
	background-image: url(../img/nadpis-partners_ge.gif);
}
.cervices_ge span {
	background-image: url(../img/nadpis-cervices_ge.gif);
}
.shareholders_ge span {
	background-image: url(../img/nadpis-shareholders_ge.gif);
}
.about_ge span {
	background-image: url(../img/nadpis-about_ge.gif);
}

.qvekana{
	position: absolute;
	top: 168px;
	right: 30px;
	z-index: 10;
}
.dandb_ge{
	background: url(../img/nadpis-idb_ge.gif); 
	width=680; 
	height=55; 
	position: relative; 
	left: 9; 
	top: 0

}