
body {
	background: #fff url(../images/bg-main.gif) repeat-y 50% 0;
	color: #484848;
}

h1 {
	font-size: 2.5em;
}
h1, h2, h3, h4, h5 {
	color: #333;
}

a {
	color: #d6171d;
}
a:hover {
	text-decoration: none;
}

.focus {
	display: none;
}

table {
	border-collapse: collapse;
}
	table th {
		background: #515151 url(../images/bg-table-header.png) repeat-x 0 0;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		padding: 10px 13px;
		border-left: 1px solid #fff;
	}
	table td {
		background: #f6f6f6 url(../images/bg-table-cell.png) repeat-x 0 100%;
		font-size: 12px;
		padding: 10px 13px;
		border-top: 1px solid #fbfbfb;
		border-left: 1px solid #fff;
	}
	table th.first,
	table td.first {
		border-left: 0 none;
	}
	table th.leftCorner {
		background: #515151 url(../images/bg-table-header-left.png) no-repeat 0 0;
	}
	table th.rightCorner {
		background: #515151 url(../images/bg-table-header-right.png) no-repeat 100% 0;
	}
	table td.leftCorner {
		background: #f6f6f6 url(../images/bg-table-cell-left.png) no-repeat 0 100%;
	}
	table td.rightCorner {
		background: #f6f6f6 url(../images/bg-table-cell-right.png) no-repeat 100% 100%;
	}


#main {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 210px;
	background-color: #f2ffff;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	top: 34px;
	left: 0;
}

.topPromoLink {
	position: absolute;
	display: block;
	width: 183px;
	height: 33px;
	overflow: hidden;
	padding: 5px;
	top: 73px;
	right: -13px;
	text-decoration: none;
}
	.topPromoLink span {
		position: absolute;
		display: block;
		width: 193px;
		height: 43px;
		top: 0;
		left: 0;
		background: transparent url(../images/btn-triglav-on-line.png) no-repeat 0 0;
	}

#paneTop {
	position: absolute;
	top: 0;
	right: 0;
}

#topSearch {
	float: right;
}
	#topSearch fieldset {
		padding-top: 15px;
	}
	#topSearch .inputWrapper {
		float: left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border-color: #fff;
		border-style: solid;
		border-width: 1px;
		width: 140px;
		background-color: #fff;
	}
	#topSearch input.txt {
		padding: 1px 2px;
		width: 133px;
		border: 0 none;
		background-color: transparent;
	}
	#topSearch .submit {
		float: left;
		border: 0 none;
		color: #333;
		background-color: transparent;
		cursor: pointer;
	}
	#paneTop .inputWrapper {
		}

#menuTop {
	float: right;
}
	#menuTop li {
		float: left;
	}
	#menuTop a {
		float: left;
		font-size: 1.2em;
		padding: 18px 15px 10px;
		text-decoration: none;
		color: #333;
	}
	#menuTop a.active,
	#menuTop a:hover {
		background: transparent url(../images/bg-menu-top-item-hover.png) no-repeat 50% 0;
	}

#menuMain {
	
}
	#menuMain ul {
		background-color: #d6171d;
		min-height: 50px;
		float: left;
		width: 100%;
	}
		#menuMain li {
			float: left;
			font-size: 1.3em;
			color: #fff;
			font-weight: bold;
		}
		#menuMain a {
			display: table-cell;
			vertical-align: middle;
			font-weight: bold;
			height: 50px;
			padding-left: 20px;
			padding-right: 20px;
			width: 80px;
			color: #fff;
			text-decoration: none;
			text-align: center;
		}
		#menuMain a:hover {
			background: transparent url(../images/bg-menu-main-item-hover.png) repeat-x 0 100%;
		}
			#menuMain a.active {
				background-color: #fff;
				color: #d6171d;
			}

