body {
	color: black !important;
	background-color: white !important;
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Tahoma, 'Arial CE', 'Helvetica CE', helvetica, sans-serif;
	font-size: 12px;
}

hr {
	height: 0;
	border-top: none;
	border-bottom: 1px dotted #5E6C90;
}

input, select, textarea {
	font-size: 1em;
	font-family: Arial, Verdana, Tahoma, 'Arial CE', 'Helvetica CE', helvetica, sans-serif;
}

form {
	margin: 0;
	padding: 0;
}

a {
	outline: none !important;
	color: black;
	text-decoration: underline;
}
a:hover {
	text-decoration: none !important;
}

a.cleanLink {
	text-decoration: none;
}
a.cleanLink:hover {
	text-decoration: underline !important;
}

div#page_header {
	display: none;
}

/* Page content */
div#page_shade {
	width: 100%;
	margin: 0;
}

div#page_shade .shdBlueUp, div#page_shade .shdBlueDown, div.newsList {
	display: none;
}

div#page_content, div.newsContent {
	width: 100%;
	margin: 0;
}

/* Page bottom */
div#bottom {
	display: none;
}

/* Layout of the rest of the page */
div#page_body_3cols {
	width: 100%;
	min-height: 300px;
}

div#page_body_2cols {
	width: 100%;
	min-height: 290px;
}

div.padding5 {
	padding: 0 5px;
}

/* Layout of page content */

div#page_content_left, div#page_content_right {
	margin-top: 15px;
}

div#left_content {
	float: left;
	width: 715px;
	overflow: hidden;
}

div#page_body a.clean_link {
	padding: 0;
	background: none;
	color: #fffcd3;
}

div#right_content {
	float: left;
	width: 715px;
	margin-bottom: 20px;
}

div#left_menu, div#right_menu {
	display: none;
}

div#center_content {
}
div#center_content div.content{
}

div#main_menu {
	display: none;
}

.button {
	border: none;
}

a.button {
	padding: 5px;
	text-decoration: none;
	cursor: default;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

div.related_container {
	margin: 10px 0 10px 20px;
}

div.banner_side {
	margin: 0 0 20px 0;
	padding: 0;
}

div.banner_center, div.banner_center_small, div#solution_finder {
	display: none;
}

ul.bean_view {
	padding: 10px;
	list-style: none;
}

li.bean_view {
	padding-bottom: 3px;
	list-style: none;
}

span.bean_view {
	clear: both;
}

span.bean_view_label {
	font-weight: bold;
	float: left;
	width: 200px;
}

div.related_links {
	margin: 10px 0 20px 20px;
}

div.content_header {
	font-weight: bold;
	height: 25px;
	margin-bottom: 10px;
}

div.content_header_text {
	font-weight: bold;
	height: 21px;
	padding: 4px 0 0 10px;
	margin: 0 0 10px 0;
}

div#page_body_2cols div.content_header a {
	text-decoration: none;
}

.solution_finder_form select {
	width: 200px;
	padding: 2px;
	border: none;
	margin-top: 2px;
}

div.solution_finder_view {
	margin: 10px 0;
}

div.solution_finder_view select {
	width: 300px;
	float: left;
	margin-right: 10px;
}

div.solution_finder_question {
	font-weight: bold;
	margin-bottom: 10px;
}

div.news_view_header {
	color: #003975;
	font-weight: bold;
	margin: 0 0 5px 10px;
	padding: 0;
	display: inline;
}

div.news_view_detail {
	margin: 10px 0;
}

div.news_view_date {
	font-size: 11px;
	display: inline;
}

div#breadcrumb {
  width: 100%;
  font-size: 1.2em;
  margin-bottom: 20px;
}

div#breadcrumb div.links {
	margin-left: 5px;
}

div#breadcrumb a {
	color: #003975;
}

div#breadcrumb div {
	vertical-align: middle;
	margin-left: 5px;
	padding-top: 2px;
}

div#breadcrumb span {
	margin: 0 5px;
}

div#sitemap {
	margin-top: 15px;
}

div#left_content div#sitemap {
	margin-left: 10px;
}

div#sitemap a.icon {
	color: black;
	text-decoration: none;
	margin: 0;
	display: inline;
}

div#sitemap li {
	padding-top: 5px;
}

div#sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 16px;
}

div#sitemap ul.sitemap li {
}

div#sitemap ul.sitemap li ul li {
	margin-bottom: 0;
}

div#sitemap ul.sitemap {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#sitemap ul.top {
	display: none;
	margin-bottom: 20px;
	margin-left: 15px;
}

