/* ---------------------- rozvrzeni stranky ---------------------- */
* {
	margin: 0;
	padding: 0;
}

body, html
{
	border: 0px none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana, Arial, lucida, sans-serif !important;
	font-size: 12px;
	background-image: url(layout/carbon.gif);
	background-color: White;
	line-height: 1.5;
}
#stranka_obal
{
	width: 780px;
	min-width: 780px;
	margin: 0px auto 0px auto;
	background-color: White;
	border-left: 5px solid #EEEEEE;
	border-right: 5px solid #EEEEEE;
}
#hledat {
	width: 760px;
	text-align: right;
	background-color: transparent;
	padding: 5px 5px 5px 5px;
}



#logo
{
	background-color: transparent;
	background-image: url(layout/hlavicka1.jpg);
	height: 199px;
	width: 780px;
	border-bottom: 3px solid White;
	text-indent: -5000px;
}

#logo img {
	border: none;
}

#menu
{
	float: left;
	width: 169px;
	margin: 0px;
	font-size: 12px;
	text-align: center;
	padding: 50px 1px 5px 0px;
	line-height: 1.5;
	background-color: transparent;
	background-image: url(layout/pruh-modry.gif);
	background-repeat: no-repeat;
}

#text {
	padding: 5px 10px 10px 190px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(layout/cervenypruh.gif);
	color: Black;
}

#reset
{
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.pruh {
	text-align: center;
	background-color: transparent;
	padding-top: 5px;
	margin-bottom: 19px;
}


table.zapasy  {
	padding-left: 6px;
	width: 300px;
	text-align: left;
	font-size: 98%;
}

.link  {
	padding-top: 30px;
}

.link img {
	padding-right: 3px;
}

/* --------------------------- paticka ----------------------- */



#paticka
{
	height: 100px;
	background-image: url(layout/paticka.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	text-align: center;
}

#paticka-text {
	padding-top: 59px;
}

#paticka p {
	padding: 6px;
	text-align: right;
	color: #366D74
}

#paticka a {
	color: #666600;
	text-decoration: none;
}
														/* Konec hlavního rozvržení stánky */
														
														
#anketaa {
	background-color: White;
	background-image: url(layout/anketa.gif);
	padding-top: 35px;
	width: 170px;
	background-repeat: no-repeat;
}		

										
														
														/* Clanek*/


.clanek {
	width: 500px;
	min-height: 110px;
	_height: 110px;
	border-bottom: 1px solid #AAAAAA;
	background-color: transparent;
	text-align: justify;
	padding: 7px 5px 10px 5px;
	margin-left: 30px;
}

.clanek-nadpis {
	color: #333366;
	font-size: 18px;
}
.clanek-nadpis a {
	color: #006699;
	font-size: 18px;
}

.clanek-nadpis a:hover {
	color: #006699;
	font-size: 18px;
}

.clanek-info {
	font-size: 0.8em;
	color: #393BFF;
}

.clanek img {
	float: right;
	width: 98px;
	height: 76px;
	margin: 6px;
	border: 1px solid Black;
}
														
														/*konec Clanek*/
															/* vizitky*/
															
table.vizitka		{
	width: 450px;
	text-align: left;
	border: 0px;
	margin: 0 auto;
	border: 2px solid #4A97A0;
	background-color: #F1ECFF;
}	


table.vizitka td.fotka { text-align: center; width: 150px; }	

.zvyraznit {
	background-color: #CCCCFF;
	border: 0px;
	padding-left: 5px;
	width: 130px;
}

table.vizitka td {
	padding-left: 3px;
	text-align: left;
	border-bottom: 1px solid #7576FF;
	padding-top: 2px;
}

table.soupiska {
	width: 420px;
	text-align: left;
	background-color: transparent;
	margin-top: 50px;
	border: 0px solid #4A97A0;
	margin: 0 auto;
	border-collapse: collapse;
}	

table.soupiska th {
	background-color: #FF9900;
	text-align: center;
	color: #272727;
	border-right: 1px solid #DDE0E8;
	padding: 2px;
	border-bottom: 1px solid #DDE0E8;
	padding-left: 5px;
}