.menuHorizontal {
	margin-bottom: 15px;
	float: left;
}
	.menuHorizontal ul {
		padding-bottom: 6px;
	}
		.menuHorizontal li {
			float: left;
			width: 250px;
			background: transparent url(../images/bg-menu-item.png) no-repeat 0 100%;
			padding-bottom: 6px;
		}
		.menuHorizontal a {
			padding: 6px 0 0 25px;
			display: block;
			font-size: 1.3em;
			text-decoration: none;
			font-weight: bold;
			color: #484848;
			background: transparent url(../images/li-bullet-red-arrow.png) no-repeat 10px 9px;
		}
		.menuHorizontal a.active {
			color: #000;
		}
		.menuHorizontal a:hover {
			color: #d6171d;
		}
			.menuHorizontal li li {
				background-image: none;
				padding: 0;
			}
				.menuHorizontal li li a {
					padding: 0 0 0 40px;
					font-weight: normal;
					font-style: italic;
					background: transparent url(../images/li-bullet-square-grey.png) no-repeat 30px 50%;
				}
				.menuHorizontal li li a.active {
					text-decoration: underline;
				}


.menuBottom {
	float: left;
}
	.menuBottom li {
		float: left;
		font-size: 1.1em;
		margin-right: 20px;
	}
	.menuBottom li a {
		float: left;
		color: #484848;
		text-decoration: none;
	}
	.menuBottom li a:hover {
		text-decoration: underline;
	}




.menuOrderOnLine {
	clear: both;
}
	.homepage .menuOrderOnLine {
		margin-bottom: 20px;
		float: left;
	}
	.menuOrderOnLine h3 {
		font-size: 1.7em;
		color: #d6171d;
		margin-bottom: 20px;
	}
	.menuOrderOnLine li {
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: 5px 100%;
		float: left;
		clear: both;
		font-size: 1.4em;
		padding-left: 50px;
		width: 250px;
	}
		.menuOrderOnLine li.domacnost	{ background-image: url(../images/ico-hp-washer.png); }
		.menuOrderOnLine li.nemovitost	{ background-image: url(../images/ico-hp-house.png); }
		.menuOrderOnLine li.uraz		{ background-image: url(../images/ico-hp-emergency.png); }
		.menuOrderOnLine li.cesta		{ background-image: url(../images/ico-hp-suitcase.png); }
		.menuOrderOnLine li.auto		{ background-image: url(../images/ico-hp-car.png); }
		
		.menuOrderOnLine li a {
			float: left;
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: 100% 52%;
			color: #484848;
			text-decoration: none;
			width: 250px;
			margin-left: -50px;
			padding: 9px 0 6px 50px;
		}
		.menuOrderOnLine li.sleva05 a	{ background-image: url(../images/ico-hp-sleva05.png); }
		.menuOrderOnLine li.sleva10 a	{ background-image: url(../images/ico-hp-sleva10.png); }
		.menuOrderOnLine li.sleva15 a	{ background-image: url(../images/ico-hp-sleva15.png); }
		.menuOrderOnLine li.sleva20 a	{ background-image: url(../images/ico-hp-sleva20.png); }
		.menuOrderOnLine li.sleva25 a	{ background-image: url(../images/ico-hp-sleva25.png); }
		.menuOrderOnLine li.sleva30 a	{ background-image: url(../images/ico-hp-sleva30.png); }
		.menuOrderOnLine li.sleva35 a	{ background-image: url(../images/ico-hp-sleva35.png); }
		.menuOrderOnLine li.sleva40 a	{ background-image: url(../images/ico-hp-sleva40.png); }
		.menuOrderOnLine li.sleva45 a	{ background-image: url(../images/ico-hp-sleva45.png); }
		.menuOrderOnLine li.sleva50 a	{ background-image: url(../images/ico-hp-sleva50.png); }
		.menuOrderOnLine li.sleva55 a	{ background-image: url(../images/ico-hp-sleva55.png); }
		.menuOrderOnLine li.sleva60 a	{ background-image: url(../images/ico-hp-sleva60.png); }
		.menuOrderOnLine li.sleva65 a	{ background-image: url(../images/ico-hp-sleva65.png); }
		.menuOrderOnLine li.sleva70 a	{ background-image: url(../images/ico-hp-sleva70.png); }
		.menuOrderOnLine li.sleva75 a	{ background-image: url(../images/ico-hp-sleva75.png); }
		.menuOrderOnLine li.sleva80 a	{ background-image: url(../images/ico-hp-sleva80.png); }
		.menuOrderOnLine li.sleva85 a	{ background-image: url(../images/ico-hp-sleva85.png); }
		.menuOrderOnLine li.sleva90 a	{ background-image: url(../images/ico-hp-sleva90.png); }
		.menuOrderOnLine li.sleva95 a	{ background-image: url(../images/ico-hp-sleva95.png); }
		.menuOrderOnLine li.sleva100 a	{ background-image: url(../images/ico-hp-sleva100.png); }

			.menuOrderOnLine li a:hover {
				color: #d6171d;
				text-decoration: underline;
			}
		

