/*--------------------------------
    main elements
--------------------------------*/
body, html {
	font-family: Arial, Verdana, Tahoma, Salem;
	font-size: 12px;
	color: #c5a542;
    height: 100%;
	padding: 0px;
	margin: 0px;
	line-height: 13px;
}

.bg-hu {
    background: #0d0a08 url(../gfx/body-bg-hu.gif) no-repeat center center;
}

.bg-en {
    background: #0d0a08 url(../gfx/body-bg-en.gif) no-repeat center center;
}

form {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

img {
	margin: 0px;
	border: 0px;
    vertical-align: bottom;
}

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	line-height: 16px;
}

h1 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
	line-height: 25px;
	font-size: 22px;
	color: #F1F1EC;
    font-family: Times, Verdana, Tahoma, Salem;
}

h2 {
	color: #5e5e5e;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 18px;
	font-size: 18px;
	font-family: Times, Verdana, Tahoma, Salem;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #8a7e58;
}

a:hover {
	color: #8a7e58;
}

strong {
    font-weight: bold;
    color: #c7ba95;
}

/*--------------------------------
    containers
--------------------------------*/
table.bg-container {
	width: 100%;
    height: 100%;
}

div#main-container {
    width: 800px;
    height: 361px;
    padding: 0px 0px 0px 19px;
    background: transparent url(../gfx/main-container-bg.gif) no-repeat top left;
    text-align: left;
	position: relative;
}

div#left-container {
    float: left;
    display: block;
    width: 305px;
    height: 290px;
    padding: 1px 1px 1px 1px;
    background-color: #292420;
}

div#right-container {
    float: left;
    width: 414px;
    height: 222px;
    padding: 20px 30px 50px 30px;
    border-left: 1px solid #78663a;
    background: transparent url(../gfx/right-container-bg.gif) no-repeat top left;
	overflow: hidden;
}

div#right-container td {
    vertical-align: top;
}

div#right-container hr {
    height: 5px;
    border: none;
    margin: 0px 0px 10px 0px;
    background: transparent url(../gfx/content-separator.gif) no-repeat center center;
}
div.scAreaContent {
	display: block;
}
div.scAreaContent table {
	clear: both;
}
img#pager-up,
img#pager-down {
	position: absolute;
	display: none;
	cursor: pointer;
}

img#pager-up {
	top: 80px;
	left: 769px;
}
img#pager-down {
	top: 300px;
	left: 769px;
}
div#left-container-map {
    float: left;
    display: block;
    width: 535px;
    height: 290px;
    padding: 1px 1px 1px 1px;
    border-right: 1px solid #78663a;
}

div#right-container-map {
    float: left;
    width: 199px;
    height: 270px;
    padding: 30px 30px 0px 15px;
    background: transparent url(../gfx/right-container-bg.gif) no-repeat top right;
}

/*--------------------------------
    top menu
--------------------------------*/
div#top-menu {
    float: left;
    width: 761px;
    height: 36px;
    padding: 15px 0px 0px 21px;
}

    a.top-menu,
    a.top-menu:link,
    a.top-menu:visited,
    a.top-menu:active {
        float: left;
        padding: 0px 15px 0px 10px;
        font-family: Times, Verdana, Tahoma, Salem;
        font-size: 13px;
        font-weight: bold;
        color: #523920;
        background: transparent url(../gfx/top-menu-separator.gif) no-repeat center right;
    }
    
    a.last-top-menu {
        float: left;
        padding: 0px 0px 0px 10px;
        font-family: Times, Verdana, Tahoma, Salem;
        font-size: 13px;
        font-weight: bold;
        color: #523920;
    }

	a.top-menu-hu,
    a.top-menu-hu:link,
    a.top-menu-hu:visited,
    a.top-menu-hu:active {
        float: left;
        padding: 0px 12px 0px 8px;
        font-family: Times, Verdana, Tahoma, Salem;
        font-size: 13px;
        font-weight: bold;
        color: #523920;
        background: transparent url(../gfx/top-menu-separator.gif) no-repeat center right;
    }
    
    a.last-top-menu-hu {
        float: left;
        padding: 0px 0px 0px 15px;
        font-family: Times, Verdana, Tahoma, Salem;
        font-size: 13px;
        font-weight: bold;
        color: #523920;
    }
    
    a.top-menu:hover, a.last-top-menu:hover {
        color: #FFF;
    }

