/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Envision
   TEMPLATE CODE: 	S-0013
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

hr.cleaner { 
overflow:hidden;
clear:both; 
display: none 
}


* { margin: 0; padding: 0; }

body {
	background: #CCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: bold; 		
}
h1 {
  font-size: 130%;	
}

#contentmaxv h1 {
	background: #ACCCFF;
  font-size: 180%;	
}

#contentmaxv table {
  width: 100%;	
  margin: 0;	
}

#contentmaxv td {
  padding: 0;	
  margin: 0;	
}

#contentmaxv h4 {
  font-size: 120%;	
  margin: 10px;	
  padding: 8px;	
	background: #CCC;
}

.zbyva {
  font-size: 120%;	
  margin-left: 30px;	
  padding: 4px;	
	background: #CCC;
}



#contentmaxv p {
  margin-left: 20px;	
}

#contentmaxv {
	min-height: 400px;	
}



h2 {
  margin: 12px 0px;	
  padding: 5px 5px;	
	font-size: 130%;
/*	text-transform: uppercase; */
	color: #8c480b;
	background: #ddd;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

h4 {
	margin-left: 20px;
}

/* images */
img {
	background: #FAFAFA;
   border: none;
/*	padding: 2px;*/
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h3 {
	padding: 10px;		
	margin: 0;
}

p {
	padding: 6px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul li {
	list-style-image: none;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
  border: 1px solid #f2f2f2; 
  background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}






/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}

th a, a:visited {
	color: white;
}

th a:hover {
	color: white;
}

table#posta {
	width: 65%;	
}

table#login {
	width: 80px;	
}






/* 
table {
	width: 67%;	
}
start - table */
th strong {
	color: #fff;
}

th {
	background: #93BC0C;
	height: 24px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 25px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}

td.chyba {
	background: #F8C8C8;
}


tr.fena td.first a, a:visited {
	color: #BC4000;
}

td.fena a, a:visited {
	color: #BC4000;
}

tr.pes td.first a, a:visited {
	color: #2180BC;
}



li.fena a, a:visited {
	color: #BC4000;
}

li.pes a, a:visited {
	color: #2180BC;
}


#sidebar ul.sidemenu li.fena a, a:visited {
	color: #BC4000;
}

#sidebar ul.sidemenu li.pes a, a:visited {
	color: #2180BC;
}

#sidebar ul.sidemenu li.selected {
	font-weight: bold; 		
}

#sidebar ul.sidemenu li table tr td{
  border: none;
  }

tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
tr.selected {
	background: #F8B0B0;
}
tr.neprecteno {
	background: #E0EFEF;
}
tr.vybrana {
  background: #D4EFEF;
  border-top: 1px solid #B4CFCF;
  border-bottom: 1px solid #B4CFCF;
}


/*
#EEFDCE
tr.row-a:hover td{ background-color: #D4EFEF; border: 1px solid #247FBE }  
tr.row-b:hover td{ background-color: #D4EFEF; border: 1px solid #247FBE }  

*/
table#posta tr:hover td{ background-color: #DEEDBE;  }  




/* end - table */

/* form elements */
form {
/*	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
	width: 65%;	
*/}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #aaa;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
select {
	padding:1px;
	border:1px solid #aaa;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

select.plemvystavy {
	min-width:260px;
}


input.option {
	border:none;
}
textarea {
/*	width:400px;*/
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #aaa;
/*	height:100px; */
	display:block;
	color:#777;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(images/button-bg.jpg) repeat-x 0 0;
	border: none;
}

input.image { 
	border: none;
}


/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}




/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}

#wrap2 {
	width: 820px;
	background: #CCC url(images/content2.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}

#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 10px auto;
}


#header {
	width: 820px;
	position: relative;
	height: 103px;
	background: #CCC url(images/header.png) no-repeat center top;
	padding: 0;	
	color: #FFF;
}

#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
/*	background: #CCC url(images/header.jpg) no-repeat center top;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 47px;	
}

#header h2#logo-sub {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 16px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: 1px;
	color: #FFF;
	text-transform: none;
	top: 85px; left: 50px;	
	background: none;
}


#header #logo-sub a {	
	color: #FFA;
	text-decoration: none;	
}
#header #logo-sub a:hover {
	color: #D4E59F;	
}



#header #logo-text a {	
	color: #FFF;
	text-decoration: none;	
}
#header #logo-text a:hover {
	color: #D4E59F;	
}


#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 70px; left: 55px;		
}

/* header links */
#header #main-menu {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #main-menu a {	
	color: #FFF;
	text-decoration: none;	
}
#header #main-menu a:hover {
	color: #D4E59F;	
}