p {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

.alignLeft {
	float: left;
	position: relative;
	width: 49%;
	padding: 0;
	margin: 0;
}

.alignRight {
	float: right;
	position: relative;
	width: 49%;
	text-align: right;
	padding-right: 0;
	top: 0;
}

div.solution_finder_view .button {
	width: 21px;
	height: 21px;
}

div.solution_finder_view select {
	border: 1px solid #A1A06A;
	padding: 2px;
}

/* Frontend view */
ul.view_data {
	padding: 0;
	list-style: none;
}

li.view_data {
	padding-bottom: 3px;
	list-style: none;
}

li.view_data_dark {
	padding-bottom: 3px;
	list-style: none;
}

span.view_data {
	clear: both;
}

span.view_data_label {
	float: left;
	width: 260px;
}

/* Frontend form */
form.data_form, form.hypo {
	padding: 0;
	margin: 0;
}

form div.row {
	padding: 5px 0;
	vertical-align: middle;
	clear: both;
}

form .button {
	font-size: 11px;
	padding: 2px 10px 2px 10px;
	overflow: visible;
}

form label {
	width: 178px;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	overflow: hidden;
}

form label.infolabel {
	width: 470px;
}

label.infolabel span {
	width: 211px;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	overflow: hidden;
}

div.row img {
	margin-left: 2px;
}

div.row img.infoImg {
	padding: 0;
	float: right;
	margin-right: 4px;
	width: 19px;
	height: 19px;
}

div.buttons {
	float: right;
}

textarea.textbox_big {
	height: 120px;
}

input.textbox_small, input.textbox_big, textarea.textbox_big {
	width: 280px;
	padding: 1px;
	vertical-align: middle;
	border: 1px solid #9aa367;
}

input.info, textarea.info {
	width: 250px;
	float: left;
}

input.info {
	height: 15px;
}

input.textbox_mini {
	width: 50px;
	border: 1px solid #9aa367;
}

select.combo_mini {
	width: 185px;
	border: 1px solid #9aa367;
}

select.combo_small {
	vertical-align: middle;
	width: 284px;
	border: 1px solid #9aa367;
}

select.info {
	width: 255px;
	float: left;
	height: 19px;
}

form.loanForm label {
	width: 228px;
}

form.hypo label {
	width: 288px;
}

form.hypo input.textbox_small {
	width: 170px;
}

form.hypo select.combo_small {
	width: 174px;
}

form.hypo input.info {
	width: 145px;
}

form.hypo select.info {
	width: 149px;
}

form.hypo div.buttons {
	padding-right: 4px;
}

form.loanForm input.textbox_small, form.loanForm input.textbox_big, form.loanForm input.textarea_big {
	width: 230px;
}

form.loanForm input.info {
	width: 205px;
}

form.loanForm select.combo_small {
	width: 234px;
}

form.loanForm select.info {
	width: 209px;
}

select.solutionFinderShort_combo {
	width: 205px;
}

.arrowUp {
	background: url("../images/frontend/arrowUp.gif") no-repeat center center;
	border: none;
	width: 18px;
}

.arrowDown {
	background: url("../images/frontend/arrowDown.gif") no-repeat center center;
	border: none;
	width: 18px;
}

fieldset {
	padding: 10px;
	margin-bottom: 10px;
}

legend {
	padding: 0.2em 0.5em;
	font-weight: bold;
}

fieldset input.textbox_big, fieldset input.textbox_small {
	width: 255px;
	float: left;
	padding: 1px;
	vertical-align: middle;
	border: 1px solid #9aa367;
}

fieldset input.info, fieldset input.info {
	width: 225px;
}

fieldset input.textbox_mini {
	width: 185px;
	float: right;
	padding: 1px;
	vertical-align: middle;
	border: 1px solid #9aa367;
}

fieldset select.combo_small {
	float: left;
	vertical-align: middle;
	width: 259px;
}

fieldset select.info {
	width: 229px;
}

fieldset select.combo_mini {
	float: right;
	vertical-align: middle;
	width: 190px;
}

fieldset select.combo_mikro {
	float: right;
	vertical-align: middle;
	width: 160px;
	border: 1px solid #9aa367;
}

fieldset div.row {
	padding: 10px 0;
}

label.form_error {
	color: #d10019;
}

span.form_error {
	display: none;
}

.error {
	color: #d10019;
	font-weight: bold;
}

div.exchangeBox {
	font-size: 11px !important;
}

div.exchangeBox div.exchangeDate {
	float: right;
	padding-top: 5px;
}

div.exchangeBox div.exchangeHeading {
	border-bottom: 	1px solid #6E91AD;
	height: 22px;
	margin: 0 0 8px 0;
	padding: 0;
}

div.exchangeBox div.exchangeShown {
	background: url("../images/frontend/exchangerates_separator.gif") no-repeat;
	width: 63px;
	height: 18px;
	padding-top: 5px;
	text-align: center;
	float: left;
}

div.exchangeBox div.exchangeHidden {
	background: none;
	width: 63px;
	height: 18px;
	padding-top: 5px;
	text-align: center;
	float: left;
}

div.show_desc {
	display: block;
	position: absolute;
	background: white;
	width: 200px;
	background-color: #9aa367;
}

div.save_ok {
	color: green;
	font-weight: bold;
}

.form_required {
	font-weight: bold;
	font-size: 14px;
	color: red;
}

span.euro {
	font-size: 0.9em;
}

span.luceneHit {
	font-weight: bold;
	color: white;
}

/* Frontend table */

table.list a {
	background: transparent;
	padding: 0;
}

table.list caption {
	font-size: 13px;
	font-weight: bold;
}

table.list {
	border-top: 1px solid #868EA3;
	border-bottom: 1px solid #868EA3;
	width: 470px;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 11px;
}

table.list td, table.list th {
	padding: 2px 5px;
}

table.list tr {
	height: 15px;
}

table.list tr.list_alter {
}

table.list td {
	border-top: 1px solid #868EA3;
	border-bottom: 1px solid #868EA3;
}

/*table.list tr.header {
	color: #B5BA84;
}

table.list tr.header a {
	color: #B5BA84;
	text-decoration: none;
}
*/
table.list tr.header th {
	padding: 5px;
}

table.exchangeBoxList {
	font-weight: normal;
}

table.exchangeBoxList th {
	font-weight: normal;
}

table.exchangeRatesList {
	border-top: 1px solid #CECF9C;
	border-bottom: 1px solid #CECF9C;
}
table.exchangeRatesList th {
	text-align: left;
	vertical-align: top;
}
table.exchangeRatesList td {
	border-top: 1px solid #CECF9C;
	border-bottom: 1px solid #CECF9C;
}


.exchangeRatesDate {
	padding-right: 5px;
}

.exchangeRatesDate label {
	width: 3.2em;
}

.exchangeRatesDate a {
	margin-left: 2px;
}

#euroCalculatorFM div.row label {
	width: 60px;
}

