﻿body {
	padding: 0px;
	margin: 4px;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 0;
}

	body::before {
		content: '';
		background-image: url('../../Images/bgbodyzima.webp');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		position: fixed;
		inset: 0;
		z-index: -1;
		opacity: 0.1;
		pointer-events: none;
	}

/* layout */
#ArchOvoce {
	border: 4px solid Purple;
	background-color: #fff;
}

#zahlavi {
	width: 1004px;
	height: 80px;
	z-index: 1;
}
	            
.page {
	width: 1012px;
	margin: 20px auto 0px auto;
	background-color: #fff;
	border: 1px solid #496077;
} 

#buttony {	
	position: relative;
	width: 1004px;
	height: 30px;
	background: #666633;
	top: 0px;
	left: 0px;
} 

#obsah {
	position: relative;
	width: 1004px;
	height: 650px;
	background: #FFCC99;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#zapati {
	width: 1004px;
	background: gold;
	height: 160px;
}

/* obsah */
h1 {
	margin: 0 10px;
	font-size: 150%;
}

h2 {
	margin: 0 10px;
	font-size: 125%;
	color: #660033;
}

p {
	font-size: 100%;
	margin: 0 10px;
} 
            
h3 {
	margin: 0 10px;
	font-size: 120%;
	font-style: italic;
	color: #660033;
} 

.FotoM {
	margin: 4px 8px;
}

.FotoV {
	margin: 0 auto;
}

/* Fallback pro starší prohlížeče */
/*@supports not (inset: 0) {
	body:before {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}*/

/* Optimalizace pro výkon */
/*@media (prefers-reduced-motion: no-preference) {
	body:before {
		will-change: opacity;
	}
}*/

/* Responzivní přizpůsobení */
/*@media (max-width: 768px) {
	body:before {
		background-attachment: scroll;
		background-size: cover;
	}
}*/