#content {
	padding: 20px 0;
}


.col-30-70 .column1 {
	float: right;
	width: 640px;
}
.col-30-70 .column2 {
	float: left;
	width: 250px;
	margin-left: 15px;
}


.col-70-30 .column1 {
	float: left;
	width: 640px;
	margin-left: 15px;
}
.col-70-30 .column2 {
	float: right;
	width: 250px;
	margin-right: 15px;
}
.col-70-30.homepage .column1 {
	width: 600px;
	margin-left: 20px;
}
.col-70-30.homepage .column2 {
	width: 300px;
	margin-right: 20px;
}

.column1 {
	padding-right: 20px;
}
	.column1 p {
		font-size: 1.2em;
	}
	.column1 table {
		width: 100%;
	}


	.homepage h1 {
		width: 214px;
		height: 101px;
		display: block;
	}
		.homepage #positionHome2 .bannerWrapper {
			float: left;
		}
			.homepage #positionHome2 .bannerWrapper object {
				margin-left: 10px;
			}
		.homepage h1 #logo {
			position: relative;
			width: 214px;
			height: 101px;
			display: block;
			z-index: 99;
		}
			.homepage h1 #logo span {
				width: 68px;
				height: 68px;
				display: block;
				text-decoration: none;
				font-size: 12px;
			}
			.homepage h1 #logo span.patch {
				position: absolute;
				top: 0;
				left: 0;
				width: 214px;
				height: 101px;
				display: block;
				z-index: 9999;
				text-decoration: none;
				background-position: 0 0;
				background-color: trasparent;
				background-repeat: no-repeat;
			}
		.homepage .menu {
			float: left;
			width: 180px;
		}
			.homepage .menu h3 {
				color: #d6171d;
				font-size: 2em;
				line-height: .8em;
				font-weight: bold;
				margin-bottom: 10px;
			}
		.homepage .vehicles,
		.homepage .developers {
			margin-left: 20px;
		}
			.homepage .menu ul {
				background-color: #fff;
				background-position: 100% 100%;
				background-repeat: no-repeat;
			}
			.homepage .personal ul { background-image: url(../images/bg-menu-no1.png); }
			.homepage .vehicles ul { background-image: url(../images/bg-menu-no2.png); }
			.homepage .developers ul { background-image: url(../images/bg-menu-no3.png); }
			
			.homepage .personal .inner {
				background: transparent url(../images/bg-menu1-hp.jpg) no-repeat 0 0;
				padding-top: 62px;
			}
			.homepage .vehicles .inner {
				background: transparent url(../images/bg-menu2-hp.jpg) no-repeat 0 0;
				padding-top: 62px;
			}
			.homepage .developers .inner {
				background: transparent url(../images/bg-menu3-hp.jpg) no-repeat 0 0;
				padding-top: 62px;
			}
			.homepage .menu a {
				background: transparent url(../images/bg-menu-item-hp.png) no-repeat 0 50%;
				clear: both;
				display: table-cell;
				height: 30px;
				padding-left: 20px;
				color: #484848;
				font-size: 1.35em;
				text-decoration: none;
				vertical-align: middle;
				font-style: italic;
				width: 180px;
			}
			.homepage .menu a:hover {
				color: #d6171d;
				text-decoration: underline;
			}


			.homepage .column1 .banner {
				margin-bottom: 20px;
				padding-top: 15px;
				clear: both;
			}


		.homepage .mapSelector {
			float: left;
			width: 400px;
		}
			.homepage .mapSelector h2,
			.homepage .mapSelector h3 {
				font-weight: normal;
				font-size: 1.9em;
			}

	.column2 .bannerWrapper {
		float: left;
	}
		.homepage .column2 .bannerWrapper {
			margin-bottom: 20px;
			float: left;
		}


	.default .newsList .date {
		font-size: 1.2em;
		color: #000;
		font-weight: bold;
	}


		.homepage .news {
			width: 180px;
			float: left;
		}
			.homepage .news h2,
			.homepage .news h3 {
				font-weight: normal;
				font-size: 1.9em;
			}
			.homepage .news h4 {
				font-size: 1.2em;
			}
			.homepage .news .date {
				font-size: 1.2em;
				display: block;
				padding-top: 10px;
			}
			.homepage .news .box {
				clear: both;
			}
			.homepage .news .more {
				color: #333;
				background: transparent url(../images/bg-button-news-hp.png) no-repeat 0 50%;
				padding: 6px 0;
				text-align: center;
				width: 112px;
				text-decoration: none;
				font-size: 11px;
				font-weight: bold;
				float: right;
				margin-top: 20px;
			}


			.homepage .column1 {
				position: relative;
			}
				#positionHome1 {
					position: absolute;
					top: 720px;
					left: 0;
					z-index: 999;
				}
				#positionHome2 {
					position: relative;
					margin-bottom: 17em;
					height: 770px;
					z-index: 9;
				}


			.homepage .column2 .pane {
				clear: both;
			}


			.textBoxHomepage {
				width: 580px;
			}
				.textBoxHomepage h2,
				.textBoxHomepage h3,
				.homepage .column2 .promo h2,
				.homepage .column2 .promo h3 {
					font-size: 2.2em;
					margin-bottom: 10px;
					padding: 15px 20px 0 20px;
					text-shadow: #999 1px 1px 3px;
				}
				.textBoxHomepage p,
				.homepage .column2 .promo p {
					margin-bottom: 5px;
					text-shadow: #999 1px 1px 2px;
				}
				.textBoxHomepage .documentText,
				.homepage .column2 .promo .documentText {
					font-size: 1.1em;
					font-style: italic;
					padding: 0 20px 15px 20px;
				}
				.homepage .column2 .promo .documentText {
					background: transparent url(../images/bg-gradient-w300.png) no-repeat 0 100%;
				}
				.textBoxHomepage .documentText {
					background: transparent url(../images/bg-gradient-w580.png) no-repeat 0 100%;
				}


				.homepage .column2 .banner a {
					float: left;
				}


		.homepage .report {
			margin-bottom: 20px;
		}
			.homepage .report a {
				width: 300px;
				height: 47px;
				position: relative;
				display: block;
			}
				.homepage .report a span {
					background: transparent url(../images/btn-triglav-nahlasit-pojistnou-udalost-hp.png) no-repeat 0 0;
					width: 300px;
					height: 47px;
					position: absolute;
					top: 0;
					left: 0;
				}
				.homepage .report a:hover span {
					background-position: 100% 0;
				}



