@charset "utf-8";
/* WebDesign&Development Tomáš Půža */
/* CSS Document GAMMA interier */

/* Layout */

body, html {
	margin:0px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:15px;
}

h1 {	
}

h2 {
	font-size:10pt;
	color:#6F856F;
	font-weight:bold;
}

h3 {
	font-size:10pt;
	color:#A89A7B;
	font-weight:bold;
}


hr {
	border-style:dashed;
	border-color:#999999;
	height:1px
}
.table {
	width:100%;
	margin:0px;
	border-collapse:collapse;
}

TD {
	padding:0px
}

LI {list-style-type:square;}
OL LI {list-style-type:lower-alpha}

.telo {
	width:800px;
	position:relative;
	background-image:url(../img/shade.png);
	background-repeat:repeat-y;
	background-position:784px;
	
	text-align:left;
	border-left:1px solid #999999;
}

.titulek {
	background-image:url(../img/panel_top.png);
	background-repeat:no-repeat;
	width:784px;
	height:145px;
	margin-bottom:15px;
}

#red {
	color:#FF0000
}

.menu {	
	position:absolute;
	
	top:115px;
	left:0px;
	text-align:center;
	padding-top:5px;
	z-index:3;
	width:784px;
	height:30px;
	
	
	font-family:Trebuchet MS, Verdana, sans-serif;
	font-size:9pt;
	color:#666666;
	font-weight:bold;
	
}

