/* --------------------------------------------------------------
-----------------------------------------------------------------
	
	CONTENTS:
		
	1            Reset
	2            Layout
	3            Typography
	4            Tables
	5            Images, Embeds
	6            Top navigation
	7            Left navigation
	8            Boxes
	9            Main panels
	10           Headlines
	11           Related articles
	12           Forms
	13           Login, Logout
	14           Misc.

-----------------------------------------------------------------
-------------------------------------------------------------- */


/* 1    Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	padding: 1px;
	margin: 0;
}
input:focus, select:focus, textarea:focus {
  outline: 0 none;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
address {
	font-style: normal; 
}
:link, :visited {
	text-decoration: none;  
}
a img, :link img, :visited img {
	border: none; 
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

span.hidden {
  position: absolute;
  top: -20em;
  left: -200em;
} 


/* 2    Layout
-------------------------------------------------------------- */

#container {
	width: 992px;
	border: 4px solid #fff;
	margin: 0 auto 20px auto;
	overflow: auto;
}
#header {
	position: relative;
	width: 992px;
	height: 155px;
	background: #fff url(/img/header3.png) left top no-repeat;
}
a#logo{
	display: block;
	width: 460px;
	height: 131px;
	position: absolute;
	left: 30px;
	top: 13px;
	background: none;
}
a#area1{
	display: block;
	width: 39px;
	height: 41px;
	position: absolute;
	left: 735px;
	top: 79px;
	background: none;
}
a#area2{
	display: block;
	width: 38px;
	height: 41px;
	position: absolute;
	left: 783px;
	top: 79px;
	background: none;
}
a#area3{
	display: block;
	width: 38px;
	height: 41px;
	position: absolute;
	left: 831px;
	top: 79px;
	background: none;
}
a#area4{
	display: block;
	width: 39px;
	height: 41px;
	position: absolute;
	left: 878px;
	top: 79px;
	background: none;
}
a#area5{
	display: block;
	width: 38px;
	height: 41px;
	position: absolute;
	left: 927px;
	top: 79px;
	background: none;
}
#middle {
	width: 992px;
	float: left;
	background: #fff;
}
#left {
	width: 172px;
	background: #fff;
	padding-bottom: 10px;
}
#content {
	width: 628px;
	background: #fff;
	padding: 0 10px 10px 10px;
}
#right {
	width: 172px;
	background: #fff;
	padding-bottom: 10px;
}
#left, #content, #right, #footer {
	float: left;
}
#footer {
	clear: both;
	float: left;
	width: 992px;
	height: 28px;
	/*
	background: #611a6a; */
	background: #6b1e89;
	text-align: center;
}
#footer a, #footer span {
	font-size: 12px;
	color: #fff;
	margin: 0 25px;
	line-height: 28px;
}
#footer a:hover {
	border-bottom: 1px solid #fff;
}


/* 3    Typography
-------------------------------------------------------------- */

body {
	color: #333;
	font: 12px/1.4 Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #efefef;
}
#content a {
	color: #922828;
}
#content a:hover {
	color: #922828;
	border-bottom: 1px solid #922828;
}
#content p a, .box p a, #content table.calendar a, #content table.common_table a {
	color: #922828;
	border-bottom: 1px solid #ddd;
}
#content p a:hover, .box p a:hover, #content table.calendar a:hover, #content table.common_table a:hover {
	color: #000;
	border-bottom: 1px solid #922828;
}
#content a.more {
	font-size: 10px;
	display: inline-block;
	margin-top: 6px;
}
#content a.more:hover {
	color: #333;
}
a.button_registration {
	color: #922828;
	font-size: 11px;
	clear: both;
	display: block;
	margin-bottom: 4px;
}
a.button_registration:hover, #content form.clean_form a:hover {
	color: #000;
}
#content form.clean_form a {
	color: #922828;
}
a.login, a.ajanlat {
	margin-top: 0;
}
a.logout {
	margin-top: -4px;
}
h1 {
	font-size: 18px;
	color: #333;
	margin-bottom: 8px;
}
h2 {
	font-size: 14px;
	color: #333;
}
p {
	margin: 10px 0;
}
p.lead {
	margin-top: 20px;
	padding: 4px 6px;
	color: #bebebe;
}
.lead a:after {
	content:"\A";
	white-space: pre;
}