.reportAccident table,
.reportAccident th,
.reportAccident td {
	padding: 2px;
	background: none;
	font-size: 12px;
	border: 0 none;
}
	.reportAccident .column1 ol {
		margin: 0;
		padding: 0;
	}
		.reportAccident .column1 ol li {
				min-height: 40px;
				padding: 10px 20px 30px 70px;
				background-position: 0 100%;
				background-repeat: no-repeat;
				background-color: #fff;
				padding-left: 65px;
				list-style: none;
				font-size: 1.2em;
			}
			.reportAccident .column1 ol li.item1 { background-image: url(../images/bg-shadow-report-1.png); }
			.reportAccident .column1 ol li.item2 { background-image: url(../images/bg-shadow-report-2.png); }
			.reportAccident .column1 ol li.item3 { background-image: url(../images/bg-shadow-report-3.png); }
			.reportAccident .column1 ol li.item4 { background-image: url(../images/bg-shadow-report-4.png); }
			.reportAccident .column1 ol li.item5 { background-image: url(../images/bg-shadow-report-5.png); }
			.reportAccident .column1 ol li.item6 { background-image: url(../images/bg-shadow-report-6.png); }
			.reportAccident .column1 ol li.item7 { background-image: url(../images/bg-shadow-report-7.png); }
		
		#main.reportAccident .column1 ol li table {
			margin-bottom: 0;
		}