.menu a:link {
	font-family:Trebuchet MS, Verdana, sans-serif;
	font-size:9pt;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.menu a:visited {
	font-family:Trebuchet MS, Verdana, sans-serif;
	font-size:9pt;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.menu a:hover {
	font-size:9pt;
	color:#FF5B00;
	text-decoration:none;
}

.menu .active {
	font-family:Trebuchet MS, Verdana, sans-serif;
	font-size:9pt;
	color:#FF5B00;
}

.title_square {
	margin-right:10px;
	margin-top:5px;
}

.panel-bottom {
	display:none;
}

.panel-bottom .nav {
	text-align:center
}

.nav a:link {font-size:8pt; color:#444444; text-decoration:none; font-family:Trebuchet MS, Verdana, sans-serif; font-weight:bold }
.nav a:visited {font-size:8pt; color:#444444; text-decoration:none; font-family:Trebuchet MS, Verdana, sans-serif; font-weight:bold }
.nav a:hover {font-size:8pt; color:#FF6600; text-decoration:none; font-family:Trebuchet MS, Verdana, sans-serif; font-weight:bold }


.nav .active {font-size:8pt; color:#FF6600; text-decoration:none; font-weight:bold; display:block; padding:5px 0px 5px 0px} /*#7B98A8*/

#myIlNav_inlinePath a:link {font-size:10pt;color:#7B98A8;text-decoration:none;}
#myIlNav_inlinePath a:visited {font-size:10pt;color:#7B98A8;text-decoration:none;}
#myIlNav_inlinePath a:hover {font-size:10pt;color:#FF6600;text-decoration:none;}

.panel-left {
	left:0px;
	border:1px solid #999999;
	border-left:none;
	background-color:#DEE6EB;
	padding-top:10px;
	
	vertical-align:top;
	text-align:left !important;	
	
	width:160px;
	margin-bottom:20px;
	
	float:left;
}

.panel-left a { 
    color: #000066 !important;
}

.panel-left .nav a { 
    color: #000066 !important;
    text-decoration:underline !important;
    padding-left:15px !important;
    background:url('/img/prstenec.png') no-repeat 0px 9px;
}

.nav .active { 
    color: #000066 !important;
    text-decoration:underline !important;
    padding-left:15px !important;
    background:url('/img/prstenec_blue.png') no-repeat 0px 9px;
}

.panel-left a:hover { color: #ff6600 !important; text-decoration:underline !important; }

.obsah-pl {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.logo {
    float:right;
}

.obsah-pl .nav a {
    display:block;
	text-align:left !important;	
	padding:5px 0px 5px 0px;
}

.panel-left h1 {
	font-family:Trebuchet MS, Verdana, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	color:#FFFFFF;
	
	border-bottom:1px solid #999999;
	
	background-image:url(../img/bgr_green.png);
	background-repeat:repeat-x;
	height:22px;
	
	margin-top:0px;
	line-height:20px;
}

.panel-left h5 {
	font-family:Trebuchet MS, Verdana, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	color:#FFFFFF;
	
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	
	background-image:url(../img/bgr_green.png);
	background-repeat:repeat-x;
	height:22px;
	
	margin-top:0px;
	line-height:20px;
}

.panel-right {
	border:1px solid #999999;
	border-right:none;
	
	vertical-align:top;
	text-align:left;	
	
	width:613px;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-left:9px;
	
	float:left;
}

.obsah-pr {
	padding-left:20px;
	padding-right:20px;
}

.panel-left .datum {
	color:#A89A7B;
	display:inline;
}

.panel-left .text {
	color:#6F856F;
	font-weight:bold;
	padding-bottom:5px;
}

.panel-right h1 {
	font-family:Trebuchet MS, Verdana, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
	color:#FFFFFF;
	
	border-bottom:1px solid #999999;
	
	background-image:url(../img/bgr_blue.png);
	background-repeat:repeat-x;
	
	height:22px;
	margin-top:0px;
	line-height:15px;
}

.konec {
	width:800px;
	position:relative;
	text-align:left;
	left:-1px;
}
/*******************************/

.copyright {
	font-size:7pt;
	color:#666666;
	text-align:right;
	width:780px;
}

.copyright A:link {
	font-size:7pt;
	color:#666666;
	text-align:right;
	text-decoration:none;
}

.copyright A:visited {
	font-size:7pt;
	color:#666666;
	text-align:right;
	text-decoration:none;
}

.copyright A:hover {
	font-size:7pt;
	color:#FF6600;
	text-align:right;
	text-decoration:underline;
}

img {border-style:none;}

A:link {
	font-size:9pt;
	color:#7B98A8;/*#666666*/
	text-align:right;
	text-decoration:none;	
}

A:visited {
	font-size:9pt;
	color:#7B98A8;
	text-align:right;
	text-decoration:none;
}

A:hover {
	font-size:9pt;
	color:#FF6600;
	text-align:right;
	text-decoration:underline;
}

.main-frame {
	width:520px;
	position:relative;
}

/* --------- KALENDAR ----------- */
.cal-br {
	border-bottom:1px solid #666666;
	text-align:center;
	padding-right:5px;
	padding:3px;
}

#riz {
	background-color:#DCC5B6;	
}

.txtNazev {
	width:80px;
}

.priloha {
	width:100%;
	text-align:right;
}

.lblPopis {
	color:#FF6600
}
/* --------- /KALENDAR ----------- */

.login {
	float:right;
	position:absolute;
	top:179px;
	left:735px;
	color:#FFFFFF;
	font-weight:bold;
}

.poznamka {
	font-size:8pt;
	font-style:italic;
	color:#666666
}

.data {
	text-align:right;
	padding-right:10px;
	line-height:25px;
	background-image:url('../img/bgr01.png');
	background-repeat:repeat-y;
	background-position:right;
}

.data LI {border-bottom:1px solid #DBD1BD}

.kalendarDen {cursor:pointer}

.blok {
	text-align: justify;
}

.novinky_link {
	padding-bottom:5px;
	padding-top:10px;
	padding-left:70px;
}

.novinky_link a {
	background-image:url('../img/novinky_sa.png');
	background-repeat:no-repeat;
	display:block;
	width:89px; height:10px;	
}

.novinky_link a:hover {
	background-image:url('../img/novinky_sao.png');
	background-repeat:no-repeat;
	display:block;
	width:89px; height:10px;	
}

.button {
	color:#333333;
	border:1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	background-image:url("../img/btnbgr.png");
	background-repeat:repeat-x;
	
	cursor:hand;
	cursor:pointer;
	margin-top:5px;
	padding-left:3px !important;
	padding-right:3px !important;	
	padding:0px;
}

input {
	/*border:1px solid #666666;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
	padding:2px;
}

/*
	Aktuality
*/

.aktuality .title {
	width:100%;
	display:block;
	padding-bottom:15px;
	height:15px;
}

.aktuality .datum {
	font-weight:bold;
	color:#A89A7B;
	float:right;
}

.aktuality .titlein {
	font-weight:bold;
	color:#6F856F;
	float:left;
}

.aktuatliy .text {
	display:block;
}

.text a:link {color:#6F856F !important;}
.text a:visited {color:#6F856F !important;}
.text a:hover {color:#FF6600 !important;}

.lblInfo {
	color:#333333;
	background-color:#FFFFCC;
	border:1px solid #FF6600;
	width:306px;
	display:block;
	padding:2px;
	font-size:8pt;
}

*[type="submit"]:hover
{
	background-image:url("../img/btnbgr-hover.png");
	color:#FFFFFF;
}