table.soupiska td {
	padding: 3px;
	text-align: center;
	border-bottom: 1px solid #AAAAAA;
	
}

table.soupiska th.typ_hrace {
	background-color: #ffdb6e;
	color: #FF6600;
	text-align: left;
	font-weight: bold;
}

table.zapasy {
	width: 510px;
	text-align: left;
	background-color: transparent;
	border: 0px solid #4A97A0;
	border-collapse: collapse;
	margin: 0 auto;
	font-size: 12px;
}	

table.zapasy td {
	padding: 3px;
	text-align: center;
	border-bottom: 1px solid #AAAAAA;
	font-size: 11px;
}

table.zapasy th {
	background-color: #99CCFF;
	text-align: center;
	color: #272727;
	border-right: 1px solid #DDE0E8;
	padding: 2px;
	border-bottom: 1px solid #DDE0E8;
	padding-left: 5px;
}


	



	
.tipovacka {
	width: 520px;
	text-align: left;
	background-color: #D7D9FF;
	border: 0px solid #4A97A0;
	margin: 0 auto;
	border-collapse: collapse;
	margin-bottom: 20px;
}	

.white {
	background-color: White;
}

.pismo-foto {
	font-size: 95%;
	color: #DFEFF7;
}

table.prihlaseni  {
	width: 230px;
	height: 100px;
	font-size: 100%;
	background-color: #339899;
	color: Black;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #1E5959;
}




													/*Konec vizitky*/								
#aktuality {
	width: 160px;
	background-color: #EDEDED;
	padding: 35px 0px 5px 10px;
	background-image: url(layout/aktualne.gif);
	background-repeat: no-repeat;
	margin-bottom: 8px;
	text-align: left;
	font-size: 0.9em;
}													
													
#aktuality ul {
	list-style-type: square;
}													
													
													
#strelci {
	width: 162px;
	background-color: #EDEDED;
	padding: 35px 2px 5px 8px;
	background-image: url(layout/strelci.gif);
	background-repeat: no-repeat;
	margin-bottom: 8px;
	text-align: left;
}		

#oslavenci {
	width: 170px;
	background-color: #EDEDED;
	padding: 35px 0px 5px 0px;
	background-image: url(layout/oslavenci.gif);
	background-repeat: no-repeat;
	margin-bottom: 8px;
}			

#statistika {
	width: 170px;
	height: auto;
	background-image: url(layout/statistika.gif);
	background-repeat: no-repeat;
	padding: 32px 0px 5px 0px;
	background-color: #EDEDED;
	margin-bottom: 8px;
}		

#zfotogalerie {
	width: 170px;
	background-color: #EDEDED;
	height: auto;
	background-image: url(layout/zfotogalerie.gif);
	background-repeat: no-repeat;
	padding: 32px 0px 5px 0px;
	margin-bottom: 8px;
}									
														
												/* KONEC levy sloupec divy*/								
														
														
																							/* zacatek Menu Horizontalni */

#menu-container {
	width: 780px;
	height: 31px;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border-bottom: 5px solid White;
} 

