﻿BODY {
   background-attachment: fixed;
   text-align: center; /*vycentrování pro IE*/
	
	padding-bottom: -50px;
	background-color:black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(obrazky/wal.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}


#celek {
   position: relative;
   top: -20px;
   margin-left: auto;
   margin-right: auto;  /*Vycentrování celého celku*/
	width: 900px;       /*šířka by neměla být větší než 1024px, protože velká část přístupů je právě s timhle rozlišením*/
	min-height: 1200px;    /*tahle dýlka proto, aby to prostě nemělo nahoře žádnej okraj, aby to jakoby vycházelo z lišty prohlížeče, tak se mi to líbí*/
	_height: 1200px;
	border: solid;
	border-width: 3px;
	border-color: white; 
	background-color: black;
	
	
	opacity: 0.8;       /*průhlednost, musíš jí měnit u všech těch čísílek*/
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	color: white; /*hlavní barva fontu v celym dokumentu*/
}

#fotogalerie { /*tohle je to samý, co #celek, jenom pro galerii to má nastavenou jinak průhlednost*/
   position: relative;
   top: -20px;
   margin-left: auto;
   margin-right: auto; 
	width: 900px;       
	min-height: 1200px;    
	_height: 1200px;
	border: solid;
	border-width: 3px;
	border-color: white; 
	background-image: url(obrazky/galerie.png); /*tady je průhledný png*/
   
	
	

}

.vnitrek {
  	
   color: white;
	width: 900px;
	min-height: 1200px;
	_height: 1200px;
	overflow: auto;
	
}

.vrsek {
   
	width: 100%;
	height: 350px;
  
}
.hornilista {
   
	width: 100%;
	height: 30px;
	border-bottom: solid;
	border-bottom-color: white;
	border-bottom-width: 1px;
}

.hlavicka {
	height: 318px;
	width: 900px;
	background-image: url(obrazky/hlavicka2.png);
}

.spodek {
   text-align: left;
   width: 100%;
	min-height: 900px
	_height: 900px;
	border-bottom: solid;
	border-bottom-color: white;
	border-bottom-width: 2px;
}

.leftside {
   
	width: 650px;
	float: left;
	
}

.rightside {
	width: 250px;
	float: right;
}
.zapati {
	color: white;
}

TABLE {
   float: left;
	margin: 0, 0, 0,0;
	padding: 0,0,0,0;
}



.textbox {
	color: white;
      
}

.textbox h2 {
   margin-left: 5px;
   width: 600px;
	text-align: left;
	font-size: 18px;
	margin: 5px;
	margin-top: 20px;
	padding: 0px;
}

table a img {
	border-color: white;
	border-width: 2px;
}

.textbox p {
	margin-left: 5px;
}

.infobox {
   color: white;
   text-align: center;
   margin-top: 70px;
	width: 100%;
	min-height: 370px;
	_height: 370px;
	float: right;
	border-left: solid;
	border-left-color: white;
	border-left-width: 1px;
}

.adresbox {
   position: relative;
   top: -30px;
   width: 240px;
	min-height: 150px;
	_height: 150px;
}

.otviracka {
   position: relative;
   top: -30px;
	width: 240px;
	min-height: 100px;
	_height: 100px;
}

.spodekvnitrku {
   
   padding-left: 15px;
   text-align: left;
	width: 100%;
	min-height: 20px;
	_height: 20px;
	
}
table {
	color: white;
}


.fotoslide {
	border: solid;
	border-color: white;
	border-width: 1px;
	width: 404px;
	min-height: 263px;
	_height: 263px;
}

.menu {
   
   
  	width: 100%;
	height: 40px;
	border-bottom: solid;
	border-bottom-color: white;
	border-bottom-width: 2px;
	
}

#fotogalerie .menu {
   opacity: 0.8;       
	filter: alpha(opacity=80);
	-moz-opacity: 0.8; /*jsem sem musel hodit tu průhlednost znvoa, protože mi to nějak blblp*/
	-khtml-opacity: 0.8;
	color: white; 
}

.menu a { 
   position: relative;
   float: left;
  	width: 149px;
	min-height: 40px;
	_height: 40px;

	text-decoration: underline;
	color: white;
	font-size: 16px;
	font-weight: bold;

	
   
}



.menu a:hover {
		text-decoration: none;
}

.polozka {
   position: relative;
	width: 149px;
	min-height: 40px;
	_height: 40px;
	
}

/*TOhle si nakopči do svého CSS*/
.active {
   font-size: 22px;
   padding-top: 0px;
	text-decoration: none;
	font-weight: bold;
}

/*Tady přestaň kopírovat*/
.polozka DIV {
   padding-top: 8px;  /*některý položky menu budou delší, takže bude třeba měnit velikost padding-top rovnou v html dokumentu, nevim, co si tam dáš za názvy, tak si to musíš holt udělat sám*/	
}

/*Tady začíná to druhý menu - KOPÍROVAT*/

.scnmenu {
	width: 100%;
	display: inline;
	min-height: 30px;
	_height: 30px;
	text-align: left;
}

.scnmenu UL LI {
	display: inline;
	padding: 5px;
}

.scnmenu UL {
	margin: 5px;
}

.scnmenu UL LI A {
	color: white;
	font-size: 14px;
}

.scnmenu UL LI a:hover {
	text-decoration: none;
}
.tabulka {
	text-align: left;
	float: left;
	width: 600px;
}


/*Tady je hotovo, tady už nekopíruj, neni co*/