/* common */
body {
    background: #0d431d url(../images/body.png) top repeat-x;
    color: #372914;
    font-family: Georgia, serif;
    font-size: 13px;
    line-height: 20px;
}

h1 {
    font-size: 18px;
    margin-bottom: 10px;
}

h1.categoryName {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #675841;
    color: #fff;
    font-size: 12px;
    margin-top: 15px;
    padding: 5px;
    text-transform: uppercase;
}

p {
    margin-bottom: 10px;
}

a:link, a:visited {
    color: #372914;
}

/* main elements */
#header {
    background: url(../images/header.png) no-repeat;
    height: 210px;
    margin: 0 auto -11px auto;
    position: relative;
    width: 980px;
    z-index: 1000;
}
#header div {
	position:absolute;
	right:116px;
	top:3px;
}
#header div a {
	display:block;
	height:24px;
	width:24px;
	float:left;
	margin-left:10px;
	text-indent:-9999px;
}
#header a#hun {
	background: url(../images/hu.png) no-repeat;
}
#header a#eng {
	background: url(../images/uk.png) no-repeat;
}
#container {
    background: url(../images/container.png) repeat-y;
    margin: 0 auto;
    overflow: hidden;
    width: 960px;
}

#menu {
    border-right: 1px solid #fef3dd;
    float: left;
    margin-left: 10px;
    width: 205px;
}

#content {
    background: #fef3dd;
    border-bottom: 1px solid #675841;
    border-left: 1px solid #675841;
    float: left;
    margin-right: 10px;
    padding-top: 10px;
    width: 733px;
	min-height: 500px;
}

#text {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    width: 498px;
}

#sidebar {
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 10px;
    width: 205px;
}

#sidebar ul li {
	list-style-position: outside;
	list-style-type: none;
}

#textNoSidebar {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 713px;
}

#footer {
    background: url(../images/footer.png) no-repeat;
    clear: both;
    color: #ffffff;
    font-size: 10px;
    height: 80px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 960px;
}

/* menu */
#menuList {
}

.menuItem {
	list-style: none;
    background: url(../images/menuitem.jpg) no-repeat;
    display: block;
    height: 26px;
    padding-left: 20px;
    padding-top: 7px;
    width: 185px;
	list-style-position: outside;
}



.firstMenu {
    background: url(../images/firstitem.jpg) no-repeat;
}

.lastMenu {
    background: url(../images/lastitem.jpg) no-repeat;
    height: 41px;
}

.menuItem a:link, .menuItem a:visited {
    color: #372914;
    font-weight: bold;
    text-decoration: none;
}

.menuItem a:hover {
    color: #ffffff;
}

.firstMenu a:link, .firstMenu a:visited {
    color: #ffffff;
}

/* footer */
#footerFirst {
    float: left;
    height: 40px;
    margin-left: 10px;
    width: 205px;
}

#footerBorder {
    border-top: 1px solid #fef3dd;
    float: left;
    height: 39px;
    margin-right: 10px;
    width: 735px;
}

#footerCopy {
    clear: both;
    height: 40px;
    width: 960px;
}

#footerCopy p {
    padding-top: 15px;
}

/* gallery */
.gallery {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.naviPrev, .naviNext {
    float: left;
}

.naviPrevLarge, .naviNextLarge {
    float: left;
}

.naviPrev td {
    height: 306px;
    vertical-align: middle;
    text-align: center;
    width: 46px;
}

.naviNext td {
    height: 306px;
    vertical-align: middle;
    text-align: center;
    width: 46px;
}
.naviPrevLarge td {
    height: 473px;
    vertical-align: middle;
    text-align: center;
    width: 46px;
}

.naviNextLarge td {
    height: 473px;
    vertical-align: middle;
    text-align: center;
    width: 46px;
}

.prev {
    background: url(../images/prev.png) no-repeat;
    display: block;
    height: 24px;
    margin: 0 auto;
    width: 15px;
}

.prev:hover {
    background: url(../images/prev_over.png) no-repeat;
}

.next {
    background: url(../images/next.png) no-repeat;
    display: block;
    height: 24px;
    margin: 0 auto;
    width: 15px;
}

.next:hover {
    background: url(../images/next_over.png) no-repeat;
}

.cycle {
    border: 1px solid #675841;
    float: left;
    height: 300px;
    overflow: hidden;
    padding: 2px;
    width: 400px;
}

.cycle img {
    margin-bottom: 10px;
    height: 300px;
}

.cycleLarge {
    border: 1px solid #675841;
    float: left;
    height: 468px;
    overflow: hidden;
    padding: 2px;
    width: 615px;
}

.cycleLarge img {
    margin-bottom: 10px;
    height: 469px;
}

.label {
    background: url(../images/label.png);
	visibility:hidden;
    bottom: -50px;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 380px;
    z-index: 1000;
}

.labelLarge {
	display: none;
}

/* általános lista */
#text ul, #text ol {
    margin-bottom: 10px;
}

