@charset "windows-1250";
/* CSS Document */


body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 80%;
}
#paticka {
	background-image: url(obr/paticka-fish.gif);
	background-repeat: no-repeat;
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	font-size: 70%;
	color: #666666;
	text-align: center;
	clear: both;
	height: 54px;
}
#paticka p {
	margin: 0px;
	padding: 30px 0px 0px;
}
#obal {
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#hlavicka {
	background-image: url(obr/hlavicka-fish.jpg);
	background-repeat: no-repeat;
	height: 242px;
	width: 762px;
	position: relative;
	background-color: #E63E24;
}
#logo span, #logo a  {
	background-image: url(obr/logo-fishmarket.jpg);
	display: block;
	height: 112px;
	width: 188px;
	background-repeat: no-repeat;
	position: absolute;
	top: 113px;
	left: 290px;
	}
	
#logo span {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: _hand;
	background-color: #FFFFFF;
	}


#vlajky {
	position: absolute;
	height: 123px;
	width: 43px;
	right: -37px;
	top: 10px;
	display: block;
	background-image: url(obr/vlajky.gif);
	background-repeat: no-repeat;

}
#vlajky a {
	display: block;
	width: 100%;
	height: 41px;
}
#vlajky span {
	display: none;
}


	


#levy-sloupec {
	float: left;
	width: 161px;	
}
#levy-sloupec p {
	margin-left: 16px;
	margin-right: 10px;
}
.strong {
	font-weight: bold;
}

#hlavni-text {
	float: right;
	width: 601px;
}
#pravy-sloupec {
	width: 161px;
	float: right;
}
#obsah {
	float: left;
	width: 410px;
	padding: 15px;
}
#pravy-sloupec p {
	margin-right: 16px;
	margin-left: 12px;
}
#cistic {
	clear: both;

}
.cistic {
	padding: 0px;
	clear: both;
	height: 1px;
	margin-top: -1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#obal-sloupcu {
	background-image: url(obr/pozadi-sloupce-fish.gif);
}
h1 {
	font-size: 1.3em;
	color: #223C6D;
	margin: 0px;
}
h2 {
	font-size: 1.1em;
	color: #223C6D;
	margin: 0px;
}

h3, h4 {
text-align: right;
	color: #253F70;
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: 1px solid #A8B5BD;
	line-height: 1.4em;
	padding: 0; margin:12px 15px 12px 12px;
}

h4 {
text-align: left;
	}
#hlavni-text h4 {
	margin-left: 0px;
}

	
#pravy-sloupec a {
	margin-right: 10px;
	margin-left: 13px;
	font-size: 80%;
	color: #ef3a23;
	text-decoration: underline;
}

#pravy-sloupec p a {
	margin-right: 0px;
	margin-left: 0px;
	font-size: 95%;
	color: #ef3a23;
	text-decoration: underline;
}

#pravy-sloupec a:hover {
	text-decoration: none;
}
a {
	color: #EF3A23;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#menu a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8B5BD;
	text-decoration: none;
	color: #223C6D;
	line-height: 1.8em;
	font-size: 90%;
	font-weight: bold;
	width: 136px;
	padding-left: 2px;
}
#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #E63E24;
}
#odakzy a:hover {
	text-decoration: none;
}
#obsah a:hover {
	color: #FFFFFF;
	background-color: #E63E24;
}
#menu {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A8B5BD;
	width: 138px;
}
#levy-sloupec p, #pravy-sloupec p {
	margin: 8px 10px 3px 15px;
	font-size: 80%;
	line-height: 1.4em;
}
#odakzy li {
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}
#odakzy ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 202px;
	left: 10px;
	width: 752px;
	height: 20px;
}
#odakzy a {
	margin-left: 15px;
	margin-right: 10px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	padding: 0px;
	background-color: #E63E24;
}
#odakzy .odstup {
	margin-left: 285px;
	margin-right: 0px;
}
/* {
	border: 1px solid #FF0000;
} */
dd {
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	background-color: #FFFCDB;
}
dt {
	background-color: #E83928;
	padding: 5px;
	font-weight: bold;
	font-size: 0.9em;
	border-top: 3px solid #223E66;
	color: #FFFFFF;
}
.clear {
	clear: both;
}
.obr-ryba {
	width: 200px;
	float: left;
	padding-top: 20px;
}
.text-ryba {
	float: right;
	width: 200px;
	text-align: center;
	font-size: 80%;
	line-height: 1.3em;
	padding-top: 30px;
}

.detail-ryba {
	margin-top: 25px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFCDB;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.obr-left img {
	border: 1px solid #213969;
	margin: 0px;
}
.obr-left {
	float: left;
	margin-top: 20px;
	padding: 0px;
	margin-right: 15px;
	margin-left: 0px;
}

.obr-stred img {
	border: 1px solid #213969;
	margin: 0px;
}
.obr-stred {
	margin-top: 20px;
	padding: 0px;
	text-align: center;
}

th {
	color: #FFFFFF;
	background-color: #E63E24;
}
table {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #213C6B;
	width: 90%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}
td {
	background-color: #FFFCDB;
	padding: 3px;
}
dd img {
	border: 1px solid #223E66;
	margin: 10px 5px 5px;
}
#paticka a {
	color: #666666;
}
#twitter_update_list {
	font-size: 80%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#twitter_update_list li {
	padding-left: 14px;
	padding-right: 12px;
	line-height: 1.3em;
	padding-bottom: 10px;
}
#twitter_update_list a {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	white-space: nowrap;
}
#obsah .vyrobky img {
	float: left;
	padding: 1px;
	border: 1px solid #333333;
	margin: 4px;
}
#obsah .vyrobky {
	line-height: 1.3em;
	font-size: 95%;
	margin-top: 8px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFCDB;
	padding-top: 15px;
	clear: both;
	padding-bottom: 5px;
}
#obsah  .ctegory  {
	font-size: 90%;
}
	
#obsah .pod-tabulku {
	font-size: 85%;
	line-height: 1.1em;
	margin-left: 30px;
}
