﻿/**
 * removing defaults
 */
* {
	padding: 0px;
	margin: 0px;
}

/**
 * layout
 */
 
html {
	height: 100%;
        /* http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
        margin-bottom: 1px;
}

body {
	height: 100%;
	text-align: center; /* for IE to do centering */
}

#body_2c {
	position: relative;
	width: 765px;
	text-align: left; /* Back from IE centering bug */
	margin: 0 auto; /* for MB (modern browsers) to do centering */
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	background-image: url("/images/bg.png");
	background-repeat: repeat-y;
	color: #656565;
	font-size: 0.7em;
}

#header_2c {
	height: 233px;
	background-image: url('/images/en-header.png');
}

#mainpage_lang_en #header_2c {
	height: 124px;
	background-image: url('/images/en-header-main.png');
}

#lang_de #header_2c {
	background-image: url('/images/de-header.png');
}

#lang_hu #header_2c {
	background-image: url('/images/hu-header.png');
}

#container_2c {
	overflow: hidden; /* clearing floats -> http://www.quirksmode.org/css/clearing.html */
	width: 100%; /* ie need this */
	padding-bottom: 50px;
}


#left_2c {
	float: left;
	width: 240px; /* all other browser set this (without padding and margin) */
	overflow: hidden; /* nem folyhat ki a tartalom a dobozbol, kulonben vege a layoutnak */
	padding: 10px 0 0 10px;
}

#main_2c {
	float: right;
	padding: 10px;
	width: 490px; /* ie5.x set this width (with padding and margin) */
	overflow: hidden; /* nem folyhat ki a tartalom a dobozbol, kulonben vege a layoutnak */
}

#main_padding_2c {
	padding: 10px;
}

#footer_2c {
	background-image: url('/images/footer.png');
	position: relative;
	margin: -45px auto 0 auto;

	padding: 10px 10px 0px 10px;
	height: 46px; /* all other browser set this (without padding and margin) */
	line-height: 20px;

	width: 745px; /* all other browser set this (without padding and margin) */
	font-size: 0.8em;
	color: #909090;
	text-align: right;
}

#footer_2c a {
	color: #909090;
	text-decoration: none;
}

#footer_2c a:hover {
	text-decoration: underline;
}

#footer_2c address {
	float: left;
}

body {
	background-color: #c4c4c4;
	font-family: verdana, arial, sans-serif;
}

ul.menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	/*
	NEM lehet benne, mert nem mindig jo
	width: 100%;
        */
	overflow: hidden;
}

ul.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* ie fix */
* ul.menu li {
	/* ettol kap layoutot */
	height: 1%;
        /* ettol meg nem lesz szunet a li-k kozott */
	vertical-align: bottom;
}

ul.menu li {
	margin: 0;
	padding: 0;
}

ul.menu a,
ul.menu span.nolink {
	display: block;
}

ul.horizontal {
        /* clear float */
        overflow: hidden;
}

ul.horizontal li {
	float: left;
}

#mainmenu {
	position: absolute;
	top: 45px;
	right: 60px;
	font-size: 1.0em;
}

#mainmenu li {
	padding: 0 10px;
	border-right: 1px solid #909090;
}

#mainmenu li.last {
	border: 0;
	padding: 0 0 0 10px;
}

#mainmenu li.de {
	padding: 0 10px;
}

#mainmenu li.de.last {
	padding: 0 0 0 10px;
}

#mainmenu li.hu {
	padding: 0 10px;
}

#mainmenu li.hu.last {
	padding: 0 0 0 10px;
}

#mainmenu a {
	color: #909090;
	text-decoration: none;
}

#mainmenu a:hover {
	text-decoration: underline;
}

#mainmenu li.hostel span {
	display: block;
	position: absolute;
	top: 125px;
	left: 10px;
	width: 117px;
	height: 90px;
}

#home {
	position: absolute;
	top: 20px;
	left: 20px;
	background: none;
}

#home a {
	display: block;
	width: 250px;
	height: 70px;
	text-indent: -5000px;
}

h1 {
	background-image: url("/images/bg_h1.png");
	background-repeat: no-repeat;
	color: #3c73b6;
	text-transform: uppercase;
	font-size: 1.1em;
	height: 42px;
	padding: 0;
}

h1 span {
	margin: 0;
	padding: 10px 0 0 40px;
	background-image: url("/images/bg_h1_right.png");
	background-repeat: no-repeat;
	background-position: 100% 0;
	display: block;
}

