/* CSS Document */

h1 { color : #0000FF ;
	}




.nadpis {
/*font: italic bold 250% Times New Roman ;*/
font:  bold 250% Times New Roman ; 
color : #dc143c ;
position: relative ;
text-align : center ; margin: 0px auto ;
left : 0px ; width: 400px ;
top : 30px ; 
}

.obrazek_chalupy {
	/*background-color : none ; */
  border-style : none ;
  position : relative ; top : 10px ; left : 10px ;
            width : 150px ; 
            }



.podnadpisek {
	color: #0000FF ;
	font: italic 120% Times New Roman ;
  text-align: center ;
  position : absolute ; top : 16% ; left : 24% ;
  width : 52%
              
            }

.porizeni_galerie {
	color: #0000FF ;
	font: italic 100% Times New Roman ;
	text-align : left ;
	border-style : none ;
	position : absolute  ; top : 25% ; left : 10% ;
            }


.porizeni_souboru {
	color: #0000FF ;
	font: italic 100% Times New Roman ;
	text-align : center ;
	border-style : none ;
	position : absolute ;  top : 25% ; 
            }
.galerijni {
	text-align : center ;
            }
.galerka {
    position : relative ;  margin: 0px auto ; /*height : 1000px ; */
    width : 800px ; /* background-color : #001515 ;  */
 }
.mail {
	color: #dc143c ;
	font: italic 100% Times New Roman ;
	position : absolute  ;
	text-align : center ;
	margin: 0px auto ;
	border-style : none ;
	background-color : #000000 ;
	top : 900px ; 
            }

.skryjse {
  position : absolute ;
  top : 0px ;
  visibility : hidden ;
  display : none ;

}


      