.column2 .faqForm {
	float: left;
}
	.column2 .faqForm h3 {
		background: transparent url(../images/bg-faqs-form-header.png) no-repeat 0 0;
		padding: 8px 15px;
		color: #fff;
		font-size: 1.9em;
	}
	.column2 .faqForm form {
		background: transparent url(../images/bg-faqs-form-footer.png) no-repeat 0 100%;
		padding-bottom: 16px;
		margin-bottom: 15px;
	}
	.column2 .faqForm fieldset {
		background: transparent url(../images/bg-faqs-form-body.png) no-repeat 0 0;
		padding: 15px 15px 8px;
	}
	.column2 .faqForm label {
		color: #333;
		font-size: 1.1em;
		font-weight: bold;
		display: block;
		margin-bottom: 5px;
	}
	.column2 .faqForm .inputWrapper {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border-color: #e6e6e6;
		border-style: solid;
		border-width: 1px;
		background-color: #fff;
		padding: 2px;
		margin-bottom: 8px;
		float: left;
		width: 210px;
	}
	
	.column2 .faqForm input.txt,
	.column2 .faqForm textarea {
		border: 0 none;
		width: 100%;
		font-size: 1.1em;
		font-family: "Arial CE",Arial,sans-serif;
		caption-side: #666;
	}
	.column2 .faqForm select {
		width: auto;
	}
	.column2 .faqForm option {
		width: 188px;
	}
	.column2 .faqForm textarea {
		height: 10em;
	}
	.column2 .faqForm .submit {
		float: right;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border-style: none;
		border-width: 1px;
		background: transparent url(../images/bg-button-red-arrow.png) no-repeat 100% 50%;
		color: #fff;
		cursor: pointer;
		font-size: 11px;
		font-weight: bold;
		padding: 3px 18px 4px 15px;
	}
	.column2 .faqForm .error {
		font-size: 13px;
		float: left;
		margin-top: -5px;
		clear: both;
	}



.breadcrumbs {
	font-size: 1.1em;
	clear: both;
	padding-bottom: 15px;
}
	.breadcrumbs a {
		float: left;
		background: transparent url(../images/li-bullet-breadcrumb.png) no-repeat 100% 50%;
		padding-right: 13px;
		margin-right: 10px;
	}
	.breadcrumbs span {
		float: left;
	}

