body {
	padding: 0px;
	margin: 0px;
	background-color: rgb(255,247,185);
	font-size:  14px;
	font-family: Georgia, Arial, sans-serif;
	text-align: justify;
}
#main {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
/*-------------------levy sloupec---------------------*/
#levy_sloupec {
	position: relative;
	height: 100%;
	width: 300px;
	float: left;
}
/*-------------------levy sloupec logo---------------------*/
#levy_sloupec_logo {
	height: 175px;
}
.leve_logo {
	position: absolute;
	left: 55px;
  top: 15px;

}
/*-------------------levy sloupec adresa---------------------*/
#adresa {
	height: 80px;
	background: rgb(187,160,59);
	padding: 10px 0px 0px 40px;
	font-size: 18px;
	color: white;
}
/*-------------------levy sloupec menu---------------------*/
#menu  a {
	display: block;
	border: 1px solid rgb(255,247,185);
	border-width: 1px 0px;
	margin: 0px;
	font-size:  19px;
	font-weight:  bold;
	text-decoration: none;
	padding: 13px 40px 13px 40px;
	color: rgb(187,160,59);
	margin-top: 0px;
}
#menu a:first-child {
	border-top: none;
}
#menu a:first-child:hover {
	border-top: none;
}
#menu  a:hover {
	background: url("obrazky/web/menu.png") no-repeat;
	color: rgb(77,76,76);
	border: 1px solid rgb(255,247,185);
	border-width: 1px 0px;
	margin-top: 0px;
}
#oteviracka {
	height: 400px;
	padding: 20px 10px 0px 40px;
	font-size: 19px;
	color: rgb(77,76,76);
}
/*-------------------pravy sloupec---------------------*/
#pravy_sloupec {
	position: relative;
	margin-left: 300px;
	padding: 0px 0px 10px 0px;
	min-height: 950px;
/*ovlivňuje délku levého sloupce s menu*/
}
#pravy_sloupec_main {
	min-height: 600px;
}
#pravy_sloupec_obsah {
	min-height: 550px;
	max-width: 650px;
	margin: 15px auto;
}
#pravy_sloupec_obsah img {
	border: 0px;  
  margin-bottom: 30px;
  margin-top: 15px;
}

#pravy_sloupec_obsah a img {
	border: 5px solid rgb(187,160,59);
}
#pravy_sloupec_obsah a:hover img {
    border: 5px solid rgb(187,160,59);
}


#pravy_sloupec_logo {
	height: 175px;
}
.prave_logo {
	position: absolute;
	left: 25px;
	top: 50px;
}
/*-------------------horni pruh---------------------*/
#pravy_sloupec_pruh {
	height: 90px;
	max-width: 800px;
	margin: auto;
	background-color: rgb(187,160,59);
	position: relative;
}
#navstivte {
	height: 30px;
	width: 500px;
	float: left;
	font-weight:  bold;
	padding: 30px 0px 0px 30px;
	font-size: 30px;
	color: white;
}
#rotace {
	height: 100px;
	width: 100px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	background-image: linear-gradient(rgb(187,160,59)10%, rgb(187,160,12) 100%);
	padding: 40px;
	position: absolute;
	right: -50px;
	top: -50px;
	-webkit-box-shadow: 1px 1px 5px 1px;
	box-shadow: 1px 1px 5px 1px;
}
#e_shop {
	position: absolute;
	right: 30px;
	top: 70px;
	font-size:  35px;
	font-weight:  bold;
	padding: 0px;
	text-shadow: 1px 1px 2px #f0d1f0;
	filter: dropshadow(color=#f0d1f0, offx=1, offy=1);
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#e_shop:hover {
	text-shadow: 1px 1px 2px #f0d1f0;
	filter: dropshadow(color=#f0d1f0, offx=1, offy=1);
	-webkit-transform: rotate(360deg) scale(1.3);
	-moz-transform: rotate(360deg) scale(1.3);
	-o-transform: rotate(360deg) scale(1.3);
	-ms-transform: rotate(360deg) scale(1.3);
	transform: rotate(360deg) scale(1.3);
}
#e_shop a {
	color: white;
	text-decoration: none;
}
#e_shop a:hover {
	color: white;
	text-decoration: none;
}
/*-------------------střed---------------------*/

#Galerie1 {
	width: 320px;
	height:240px;
	margin: 0px;
	position: relative;
	margin-left: 0px;
	padding:  0px;
}
#Galerie2 {
	width: 320px;
	height:240px;
	margin: 0px;
	position: relative;
	margin-left: 0px;
	padding:  0px;
}


/*-------------------paticka---------------------*/
#paticka {
	text-align: right;
	width: 1000px;
	height: 30px;
	background-color: rgb(187,160,59);
	margin: 0px;
	position: relative;
	margin-left: -1px;
	color: white;
	padding:  10px 15px 10px 0px;
}
#paticka a {
	color: white;
}
#paticka a:hover {
	color: rgb(77,76,76);
}
/*-------------------formatovani---------------------*/

p {
	padding: 5px;
  color: rgb(77,76,76);
  line-height: 180%;
}

h1{
	padding: 5px;
	color: rgb(77,76,76);
  
 
}

h2, h3 {
	padding: 5px;
	color: rgb(77,76,76);
  margin-bottom: -10px; 
  margin-top: -10px;
}


h4{
	padding: 2px;
	color: rgb(77,76,76);
  
 
}
td {
	width: 7%;
	padding: 0px;
  font-size: 17px;
}

a {
color:rgb(94,54,8);
text-decoration: none; 
}

a:hover {
color:rgb(187,160,59); 
}


