@import 'rozcestnik.css';

body 
{
	
	/*background-attachment: fixed; */
	background-position: center top;
	background-color: lightgrey;
	color: black; 
	position: center;
		
    margin: 0;
	padding: 0;
}
 

#stranka 
{
	margin-top: 0px;
	margin-left: 0px;
	width: 1024px;
	height: auto;
	position: absolute;
	background-image: URL('../obr/lom.jpg'); 
	background-repeat: no-repeat;
	background-color: white;
}




#obsah
{
	padding-top: 225px;
	margin-left: 35px;
	width: 950px;
}
#zapati 
{
	margin-top: auto;
	margin-left: auto;
	width: 1024px;
	position: absolute;
	background-image: URL('../obr/zapati.jpg'); 
	background-repeat: no-repeat;
	background-color: white;
}
a 
{
	color: maroon;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}
img
{
	border: 0px;
}
h1
{
	font-family: tahoma;
	font-size: 24pt;	
	font-weight: bold;
	text-align: center;
	color: BLACK; 
}
p 
{
	padding: 10px;
	font-family: tahoma;
	font-size: 9pt;	
	text-align: justify;
}
