/*Dobó Vendégház*/
body {
background-color: #ECE6AC;
	margin:0 auto;
}
#kep1 {
	width: 140px;
	display: inline;
	float: left;
	text-align: left;
	padding: 3px;
}
input[type=text]{
background: #FEFAF3;
border: 1px solid black;
padding: 2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #671915;
}
select{
background: #FEFAF3;
border: 1px solid black;
padding: 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #671915;
}
input[type=password]{
background: #FEFAF3;
border: 1px solid black;
padding: 2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #671915;
}
textarea{
background: #FEFAF3;
border: 1px solid black;
padding: 2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #671915;
}
input[type=button] {
background: #F7D7B1;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #671915;
}
input[type=submit] {
	background: #F7D7B1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #671915;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #4F0D17;
	text-align: left;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: middle;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #EAD3A9;
	text-align: left;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 12px;
	margin: 0px;
}
p {
	color: #4F0D17;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #671915;
}
#left {
	width: 900px;
	position: absolute;
	left: 0px;
	top: 259px;
	background-color: #EEDCC8;
	height: 900px;
}
#right {
	height: 800px;
	width: 178px;
	position: absolute;
	left: 706px;
	top: 226px;
}
#content {
	width: 474px;
	position: absolute;
	left: 227px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EDDCCA;
	height: auto;
}
#header {
    background-color: #661B18;
	position: absolute;
	left: 0px;
	top: 0px;
}
#image {
	width: 535px;
	height: 70px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
#block {
	width: 192px;
	position: absolute;
	left: 26px;
	top: 275px;
	height: 280px;
	background-image: url(Images/block-hatter.png);
}
#block ul{
	position: absolute;
	width: 172px;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-image: none;
	list-style-type: none;
}
#block a{
	text-decoration: none;
	color: #EAD3A9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	display: block;
	text-indent: 4px;
	text-align: left;
	width: 172px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f4ddc8;
	font-weight: bolder;
	line-height: 25px;
}

#block a:hover{
	background-color: #320E0C;
}
#block h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 12px;
	color: #FFFFFF;
	text-align: left;
	padding: 8px;
	font-weight: bold;
	background-image: none;
}

.thumbnail{
}

.thumbnail:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #171934;
	background-position: center center;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -30px; #FFFFFF;
	visibility: hidden;
	color: #FFFFFF;
	text-decoration: none;
	top: auto;
	right: auto;
	overflow: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: auto;
	left: 20px; /*position where enlarged image should offset horizontally */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #171934;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-position: center;
	text-align: center;
	margin: 0px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#flashcontent {
	height: 600px;
	width: 469px;
}
.style1 {
font-size: 10px
}
html {
	height: 100%;
	width: 100%;
}
#TEXTTABLE{
	background-color: #F5ECE0;
	margin: 0px;
	padding: 0px;
}
#TEXTTABLE TD{
	color: #4F0D17;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	margin: 0px;
	padding: 2px;
	border: 1px solid #4F0D17;
}

