/* CSS Document */

@import "text.css";
@import "menu.css";
@import "lightbox.css";
@import "listek.css";

body {
	padding:0; 
	margin:0; 
	border:0;
	background-color: #772c15;
}


#stranka {
	position: relative;
	width: 1024px;
	margin: auto;
}

#hlavicka {
	position: relative;
	width: 1024px;
	height: 335px;
	background-image: url(../grafika/hlavicka.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#obraz{
	position: absolute;
	width: 300px;
	height: 150px;
	left: 241px;
	top: 148px;
}

#lsloupec{
	position: absolute;
	width: 218px;
	height: 500px;
	background-image: url(../grafika/menu.gif);
	background-repeat: no-repeat;
}

#psloupec{
	position: relative;
	left: 218px;
	width: 696px;
	min-height: 400px;
	background-image: url(../grafika/obsah.gif);
	background-repeat: repeat-y;
	padding-left: 80px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#paticka{
	position: relative;
	left: 218px;
	width: 766px;
	height: 50px;
	background-image: url(../grafika/paticka.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 30px;
	padding-right: 50px;
	color: #f4ebcd;
}



#paticka a{
	color: #f4ebcd;
	text-decoration: none;
}



.uvod{
	position: relative;
	text-align: center;
	width: 180px;
	float: left;
	margin: 22px 23px 0px 23px;
}


.uvod img{
border: outset 2px #772c15;

}

.formular {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
width: 350px;
margin: auto;
border: solid 1px #772c15;
padding: 3px;
}

.formular th{
font-size: 14px;
color: #f4ebcd;
padding: 3px;
background-color: #9f6850;
}

.formular td{ 
padding-top: 10px;
padding-bottom: 5px;
}

.galerie img {
border: outset 2px #772c15;
}

.galerie{
position: relative;
margin: 0px 21px 21px 21px;
text-align: center;
width: 184px;
height: 160px;
float: left;
}

.popis{
font-family: "Times New Roman", Times, serif;
font-size: 12px;
margin: 5px;
}

