/*============================================================================
GLOBAL
============================================================================*/
body {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial;
	font-size:0.9em;
	color:#fff;
	background:#8c3e1f;
}
input, textarea, select {
	font-family:"Trebuchet MS", Arial;
	font-size:90%;
}
span {
	color:red;
}
a, a:visited {
	text-decoration:none;
	color:#B14E27;
}
a:hover {
	color:#ff7000;
}
small {
	color:red;
}
p {
	margin:0px 0px 6px 0px;
}
strong {
	text-transform:uppercase;
	font-size:85%;
	color:#D97651;
	font-weight:normal;
}
img {
	border:none;
}
label {
	display:block;
	font-size:90%;
	white-space:nowrap;
	margin-top:6px;
	color:#fff;
}
form {
	margin:0px;
	padding:0px;
}
hr {
	margin:4px 0px 4px 0px;
	/margin:0px 0px 0px 0px;
}
h2.inline {
	display:inline;
	clear:both;
}
/*============================================================================
LAYOUT
============================================================================*/
div#main {
	position:relative;
	width:900px;
	height:560px;
	margin:10px auto 0px auto;
	background:#412017 url(../images/main_bg.gif) right bottom no-repeat;
}
/*============================================================================
HEADER
============================================================================*/
div#header {
	position:absolute;
	top:0px;
	right:0px;
	width:100%;
	height:110px;
	background:url(../images/header_bg.gif) right no-repeat;
}
/*============================================================================
CONTENT
============================================================================*/
div#content {
	position:absolute;
	top:50px;
	left:20px;
	width:570px;
}
div#content a, div#content a:visited {
	background:url(../images/link.gif) no-repeat left center;
	padding-left:6px;
}
div#content a:hover {
	background:url(../images/hover.gif) no-repeat left center;
	padding-left:6px;
}
div#content h1 {
	margin:0px 0px 0px 0px;
	/width:500px;
	height:35px;
	line-height:35px;
	text-indent:10px;
	font-size:140%;
	background:url(../images/h1.gif) no-repeat left;
	font-variant:small-caps;
}
div#content div#scroll h1 {
	margin:0px 0px 0px 0px;
	line-height:35px;
	text-indent:0px;
	font-variant:small-caps;
	background:none;
	font-family:Georgia;
	font-style:italic;
	color:#ff7000;
	font-weight:normal;
}
div#content h2 {
	color:#FF7000;
	font-family:Georgia;
	font-size:105%;
	font-weight:normal;
	font-style:italic;
	margin:16px 0px 6px 0px;
}
div#content div.block h2, div#content div.block h2 a, div#content div.block h2 a:visited {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:100%;
	text-transform:uppercase;
	color:#FF7000;
	background:none;
	font-family:Arial;
	font-style:normal;
	font-weight:bold;
}
div#content div.block h2 a:hover {
	text-decoration:underline;
	background:none;
	padding:0px;
}
div#content h3 {
	margin:0px 0px 10px 0px;
}
/*============================================================================
SCROLL
============================================================================*/
div#scroll {
	position:relative;
	height:400px;
	margin-top:10px;
	padding:20px 5px 10px 0px;
	overflow:auto;
}
/*============================================================================
MASK
============================================================================*/
div#masktop {
	position:absolute;
	top:95px;
	left:18px;
	width:554px;
	height:20px;
}
div#maskbottom {
	position:absolute;
	top:505px;
	left:18px;
	width:554px;
	height:20px;
}
/*============================================================================
INDEX
============================================================================*/
div#index {
	position:absolute;
	top:70px;
	left:20px;
	width:560px;
	height:470px;
	padding:0px 0px 0px 0px;
}
div#index h1{
	font-size:110%;
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	width:345px;
	height:128px;
	text-align:right;
	font-variant:small-caps;
}
div#index h1 a {
	width:315px;
	height:108px;
	display:block;
	margin:0px;
	padding:20px 30px 0px 0px;
	color:#B95028;
}
div#index h1 a:hover {
	color:#FF8000;
}
div#index h1 a#index_kalyha {
	background:url(../images/index_kalyha.jpg);
}
div#index h1 a#index_kalyha:hover {
	background:url(../images/index_kalyha_h.jpg);
}
div#index h1 a#index_tegularium {
	background:url(../images/index_tegularium.jpg);
}
div#index h1 a#index_tegularium:hover {
	background:url(../images/index_tegularium_h.jpg);
}
div#index h1 a#index_gepek {
	background:url(../images/index_gepek.jpg);
}
div#index h1 a#index_gepek:hover {
	background:url(../images/index_gepek_h.jpg);
}
div#index h2 {
	font-size:105%;
	font-variant:small-caps;
	color:#FF8000;
	margin:0px 0px 0px 0px;
}
div#indextext {
	position:absolute;
	top:0px;
	right:10px;
	width:190px;
	height:420px;
	padding-left:10px;
	font-size:105%;
	border-left:dotted 1px #FF8000;
}
div#indextext div {
	border-top:dotted 1px #FF8000;
}
div#indextext p:first-letter {
	font-size:150%;
	font-weight:bold;
}
div#intextext li {
	font-size:90%;
}
/*============================================================================
MENU
============================================================================*/
div#menu {
	position:absolute;
	top:5px;
	left:45px;
	width:100%;
	height:60px;
}
div#menu ul, div#menu li {
	margin:0px;
	padding:0px;
}
div#menu li {
	display:block;
	float:left;
}
div#menu li a {
	display:block;
	line-height:20px;
	font-size:90%;
	color:#fff;
	text-transform:uppercase;
}
div#menu li a:hover {
	border-bottom:solid 3px #fff;
}
div#menu li span {
	margin:0px 5px 0px 5px;
}
/*============================================================================
LANG
============================================================================*/
div#lang {
	position:absolute;
	right:20px;
	bottom:70px;
	background:url(../images/lang.gif);
	width:165px;
	height:25px;
	padding:5px 0px 0px 0px;
	text-align:center;
	display:none;
}
div#lang a {
	padding-left:20px;
}
div#lang a#hun {
	background:url(../images/flag_hun.gif) no-repeat left center;
}
div#lang a#hun:hover {
	background:url(../images/flag_hun_h.gif) no-repeat left center;
}
div#lang a#ger {
	background:url(../images/flag_ger.gif) no-repeat left center;
}
div#lang a#ger:hover {
	background:url(../images/flag_ger_h.gif) no-repeat left center;
}
div#lang a#eng {
	background:url(../images/flag_eng.gif) no-repeat left center;
}
div#lang a#eng:hover {
	background:url(../images/flag_eng_h.gif) no-repeat left center;
}
/*============================================================================
FOOTER
============================================================================*/
div#footer {
	position:absolute;
	bottom:5px;
	left:20px;
	width:554px;
	text-align:right;
	border-top:solid 1px #fff;
	padding-top:3px;
}
table#paging {
	float:right;
}
table#paging label {
	margin:0px 5px 0px 5px;
}
div#top {
	float:left;
}
div#top a {
	color:#fff;
	font-size:80%;
	background:none;
	padding:0px;
}
div#top a:hover {
	text-decoration:underline;
	background:none;
	padding:0px;
}
/*============================================================================
BLOCK
============================================================================*/
div.block {
	position:relative;
	width:520px;
	margin:0px 10px 10px 0px;
	padding:3px 6px 6px 10px;
	border-left:solid 6px #B14E27;
	background:#4B251B;
}
div.block img {
	border:solid 1px #fff;
}
div.block h3 {
	margin:200px 0px 0px 0px;
	padding:0px;
	font-size:95%;
	font-weight:normal;
	color:#B14E27;
	color:#D97651;
	text-transform:uppercase;
}
div.block small.frame {
	font-size:80%;
	/font-size:75%;
	font-weight:normal;
	border:solid 1px #ff7000;
	background:#643124;
	padding:0px 2px 0px 2px;
	color:#fff;
}
div.block h2 small {
	margin:0px 0px 0px 8px;
	font-weight:normal;
}
div.block h2 small.frame {
	margin:0px 5px 0px 2px;
}
div.price {
	position:absolute;
	top:5px;
	right:5px;
}
div.price small {
	display:block;
}
/*============================================================================
FORM
============================================================================*/
div.row {
	clear:both;
}
input.half {
	width:250px;
}
input.full, textarea.full {
	width:500px;
}
div#sendform {
	margin-top:8px;
}
/*============================================================================
GUESTBOOK
============================================================================*/
div#guestbook {
	position:absolute;
	top:57px;
	left:340px;
	text-align:center;
}
div#guestbook a {
	display:block;
	width:160px;
	height:18px;
	line-height:18px;
	border-top:solid 2px #BE542C;
	border-right:solid 2px #622C17;
	border-bottom:solid 2px #622C17;
	border-left:solid 2px #BE542C;
	background:#ff7000;
	text-transform:uppercase;
	font-size:85%;
	padding:0px 2px 0px 2px;
}
div#guestbook a:hover {
	color: #000;
	border-top:solid 2px #622C17;
	border-right:solid 2px #BE542C;
	border-bottom:solid 2px #BE542C;
	border-left:solid 2px #622C17;
}
/*============================================================================
CALENDAR
============================================================================*/
div#calendar {
	position:absolute;
	top:200px;
	right:20px;
	width:210px;
	padding:4px;
	color:#000;
	background:#4B251B;
	border:solid 1px #bdd1d7;
}
div#calendar table {
	width:100%;
}
table.calendarheader {
	height:17px;
	margin-bottom:3px;
}
td.left {
	padding:2px;
	text-align:left;
}
td.right {
	padding:2px;
	text-align:right;
}
table.calendarbody {
	font-size:90%;
	border-top:solid 1px #bdd1d7;
	border-left:solid 1px #bdd1d7;
	background:#fff;
}
table.calendarbody th, table.calendarbody td {
	width:26px;
	/width:29px;
	height:26px;
	padding:0px;
	margin:0px;
	text-align:center;
	border-right:solid 1px #bdd1d7;
	border-bottom:solid 1px #bdd1d7;
}
table.calendarbody th {
	font-weight:bold;
	background:#ff7000;
	color:#fff;
}
div#calendar table.calendarbody a {
	display:block;
	padding:3px 0px 4px 0px;
	/padding:4px 0px 4px 0px;
	color:#B14E27;
	background:#FCD588;
}
div#calendar table.calendarbody a:hover {
	background:#FBCB68;
}
div#calendar select {
	border:solid 1px #ff7000;
	height:20px;
	background:#FCD588;
}
/*============================================================================
PAGING BUTTON
============================================================================*/
a.btnpaging, a.btnpaging:visited {
	display:block;
	width:18px;
	height:18px;
	line-height:15px;
	padding:0px;
	text-align:center;
	background:#8C3E1F;
	border:solid 1px #FF7000;
	font-weight:bold;
	color:#fff;
	font-size:80%;
}
a.btnpaging:hover {
	background:#FF7000;
	border:solid 1px #8C3E1F;
	color:#000;
}
/*============================================================================
PIC
============================================================================*/
div.pic {
	float:left;
	margin:0px 2px 5px 2px;
	text-align:center;
}
div.pic img {
	display:block;	
}
div#content div.pic a, div#content div.pic a:visited {
	display:block;
	width:110px;
	height:83px;
	border:dotted 1px #D97651;
	padding:3px 5px 5px 3px;
	/padding:3px 3px 3px 3px;
	background:none;
}
div#content div.pic a:hover {
	border:solid 1px #D97651;
	background:none;
	padding:3px 5px 5px 3px;
	/padding:3px 3px 3px 3px;
	background:#D97651;
}
div.pictext {
	float:left;
	margin:2px 0px 4px 0px;
}
div.pictext p {
	margin:0px;
	line-height:16px;
}
div.pictext img {
	float:left;
	margin:3px 4px 0px 0px;
}
/*============================================================================
BACK LINK
============================================================================*/
div.back {
	clear:both;
	padding-top:5px;
}
div#content div.back a, div#content div.back a:visited {
	background:url(../images/back.gif) no-repeat left;
	padding-left:13px;
}
div#content div.back a:hover {
	background:url(../images/back.gif) no-repeat left;
	padding-left:13px;
}
/*============================================================================
UL
============================================================================*/

