body {
	background: #fff url('/images/bg.jpg') no-repeat center 0px fixed;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #000;
	font-family: "Open Sans", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
}

input, textarea, select {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
}

form {
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 14px;
}

br {
	margin: 0px;
	padding: 0px;
}

.td {
	display: table-cell;
	vertical-align: middle;
}

a img {
	border: 0px;
}

a {
	color: #7c1617;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	color: #7c1617;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: normal;
}

h1 {
	font-size: 25px;
    margin-bottom: 15px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

hr {
	color: #c3c3c3;
	height: 1px;
	border-width: 0px;
	background-color: #c3c3c3;
}

label {
	text-decoration: none;
}

label:hover {
	text-decoration: underline;
	cursor: pointer;
}

.clear {
	display: block;
	clear: both;
}

.bold {	font-weight: bold;
}


.obsah input[type='text'], .obsah input[type='password'], .obsah textarea, .obsah select {
	font-family: "Open Sans", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 4px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #bbb;
	-moz-box-shadow: 2px 2px 6px #ddd inset;
	-webkit-box-shadow: 2px 2px 6px #ddd inset;
	box-shadow: 2px 2px 4px #ddd inset;
	margin: 0px 0px 2px 0px;
	background-color: #fafafa;
}

.obsah input[type='text']:focus, .obsah input[type='password']:focus, .obsah textarea:focus, .obsah select:focus {	outline: 0px;
	border: 1px solid #45adf3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.obsah input[type='button'], .obsah input[type='submit'] {
    text-decoration: none;
	font-family: "Open Sans", Tahoma, Arial, Helvetica, sans-serif;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
	box-shadow: inset 0px 1px 0px 0px #fff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fefefe), color-stop(1, #ececec) );
	background: -moz-linear-gradient( center top, #fefefe 5%, #ececec 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ececec');
	background-color: #fefefe;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #999;
	color: #000;
	font-size: 100%;
	font-weight: normal;
	padding: 4px 10px;
	text-shadow: 1px 1px 0px #fff;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 2px 0px;
}

@-moz-document url-prefix() {
	.obsah input[type='button'], .obsah input[type='submit'] {		padding: 3px 10px;
	}
}

.obsah input[type='button']:hover, .obsah input[type='submit']:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0f0f0), color-stop(1, #fefefe) );
	background:-moz-linear-gradient( center top, #f0f0f0 5%, #fefefe 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#fefefe');
	background-color: #fefefe;
	color: #000;
	-webkit-box-shadow: 0px 0px 3px #45adf3 inset;
	-moz-box-shadow: 0px 0px 3px #45adf3 inset;
	box-shadow: 0px 0px 3px #45adf3 inset;
}


.center {
	width: 960px;
	margin: 0px auto;
}

#head {
	background-color: #fff;
	height: 110px;
	z-index: 90;
	-webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
}

#home_url {
	background: url("/images/logo.gif") no-repeat left center;
	float: left;
	display: block;
	width: 340px;
    height: 70px;
	margin-left: 15px;
    margin-top: 22px;
	text-decoration: none;
}

#menu {
	float: right;
	margin-right: 15px;
}

#lng {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	margin-top: 15px;
}

#lng li {
	float: left;
	margin-left: 7px;
}


#dropdown_menu {
	min-height: 0;
	position: relative;
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 99;
	font-size: 20px;
	margin-top: 10px;
}

#dropdown_menu li {
	float: left;
	position: relative;
	display: block;
}

#dropdown_menu li a {
	display: block;
	padding: 5px 0px;
	margin-left: 30px;
	color: #575757;
	text-decoration: none;
}

#dropdown_menu li a:hover, #dropdown_menu li a:active {
	text-decoration: none;
	color: #000;
	border-bottom: 3px solid #7c1617;
}


#dropdown_menu li ul {
	z-index: 1;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: -9999px;
	background-color: #fff;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

#dropdown_menu li ul li {
	padding: 0;
	margin: 0;
	float: none;
	text-transform: none;
	font-weight: normal;
	min-width: 170px;
}

#dropdown_menu li ul li a {
	margin: 0px;
	padding: 8px 10px 8px 10px;
	white-space: nowrap;
	display: block;
}

#dropdown_menu li:hover ul {
	left: 0;
	top: 31px;
}

#dropdown_menu li:hover ul li a {
	display: block;
	color: #575757;
	border-bottom: 0px;
	text-decoration: none;
}

#dropdown_menu li:hover ul li a:hover {
	color: #000;
	background-color: #f1f1f1;
	text-decoration: none;
}


#content {	border-top: 2px solid #7c1617;
}

.stin {	-webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.4);
}

.obsah {
	background-color: #fff;
	min-height: 450px;
	padding: 30px 30px;
	-webkit-box-shadow: 0 15px 10px -7px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 15px 10px -7px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 15px 10px -7px rgba(0, 0, 0, 0.3) inset;
}

.obsah.lk {	padding: 0px 0px 30px 0px;
}

.obsah.fp {
	min-height: 0px;
}


#zapati {	background-color: #323232;
	color: #e1e1e1;
	padding: 15px 20px;
}

#zapati a {	color: #e1e1e1;
}

#zapati a:hover {
	color: #fff;
}


#lekarna div.nazev {	background-color: #85c226;
	color: #fff;
	padding: 30px;
	margin-bottom: 1px;
}

#lekarna div.nazev h1 {	color: #fff;
	font-weight: bold;
	font-size: 32px;
}

#lekarna div.nazev span {	font-size: 18px;
}

#lekarna div.info {	margin-bottom: 1px;
}

#lekarna div.leva {	float: left;
	width: 550px;
}

#lekarna div.leva div.img {	background-color: #fff;
	margin-bottom: 1px;
}

#lekarna div.leva div.popis {
	background-color: #565656;
	color: #fff;
	padding: 30px;
}

#lekarna div.prava {
	float: right;
	width: 340px;
	margin-right: 30px;
	padding: 30px 0px;
	color: #000;
	font-size: 15px;
}

#lekarna div.prava div.open {
	margin-bottom: 30px;
}
#lekarna div.prava div.open td {	font-size: 15px;
	padding: 3px 20px 3px 0px;
}

#lekarna div.prava h3 {	color: #848484;
	font-size: 22px;
	margin-bottom: 20px;
}

#lekarna div.prava div.kontakt {
	margin-bottom: 30px;
}

#lekarna div.prava div.kontakt p {
	margin: 6px 0px;
}

#lekarna div.prava div.vedouci {
}


#lekarna div.line {	border-top: 3px solid #7c1617;
}

#lekarna div.mapa {
	-webkit-box-shadow: 0 15px 10px -7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 15px 10px -7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

#lekarna div.text {
	padding: 30px;
	font-size: 15px;
}

#lekarna div.text h1, #lekarna div.text h2, #lekarna div.text h3, #lekarna div.text h4, #lekarna div.text h5 {	color: #000;
	font-weight: bold;
	line-height: 180%;
}

#lekarna div.text h3 {
	font-size: 20px;
}