.accordion {
	width: 615px;
}
		.ui-accordion h3 a {
			text-decoration: none;
			display: block;
			font-size: 13px;
		}
		.ui-accordion h3.ui-state-default a {
			background: transparent url(../images/bg-faqs-header.png) no-repeat 0 0;
			padding: 12px 45px 15px 14px;
		}
		.ui-accordion h3.ui-state-active a {
			background: transparent url(../images/bg-faqs-header.png) no-repeat 100% 0;
			padding: 12px 45px 15px 14px;
		}
		.ui-accordion  h3.ui-state-active a {
			color: #484848;
		}
		.ui-accordion .ui-accordion-content {
			padding: 0 14px 12px;
		}


	.fileStorage h2,.fileStorage h3,.fileStorage h4,
	.default .fileStorage h2, .default .fileStorage h3, .default .fileStorage h4,
	.default .column1 .fileStorage h2, .default .column1 .fileStorage h3, .default .column1 .fileStorage h4 {
		font-size: 1.4em;
	}
	#main .fileStorage .fileList li,
		#main .default .fileStorage .fileList li {
			padding: 0 10px 5px 0;
			width: 600px;
			background: transparent url(../images/bg-filelist-bottom-w610.png) no-repeat 0 100%;
			font-size: 12px;
		}
			#main .fileStorage .fileList li span {
				display: block;
				background: transparent url(../images/bg-filelist-top-w610.png) no-repeat 0 0;
			}
				#main .fileStorage .fileList li a {
					padding: 10px 10px 5px;
					display: block;
					background-position: 100% 50%;
					background-repeat: no-repeat;
					padding-right: 40px;
					color: #484848;
					font-size: 12px;
					text-decoration: none;
				}
				#main .fileStorage .fileList li .desc {
					font-size: 11px;
					padding-top: 4px;
				}



/* Kontakty box */

.miniContacts {
	background: transparent url(../images/bg-map-w250.png) no-repeat 0 0;
	min-height: 105px;
	float: left;
	padding: 7px 10px;
	width: 230px;
	margin-bottom: 15px;
	position: relative;
}
	.homepage .miniContacts {
		float: right;
		background: transparent url(../images/bg-map-w300.png) no-repeat 0 0;
		width: 266px;
		padding: 15px 17px;
	}
	.miniContacts h2,
	.miniContacts h3 {
		font-size: 21px;
		color: #000;
		font-weight: normal;
		margin-bottom: 10px;
	}
	.miniContacts p {
		font-size: 1.1em;
	}
		.homepage .miniContacts p {
			font-size: 1.2em;
		}
	.miniContacts .more {
		position: absolute;
		top: 107px;
		right: 5px;
	}
		.homepage .miniContacts .more {
			right: 10px;
		}
	.miniContacts .more a {
		float: right;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border-style: none;
		border-width: 1px;
		background: transparent url(../images/bg-button-red-arrow.png) no-repeat 100% 50%;
		color: #fff;
		cursor: pointer;
		font-size: 10px;
		font-weight: bold;
		padding: 4px 17px 5px 11px;
		text-decoration: none;
	}

.locForm {
	margin: 7px 0;
	padding: 10px 10px 10px 13px;;
	font-size: 1.2em;
	background-color: #CECECE;
}

.locFormP {
	margin-bottom: 5px;
    padding: 10px 0 0 5px;
	color: #333333;
}

.locForm input {
	padding: 1px;
}

.locForm .obec {
	width: 163px;
}

.locForm .psc {
	width: 163px;
}

.locForm .error {
	padding-bottom: 5px;
	color: #FF0000;
}

.locForm .locFormBut, .locForm .locFormButG {
	background: url("../images/bg-button-red-arrow.png") no-repeat scroll 100% 50% transparent;
    color: #FFF;
	border-radius: 3px 3px 3px 3px;
    border-style: none;
    border-width: 1px;
    cursor: pointer;
    font-size: 10px;
    padding: 2px 12px 3px 7px;
	margin-left: 3px;
}

.locForm .locFormButG {
	background: url("../images/bg-button-gray-arrow.png") no-repeat scroll 100% 50% transparent;
}

.locFormPager {
	left: 42%;
    padding: 10px 0;
    position: relative;
}

/* Kontakty section */

#main.kontakty .column1 {
	padding-right: 0 !important;
	width: 660px;
}
.kontakty .column1 h1 {
	margin-bottom: 15px;
}


