/* www.flyforfun.cz, CSS styly pro zobrazeni */

/* zakladni nastaveni */

body
{
	background: #ffffff url('body.jpg') no-repeat center 130px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

body.editor
{
	font-size: 0.75em;
}

a img, a:link img
{
	border: none;
}

p
{
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h1
{
	font-size: 1.1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	color: #175bff;
}

h2
{
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	color: #175bff;
	text-transform: uppercase;
}

h3
{
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	color: #175bff;
}

h4
{
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	color: #175bff;
}

h5
{
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h6
{
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

ul li
{
	list-style-type: square;
}

a
{
	color: #000000;
}

a:hover
{
	color: #ffb01f;
}

fieldset
{
	border: 1px solid #cccccc;
	padding: 0.3em;
}

legend
{
	border: none;
	padding: 0.3em;
}

input.text
{
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	background: #dde7ff;
	border: none;
	padding: 6px 2px 6px 2px;
	width: 100%;
}

input.captcha-number
{
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	background: #dde7ff;
	border: none;
	padding: 6px 2px 6px 2px;
}

input.checkbox
{
	width: 12px;
	height: 12px;
}

input.radio
{
	width: 12px;
	height: 12px;
}

input.submit, input.reset, input.button
{
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #ffffff;
	background: #3a73ff;
	font-weight: bold;
	border: none;
	padding: 6px 50px 6px 50px;
	cursor: pointer;
	float: right;
}

input.file
{
	width: 200px;
	height: 21px;
}

input.image
{
	padding: 0px;
	border: none;
}

textarea
{
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	background: #dde7ff;
	border: none;
	width: 100%;
	padding: 6px 2px 6px 2px;
	overflow: auto;
	height: 100px;
}

select
{
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	background: #dde7ff;
	width: 100%;
}

hr
{
	color: #cccccc;
	height: 1px;
	border: none;
	background-color: #cccccc;
}

table
{
	font-size: 1em;
}

table th, table td
{
	padding-left: 5px;
	padding-right: 5px;
}

table.standard
{
	border-top: 1px solid #175bff;
	border-left: 1px solid #175bff;
}

table.standard td
{
	border-right: 1px solid #175bff;
	border-bottom: 1px solid #175bff;
}

table.standard th
{
	border-right: 1px solid #175bff;
	border-bottom: 1px solid #175bff;
}

table.colored
{
	border-top: 1px solid #175bff;
	border-left: 1px solid #175bff;
}

table.colored td
{
	border-right: 1px solid #175bff;
	border-bottom: 1px solid #175bff;
}

table.colored th
{
	background-color: #dde7ff;
	border-right: 1px solid #175bff;
	border-bottom: 1px solid #175bff;
}

/* stranka */

div.homepage, div.page
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1000px;
	margin-top: 15px;
	padding-bottom: 15px;
}

/* vrstva pro tisk */

div.print-header
{
	display: none;
}

/* presun na obsah */

div.shift-to-content
{
	position: absolute;
	left: -10000px;
}

/* obsah */

/* hlavicka */

div.header
{
	position: relative;
	height: 350px;
}

/* vyber jazyka */

div.langmenu
{
	position: absolute;
	bottom: 250px;
	right: 20px;
	text-align: right;
	font-size:0.9em;
}

div.langmenu h2
{
	position: absolute;
	left: -10000px;
}

div.langmenu p
{
	padding: 0em;
	color: #175bff;
}

div.langmenu a
{
	color: #175bff;
	text-decoration: none;
}

/* sekundarni menu */

div.secondarymenu
{
	position: absolute;
	bottom: 250px;
	right: 9em;
	width: 450px;
	font-size: 0.9em;
	text-align: right;
}

div.secondarymenu ul
{
	margin: 0em;
	padding: 0em;
}

div.secondarymenu li
{
	list-style: none;
	display: inline;
	border-right: 1px solid #175bff;
	padding-right: 6px;
	margin-right: 6px;
}

div.secondarymenu a
{
	color: #175bff;
	text-decoration: none;
}

/* logo */

div.logo
{
	width: 214px;
	height: 103px;
	overflow: hidden;
	margin-left: 33px;
}

div.logo p
{
	width: 214px;
	height: 103px;
	overflow: hidden;
	position: relative;
}

div.logo span
{
	width: 214px;
	height: 103px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background: url('flyforfun.png');
}

div.logo a span
{
	cursor: pointer;
}

div.page div.logo
{
	background: url('flyforfun.png');
}

div.page div.logo a
{
	display: block;
	width: 214px;
	height: 103px;
	display: block;
}

div.page div.logo a span
{
	visibility: hidden;
}

/* vyhledavani */

div.searching
{
	position: absolute;
	right: 17px;
	top: 35px;
	white-space: nowrap;
	margin:0px;
	padding: 0px;
	#right: 20px;
}


div.searching h2
{
	position: absolute;
	left: -10000px;
}

div.searching form {
	margin: 0px;
	padding: 0px;
}

div.searching label
{
	position: absolute;
	left: -10000px;
}

div.searching input.text
{
	background: #3a73ff;
	color: #ffffff;
	width: 100px;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.searching input.submit
{
	border: none;
	background: #ffffff;
	color: #3a73ff;
	float: none;
	padding: 0px;
	margin-left: 10px;
	margin-right: 0px;
	text-align: right;
}

/* pruh */

span.ribbon
{
	width: 135px;
	height: 250px;
	display: block;
	position: absolute;
	left: 60px;
	top: 100px;
	background: url('ribbon.png');
}

* html span.ribbon
{
	background: #3a73ff;
}

/* vlastni content */

div.content
{
	font-size: 0.75em;
	background: url('content.png') no-repeat 650px bottom;
}

* html div.content
{
	 background: url('content.gif') no-repeat 650px bottom;
	 width: 100%;
	 display: table;
}

/* sloupce */

div.columns
{
	background: url('columns.png') repeat-y left top;
}

* html div.columns
{
	background: url('columns.gif') repeat-y left top;
	 width: 100%;
	 display: table;
}

div.columns div.left
{
	width: 670px;
	float: left;
	overflow: hidden;
}

div.columns div.right
{
	width: 255px;
	float: right;
	border-top: 30px solid #ffffff;
	padding-left: 25px;
	padding-right: 50px;
	padding-bottom: 200px;
	overflow: hidden;
}

div.wrapper
{
	clear: both;
}

/* levy sloupec */

/* nadpis strany */

h1
{
	background: #3a73ff;
	color: #ffffff;
	width: 105px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin-left: 60px;
}

* html h1
{
	width: 105px; 
	display: inline;
}

/* cesta */

div.path
{
	float: left;
	padding-top: 1px;
	margin-left: 25px;
}

div.path p
{
	display: inline-block;
	color: #175bff;
}

div.path a
{
	color: #175bff;
	text-decoration: none;
}

div.path a:hover
{
	color: #175bff;
	text-decoration: none;
}

/* textovy layer */

div.text
{
	padding: 15px 40px 15px 35px;
	clear: both;
}

div.homepage div.text
{
	background: #dde7ff;
}

div.text h1
{
	display: none;
}

/* novinky na hp */

div.news
{
	padding: 0px 40px 15px 35px;	
}

div.news div.item
{
	margin-bottom: 15px;
	clear: both;
}

div.homepage div.news h2
{
	background: #3a73ff;
	color: #ffffff;
	width: 105px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin-left: 25px;
	display: inline;
}

div.homepage div.news h3
{
	color: #175bff;
	background: #dce7ff;
	margin-left: -37px;
	padding-left: 37px;
	padding-right: 40px;
	width: 100%;
}

div.homepage div.news h3 a
{
	color: #175bff;
	text-decoration: none;
}

p.additional
{
	margin-bottom: 15px;
	color: #175bff;
}

p.additional ins
{
	text-decoration: none;
	border-right: 1px solid #175bff;
	padding-right: 5px;
}

div.news.full p.additional ins
{
	border: none;
}

p.additional a
{
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	color: #175bff;
}

/* galerie */

div.galleries h2
{
	background: #dde7ff;
	color: #175bff;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.2em;
}

div.item.galleries div.img-nest
{
	border: 2px solid #5387ff;
	padding: 20px 5px 30px 5px;
	float: left;
}

div.item.gallery div.img-nest
{
	border: 1px solid #5387ff;
	padding: 20px 5px 30px 5px;
}

div.item.galleries
{
	padding-bottom: 25px;
}

div.item.galleries h2
{
	margin-left: -37px;
	padding-left: 62px;
	margin-bottom: 30px;
	width: 100%;
}

div.item.galleries div.text-nest
{
	float: left;
	margin-left: 20px;
	width: 400px;
}

div.item.gallery
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}

div.photo
{
	border: 1px solid #5387ff;
	padding: 40px 20px 40px 20px;
	margin-top: 10px;
}

div.photo h2
{
	text-align: center;
}

div.photo div.text-nest
{
	margin-top: 15px;
}

div.photo div.img-nest {
	text-align: center;
}

/* navigace na strane */

div.page-navigation
{
	margin-top: 20px;
	text-align: right;
}

div.page-navigation p
{
	padding: 0em;
	color: #175bff;
}

div.page-navigation a
{
	color: #175bff;
}

div.page-navigation a.link-back, div.page-navigation a.link-print
{
	border-right: 1px solid #175bff;
	padding-right: 8px;
	margin-right: 2px;
}

div.page-navigation a.link-up
{
	padding-right: 10px;
}

div.pager
{
	margin-top: 20px;
	clear: both;
}

div.photogalleries div.pager
{
	border: none;
	padding: 0px;
}

div.pager a
{
	border-right: 1px solid #175bff;
	padding-right: 6px;
	margin-right: 4px;
	color: #175bff;
}

div.pager a.next, div.pager a.previous
{
	border-right: none;
	padding-right: 0px;
	margin-right: 0px;
}

div.pager a.previous
{
	padding-left: 9px;
}

div.pager a.next
{
	padding-right: 9px;
}

div.pager a.active
{
	font-weight: bold;
}

/* strankovani */

div.paging
{
	clear: both;
}

div.paging p
{
	color: #175bff;
	text-align: center;
}

div.paging a
{
	color: #175bff;
	text-decoration: none;
}

div.paging.single-photo
{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.paging.single-photo a.gallery-back
{
	margin-left: 20px;
	margin-right: 20px;
}

/* formulare */

td.label
{
	color: #175bff;
	vertical-align: top;
	padding: 6px 0px 6px 10px;
	width: 90px;
}

img.captcha-image
{
	float: left;
	margin-right: 5px;
}

/* pravy sloupec */

/* hlavni menu */

div.mainmenu
{
	width: 275px;
	background: url('mainmenu.png');
	clear: both;
	margin-bottom: 17px;
	min-height: 340px;
	font-size: 1.1em;
	margin-left: -10px;
	margin-top: 5px;
}



div.mainmenu h2
{
	position: absolute;
	left: -10000px;
}

div.mainmenu ul
{
	margin: 0em;
	padding: 45px 0px 45px 10px;
	#padding: 45px 0px 45px 0px;
	#margin-left:-2px;
}

div.mainmenu li
{
	list-style: none;
	text-align: center;
}

div.mainmenu a
{
	color: #175bff;
	text-decoration: none;
	width: 152px;
	padding: 8px 50px 8px 50px;
	display: block;
}

div.mainmenu a:hover
{
	color: #175bff;
	font-weight: bold;
}

div.mainmenu a.active
{
	font-weight: bold;
	color: #ffffff;
	background: #ffb01f;
	text-decoration: none;
}

div.mainmenu ul ul
{
	width: 252px;
	background: url('mainmenu-sublevels.png');
	padding: 0px;
	margin-left:0px;
}

* html div.mainmenu ul ul
{
	background: #f8cd7f;
}

/* box */

div.box
{
	margin-bottom: 4px;
	margin-top: 10px;
	background: #dce7ff;
	
}

div.box h3
{
	color: #175bff;
	text-align: center;
	margin:0px;
	padding:0px;
	line-height: 250%;
}

div.box div.container
{
	
	padding: 10px;
	color: #175bff;
	margin: 0px 0px 0px 0px;
	border-top: solid 5px #ffffff;
}

/* paticka */

div.footer
{
	margin-left: 60px;
	border-left: 135px solid #3872ff;
	padding-left: 30px;
	color: #175bff;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 0.9em;
	clear: both;
}

div.footer p
{
	display: inline;
	padding: 0em 5px 0em 5px;
	border-right: 1px solid #175bff;
}

div.footer p.last
{
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}

div.footer a
{
	color: #175bff;
	text-decoration: none;
}

div.footer a:hover
{
	text-decoration: none;
}