/* 4    Tables
-------------------------------------------------------------- */

table.common_table {
	border: 1px solid #ccc;
}
table.common_table td, table.common_table th {
	border: 1px solid #ccc;
	padding: 4px;
	text-align: left;
}
table.common_table th {
	background: #eee;
}
table.calendar td {
	width: 78px;
}
table.calendar td div {
	font-weight: bold;
	margin-bottom: 6px;
}
table.calendar td#current {
	background: #999;
	color: #fff;
}
table.calendar span {
	width: 100%;
	display: block;
	padding: 2px 0;
}
table.calendar span.comment span {
	color: #aaa;
	font-size: 9px;
}
#content table.common_table img {
	border: none;
	padding: 0 5px;
}
table.datasheet {
	width: 100%;
}
/*table.datasheet th {
	width: 50%;
}*/


/* 5    Images, Embeds
-------------------------------------------------------------- */

img.left {
	float: left;
	margin: 4px 6px 0 0;
}
img.right {
	float: right;
	margin: 4px 0 0 6px;
}
#language img {
	float: left;
	margin: 0 4px 6px 0;
	padding: 1px;
	border: 1px solid #ddd;
}
#content img {
	padding: 6px;
	border: 1px solid #ddd;
}
#content .map {
	background: #eee;
	float: left;
	border: 1px solid #ddd;
	padding: 10px;
}
#content .map img {
	border: none;
	padding: 0;
}
.galery {
	background: #eee;
	padding: 10px;
	margin-bottom: 20px;
	clear: both;
	float: left;
	width: auto;
	border: 1px solid #ddd;
}
.galery embed, .galery object, .map embed, .map object {
	float: left;
	margin-right: 10px;
}

/* 6    Top navigation
-------------------------------------------------------------- */

ul#menu_top {
	padding: 0 0 0 8px;
	position: absolute;
	left: 0;
	bottom: 0;
}
ul#menu_top li {
	display: inline;
}
ul#menu_top li a {
	float: left;
	font-size: 12px;
	/* color: #b2227c; */
	color: #b31d22;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 12px;
	line-height: 30px;
	height: 30px;
}
ul#menu_top li a:hover, ul#menu_top li a.active {
	/*color: #611a6a; */
	color: #f35c19;
}


/* 7    Left navigation
-------------------------------------------------------------- */

ul#menu {
	padding-top: 4px;
}
ul#menu li a {
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	padding-left: 8px;
	display: block;
	width: 137px;
}
ul#menu ul li a {
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	padding-left: 14px;
	display: block;
	width: 131px;
}
ul#menu ul ul li a {
	font-weight: normal;
	font-style: italic;
	padding-left: 20px;
	width: 125px;
}
ul#menu li a:hover {
	background: none;
}


/* 8    Boxes
-------------------------------------------------------------- */