#euroCalculatorFM div.row, #currencyCalculatorFM div.row {
	padding: 0;
	margin: 0;
}

#currencyCalculatorFM div.row label {
	width: 220px;
}
span.currCalcDate {
	font-weight: bold;
	color: #868EA3;
}

div#printBottom {
	display: block;
	border-top: 1px solid black;
	padding-top: 5px;
	margin: 20px;
	text-align: center;
}

div.filter_multi {
	height: 70px;
}

.olive {
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	height: 40px;
}

div.viewLabel {
	width: 250px;
	float: left;
}

div.search {
	margin: 10px 0;
}

div.search a {
	color: white !important;
}

div.search select {
	margin-left: 7px;
}

div.search input {
	float: left;
}

div.search img {
	vertical-align: middle;
	margin-top: -2px;
}

a.print {
	display: none;
}

a.siteMapTop img {
	border: 0;
}

a.siteMapTop {
	margin-right: 5px;
}

div.siteMapTopEmpty {
	width: 14px;
	float: left;
}

div#infoDiv {
	display: none;
}

div.hypoBreak {
	font-size: 0;
	padding-top: 20px;
	margin-bottom: 20px;
	margin-right: 4px;
	clear: both;
	border-bottom: 1px solid #868EA3;
	height: 0;
}

/* new styles */
h1 {
	font-size: 16px;
	padding: 0 0 0 10px;
	vertical-align: middle;
}

h1 a.print {
	display: none;
}

h1 div.leftBorder {
	display: none;
}

h2 {
	font-size: 14px;
	padding-top: 5px;
	padding-left: 10px;
	height: 20px;
}