/* Default styles */

.default .column1 h1 {
	margin-bottom: 15px;
}
.default .column1 h2 {
	font-size: 2.0em;
	margin-bottom: 10px;
}
.default .column1 h3 {
	font-size: 1.6em;
	margin-bottom: 10px;
}
.default .column1 h4 {
	font-size: 1.3em;
	margin-bottom: 10px;
}
.default .column1 ul {
	margin-bottom: 10px;
}
.default .column1 ul li {
	font-size: 12px;
	background: transparent url(../images/li-bullet-square-red.png) no-repeat 5px 6px;
	padding: 1px 0 1px 15px;
}


#btnZajem,
#btnZajemOnline {
	width: 211px;
	position: relative;
	overflow: hidden;
	display: block;
	float: right;
	margin-top: -9px;
	padding-bottom: 8px;
}
#btnZajem { height: 57px; }
#btnZajemOnline { height: 81px; }

	#btnZajem span,
	#btnZajemOnline span {
		display: block;
		width: 211px;
		position: absolute;
		top: 0;
		left: 0;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-color: #fff;
	}
	#btnZajem span {
		background-image: url(../images/btn-mam-zajem.png);
		height: 57px;
	}
	#btnZajemOnline span {
		background-image: url(../images/btn-sjednat-online.png);
		height: 81px;
	}
	#btnZajem:hover span,
	#btnZajemOnline:hover span {
		background-position: 100% 0;
		text-decoration: none;
	}
	#main.buttonOrder .column1 h1 {
		float: left;
		width: 420px;
		margin-bottom: 0;
	}


#footer {
	padding: 0 20px 15px;
	color: #575757;
}
	#footer .copyright {
		float: left;
		text-transform: uppercase;
		font-size: 1.1em;
		padding-top: 2px;
	}
	#footer .inner {
		float: right;
	}
	#footer .developer {
		float: right;
	}
		#footer .developer a {
			display: block;
			width: 17px;
			height: 16px;
			position: relative;
			overflow: hidden;
			text-decoration: none;
		}
			#footer .developer a span {
				position: absolute;
				top: 0;
				left: 0;
				display: block;
				width: 17px;
				height: 16px;
				background: #fff url(../images/ico-logo-mf.png) no-repeat 0 0;
				z-index: 999;
				text-decoration: none;
			}


/* WYSIWYG Styles */

#main .documentText ul li {
	background: url("../images/li-bullet-square-red.png") no-repeat scroll 5px 6px transparent;
	font-size: 12px;
	padding: 1px 0 1px 15px;
}
#main .documentText ol li {
	font-size: 12px;
}
	#main .documentText ul li li {
		background-image: url("../images/li-bullet-square-grey.png");
	}
#main .documentText table {
	margin-bottom: 15px;
}
#main .cervene {
	color: #d6171d !important;
}
#main .column1 .documentData {
	clear: both;
	float: left;
	width: 100%;
}



/* Perexy */

.default .simplePerex,
.default .tiskoveZpravyPerex {
	
}
	.default .simplePerex h3,
	.default .tiskoveZpravyPerex h3 {
		font-size: 13px;
	}


/* Form */

.f-line {
	float: left;
	clear: both;
	padding: 5px 0;
}
	.f-line label,
	.f-line .label,
	.f-line input,
	.f-line select,
	.f-line option {
		float: left;
		font-size: 12px;
		color: #484848;
	}
	.f-line label,
	.f-line .label {
		width: 150px;
		padding-top: 2px;
	}
	.f-line input.txt,
	.f-line select {
		width: 270px;
	}
	.f-line .f-group {
		float: left;
		width: 270px;
	}
		.f-line .f-group .check {
			float: left;
			clear: left
		}
		.f-line .f-group label {
			width: auto;
		}
		.f-line .f-group .f-line {
			padding-top: 0;
			padding-bottom: 0;
		}
	.f-line textarea {
		float: left;
		width: 270px;
		height: 8em;
		font-family: "Arial CE",Arial,sans-serif;
		color: #484848;
		font-size: 12px;
	}
	.column1 .submit {
		margin-left: 150px;
	}
		.formular .column1 form {
			padding: 10px 20px;
		}
		.formular .column1 legend {
			font-size: 16px;
			font-weight: bold;
			padding-bottom: 10px;
		}
		.formular .column1 .remark {
			margin-bottom: 0;
			font-size: 10px;
			font-style: italic;
		}