/*============================================================================
UL BASIC
============================================================================*/
div#content ul {
	position:relative;
	font-size:90%;
}
ul.basic {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}
ul.basic li {
	list-style:none;
	margin:0px 0px 0px 16px;
	padding:0px 0px 0px 10px;
	color:#fff;
	background:url(../images/li.gif) no-repeat 0px 6px;
}
div#content ol {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 20px;
	font-size:90%;
	list-style-type: lower-alpha;	
}
div#content ol {
	margin:0px 0px 0px 16px;
}
/*============================================================================
UL MIX
============================================================================*/
div#content ul.mix li {
	text-transform:uppercase;
	height:21px;
	line-height:21px;
	background:none;
	padding:0px;
	color:#B14E27;
}
div#content ul.mix li a {
	/background:none;
	/padding:0px;
}
/*============================================================================
UL LINK
============================================================================*/
div#main ul.link {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}
div#main ul.link li {
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
}
div#main ul.link li a, div#main ul.link li a:visited {
	color:#8C3E1F;
	background:url(../images/li.gif) no-repeat left;
	padding:0px 0px 0px 10px;
}
div#main ul.link li a:hover {
	color:#fff;
	background:url(../images/li_hover.gif) no-repeat left;
}
/*============================================================================
UL PUBLICATION
============================================================================*/
ul.publication {
	display:block;
	float:left;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div#content ul.publication {
	margin:0px;
	padding:0px;
}
ul.publication li {
	position:relative;
	display:block;
	float:left;
	width:480px;
	border-bottom:solid 1px #8C3E1F;
}
ul.publication strong {
	display:block;
	float:left;
	width:100px;
	padding:3px 0px 3px 0px;
}
ul.publication label {
	display:block;
	float:left;
	white-space:normal;
	width:300px;
	margin:0px;
	padding:3px 0px 3px 0px;
}
table.publication {
	width:100%;
	margin-top:5px;
}
table.publication th {
	width:80px;
	text-align:left;
}
table.publication ul li {
	width:400px;
}
ul.pubsmall label {
	width:200px;
}
/*============================================================================
EXHABITION
============================================================================*/
div.exhab {
	height:113px;
}
div.exhabtext {
	width:315px;
	height:93px;
	overflow:auto;
}
div.exhablink {
	position:absolute;
	top:10px;
	right:5px;
}
div#content div.exhablink a {
	display:block;
	width:160px;
	height:40px;
	line-height:40px;
	margin:8px 0px 8px 0px;
	color:#B95028;
}
div#content div.exhablink a:hover {
	color:#FF7000;
}
div#content div.exhablink a.l1 {
	background:url(../images/exhablink1.gif) no-repeat left;
	padding:0px 0px 0px 40px;
}
div#content div.exhablink a.l1:hover {
	background:url(../images/exhablink1_h.gif) no-repeat left;
}
div#content div.exhablink a.l2 {
	padding:0px 0px 0px 40px;
	background:url(../images/exhablink2.gif) no-repeat left;
}
div#content div.exhablink a.l2:hover {
	background:url(../images/exhablink2_h.gif) no-repeat left;
}
/*============================================================================
INFO
============================================================================*/
div#info {
	position:absolute;
	right:10px;
	bottom:85px;
	color:#000;
	/*text-transform:uppercase;*/
	font-size:90%;
}
div#info a {
	color:#fff;
}
div#info a:hover {
	color:#000;
}
div#info div {
	margin-bottom:10px;
	padding:3px 0px 5px 55px;
	border-left:solid 6px #B14E27;
	width:220px;
}
div#info div.clock {
	background:#FF7000 url(../images/clock.gif) no-repeat 8px 5px;
}
div#info div.hand {
	background:#FF7000 url(../images/hand.gif) no-repeat 8px 5px;
}
div#info div.info {
	background:#FF7000 url(../images/info.gif) no-repeat 8px 5px;
}
div#info div.disabled {
	background:#FF7000 url(../images/disabled.gif) no-repeat 8px 5px;
}
div#info div.linkarrow {
	background:#FF7000 url(../images/linkarrow.gif) no-repeat 8px 5px;
}
a.info, a.info:visited {
	display:block;
	height:40px;
	line-height:40px;
	font-size:130%;
}
a.info:hover {
}
div#info strong {
	color:#000;
	font-weight:bold;
}
/*============================================================================
QUICKLINKS
============================================================================*/
div#home {
	position:absolute;
	top:0px;
	left:-30px;
}
div#mail {
	position:absolute;
	top:32px;
	left:-30px;
}
/*============================================================================
INFORMIN
============================================================================*/
div#informin {
	position:absolute;
	bottom:10px;
	right:10px;
	width:200px;
	height:35px;
}
/*============================================================================
OTHERS
============================================================================*/
div.clearboth {
	clear:both;
}
div.title {
	text-align:center;
}
table.basic {
	width:350px;
}
table.basic th {
	text-align:left;
	font-weight:normal;
	border-right:solid 3px #ff7000;
	border-bottom:solid 1px #ff7000;
	padding:2px 4px 2px 2px;
	width:240px;
}
table.basic td {
	border-bottom:solid 1px #ff7000;
	padding:2px 2px 2px 4px;
	text-align:right;
}
table.basic th.indent {
	text-indent:20px;
	font-style:italic;
}
table.basic caption {
	text-align:left;
	font-weight:bold;
	border-top:solid 2px #ff7000;
	border-bottom:solid 2px #ff7000;
	border-left:solid 10px #ff7000;
	border-right:solid 10px #ff7000;
	padding-left:5px;
	background:#4B251B;
}
div.blocklink {
	clear:both;
	padding-top:5px;
}
p.extra {
	margin:10px 0px 0px 0px;
}
div#content div.blocklink a, div#content div.blocklink a:visited {
	display:block;
	float:left;
	font-size:90%;
	margin-right:10px;
	padding:0px 5px 0px 0px;
	height:20px;
	line-height:20px;
	text-align:right;
}
div#content div.blocklink a:hover {
	padding:0px 5px 0px 0px;
}
div#content a.link_details, div#content a.link_details:visited  {
	width:80px;
	background:url(../images/link_details.gif) no-repeat;
}
div#content a.link_details:hover {
	width:80px;
	background:url(../images/link_details_h.gif) no-repeat;
}
div#content a.link_gallery, div#content a.link_gallery:visited {
	width:70px;
	background:url(../images/link_gallery.gif) no-repeat;
}
div#content a.link_gallery:hover  {
	width:70px;
	background:url(../images/link_gallery_h.gif) no-repeat;
}
div#content a.link_back, div#content a.link_back:visited {
	width:70px;
	background:url(../images/link_back.gif) no-repeat;
}
div#content a.link_back:hover  {
	width:70px;
	background:url(../images/link_back_h.gif) no-repeat;
}
p.docend {
	margin-top:12px;
	width:300px;
	font-family:Georgia;
	font-style:italic;
	color:#BC5229;
	border-top:solid 1px #8C3E1F;
}
/*============================================================================
PIECEOFMONTH
============================================================================*/
div.pom {
	position:absolute;
	right:30px;
	bottom:85px;
	width:220px;
	height:90px;
	background:#FF7000;
	padding:3px 0px 3px 55px;
	border-left:solid 6px #B14E27;
	color:#000;
	font-size:90%;
}
div.pom span {
	position:absolute;
	top:5px;
	left:130px;
	width:130px;
	color:#fff;
}
div.pom img {
	position:absolute;
}
div.pom img.pic {
	top:8px;
	left:8px;
	border:solid 2px #B14E27;
}
div.pom img.prize {
	top:-10px;
	left:-25px;
	display:none;
}
div.pom a {
	display:block;
	font-size:115%;
	position:absolute;
	top:30px;
	left:130px;
	width:130px;
	height:55px;
}
div.pom a:hover{
	color:#000;
}
div#pom1 {
	top:128px;
}
div#pom2 {
	top:258px;
}
div#pom3 {
	top:388px;
}
