
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #fff;
}

h1 {
	font-size: 160%;
	margin: 12px 0px;
}

h2 {
	font-size: 143%;
	margin: 12px 0px;
}

h4 {
	font-size: 100%;
	margin: 8px 0px;
}

#container {
	text-align: left;
}

/* Épület adatok listázása */
.data-list {
	list-style-type: none;
}
.data-list li span {
	font-weight: bold;
}

/* Épületek linkek */
.data-link {
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 8px;
	margin-bottom: 6px;
	float: right;
/**** Ideiglenesen elrejtve!!! ****/
	display: none;
}
.data-link li {
	margin-left: 8px;
}
.data-link li a {
	color: #000;
	text-decoration: none;
}
.data-link li a:hover {
	color: #ed1c24;
}

/* Programok */
.event-box {
}
.event-image {
}
.event-date {
	font-size: 82%;
}
.event-title {
	font-size: 100%;
	font-weight: bold;
	margin: 12px 0px;
}
.event-subtitle {
	font-size: 92%;
	font-weight: bold;
	margin: 8px 0px;
}
.event-time {
	font-weight: bold;
}
.event-summary {
	font-size: 92%;
}
.event-long-desc {
	background-color: #fff;
	font-size: 92%;
/*	border: 2px solid #ed1c24;*/
	border-top: 1px solid #000;
	padding: 8px;
/*	width: 480px;*/
}
.event-long-desc-expand, .event-long-desc-collapse {
	color: #ed1c24;
	background-color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.event-long-desc-expand {
}
.event-long-desc-collapse {
	text-align: right;
}
.event-separator {
	border: 0px;
	border-bottom: 1px solid #000;
	padding: 0px;
	height: 0px;
}
.event-hidden-separator {
	color: #fff;
	background-color: #fff;
	border: 0px;
	padding: 0px;
	height: 0px;
	clear: both;
}

