/* Header */

#logo {
	position: absolute;
	top: 38px;
	left: 21px;
}

#header-tools {
	/*position: absolute;
	top: 18px;
	left: 681px;
	width: 265px;
	text-align: center;
	*/
}

#page-tools { padding-left: 15px; }
#page-tools .tool-sitemap { margin-top: 15px; padding-left: 15px; background: url('../img/icons/icon_sitemap.gif') left 4px no-repeat; }
#page-tools .tool-glossary { margin-top: 8px; padding-left: 15px; background: url('../img/icons/icon_glossary.gif') left 4px no-repeat; }

#header-logo-vig {
	position: absolute;
	top: 5px;
	left: 777px;
	text-align: center;
}

#header-logo-vig img {
    border: none;
}

#header-inquiry {
	position: absolute;
	bottom: 0;
	right: 0;
}
#hedaer-space {
	position: absolute;
	right: -190;
	width: 190px;
	top: 50px;
	height: 90px;
	background-image: url(../img/inquiryBg.gif);
	background-repeat: repeat-x;

}

.novisible {
	display: none;
}

#header-bottom {
	background: url(../img/bg_header.gif) repeat-x;
	height: 132px;
}

#header-info {
	position: absolute;
	top: 110px;
	right: 5px;
	text-align: right;
}
.infolinka {
	margin-left: 6px;
}




/* Footer */

.bgfooter {
	background-color: #f0f0f0;
	margin-top: 38px;
}

.bgfooter-home {
	background-color: #f0f0f0;
}

.footer {
	color: #3b3030;
}

#icon-top {
	border-bottom: 1px solid #f0f0f0;
	text-align: right;
	margin-top: 15px;
}

#search-content {
	padding: 5px 10px 0 0;
}


/* EURO calculator */

.euroCalc-container {
	background: url('../img/bg_euroCalc.gif') 159px top repeat-y;
}

.euroCalc-content {
	margin-left: 16px;
	width: 143px;
}

.euroCalc-content table {
	margin: 0 0 0 13px;
	border-collapse: collapse;
}

.euroCalc-content table td {
	margin: 0;
	padding: 0;
}

.euroCalc-content table span {
	color: #ed1c24;
}

.euroCalc-content input {
	margin: 3px 5px 3px 0;
}

.euroCalc-kurz {
	margin-top: 4px;
	padding: 4px 5px 10px 14px;
	color: #3d3d3d;
	border-top: 1px solid #dcdcdc;
}