/* Menu */

#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: url(images/menu.jpg) repeat-x 0 0;	
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 37px;
	width: 780px;	
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}

#menu ul li a:hover {
	color: #D4E59F;	
}
#menu ul li#current a {	
	color: #D4E59F;
}

#main-menu  a#current {	
	border-bottom: 1px solid #EFF0F1;
}


/* Main Column */
#main {
	float: left;
	width: 70%;
	padding: 0; margin: 0 0 0 5px;
	display: inline;
}

#main h1 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;	
}


.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 26.5%;
	padding: 0 0 30px 0; margin: 0;	
	color: #68774A;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #728D26;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(images/dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #68774A;	
}



#sidebar ul.sidemenu li#current {
	font-weight: bold; 		
	padding-left: 4px;
}

#sidebar ul.sidemenu li#selected a {
	font-weight: bold; 		
}


* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul li#current {	
	font-weight:bold;
}



/* Footer */	
#footer {
	color: #C6DDEE;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 65px;
	text-align: center;	
	font-size: 92%;	
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


.skryvany {
  display: none;
/*  background-color: #FFF980;
  margin: 0 10px 10px 10px;
  border: solid 1px red;*/
}


.rozbalovaci {
  cursor:pointer;
  margin-top: 20px;
}

.rozbalovaci2 {
  cursor:pointer;
}

.vpravo a:hover {
	text-decoration: underline;
}

.vpravo {
  cursor:pointer;
	float: right;
	margin-right: 22px;	
}

.rozbalovaci2 a:hover {
	text-decoration: underline;
}

.zpravazahlavi {
	width: 65%;	
  border: 1px solid #B8CFDE;
	background: #D6E0E6;
	text-align: left;
	margin: 10px 0px 0px 10px;	
	padding: 7px;
  color: #305A76;  
}


.zpravatelo{
	width: 65%;	
  border-left: 1px solid #D6E0E6;
  border-right: 1px solid #D6E0E6;
  border-bottom: 1px solid #D6E0E6;
	text-align: left;
	margin: 0px 0px 0px 10px;	
	padding: 7px;  
}

.zpravapata{
	width: 65%;	
  border-left: 1px solid #D6E0E6;
  border-right: 1px solid #D6E0E6;
  border-bottom: 1px solid #D6E0E6;
	text-align: left;
	margin: 0px 0px 10px 10px;	
	padding: 7px;  
}

.zpravadatum{
	width: 200px;	
  text-align: right;
  float: right;
	font-size: 70%;
}






.profilgroup {
  border: 1px solid #247FBE;
	background: #E4FFFF;
	text-align: left;
	margin: 10px 20px 10px 10px;	
}

.profilgrouptitle {
 	padding: 7px;		
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 130%;
	font-weight:bold;
	color: #666666; 
  border-bottom: 1px solid #247FBE;
	background: #D4EFEF;
	margin: 0px;	
}

.profilgroupcontent {
	padding: 10px 0px 0px 10px;	
}

.profilgroup table { 
	width: 98%;	
	margin: 0px;	
}

.profilgroup table td { 
  border: 1px solid #D4EFEF;
}

.profilgroup table th { 
  border: 1px solid #D4EFEF;
	background: #D4EFEF;
}

.profilgroup table th { 
  color: #666666;
}

#hodnoceni img{
  border: none;
	margin: 0px;	
}

.koment {
  border: 1px solid #247FBE;
	background: #E4FFFF;
	text-align: left;
	margin: 10px 20px 10px 10px;	
}

.koment2 {
  border: 1px solid #247FBE;
	background: #E4FFFF;
	text-align: left;
	margin: 10px 20px 10px 10px;	
	width: 70%;	
}

.komenttitle {
 	padding: 3px;		
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 100%;
	font-weight:bold;
	color: #666666; 
  border-bottom: 1px solid #247FBE;
	background: #D4EFEF;
	margin: 0px;	
}

.komentcontent {
	padding: 10px 0px 0px 10px;	
}

.inzerat {
	width: 70%;	
  border: 1px solid #247FBE;
	background: #E4FFFF;
	text-align: left;
	margin: 10px 20px 10px 10px;	
}

.inzerattitle {
 	padding: 3px;		
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 100%;
	font-weight:bold;
	color: #666666; 
  border-bottom: 1px solid #247FBE;
	background: #D4EFEF;
	margin: 0px;	
}

.inzeratcontent {
	padding: 10px 0px 0px 10px;	
}


#contentmax {
	min-height: 400px;	
}

.strankovani span{
 	padding: 3px 3px 3px 3px;	
}

span.curpage{
  background: #D4EFEF;
  border: 1px solid #247FBE;
}