#menu1 { 
    padding: 0px; 
    margin: 0px; 
} 
#menu1 ul { 
    margin: 0px; 
    padding: 0px; 
    list-style-type: none; 
} 
#menu1 li { 
    display: block; 
    float: left; 
} 
/*domu*/ 
#m1 a {
	display: block;
	text-indent: -5000px;
	width: 130px;
	height: 31px;
	background: url(layout/domu.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
} 
#m1 a:hover { 
    border: none; 
    background-position: 0 -31px; 
} 
/*portfolio*/ 
#m2 a {
	display: block;
	text-indent: -5000px;
	width: 130px;
	height: 31px;
	background-image: url(layout/klub.gif);
	background-repeat: no-repeat;
} 
#m2 a:hover { 
    border: none; 
    background-position: 0 -31px;  
} 
/*grafika*/ 
#m3 a {
	display: block;
	text-indent: -5000px;
	width: 130px;
	height: 31px;
	background-image: url(layout/historie.gif);
	background-repeat: no-repeat;
} 
#m3 a:hover { 
    border: none; 
    background-position: 0 -31px; 
} 
/*tvorba webu*/ 
#m4 a {
	display: block;
	text-indent: -5000px;
	width: 130px;
	height: 31px;
	background-image: url(layout/sponzori.gif);
	background-repeat: no-repeat;
} 
#m4 a:hover { 
    border: none; 
    background-position: 0 -31px;  
} 
/*kontakt*/ 
#m5 a {
	display: block;
	text-indent: -5000px;
	width: 130px;
	height: 31px;
	background-image: url(layout/kontakt.gif);
	background-repeat: no-repeat;
} 
#m5 a:hover { 
    border: none; 
    background-position: 0 -31px;  
} 
/*guestbook*/ 
#m6 a {
	display: block;
	text-indent: -5000px;
	width: 130px;
	height: 31px;
	background-image: url(layout/forum.gif);
	background-repeat: no-repeat;
} 
#m6 a:hover { 
    border: none; 
    background-position: 0 -31px; 
}
							/* konec Menu Horizontalni */
														
														
														
																	/* Navigace (Hlavní menu) */
#mainMenu a {
	padding: 3px 0px 3px 7px;
	margin: 0px 0px 0px 0px;
	background-color: #3b9dca;
	border-bottom: 1px solid #315B62;
}
ul#mainMenu {
	width: 169px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	
}
.aktivni {
	width: 169px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background-color: #333333;
}
ul#mainMenu, ul  {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul#mainMenu ul {
	position:absolute;
	top:0;
	left:169px;
	visibility:hidden;
}
ul#mainMenu li {
	position:relative;
	width:164px;
}
ul#mainMenu a {
	color: White;
	display: block;
	text-decoration: none;
	width: 163px;
}
ul#mainMenu a:hover, ul#mainMenu li:hover a, ul#mainMenu li.hover a {
	background-color: #0072AC;
	color: #000;
	width: 163px;
}
ul#mainMenu li:hover ul a, ul#mainMenu li.hover ul a {
	background-color: #779C9F;
	color: #fff;
	width:133px;
}
ul#mainMenu li:hover ul a:hover, ul#mainMenu li.hover ul a:hover {
	background-color: #9DBABD;
	color: #000;
	width:133px;
}
ul#mainMenu li:hover ul, ul#mainMenu li.hover ul{
	visibility:visible;
}
ul#mainMenu li li {
	border:none;
	padding:0;
	margin: 0px;
	background-color: #999999;
	width: 133px;
}
ul#mainMenu li {
	behavior: url(hover.htc);
}
#menu a img {
	border: none;
	margin: 0px;
}

																/* Konec (Hlavní menu) */

	
															/* Anketa */
															
#anketaa {
	background-color: White;
	background-image: url(layout/anketa.gif);
	padding-top: 30px;
	width: 170px;
	background-repeat: no-repeat;
	
}																	
															
#anketa {
	padding: 0px 0px 0px 4px;
	width: 170px;
	font-size: 11px;
	background-color: #EDEDED;
	text-align: left;
	margin-bottom: 8px;
}

#anketa td {
	border-bottom: 0px solid #000;
}
#anketa a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 3px 0px 3px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: Blue;
}
#anketa a:hover {
	color: #3366CC;
}
#anketa div {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

														/* Anketa konec */
															
																/* Formátování obsahu */
h1 {
	font-size: 22px;
}
h1:first-letter {
	color: #CC0000;
	font-size: 26px;
}
h2 {
	font-size: 15px;
}

.h {
	font-size: 15px;
	margin-bottom: 25px;
}

h2:first-letter {
	color: #006699;
	font-size: 18px;
}
#text h3 {
	font-size: 13px;
	color: Black;
}



h4 {
	font-size: 12px;
}

p {
	padding-bottom: 10px;
	text-align: justify;
	color: Black;
}

.news {
	background: #add8e6;
	color: #8b0000;
	border: solid black 2px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	margin-bottom: 10px;
}

