/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*                                                                                     */
/*                                 FlyWeb (stylopis)                                   */
/*                                     DFly 2003                                       */
/*                                                                                     */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* ----------------------------------------------------------------------------------- */
/*                                HTML a globalni styly                                */
/* ----------------------------------------------------------------------------------- */
html {
	background-color: #FFFFFF;
}

/* ----------------------------------------------------------------------------------- */
/*                                BODY a globalni styly                                */
/* ----------------------------------------------------------------------------------- */
body {
	background-color: #FFFFFF;
	margin-bottom: 0;
	margin-left: 15em;
	margin-right: 1em;
	margin-top: 1em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
}

body, table, th, td, ul, ol, li, p {
	color: #000000;
	font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, Verdana, sans-serif;
	/* font-family: 'Times New Roman CE', "Times CE", 'Times New Roman', Times, serif; */
	font-weight: normal;
	font-size: 0.9em;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

hr {
	color: #000000;
	height: 1px;
}

textarea {
	font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

.schovat {
	display: none;
}


/* ----------------------------------------------------------------------------------- */
/*                                        # LOGO                                       */
/* ----------------------------------------------------------------------------------- */

#logo {
	/*display: none;*/
	position: absolute;
	left: 0;
	top: 0;
	width: 800px;
	height: 85px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
	background-image: url(../images/design/logo.jpg);
}

#logo .logotext {
	font-weight: bold;
	font-style: italic;
	font-size: 2.5em;
	color: #FF0099;
}


/* ----------------------------------------------------------------------------------- */
/*                                        # HEAD                                       */
/* ----------------------------------------------------------------------------------- */

#head {
	display: none;
	height: 3em;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 14em;
	padding-top: 0.5em;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	border-width: 3px;
	border-style: double;
	border-color: #FF0099;
	background-color: #FFFFFF;
	text-align: center;
	color: #999999;
	-moz-border-radius: 8px;
}

/* ----------------------------------------------------------------------------------- */
/*                                        # LEFT                                       */
/* ----------------------------------------------------------------------------------- */

#left {
	/*display: none;*/
	position: absolute;
	left: 1em;
	top: 7em;
	width: 12em;
	background-color: transparent;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	/*text-align: center;*/
}

/* ----------------------------------------------------------------------------------- */
/*                                        # MAIN                                       */
/* ----------------------------------------------------------------------------------- */

#main {
	/*display: none;*/
	position: absolute;
	left: 185px;
	top: 0;
	width: 615px;
	height: 100%;
	background-color: #FFFFFF;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 100px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	/*text-align: center;*/
}

#main h1 {
   display: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #999999;
}

#main .perex {
	display: block;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	font-weight: bold;
}

#main .page {
	display: block;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
}

#main p {
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
}

#main a {
	text-decoration: underline;
	color: #000000;
}
#main a:hover {
	text-decoration: underline;
	color: #000000;
}

#main table {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	border-width: 0;
	border-style: none;
	border-collapse: collapse;
	border-color: #999999;
}

#main table td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
	border-width: 0;
	border-style: none;
	border-collapse: collapse;
	border-color: #999999;
	vertical-align: top;
}

#main .vypis {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.5em;
	padding-top: 0;
}

#main .vypis .datum {
	float: right;
	font-size: 8pt;
	color: #FF0099;
	text-align: right;
	vertical-align: baseline;
}

#main .vypis h2 {
	display: inline;
	font-size: 12pt;
	color: #FF0099;
	font-weight: bold;
	text-align: left;
	vertical-align: baseline;
}

#main .vypis h2 a {
	font-size: 12pt;
	color: #FF0099;
	font-weight: bold;
	text-decoration: none;
}
#main .vypis h2 a:hover {
	font-size: 12pt;
	color: #FF0099;
	font-weight: bold;
	text-decoration: underline;
}

#main .vypis .perex {
	color: #000000;
}


/* ----------------------------------------------------------------------------------- */
/*                                        # RIGHT                                      */
/* ----------------------------------------------------------------------------------- */

#right {
	display: none;
	float: right;
	width: 13em;
	background-color: transparent;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 1em;
	/*text-align: center;*/
}

/* ----------------------------------------------------------------------------------- */
/*                                        # LANG                                       */
/* ----------------------------------------------------------------------------------- */

#lang {
	/*position: absolute;*/
	/*left: 590px;*/
	/*top: 100px;*/
	/*width: 100%;*/
	/*height: 100%;*/
	display: none;
	background-color: #61F3E7;
	/*border-style: double;*/
	/*border-color: #7D7D7D;*/
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 10px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: center;
}

