@charset "utf-8";

/* CSS Document */


body
{
	font-size: 12px;
	background-color: #102A3B;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Tahoma, Geneva, sans-serif;
	color: #1e3f53;
}

a
{
	color: #022A68;
}

a:hover
{
	color: #307CA5;
}

h1
{
	font-size: 26px;
	font-weight: normal;
	color: #307CA5;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	line-height: normal;
}

h2
{
	font-size: 19px;
	font-weight: normal;
	color: #022A68;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: normal;
}

h3
{
	font-size: 15px;
	font-weight: bold;
	color: #022A68;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: normal;
}

h4
{
	font-size: 13px;
	font-weight: bold;
	color: #022A68;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: normal;
}

hr
{
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E2EBEF;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: both;
	display: block;
	padding: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	color: #FFF;
}

form
{
	margin: 0px;
	padding: 0px;
}

#wrapper
{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#header
{
	height: 240px;
	position: relative;
}

#header #logo
{
	position: absolute;
	left: 0px;
	top: 5px;
	z-index: 0;
}

#header #facebook
{
	position: absolute;
	right: 10px;
	bottom: 55px;
}

#header #headerMenu
{
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	position: absolute;
	top: 10px;
	right: 10px;
	width: auto;
	font-size: 10px;
	text-transform: uppercase;
}

#header #headerMenu li
{
	margin: 0px;
	padding: 0px;
	float: left;
}

#header #headerMenu li a
{
	display: block;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #3c6075;
}

#header #headerMenu li a:hover
{
	color: #091620;
}

#header #headerMenu li #hmIconHome
{
	background-image: url(../images/icon-home.gif);
}

#header #headerMenu li #hmIconFav
{
	background-image: url(../images/icon-fav.gif);
}

#header #tmBkg
{
	z-index: 5;
	left: 0px;
	bottom: -7px;
	position: absolute;
}

#header #topMenu
{
	list-style-position: outside;
	list-style-type: none;
	position: absolute;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	left: 8px;
	bottom: 1px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	right: 5px;
}

#header #topMenu li
{
	float: left;
}

#header #topMenu li a
{
	color: #022A68;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 1px;
}

#header #topMenu li a:hover,
#header #topMenu li a.active
{
	color: #FFF;
	background-image: url(../images/bkg-tm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#header #popupMenu
{
	position: absolute;
	left: 0px;
	z-index: 1000;
	top: 239px;
	width: 220px;
	display: none;
}

#header #popupMenu #popupUl
{
	color: #FFF;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}

#header #popupMenu #popupUl li
{
	margin: 0px;
	padding: 0px;
}

#header #popupMenu #popupUl li a
{
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #022A68;
}

#header #popupMenu #popupUl li a:hover
{
	color: #022A68;
	background-color: #FFF;
}

#cols
{
	background-image: url(../images/bkg-title.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
}

#cols #colLeft
{
	float: left;
	width: 200px;
	color: #FFF;
}

#cols #colLeft a
{
	color: #C9D8E0;
}

#cols #colLeft a:hover
{
	color: #FFF;
}

#cols #colLeft #menu
{
	font-size: 11px;
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	font-weight: bold;
	background-image: url(../images/bkg-menu.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #29485C;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#cols #colLeft #menu li
{
	margin: 0px;
	padding: 0px;
}

#cols #colLeft #menu li a
{
	display: block;
	color: #FFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C9D8E0;
}

#cols #colLeft #menu li a:hover,
#cols #colLeft #menu li a.active
{
	background-color: #0e2d40;
	background-image: url(../images/menufish.gif);
	background-position: 165px center;
	background-repeat: no-repeat;
}

#cols #colLeft #formSearch
{
	text-align: center;
	padding: 10px;
	margin-top: 10px;
}

#cols #colLeft #formSearch #search
{
	color: #507389;
	background-color: #FFF;
	border: 1px solid #000;
	font-size: 11px;
	width: 146px;
	background-image: url(../images/bkg-search.gif);
	background-repeat: no-repeat;
	height: 14px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#cols #colLeft #formSearch #buttonSearch
{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #133142;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
	padding: 6px;
	margin: 0px;
}

#cols #colLeft #sidebarGallery
{
	text-align: center;
	background-color: #214255;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0A2435;
	border-bottom-color: #0B2536;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

#wrapper #cols #colLeft #sidebarGallery .moreLink
{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 10px;
	display: block;
}

#colRight
{
	float: right;
	width: 779px;
}

#colRight #titleLastArticle
{
	background-image: url(../images/bkg-titlelast.jpg);
	background-repeat: repeat-x;
	height: 218px;
	background-position: top;
	width: 779px;
	color: #FFF;
	font-size: 11px;
	line-height: 16px;
}

#colRight #titleLastArticle .tlaImgWrapper
{
	background-image: url(../images/itemfish2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 218px;
	width: 301px;
	float: left;
}

#colRight #titleLastArticle a
{
	color: #B3DCF4;
	text-decoration: none;
}

#cols #colRight #titleLastArticle a:hover
{
	color: #FFFFFF;
}

#colRight #titleLastArticle #moreLink
{
	text-transform: uppercase;
	display: block;
	background-image: url(../images/lasfish.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	float: right;
}

#colRight #titleLastArticle #tlaContent
{
	float:left;
	width:420px;
	padding:20px;
	height: 178px;
	overflow: hidden;
}

#colRight #titleLastArticle #tlaContent h2
{
	font-size: 23px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #B3DCF4;
	display: block;
	height: 45px;
	line-height: 22px;
}

#colRight #tcLeft
{
	float: left;
	width: 586px;
}

#colRight #tcRight
{
	width: 193px;
	float: left;
}

#footer
{
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 10px;
	color: #6B91A8;
	height: 60px;
	padding-top: 28px;
	padding-left: 150px;
	position: relative;
}

#footer a
{
	color: #688EA3;
}

#footer #footerEmails
{
	position: absolute;
	top: 14px;
	right: 326px;
	height: 60px;
	width: 140px;
}

.titleItem
{
	background-image: url(../images/item.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 405px;
	width: 292px;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 11px;
}

.titleItem .tiContent
{
	padding: 12px;
}

.titleItem .tiHeader
{
	color: #A0B8C8;
	background-image: url(../images/tifish.gif);
	background-repeat: no-repeat;
	background-position: 248px center;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

.titleItem .tiImgWrapper
{
	height: 180px;
	display: block;
	background-image: url(../images/itemfish.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.titleItem .tiImg
{
	border: 1px solid #FFF;
}

.titleItem h3
{
	font-size: 15px;
	font-weight: bold;
	display: block;
	height: 55px;
	overflow: hidden;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.titleItem h3 a
{
	color: #61859B;
	text-decoration: none;
}

.titleItem h3 a:hover
{
	color: #000;
}

#navigation
{
	font-size: 11px;
	color: #6C92A9;
	margin-bottom: 15px;
}

#navigation a:link,
#navigation a:visited,
#navigation a:active
{
	color: #6C92A9;
}

#navigation a:hover
{
	color: #0E2D40;
}

.archiv-cisel-item {
	float: left;
	width: 150px;
	text-align: center;
	height: 210px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.backHomeButton
{
	background-image: url(../images/backhomepage.gif);
	background-repeat: no-repeat;
	display: block;
	margin-top: 250px;
	height: 22px;
	width: 174px;
	margin-left: 18px;
}

.sideBanner
{
	border: 6px solid #F0F0F0;
}

#weather
{
	position: absolute;
	left: 260px;
	top: 20px;
	text-align: center;
	font-size: 11px;
}

#weather a
{
	color: #D3E4EF;
	font-size: 10px;
}

#anketa
{
	padding: 20px;
	font-size: 11px;
}

.anketa-bar
{
	background-color: #214255;
	height: 12px;
	width: 50px;
	background-image: url(../images/anketa.jpg);
	background-repeat: repeat-x;
}

.anketa-bar-bkg
{
	background-color: #0F2733;
	margin-top: 10px;
	margin-bottom: 2px;
}

.content
{
	padding: 20px;
	line-height: 17px;
}

.article
{
	background-image:url(../images/item.jpg);
	background-repeat:repeat-x;
	padding:10px;
	font-size: 11px;
	line-height: 14px;
	background-position: left -50px;
}

.article h2
{
	font-size: 19px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.articleMainPhoto
{
	margin-right: 15px;
	border: 1px solid #E2EBEF;
}

.articleBigPhoto
{
	margin-bottom: 15px;
	margin-right: 20px;
}

.photogalleryItem
{
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	background-color: #F5FBFE;
}

#yourCart
{
	background-color: #ecf2f5;
	margin-top: 20px;
	margin-bottom: 40px;
	background-image: url(../images/cartbkg.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 90px;
	color: #000000;
	border: 1px solid #BBD0DB;
}
.msgbox1
{
	background-color: #80BA30;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	border: 1px solid #CCC;
}

.obchod-item
{
	padding:10px;
	background-image:url(../images/obchodbkg.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
}

.textfield-1
{
	width: 300px;
}

.aktuality-foto
{
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}

.buy-box
{
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	float: none;
	width: auto;
}

.buy
{
	background-image: url(../images/buy.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	display: block;
	width: 60px;
	float: right;
	text-align: left;
	font-size: 12px;
	margin-top: 2px;
}

.paging:link,
.paging:visited,
.paging:active,
.paging:hover
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	margin: 1px;
	font-weight: bold;
	text-align: center;
	height: 18px;
	width: 22px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFC79C;
}

.paging-active:link,
.paging-active:active,
.paging-active:visited,
.paging-active:hover
{
	color: #FFFFFF;
	background-color: #F67D15;
}

.rssLink,
.rssLink:visited
{
	font-size: 11px;
	color: #E16B00;
	background-image: url(../images/rss.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	margin-right: 15px;
}

.rssLink:hover
{
	color: #333333;
}

.printLink,
.printLink:visited
{
	font-size: 11px;
	color: #666666;
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 22px;
	margin-right: 15px;
}

.topLink,
.topLink:visited
{
	font-size: 11px;
	color: #666666;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 23px;
}

.printLink:hover
{
	color: #333333;
}

.searchMark
{
	color: #F77E16;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F67D15;
}

.toLeft
{
	float: left;
}

.toRight
{
	float: right;
}

.toUpper
{
	text-transform: uppercase;
}

.toSmall
{
	font-size: 10px;
}

.toLight
{
	color: #6C92A9;
}

.toBold
{
	font-weight: bold;
}

.toTextBlock
{
	text-align: justify;
}

.noMargin
{
	margin: 0px;
}

.clearBoth
{
	clear: both;
}

.ncsv
{
	display: none;
}