.news a,
.news a:hover,
.news a:visited,
.news a:active {
	color: #8b0000;
	font-weight: bold;
	text-decoration: underline;
}



#text ul {
	margin-left: 15px;
	width: auto;
}


																/* Konec formátování obsahu */
																	/* Fotogaerie */
			
			

																	
#galerie {
	text-align: center;
	width: 580px;
	float: left;
}
#galerie a {
	color: #666666;
}
#galerie a:hover {
	color: #333333;
}
#galerie table {
	width: 580px;
}
#zobraz img {
	border: none;
}
#img td {
	padding: 5px;
	border: 1px solid #4A97A0;
	background-color: #AEC1C3;
}
#zobraz td:hover {
	padding: 5px;
	border: 1px solid #529AA3;
	background-color: #8BB2B6;
}
#zobraz td.nahled {
	behavior: url(hover.htc);
}
#zobraz td.hover{
	padding: 5px;
	border: 1px solid #529AA3;
	background-color: #8BB2B6;
}
#zobraz {
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}
#nadpis {
	margin: 0 auto;
	text-align: left;
}
#nadpis h1:first-letter {
	font-size: 24px;
	color: #666666;
	font-size: 26px;
}
#navigace {
	width: 100%;
	position: relative;
	bottom: 10px;
	height: 20px;
	height: 22px;
	text-align: center;
	background-color: #AEC1C3;
	border: 1px solid #4A97A0;
}

.predchozi {
	position: absolute;
	width: 35px;
	height: 22px;
	left: 0px;
	font-size: 14px;
	padding-left: 5px;
	font-weight: bold;
	text-decoration: none;
}
.predchozi:hover {
	position: absolute;
	width: 35px;
	height: 22px;
	left: 0px;
	font-size: 14px;
	padding-left: 5px;
	text-decoration: none;
}
.dalsi{
	position: absolute;
	width: 35px;
	height: 22px;
	right: 15px;
	font-size: 14px;
	padding-right: 5px;
	font-weight: bold;
	text-decoration: none;
}
.dalsi:hover{
	position: absolute;
	width: 35px;
	height: 22px;
	right: 15px;
	font-size: 14px;
	padding-right: 5px;
	text-decoration: none;
}
.pocet_foto {
	width: 100%;
	float: left;
	background-color: #AEC1C3;
	border: 1px solid #4A97A0;
}
.celkem {
	float: left;
	margin-left: 5px;
}
.pocet {
	float: right;
	margin-right: 5px;
}
.pocet a {
	text-decoration: none;
}

table.seznam_galery {
	float: left;
	padding: 10px 0px 10px 10px;
	text-align: left;
	width: 260px;
	height: 150px;
	margin-right: 20px;
	color: Black;
}

table.seznam_galery a {
	font-size: 14px;
	font-weight: bold;
	color: #EFEFEF;
	text-decoration: none;
}

table.seznam_galery td {
	background-color: #aec1c3;
	padding-left: 6px;
}

table.seznam_galery th {
	border-bottom: 1px solid White;
	background-color: #4A97A0;
	padding-left: 6px;
}
																	/* Fotogaerie konec*/
																	/* Videogaerie*/
																	
.videogalerie {
	padding-left: 120px;
}																	
																	/* Videogaerie konec*/
																	
																		/* Kniha */
																		
a img {
	border: none;
}

.kniha_ip {
	font-size: 7px;
}

.jmeno
{	color: #006699;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px 2px 10px;
	width: 150px;
	background-color: #BDDADD;
	border-right: 1px solid #4A97A0;
	border-bottom: 1px solid #4A97A0;
	vertical-align: top;
}
.vypis {
	padding: 2px 5px 6px 5px;
	font-size: 12px;
	vertical-align: top;
	border-bottom: 1px solid #4A97A0;
}
.tabulka_vypis a {
	color: rgb(18,89,162);
	font-size: 12px;
}
.tabulka_vypis a:hover {
	color: #BEC053;
	font-size: 12px;
}
.datum
{	color: #666666;
	font-size: 12px;
	padding: 2px 10px 2px 0px;
}
.akt
{
	text-decoration: none;
	color: gray;
	font-size: 15px;
	padding: 2px;
}
.akt:hover
{
	color: ButtonShadow;
}
.neakt
{
	display: none;
}
.prispevky{
	text-align: right;
	display: block;
}
#upozorneni
{
	display: block;
	border: 2px dashed red;
	padding: 2px;
	color: Red;
}
.http {
	font-size: 10px;
}