ul.pink, .pink .box_header {
	background: #b1227a url(/img/color_pink_top_left.gif) left top no-repeat;
}
.pink li a {
	color: #fff;
	border-bottom: 1px solid #d9429f;
}
.pink li a:hover, .pink a.active {
	color: #fe5dc4;
}
.pink {
	background: #ffdcf2;
}
ul.red, .red .box_header {
	background: #922828 url(/img/color_red_top_left.gif) left top no-repeat;
}
.red li a {
	color: #fff;
	border-bottom: 1px solid #ad4545;
}
.red li li a {
	color: #fff;
	border-bottom: 1px solid #ad4545;
}
.red li a:hover, .red a.active {
	color: #f2a0a0;
}
.red {
	background: #fed3d3;
}
ul.green, .green .box_header {
	background: #016436 url(/img/color_green_top_left.gif) left top no-repeat;
}
.green li a {
	color: #fff;
	border-bottom: 1px solid #0f814d;
}
.green li a:hover, .green a.active {
	color: #29bf78;
}
.green {
	background: #e2fcf0;
}
ul.light_blue, .light_blue .box_header {
	background: #007cc2 url(/img/color_light_blue_top_left.gif) left top no-repeat;
}
.light_blue li a {
	color: #fff;
	border-bottom: 1px solid #1a93da;
}
.light_blue li a:hover, .light_blue a.active {
	color: #383578;
}
.light_blue {
	background: #e2f4fe;
}
ul.blue, .blue .box_header {
	background: #373779 url(/img/color_blue_top_left.gif) left top no-repeat;
}
.blue li a {
	color: #fff;
	border-bottom: 1px solid #46469b;
}
.blue li a:hover, .blue a.active {
	color: #5f5fed;
}
.blue {
	background: #e3e3fb;
}
.box {
	width: 172px;
	margin-top: 10px;
	padding-bottom: 0px;
}
.box li {
	line-height: 1.2;
	border-top: 1px solid #fff;
}
.box p {
	padding: 6px 6px;
	margin: 0;
}
.box li a {
	color: #333;
	font-size: 12px;
	display: block;
	padding: 6px 6px;
	border: none;
}
.box li a:hover {
	color: #fff;
}
.pink li a:hover {
	background: #b1227a;
}
.red li a:hover {
	background: #922828;
}
.green li a:hover {
	background: #016436;
}
.light_blue li a:hover {
	background: #007cc2;
}
.blue li a:hover {
	background: #373779;
}
.box_header {
	width: 172px;
}
.box_header h2 {
	font-size: 14px;
	color: #fff;
	padding: 4px 4px 4px 8px;
	margin: 0;
}
.box span {
	display: block;
	font-style: italic;
	margin-top: 4px;
}
.box span.date, h1 span.date {
	display: block;
	font-size: 10px;
	margin-left: 6px;
}
.box span.next {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	margin: auto;
}
.img_container {
	width: 172px;
	text-align: center;
}
.no_link {
	margin: 6px 0;
}


/* 9    Main panels
-------------------------------------------------------------- */

.panel_container_1, .panel_container_2 {
	width: 628px;
	clear: both;
	float: left;
}
.panel_container_1 {
	background: url(/img/panel_container_1.gif) repeat-y;
}
.panel_container_2 {
	background: url(/img/panel_container_2.gif) repeat-y;
}
.panel_container_2 div {
	width: 283px;
	float: left;
	background: #efefef;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 8px 12px 12px 12px;
}
.panel_container_1 div{
	width: 600px;
	float: left;
	background: #efefef;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	
	padding: 8px 12px 12px 12px;
}

.panel_container_1 div h1, .panel_container_2 div h1 {
	font-size: 20px;
	font-weight: normal;
}
#content .panel_container_1 div h2 a, #content .panel_container_2 div h2 a {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0;
}
#content .panel_container_1 div h2 a:hover, #content .panel_container_2 div h2 a:hover {
	color: #922828;
}
.panel_container_1 p, .panel_container_2 p {
	margin: 4px 0 0 0;
}
#content #hirek h1, #content #hirek h1 a, #content #hirek h1 a:hover {
	color: #007cc2;
}
#content #hirek h1 a:hover {
	border-bottom: 1px solid #007cc2;
}
#content #utvonalak h1, #content #utvonalak h1 a, #content #utvonalak h1 a:hover {
	color: #28285a;
}
#content #utvonalak h1 a:hover {
	border-bottom: 1px solid #28285a;
}
#content #szolgaltato_kereso h1, #content #szolgaltato_kereso h1 a, #content #szolgaltato_kereso h1 a:hover {
	color: #932828;
}
#content #szolgaltato_kereso h1 a:hover {
	border-bottom: 1px solid #932828;
}
#content #zarandokutak h1, #content #zarandokutak h1 a, #content #zarandokutak h1 a:hover {
	color: #26a96c;
}
#content #zarandokutak h1 a:hover {
	border-bottom: 1px solid #26a96c;
}
.panel_line_1 {
	width: 628px;
	height: 1px;
	background: #ff0000 url(/img/panel_line_1.gif) left top no-repeat;
	float: left;
	margin-bottom: 10px;
}
.panel_line_2 {
	width: 628px;
	height: 1px;
	background: #ff0000 url(/img/panel_line_2.gif) left top no-repeat;
	float: left;
}
#utvonalak, #zarandokutak {
	margin-left: 10px;
}
#zarandokutak {
	background: #e2fcf0;
	border-top: 1px solid #acddc6;;
	border-left: 1px solid #acddc6;;
	border-right: 1px solid #acddc6;;
}


