@import "fonty.css";
@import "menu.css";
@import "lightbox.css";




body {
	padding:0; 
	margin:0;
	border:0;
	background-color: #f3a000;
	background-image: url(../grafika/pozadi.gif);
	background-repeat: repeat-x;
}

#stranka {
	position: relative;
	width: 930px;
	margin: auto;
	}

#hlavicka {
	position: relative;
	width: 930px;
	height: 213px;
	background-image: url(../grafika/hlavicka.gif);
	background-position: right;
	background-repeat: no-repeat;
	}
	
#obsah {
	position: relative;
	left: 215px;
	width: 675px;
	min-height: 700px;
	background-color: white;
	background-image: url(../grafika/obsahp.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px 20px 10px 20px;

	}
	
#galerie {
	position: absolute;
	width: 215px;
	height: 650px;
	margin-right: 20px;
	padding-bottom: 30px;
	background-color: #853d20;
	

	}
	
#paticka {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	height: 60px;
	margin: auto;
	background-image: url(../grafika/paticka.gif);
	text-align: center;
	color: white;
	padding-left: 210px;
	padding-top: 20px;

	}
a {
	color: #853d20;
}	

#paticka a {
font-family: "Times New Roman", Times, serif;
	color: #f3a000;
}	

#paticka a:hover {
	color: white;
}

.foto img {
border: outset 2px  #853d20;
}


.galeriefoto img {
border: outset 2px  #853d20;
}


.foto{
position: relative;
margin: 11px;
margin-top: 20px;
text-align: center;
width: 200px;
height: 160px;
float: left;
}

.popis{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
padding-top: 5px;
}

.galeriefoto{
position: relative;
margin: 6px;
margin-top: 2px;
text-align: center;
width: 200px;
height: 160px;
float: left;
}


.galeriepopis{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
padding-top: 5px;
color: white;
}