#kniha b {
	color: #000000;
}

#kniha {
	border: 2px solid #4A97A0;
	background-color: #bddadd;
	padding: 5px;
}

.tabulka_vypis {
	text-align: left;
	border: 2px solid #4A97A0;
	background-color: White;
	width: 98%;
}
#help {
	visibility: hidden; 
	position: absolute; 
	z-index: 2; 
	background-color: White;
	padding: 4px;
	border: 1px solid;
}
.red {
 	color: red;
	
}
.green {
 	color: Green;
}

.green a {
 	color: Green;
}
.blue {
 	color: Blue;
}
																		/* Kniha konec*/
																		
																		
																		
																		
																		
																		
																		/*Tabulka*/
																		

table.tabulka  {
	width: 460px;
	font-size: 99%;
	background-color: transparent;
	color: Black;
	text-align: left;
	margin: 0 auto;
	text-align: center;
	border-collapse: separate;
	border-spacing: 1px;
}



.body { width: 50px; text-align: center; }

.body2 { width: 10px; }
.fake { width: 30px; text-align: center;}


table.tabulka th {
	background-color: #99CCFF;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid Gray;
	border-bottom: 1px solid Gray;
}

table.tabulka td {
	padding-top: 3px;
}

.postup {
	border-bottom: 1px solid #424242;
}
.sestup { border-top: 1px solid #424242; }
.none {
	border-bottom: none;
} 


.druha { background-color: #DBDBDB; }



.tabulka a {
	color: Maroon;
	text-decoration: none;
}
.tabulka  a:hover {
	text-decoration: underline;
	color: Blue;
}


.pts {
	font-weight: bold;
	color: #0E0E0E;
}

.porovnej { height: 18px; width: 12px;}

div.lama { font-size: 12px;}

.barva2 {
	color: Black;
}

.barva1 {
	color: Maroon;
	font-weight: bold;
}

.tabulka-nechat {
	color: Black;
}

.tabulka-zvyraznit {
	color: Maroon;
	font-weight: bold;
}

.licha {
	background-color: #E7E9E9;
}

.suda {
	background-color: White;
}



								/*Tabulka konec*/																			
								
.nastred {
	padding-left: 40px;
}				

#form-tipovacka {
	text-align: center;
}

table.tipovacka {
	width: 380px;
	text-align: left;
	background-color: #D7D9FF;
	border: 0px solid #4A97A0;
	margin: 0 auto;
	border-collapse: collapse;
}	

table.tipovacka th {
	background-color: #6869FF;
	text-align: center;
	color: Black;
	border-right: 1px solid White;
	padding: 4px 0px 2px 5px;
	border-bottom: 1px solid White;
	border-top: 1px solid White;
}

table.tipovacka td {
	padding: 2px 2px 2px 20px;
	border-bottom: 1px solid #AAAAAA;
}


table.edit {
	width: 500px;
	text-align: left;
	background-color: #D7D9FF;
	border: 0px solid #4A97A0;
	margin: 0 auto;
	border-collapse: collapse;
	margin-bottom: 20px;
	font-size: 12px;
}	

table.edit th {
	background-color: #6869FF;
	text-align: center;
	color: Black;
	border-right: 1px solid White;
	padding: 4px 0px 2px 5px;
	border-bottom: 1px solid White;
	border-top: 1px solid White;
}

table.edit td {
	padding: 8px;
	border-bottom: 1px solid #AAAAAA;
}	

.red {
 	color: red;
	
}

.maly-pismo {
	font-size: 10px;
}		