h2 {
	color: #3c73b6;
	margin-bottom: 1em;
	font-size: 1.2em;
	padding-left: 16px;
}

p {
	text-align: justify;
	margin: 0 0 1.2em 0;
}

.dot {
	background-position: 15px 0;
	background-repeat: no-repeat;
	padding: 0 10px 5px 40px;
}

.yellow {
	background-image: url("/images/dot_yellow.png");
}

.red {
	background-image: url("/images/dot_red.png");
}

.green {
	background-image: url("/images/dot_green.png");
}

.blue {
	background-image: url("/images/dot_blue.png");
}

ul.list {
	list-style-type: none;
	font-weight: bold;
}

ul.list li {
	padding-top: 3px;
	padding-bottom: 3px;
}

#e404 {
	text-align: center;
	font-size: 3.0em;
	padding: 2em 0 0 0;
}


#mainmenu2 {
	position: absolute;
	top: 126px;
	left: 10px;
	font-size: 1.0em;
}

#mainmenu2 li {
	width: 116px;
	height: 90px;
	margin-right: 9px;
}

#mainmenu2 li a {
	display: block;
	height: 90px;
	text-indent: -5000px;
}

.hide {
	display: none;
}

.GMapEZ {
	margin: 1em 0 1.5em 3px;
	width: 740px;
	height: 300px;
}

#mainpage #main_2c {
	width: 365px;
}

#mainpage #left_2c {
	width: 365px;
}

fieldset {
	border: 1px solid #656565;
	padding: 10px;
	margin: 0 0 1em 0;
}

fieldset legend {
	padding: 0 5px;
	font-weight: bold;
}

fieldset label {
	width: 35%;
	float: left;
	text-align: right;
	margin: 5px 10px;
	clear: both;
}

fieldset input {
	float: left;
	border: 1px solid #7f9db9;
	background-color: #f0f0f0;
	margin: 5px 0;
}

select option {
	margin-right: 0.5em;
}

div.date {
	float: left;
}

input.submit {
	float: right;
}

img {
	border: none;
}

#mainpage #left_2c img {
	margin: 10px 0 2em 15px;
}

#full_width #main_2c {
	width: 745px;
}

#gallery {
	overflow: hidden;
	width: 100%;
}

#gallery td {
	text-align: center;
	height: 100px;
}

#gallery td img {
	display: inline;
	border: 1px solid #ddd;
	padding: 3px;
}

#flags {
    position: absolute;
    top: 19px;
    right: 18px;
	line-height: 23px;
}

#address{
	float: left;
	padding: 0px 0px 0px 10px;
}

#copy{
	padding: 0px 10px 0px 0px;
}

select {
	float: left;
}

textarea {
	float: left;
}

* html select#nights {
	margin-right: 140px;
}

span.ticket {
	color: red;
	font-size: 12px;
	font-weight: bold;
}

span.highlight {
	color: red;
	font-size: 12px;
	font-weight: bold;
}

div.center {
	text-align:center;
}

.yellowbg {
	background-color: yellow;
}

p.YHA {
	font-weight: bold;
	font-size: 15px;
	color: black;
	margin-bottom: 15px;
}

.box {
	color: white;
	padding: 0 0 0 15px;
	width: 350px;
	height: 240px;
	margin-bottom: 10px;
}

.bg1 {
    background: none repeat scroll 0 0 #9BBA1F;
}

.bg2 {
    background: none repeat scroll 0 0 #F26321;
}

.bg3 {
    background: none repeat scroll 0 0 #CA3535;
}

h3.boxtitle {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	qline-height: 1.2307em;
	line-height: 29px;
	padding: 10px 0 15px;
	text-transform: uppercase;
	word-spacing: -3px;
}

h3.boxtitle span {
	display: block;
	font-size: 28px;
	margin-top: -10px;
}

p.boxtext {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 17px;
	padding: 0 10px 0 2px;
	qletter-spacing: 0px;
}

.bg1 .link {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #9BBA1F;
}

.bg2 .link {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #F26321;
}

.bg3 .link {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #CA3535;
}

.link {
    background: none repeat scroll 0 0 #15C1E5;
    color: #FFFFFF;
    display: inline-block;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2307em;
    margin: 0;
    padding: 4px 7px 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    word-spacing: -2px;
}

.link:hover {
	color: #474B53;
}