span.seznamfci span{
  text-align: center;
  background: #D4EFEF;
  border: 1px solid #247FBE;
 	padding: 1px 2px 1px 3px;	
	margin: 2px;	
}

table.prihlasovanipsu  {
	width: 95%;	
}

table.prihlasovanipsu th {
 	padding: 1px 2px 1px 3px;	
}

table.prihlasovanipsu td {
 	padding: 1px 2px 1px 3px;	
}

table.prihlasovanipsu tr {
  border-bottom: 1px solid #ccc;
}

table#posta  tr td div {width: 320px;height: 20px;overflow:hidden;}

table#kalendar {
	width: 70%;	
}

table#probiha {
	width: 70%;	
}

div.reklama {
	width: 70%;
  margin-left:15px;
  border-bottom: 1px solid #c2c2c2;  
}

div.reklamanadpis {
	width: 70%;	
  margin-left:15px;
}



table#kalendarx {
	width: 70%;	
}

table#kalendar h3{
	font-size: 130%;	
	margin-left: 0px;	
}

table#kalendar td.first {
  text-align: right;
	padding: 5px;	
}

table#kalendar td {
	padding: 5px 3px 5px 3px;	
}

table#kalendar tr {
  border-bottom: 1px solid #ccc;
}

table#probiha h3{
	font-size: 130%;	
	margin-left: 0px;	
}

table#probiha td.first {
  text-align: right;
	padding: 5px;	
}

table#probiha td {
	padding: 5px 3px 5px 3px;	
}

table#probiha tr {
  border-bottom: 1px solid #ccc;
}

table#kalendar .uzaverky{
	float: right;
}

table#kalendar .misto{
	font-weight: bold; 		
	color: #777;
}

span.vystavazapar{
	color: #FC2120;
	font-weight: bold; 		
	font-size: 110%;	
}

span#cenacelkem{
	float: right;
	font-weight: bold; 		
	font-size: 150%;	
	padding-right: 35px;	
}

div#celkem{
	font-weight: bold; 		
	font-size: 150%;	
	padding: 15px 0px 15px 35px;	
}





table#kalendar tr:hover td{ background-color: #DEEDBE;  }  
table#kalendar tr.probehla td{ background-color: #DEEDBE;  }  
table#probiha tr:hover td{ background-color: #DEEDBE;  }  
table#probiha tr.probehla td{ background-color: #DEEDBE;  }  

table#probiha tr.pravebezi { 
border: 2px solid #93BC0C;  
background-color: #EEFDCE; 
padding: 30px;	

}  

   



.povinne {
	color: red; 
}


.prepinac{
	float: right;
	position: relative;
  top: -30px; right: 42px;	
}

p.info {
 	padding: 8px 0 0 35px;  
  background: #FAFAFA url(images/info.gif) no-repeat 5px 5px;    
	min-height: 35px;	
	font-weight: Bold; 		
	width: 60%;	
}

p.err {
 	padding: 8px 0 0 35px;  
  background: #FAFAFA url(images/error.gif) no-repeat 5px 5px;    
	min-height: 35px;	
	font-weight: Bold; 		
	width: 60%;	
}


p.question {
 	padding: 8px 0 0 35px;  
  background: #FAFAFA url(images/question.gif) no-repeat 5px 5px;    
	min-height: 35px;	
	font-weight: Bold; 		
	width: 60%;	
}

p.alert {
 	padding: 8px 0 0 35px;  
  background: #FAFAFA url(images/alert.gif) no-repeat 5px 5px;    
	min-height: 35px;	
	font-weight: bold; 		
	width: 60%;	
}

div.alert {
 	padding: 12px 12px 12px 12px;  
  background: #FADADA url(images/alert-trans.gif) no-repeat 5px 5px;    
	min-height: 35px;	
	font-weight: bold; 		
	text-align: center;
  border: 1px solid red;  
}

span.nadpis {
	font-size: 130%;	
	margin-left: 13px;	
	margin-bottom: 8px;	
	font-weight: bold; 		
}

span.vybranynadpis {
	font-weight: bold; 		
	font-size: 130%;	
	margin-left: 13px;	
	margin-bottom: 8px;	
	text-decoration: underline;
}

p.q {
 	padding: 8px 0 0 15px;  
	font-weight: bold; 		
}

p.a {
 	padding: 8px 0 0 35px;  
}

div.reg {
 	padding: 50px 0 50px 0;  
	font-size: 300%;	
	text-align: center;
}

p.online {
	background: #D0F0B0;
  border: 1px solid green;  
 	padding: 2px 5px ;  
	font-weight: bold; 		
}