h3 {
	font-size: 12px;
  padding-top: 5px;
  height: 20px;
  margin: 0;
  color: #003975;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #B5BED7;
	margin: 15px 0;
	padding: 0;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

h6 {
	font-size: 13px;
	font-weight: bold;
	padding: 4px 10px 5px 10px;
}


a.icon {
}

div.appBox {
}

div.appContent {
	padding: 10px 10px 20px 10px;
	min-height: 55px;
}

div.appBoxNews {
}
div.appBoxNews div.appContent {
	padding: 10px 10px 20px 10px;
}
div.appContentMain {
	padding: 10px 0;
	min-height: 100px;	
}
h5.opinion {
	margin-bottom: 5px;
}
div.opinion_answer {
	margin-bottom: 5px;
}
div.opinion_answer span {
	padding: 5px;
}
span.value {
	margin-left: 0.5em;
	font-size: 0.9em;
}
div.opinion_save {
	margin-bottom: 5px;
}
div.opinion_error {
	color: #d10019;
	margin-bottom: 5px;
}
div.value {
	font-size: 0.9em;
	margin: 3px 0;
}
div.answerBar {
	border-left-style: solid;
}
div.answer_0 {
	border-left-color: #f2d392;
}
div.answer_1 {
	border-left-color: #d2e0ab;
}
div.answer_2 {
	border-left-color: #cfd7eb;
}
div.answer_3 {
	border-left-color: #ede8b1;
}

span.newsAlert {
	font-weight: bold;
}
span.newsAlert a {
	font-weight: bold;
	background: none;
	text-decoration: none;
	padding: 0;
}
span.newsAlert a:hover {
	text-decoration: underline !important;
}
span.newsDate {
	font-size: 11px;
}

div.cmsBox {
}
div.break {
	margin-bottom: 5px;
}

div.mainNews {
	min-height: 50px;
}
div.mainNews img {
	width: 230px;
	float: right;
	margin-left: 5px;
}
div.mainNews h1 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 10px 0 0 0;
}
div.mainNews p {
	padding: 15px 0;
}
div.mainNewsContent {
	padding: 5px 10px 10px 10px;
}
div.newsView {
	min-height: 300px;
}
div.newsAlertContent {
	padding: 10px 0 15px 0;
}
div#center_content div.newsAlertContent p {
	padding: 0;
	margin: 0;
}

div.leftMenu a.icon {
	margin: 0 10px 0 0;
}
div.leftMenu a {
	font-size: 12px;
	text-decoration: none;
}
div.leftMenu br {
	margin-bottom: 10px;
}

div.content_container {
	padding-bottom: 20px;
}
div.content_holder {
	padding: 10px 10px 0 10px;
}
div.content_container a.icon {
	display: block;
	margin-bottom: 5px;
}

div#bottom_content_right p, div#center_content p {
	padding: 10px 0 0 0;
	margin: 0;
}
div#bottom_content_left {
	width: 235px;
	float: left;	
}
div#bottom_content_right {
	width: 470px;
	float: right;
}
div.bckgNews {
}
div.bckgRates {
}
div.exchangeRates {
	padding: 20px 0 20px 10px;
}
div.exchangeRates table {
	width: auto;
}
div.exchangeRates table a {
	color: #0C1C46;
}
.hypo_box td.label {
	width: 335px;
}
.hypo_box td.slider {
	display: none;
}
.hypo_box .radio {
	width: auto !important;
	border: none;
}
.hypo_box table.urokovaSadzba {
	width: 335px;
}
.hypo_box div.buttons, .hypoModelBox div.buttons, td.info img, .infoImg, .downloadLink, div.hypoModelBox .hypoButton  {
	display: none;
}
div.hypoModelBox h4, div.hypoContact h4 {
	color: #21345A;
	clear: both;
	margin: 5px 0 0 0;
	padding: 2px 3px;
}
div.hypoModelBox h4 a {
	text-decoration: none;
	color: #21345A;
	margin-left: 10px;
}
div.hypoModelBox h5 {
	font-size: 1.15em;
	clear: both;
	margin: 0;
	padding: 8px 3px 0 3px;
}
div.hypoModelBox h5 a {
	text-decoration: none;
	color: #21345A;
	margin-left: 10px;
}
div#kas_disclaimer {
	margin-top: 10px;
	text-align: left;
}
.hypo_box .message {
	height: 20px;
	padding: 8px 0;
	color: red;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}
.hypo_box .message .blue {
	color: #082052;
}
.hypo_box .message img {
	display: none;
}
.hypo_box table.links {
	display: none;
}
div.hypoModelBox table.result {
	margin-top: 15px;
}
div.hypoModelBox table.result td.label {
	width: 290px;
}
div.hypoModelBox table.result input {
	width: 145px;
	height: 15px;
	border: none;
}
div.hypoModelBox table.result td.break {
	font-size: 5px;
	padding: 0;
}
.bold {
	font-weight: bold;
}
table.list td.result {
	text-align: right;
}
.back {
	display: none;
}
div.contactPlace div.leftMenu {
	display: none;
}
div.contactPlace div#map {
	height: 300px; 
}