li {
    list-style: disc;
    list-style-position: inside;
}


/* linklista */
ul.linkList {
    margin-bottom: 5px;
    margin-top: -5px;
}


ul.linkList li.listItem {
    border-bottom: 1px solid #d6cab4;
    padding: 5px 0;
    position: relative;
	list-style-type: none;
}

ul.linkList li.firstItem {
    padding-top: 0px;
}

ul.linkList li.lastItem {
    border-bottom: 0px;
}


ul.linkList li.listItem span.price, span.pdf {
    position: absolute;
    right: 0px;
	top: 3px;
    font-weight: bold;
}

/* szállásfoglalás */
.reservationForm {
    width: 100%;
    margin-bottom: 15px;
}

.reservationForm td {
    width: 33%;
}

.labelField td {
    padding: 5px 5px 0 5px;
}

.actionField {
    text-align: center;
	padding-top: 10px;
}

.actionField a:link, .actionField a:visited {
    background: url(../images/edit_add.png) no-repeat left center;
    display: block;
    margin: 0 auto;
    padding-left: 32px;
    width: 140px;
	text-align: left;
}

.reservationForm .textInput {
    border: 1px solid #D6CAB4;
    margin-top: 5px;
    padding: 5px;
    width: 144px;
}

select {
    border: 1px solid #D6CAB4;
    margin-top: 5px;
    padding: 5px;
    width: 156px;
}

.dataForm {
    width: 100%;
    margin-bottom: 15px;
}

.dataForm td {
    width: 50%
}

.dataForm .textInput {
    border: 1px solid #D6CAB4;
    padding: 5px;
    width: 227px;
}

textarea {
    border: 1px solid #D6CAB4;
    height: 80px;
    padding: 5px;
    width: 476px;
}

.lastRow td {
    padding-top: 10px;
}

.submit {
    background: #fff;
    border: 1px solid #D6CAB4;
    margin-right: 10px;
    padding: 5px;
}

.sumLine {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #675841;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.messageLine {
	background-color: #8a1f1f;
}
/* commentForm */
.commentForm {
    width: 100%;
    margin-bottom: 15px;
}

.commentForm td {
    width: 50%;
}

.labelField td {
    padding: 5px 5px 0 5px;
}

.commentForm .textInput {
    border: 1px solid #D6CAB4;
    margin-top: 5px;
    padding: 5px;
    width: 339px;
}

.commentForm textarea {
    border: 1px solid #D6CAB4;
    height: 80px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 5px;
    width: 700px;
}

/* coments */
.commentEntry {
    margin-bottom: 10px;
}

.commentEntry .header {
    font-weight: bold;
    position: relative;
    text-indent: 0;
}

.commentEntry .header .date {
    font-weight: normal;
    position: absolute;
    right: 0;
}

.commentEntry blockquote {
    background: url(../images/q_left.png) left 10px no-repeat;
    padding-left: 30px;
    border-top: 1px solid #DACEB8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.commentEntry .text {
    background: url(../images/q_right.png) bottom right no-repeat;
    font-style: italic;
    padding-right: 30px;
    margin-bottom: 0px;
}


/* oldal tetjére */
.toTop {
    border-top: 1px solid #daceb8;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

.toTop a:link, .toTop a:visited {
    color: #372914;
    text-decoration: none;
}

.toTop a:hover {
    text-decoration: underline;
}

.partnerItem {
    margin: 0px 10px 10px 0px;
    width: 693px;
    background-color: #f1e3c7;
    padding: 10px;
	overflow: hidden;
}

.partnerItem dt {
    background: #fff;
    display: block;
    float: left;
    width: 240px;
    margin-right: 10px;
    text-align: center;
    height: 160px;
}

.partnerItem dt img {
    max-width: 240px;
    max-height: 160px;
}

.partnerItem dd {
    display: block;
    float: left;
    position: relative;
    height: 160px;
}

.partnerURL {
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
}

.toTop {
    clear: both;
}

.galleryThumbnails {
    clear:both;
    margin-bottom:5px;
    margin-left:-5px;
    margin-right:-5px;
    margin-top:-5px;
    overflow:hidden;
    width:498px;
}
.galleryThumbnails .item {
    background:#ccc;
    float:left;
    height:100px;
    margin:5px;
    width:156px;
}
.galleryThumbnails .item a {
    display:block;
    height:100px;
    width:156px;
}