.imgReplacement {
	margin-bottom: 15px;
}
	.imgReplacement a {
		display: block;
		position: relative;
		overflow: hidden;
		text-decoration: none;
		width: 298px;
		height: 160px;
	}
		.imgReplacement a span {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 298px;
			height: 160px;
			background-position: 0 0;
			background-repeat: no-repeat;
			background-color: #fff;
			z-index: 999;
			text-decoration: none;
		}
		.imgReplacement .deti 			{ float: left; }
		.imgReplacement .dospelych 		{ float: right; }
		.imgReplacement .deti span		{ background-image: url(../images/btn-urazove-pojisteni-deti.png); }
		.imgReplacement .dospelych span	{ background: #fff url(../images/btn-urazove-pojisteni-dospelych.png); }


	.imageGallery {
		
	}
		.imageGallery p {
			margin: 0;
			padding: 0;
		}
		.imageGallery a,
		.imageGallery span {
			display: block;
		}

#siteMap ul {
	margin-bottom: 0;
}
#siteMap ul li {
	margin-left: 15px;
}

.googleMap {
	margin-bottom: 20px;
}
	.googleMap .googleMapDisplay {
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		border-color: #cecece;
		border-style: solid;
		border-width: 4px;
	}

.contactData {
	font-size: 12px;
}
	.contactData h2,
	.contactData h3,
	.contactData h4 {
		margin-bottom: 15px;
	}
	.contactData .dataGroup {
		float: left;
		width: 240px;
		margin-bottom: 1em;
	}
		.contactData .dataGroup .more {
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			border-style: none;
			border-width: 1px;
			background: transparent url(../images/bg-button-red-arrow.png) no-repeat 100% 50%;
			color: #fff;
			cursor: pointer;
			font-size: 10px;
			font-weight: bold;
			padding: 4px 17px 5px 11px;
			text-decoration: none;
			display: inline-block;
		}
		#content .contactData .openingHours {
			width: 360px;
		}
			#content .contactData .openingHours table {
				table-layout: auto;
				width: auto;
			}
	.contactData table {
		width: 630px;
		margin-bottom: 15px;
		table-layout: fixed;
	}
	.contactData td {
		vertical-align: top;
	}
	.contactData td strong {
		display: block;
	}
	
	.openingHours td {
		background: transparent none;
		padding: 0 2px 0 0;
		border: 0 none;
	}
	


.gmBubble {
	font-size: 11px;
	overflow: hidden;
}
	.gmBubble .title {
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 5px;
		display: block;
	}
	.gmBubble .title2 {
		font-size: 12px;
		font-weight: bold;
		padding-top: 5px;
	}
	.gmBubble .dataGroup {
		margin-bottom: 5px;
	}
	.gmBubble strong {
		color: #000;
	}
	.gmBubble .bubbleLink {
		background-color: #d6171d;
		color: #fff;
		font-size: 11px;
		padding: 2px 5px;
		display: block;
		float: right;
		text-decoration: none;
		font-weight: bold;
	}
	.gmBubble .openingHours table {
		width: auto;
	}
	.gmBubble .openingHours td {
		font-size: 11px;
	}


	.errorPage .column {
		padding: 0 20px;
		min-height: 300px;
	}
		.errorPage .column h1 {
			margin-bottom: 20px;
		}
		.errorPage .column p {
			font-size: 13px;
		}


/* Tweaks */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