/*--------------------------------
    language selector
--------------------------------*/
div#language-selector {
    width: 800px;
    height: 22px;
    padding: 10px 0px 0px 0px;
    margin: 72px 0px 0px 0px;
    position: relative;
}

div#language-selector span {
    float: right;
    width: 40px;
    padding: 0px 0px 0px 22px;
    background: transparent url(../gfx/language-selector-separator.gif) no-repeat center left;
}

a.facebook-link {
	display: block;
	width: 123px;
	height: 11px;
	background: transparent url(../gfx/facebook-link.png) no-repeat top left;
	position: absolute;
	top: 12px;
	left: 10px;
}

div#language-selector a,
div#language-selector a:link,
div#language-selector a:visited,
div#language-selector a:active {
    float: right;
}

div#language-selector .language-selector-active {
    /*color: #5c5336;*/
}
    
/*--------------------------------
    footer
--------------------------------*/
div#footer {
    line-height: 30px;
    font-size: 12px;
    color: #726840;
}

    div#footer span {
        padding: 0px 0px 0px 21px;
        background: transparent url(../gfx/footer-separator.gif) no-repeat center left;
    }
    
    div#footer span a,
    div#footer span a:link,
    div#footer span a:visited,
    div#footer span a:active {
        color: #8a7e58;
    }

div#preshaz-logo {
    
}

/*--------------------------------
    contact
--------------------------------*/
div#contact-left {
    float: left;
    width: 200px;
    height: 200px;
    border-right: 2px solid #171310;
}

div#contact-right {
    float: left;
    width: 168px;
    height: 210px;
    padding: 0px 0px 0px 32px;
}

a.next-link {
    display: block;
    padding: 0px 0px 0px 10px;
    background: transparent url(../gfx/link-arrow-right.gif) no-repeat center left;
    color: #c6b272;
}

.input-text {
    width: 166px;
    height: 18px;
    border: 0;
    margin: 2px 0px 4px 0px;
    padding: 2px 0px 0px 4px;
    /*background-color: #0c0b08;*/
    /*color: #FFF;*/
    background-color: #D7C3A6;
    color: #000;
    border: 1px solid #DCC664;
    font-size: 11px;
}

.input-textarea {
    width: 166px;
    height: 48px;
    border: 0;
    margin: 2px 0px 4px 0px;
    padding: 2px 0px 0px 4px;
    /*color: #FFF;*/
    font-size: 11px;
    /*background: #0c0b08 url(../gfx/input-textarea-bg.gif) no-repeat top left;*/
    background-color: #D7C3A6;
    color: #000;
    border: 1px solid #DCC664;
    font-family: Arial, Verdana, Tahoma, Salem;
}

.input-submit {
    border: 0;
    background: none;
    color: #c6b272;
    font-size: 12px;
    background: transparent url(../gfx/link-arrow-right.gif) no-repeat center left;
    cursor: pointer;
}

ul.map-list {
    margin: 10px 0px 10px 20px;
    padding: 0;
}

    ul.map-list li {
       line-height: 20px;
       margin: 0px 0px 0px 0px;
       padding: 0px 0px 0px 0px;
       list-style-type: decimal;
       /*background: transparent url(../gfx/list-bg.gif) no-repeat center left;*/
    }
    
/*--------------------------------
    gallery
--------------------------------*/
div.gallery-container {
    float: left;
    width: 182px;
    height: 137px;
    margin: 0px 15px 15px 0px;
    border: 1px solid #000;
    padding: 2px 2px 2px 2px;
    background-color: #78663A;
}

div.gallery-container img {
    border: 1px solid #000;
}