#lang .blok {
	display: inline;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
	font-weight: bold;
}

#lang a:link,
#lang a:active,
#lang a:visited,
#lang a:hover {
	color: #333333;
	font-size: 10pt;
}

/* ----------------------------------------------------------------------------------- */
/*                                        # MENU                                       */
/* ----------------------------------------------------------------------------------- */

#menu {
	/*position: absolute;*/
	/*left: 590px;*/
	/*top: 100px;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*display: none;*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	/*border-width: 3px;
	border-style: double;
	border-color: #FF0099;
	text-align: right;
	-moz-border-radius: 8px;*/
	background-image: url(../images/design/link.gif);
	background-position: right;
}

#menu h3 {
	
	display: none;
	position: relative;
	top: -16px;
	right: -6px;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 0;
	color: #FF0099;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}

#menu .container {
	display: block;
	position: relative;
	top: -7px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}

#menu .blok {
	display: block;
	margin-bottom: 3px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	font-weight: bold;
}

#menu .subblok {
	display: block;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	font-weight: normal;
}

#menu a:link {
	color: #666666;
	font-size: 10pt;
} 
#menu a:active{
	color: #CE4173;
	font-size: 10pt;
} 
#menu a:visited
{
	color: #666666;
	font-size: 10pt;
}  
#menu a:hover {
	color: #CE4173;
	font-size: 10pt;
}

/* ----------------------------------------------------------------------------------- */
/*                                      # SUBMENU                                      */
/* ----------------------------------------------------------------------------------- */

#submenu {
	display: none;
	/*position: absolute;*/
	/*left: 590px;*/
	/*top: 100px;*/
	/*width: 100%;*/
	/*height: 200px;*/
	display: none;
	/*background-color: #61F3E7;*/
	/*border-style: double;*/
	/*border-color: #7D7D7D;*/
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 0;
	/*text-align: center;*/
}

#submenu .blok {
	display: block;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	/*font-weight: bold;*/
}

#submenu a:link, 
#submenu a:active, 
#submenu a:visited, 
#submenu a:hover {
	color: #666666;
	font-size: 10pt;
}

/* ----------------------------------------------------------------------------------- */
/*                                       # FOOTER                                      */
/* ----------------------------------------------------------------------------------- */

#footer {
	/*position: absolute;
	left: 14px;
	top: 100px;
	width: 100%;
	height: 20px;*/
	display: none;
	width: 800px;
	height: 85px;
	background-color: #F7BF8C;
	border-style: double;
	border-color: #7D7D7D;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 10px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: center;
}

#footer .text {
	color: #666666;
	font-size: 8pt;
}

#footer a:link, 
#footer a:active, 
#footer a:visited, 
#footer a:hover {
	color: #666666;
	font-size: 8pt;
}

/* ----------------------------------------------------------------------------------- */
/*                                   nastavení pro bloky                               */
/* ----------------------------------------------------------------------------------- */

#left .bloky,
#right .bloky {
	/*width: 170px;*/
	/*height: 60px;*/
	/*background-color: #5D3200;*/
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	/*border-width: 3px;
	border-style: double;
	border-color: #FF0099;
	text-align: right;
	color: #999999;
	font-size: 10pt;
	font-weight: normal;
	-moz-border-radius: 8px;*/
		background-image: url(../images/design/link.gif);
		background-position: right;
}

#left .bloky h3,
#right .bloky h3 {
	display: none;
	position: relative;
	top: -16px;
	right: -6px;
	background-color: #FFFFFF;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 0;
	color: #FF0099;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}

#left .bloky .container,
#right .bloky .container {
	display: block;
	position: relative;
	top: -7px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}

#left .bloky a,
#right .bloky a {
	margin-bottom: 3px;
	color: #999999;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}


/* ----------------------------------------------------------------------------------- */
/*                                    nastavení pro tisk                               */
/* ----------------------------------------------------------------------------------- */

@media print {
	body {
		background-color: #FFFFFF;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 0;
		padding-top: 0; 
	}
	
	#head, 
	#left, 
	#right, 
	#lang, 
	#menu, 
	#submenu {
		display: none;
	}
	
	#logo {
		position: absolute;
		left: 0;
		top: 0;
		width: 170px;
		height: 60px;
	}
	
	#main {
		position: absolute;
		left: 0;
		top: 80px;
		width: 100%;
	}
}


/* ----------------------------------------------------------------------------------- */
/*                  ostatni designove styly nezasahujici do projektu                   */
/* ----------------------------------------------------------------------------------- */