/* 10    Headlines
-------------------------------------------------------------- */

#content .headline {
	margin-bottom: 16px;
	clear: both;
	float: left;
	width: 100%;
	padding: 0;
	border: 0;
	background: inherit;
}
#content .headline p {
	margin: 0;
	line-height: 14px;
}
#content .headline p, headline span {
	padding-right: 12px;
}
#content .headline img {
	float: left;
	margin-right: 1em;
	height: auto;
	max-width:160px;
}	
#content > div > #hirek > .headline > a > img {
	max-width:120px;
}
#content .headline h2, #content .headline h2 a {
	font-size: 14px;
	color: #999;
	color: #922828;
	margin-bottom: 4px;
	margin-top: 0;
}
#content .headline h2 a:hover {
	color: #333;
}


/* 11    Map
-------------------------------------------------------------- */

#content #map {
    width: 608px;
    height: 350px;
}

#content ul.dailies_list, 
#content ul.related_articles {
	list-style: none;
	clear: both;
	display: block;
	margin-top: 20px;
	margin-left: 0;
}

#content ul.dailies_list li, 
#content ul.related_articles li {
	background-color: #eee;
	border: 1px solid #ddd;
	margin: 5px;
	height: 55px;
}

#content ul.dailies_list li a,
#content ul.related_articles li a {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

#content ul.dailies_list li:before, 
#content ul.related_articles li:before {
	content: "\2023 \0020";
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
}

#up, #down, #distance_km {
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}

#distance_km {
	margin-right: 20px;
}

#level {
	height: 15px;
	border: none;
	padding: 0;
	margin: 10px 5px 0px 5px;
}

#distance {
	height: 15px;
	border: none;
	padding: 0;
	margin: 10px 5px 0px 30px;
}

.small_map {
	height: 30px;
	float: right;
	margin-right: 15px;
	box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px;
	transition: all .2s ease-in-out;
}

.small_map:hover {
	transform: scale(1.1);
}

#content .small_map {
	padding: 0;
	border: none;
}

#ul_nearby_places > li > ul > li > a > img {
	margin-right: 10px;
}
.dailies_list_icons {
	width: 90px;
	height: 30px;
	margin-top: -12px;
	float: right;
}


/* 12    Forms
-------------------------------------------------------------- */

input[type="text"], input[type="password"], textarea, select {
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
   -webkit-border-radius: 8px;
	border-radius: 8px;
}
input[type="text"], input[type="password"] {
	height: 16px;
	line-height: 16px;
}
input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
	border: 1px solid #aaa;
}
input[type="submit"], a.btn {
	text-transform: uppercase;
	font-size: 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
   -webkit-border-radius: 6px;
	border-radius: 6px;
	width: auto;
	cursor: pointer;
	color: #333;
	background: #ddd;
	padding: 2px;
	margin: 0 6px 10px 0;
}
input[type="submit"]:hover, a.btn:hover {
	color: #fff;
	background: #999;
}
form.clean_form fieldset { 
	margin-bottom: 10px;
}
form.clean_form legend {
	padding: 4px 10px;
	font-weight: bold;
	background: #eee;
}
form.clean_form label { 
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form.clean_form fieldset li {
	padding: 5px;
	background: #efefef;
}
form.clean_form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.clean_form fieldset fieldset input {
	padding: 0;
}
form.clean_form fieldset fieldset legend {
	padding: 0 0 15px;
	font-weight: normal;
}
form.clean_form fieldset fieldset label {
	display: block;
	width: auto;
}
form.clean_form em {
	font-weight: bold;
	font-style: normal;
	color: #922828;
}
form.clean_form label { 
	width: 200px; 
} 
form.clean_form fieldset fieldset label { 
	margin-left: 204px; 
}
form.clean_form fieldset {
	border: none;
}
form.clean_form fieldset li {
	padding: 5px 10px 5px;
	border-bottom: 1px solid #e6e6e6;
}
form.clean_form fieldset li:last-child {
	border-bottom: none;
}
form.clean_form textarea {
	width: 350px;
}
form.calendar_form {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
form.calendar_form select{
  width: 100px;
  padding: 1px 3px;
  margin: 0;
  color: #666;
}

/* 13    Login, Logout
-------------------------------------------------------------- */

form#login, #logout {
	clear: both;
	width: 172px;
}
form#login input[type="text"], form#login input[type="password"] {
	margin-bottom: 6px;
	width: 160px;
}
#logout {
	padding-top: 4px;
}
#logout span {
	color: #666;
}
span#who {
	display: block;
	font-weight: bold;
	margin: 4px 0 10px 0;
	padding-right: 2px;
}



/* 14    Misc.
-------------------------------------------------------------- */

.lead-image.big {
	display: none;
}

hr {
  background: #eee; 
  color: #eee;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 0 0 20px;
  border: none; 
}
.w_50 {
	width: 50%;
	float: left;
}
.clear {
	clear: both;
}
.map ul {
	margin-top: 10px;
	float: left;
	width: 100%;
}
.map li {
	width: 100%;
	float: left;
}
.map li li {
	font-weight: normal;
	width: 50%;
	float: left;
}
.map ul ul {
	margin-bottom: 16px;
}
.map li.title {
  font-weight: bold;
  margin-top: 10px;
  float: left;
} 
form.clean_form label.w_100 { 
	width: 100px; 
} 
#content ul, #content li {
    list-style: none;
    margin-left: 16px;
}

.box_header h2 a {
    color: #fff;
}

.box_header h2 a:hover {
    border-bottom: 1px solid #fff;
}


/* Eseménynaptár éves tervező nézet kártyái */

#calendar-btn-group {
	text-align: center;
	margin-top: 10px;
}

#calendar-btn-group > .btn {
	padding: 2px 60px;
	font-weight: bold;
}

.planning-event {
	margin-top: 20px;
}

.planning-event .date {
	margin-right: 5px;
}

.event-title {
	color: #333;
	margin-top: 10px;
	display: none;
}

.card_oldstyle {
	height: auto;
    width: 280px;
    margin: 2em 1.2em;
	background-color: #5a2b7b;
	float: left;
}

.card_top {
    text-align: center;
    height: 140px;
    background: #4d236b;
}

.card_oldstyle > a {
	color: #fff;
}

#content > .planning-event > .card_oldstyle > a > .card_top > .card_img {
    height: 100px;
    padding: 0;
    border: none;
    margin: 20px auto;
}

.card_content {
    padding: 1em;
    color: #fff;
    height: 240px;
}

#content > .planning-event > .card_oldstyle > a > .card_content > div > .card_icon {
	margin-right: 1em;
	padding: 0;
	height: 20px;
    border: none;
}

.card_content > .card_title {
    margin-bottom: 1em;
    font-weight: bold;
    text-align: center;
    height: 4em;
}

.card_lead {
	color: #b193c7;
	margin-bottom: 1em;
	text-align: center;
	height: 8em;
}

.card_bottom {
	height: 40px;
	background-color: #4d236b;
}

.card_bottom > p {
    text-align: center;
    font-size: 1.2em;
    padding-top: 0.6em;
    color: #fff;
}

#content > .planning-event > .card_oldstyle > a > .card_bottom > p > .card_button {
	float: right;
	margin-right: 2em;
	margin-top: -10px;
	height: 30px;
    border: none;
}


/* Zarándokút leírásban iframe google form*/

iframe > html > body > div > div > form > div > div > .freebirdFormviewerViewHeaderTitle {
    font-size: 1.4em;
}


