body {
	background: url('img/bg.png');
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0px;
}

.clear {
	clear: both;
}

.wrapper {
	width: 1200px;	
	margin: 0 auto;
}


header {
	background-color: #ffffff;
	height: 110px;
	width: 100%;
	}
	header .inner {
		margin: 0 auto;
	}
	header .inner:after {
		clear: both;
	}
	.Sitelogo {
		float: left;
		width: 50%;
	}
	.Sitelogo a {
		background: url('img/site-logo.png') center center;
		float: left;
		height: 100px;
		margin-top: 5px;
		margin-left: 10px;
		width: 408px;
	}
	.Subsite {
		width: 50%;
		float: right;
		}
		.Subsite ul {
			float: right;
			list-style: none;
			margin: 0;
			padding: 0;
			}
			.Subsite ul > li {
				float: left;
				}
				.Subsite ul > li > a {
					display: block;
					height: 110px;
					width: 120px;
				}
				.Subsite ul > li > a.Orange {
					background: url('img/subsite-icon-v3.png') 0 0;
				}
				.Subsite ul > li > a.Orange:hover,
				.Subsite ul > li > a.Orange.active {
					background-position: 0 110px;
				}
				.Subsite ul > li > a.Red {
					background: url('img/subsite-icon-v3.png') -120px 0;
				}
				.Subsite ul > li > a.Red:hover,
				.Subsite ul > li > a.Red.active {
					background-position: -120px 110px;
				}
				.Subsite ul > li > a.Blue {
					background: url('img/subsite-icon-v3.png') -240px 0;
				}
				.Subsite ul > li > a.Blue:hover,
				.Subsite ul > li > a.Blue.active {
					background-position: -240px 110px;
				}
				.Subsite ul > li > a.Green {
					background: url('img/subsite-icon-v3.png')-360px 0;
				}
				.Subsite ul > li > a.Green:hover,
				.Subsite ul > li > a.Green.active {
					background-position: -360px 110px;
				}


nav.MainMenu {
	background: url('img/nav-bg-v2.jpg') repeat-x;
	height: 50px;
	width: 100%;
	}
	.MainMenu .inner {
		margin: 0 auto;
		width: 1200px;
	}
	nav.OrangeMenu {
		background: url('img/nav-bg-v2.jpg') repeat-x !important;
	}
	nav.GreenMenu {
		background: url('img/nav-bg-green.jpg') repeat-x !important;
	}
	nav.BlueMenu {
		background: url('img/nav-bg-blue.jpg') repeat-x !important;
	}

.Breadcrumb {
	background-color: #dedbdb;
	border-bottom: 1px solid #adacad;
	height: 38px;
	width: 100%;
	}
	.Breadcrumb .inner {
		margin: 0 auto;
		width: 1200px;
	}
	.Path {
		float: left;
		}
		.Path ul {
			list-style: none;
			margin: 0 0 0;
			padding: 8px 0 0 0;
			}
			.Path ul > li {
				float: left;
			}
			.Path ul > li:after {
				content: "›";
			}
			.Path ul > li:last-child:after {
				content: none;
			}
			.Path ul > li > a {
				color: #4c4845;
				padding: 0 8px;
				text-decoration: none;
			}
	.Flags {
		float: right;
		}
		.Flags ul {
			list-style: none;
			margin: 0 10px 0 0;
			padding-top: 8px;
			padding-left: 0px;
			}
			.Flags ul > li {
				float: left;
			}
			.Flags ul > li:first-child {
				margin-right: 12px;
			}


section.Slideshow {
	height: 350px;
	margin: 0;
	width: 878px;
}

section.InfoBar {
	margin-top: 18px;
	margin-left: 25px;
}

section.Content {
	background-color: #ffffff;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	margin: 0 auto;
	width: 1198px;
	}

section.ContentWrapper {
	background: #ffffff url('img/content-bg.jpg') repeat-y;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	margin: 0 auto;
	width: 1198px;
	}
	.ContentLeft {
		background-color: #ffffff;
		float: left;
		font-weight: 300;
		overflow: hidden;
		width: 878px;
		}
		.ContentLeft h1 {
			color: #fd8100;
			font-weight: 400;
			margin: 10px 0 15px 0;
		}
		.OrangeTheme .ContentLeft h1 {
			color: #fd8100 !important;
		}
		.BlueTheme .ContentLeft h1 {
			color: #028aca !important;
		}
		.GreenTheme .ContentLeft h1 {
			color: #02c161 !important;
		}
		.ContentLeft div > a,
		.ContentLeft p > a,
		.ContentLeft li > a {
			border-bottom: dotted 1px #c00000; 
			color: #c00000;
			text-decoration: none;
		}
	.ContentRight {
		float: right;
		overflow: hidden;
		width: 320px;
		}
		.ContentRight .SideBlock {
			box-sizing: border-box;
			float: left;
			padding: 0 15px;
			width: 100%;
		}
		.ContentRight .SideBlock h3 {
			background-color: #fd8100;
			border-radius: 4px;
			box-sizing: border-box;
			color: #ffffff;
			font-size: 16px;
			margin: 10px 0 0 0;
			padding: 5px;
			text-align: center;
			width: 100%;
		}
		.OrangeTheme .ContentRight h3 {
			background-color: #fd8100 !important;
		}
		.BlueTheme .ContentRight h3 {
			background-color: #028aca !important;
		}
		.GreenTheme .ContentRight h3 {
			background-color: #02c161 !important;
		}
	


footer {
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	box-sizing: border-box;
	display: block;
	margin: 0 auto 15px auto;
	width: 1200px;
	}
	.FooterTop {
		background-color: #f1f1f1;
		color: #ffffff;
		float: left;
		width: 100%;
		}
		.FooterTop .CityLogo {
			height: 60px;
		}
		.FooterTop .CityLogo .hr {
			background-color: #e1e1e1;
			height: 2px;
			position: relative;
			margin: 0 auto;
			top: 40px;
			width: 98%;
		}
		.FooterTop .CityLogo span {
			background: url("img/logo-small.png") no-repeat center center;
			display: block;
			margin: 0 auto 0 auto;
			height: 75px;
			position: relative;
			width: 58px;
			top: -26px;
		}
		.FooterTop .column-wrapper {
			float: left;
			margin-top: 50px;
			margin-bottom: 30px;
			padding: 0 79px;
		}
		.FooterTop .column {
			float: left;
			width: 240px;
			}
			.FooterTop .column h4 {
				color: #000000;
				font-size: 19px;
				font-weight: 700;
				margin: 0 0 10px 0;
			}
			.FooterTop .column ul {
				font-weight: 300;
				list-style: none;
				margin: 0;
				padding: 0;
			}
			.FooterTop .column ul a {
				color: #000000;
				text-decoration: none;
			}
		.FooterTop .column-wide {
			float: left;
			width: 400px;
			}
			.FooterTop .column-wide h4 {
				color: #000000;
				font-size: 19px;
				font-weight: 700;
				margin: 0 0 10px 0;
			}
			.FooterTop .column-wide ul {
				font-weight: 300;
				list-style: none;
				margin: 0;
				padding: 0;
			}
			.FooterTop .column-wide li {
				padding: 3px 0;
			}
			.FooterTop .column-wide ul a {
				color: #000000;
				text-decoration: none;
			}
	.FooterBottom {
		background-color: #544d3e;
		color: #ffffff;
		float: left;
		height: 36px;
		width: 1200px;
	}
	footer .left {
		box-sizing: border-box;
		float: left;
		line-height: 36px;;
		padding-left: 20px;
		width: 50%;
	}
	footer .right {
		box-sizing: border-box;
		float: right;
		line-height: 36px;;
		padding-right: 20px;
		width: 50%;
		}
		footer .right a {
			color: inherit;
			float: right;
			text-decoration: none;
		}
		footer .right a.rss {
			margin: 6px 20px 0 0;
		}


.col-2-left {
	float: left;
	margin-left: 25px;
	margin-right: 14px;
	width: 400px;
}

.col-2-right {
	float: left;
	margin-left: 14px;
	margin-right: 25px;
	width: 400px;
}
     
.col-12 {
	box-sizing: border-box; 
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}



/** Headers */
h2 {
	color: #ffffff;
	border-radius: 4px;
	font-size: 20px;
	font-weight: 400;
	height: 30px;
	padding-left: 12px;
	}
	h2.red {
		background-color: #c00000;
	}
	h2.blue {
		background-color: #0070a4;
	}
	h2.green {
		background-color: #009148;
	}
	h2.orange {
		background-color: #fd8100;
	}
h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 7px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-bottom: 2px;
	}
	h3 a {
		color: inherit;
		text-decoration: none;
	}
	h3 .meta {
		color: #626262;
	}
	h3.red {
		border-left: solid 10px #c00000;
		border-bottom: solid 2px #c00000;
		color: #c00000;
		}
	h3.blue {
		border-left: solid 10px #0070a4;
		border-bottom: solid 2px #0070a4;
		color: #0070a4;
	}
	h3.green {
		border-left: solid 10px #009148;
		border-bottom: solid 2px #009148;
		color: #009148;
	}
	h3.orange {
		border-left: solid 10px #bf7000;
		border-bottom: solid 2px #bf7000;
		color: #bf7000;
	}


/** News */
.NewsItem {
		margin-bottom: 28px;
	}
	.NewsItem a {
		border: none !important;
	}
	.NewsItem .meta {
		color: #626262;
		font-size: 15px;
		font-weight: 300;
		margin-bottom: 3px;
		text-transform: uppercase;
	}
	.NewsItem p {
		margin: 0;
		text-align: justify;
	}


.photogallery {
	position: relative;
}
.photogallery > a {
	border-bottom: none !important;
}
.photogallery-icon {
	background-color: rgba(0,0,0,0.4);
	background-image: url('img/gallery-icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
	height: 80px;
	float: left;
	position: absolute;
	right: 14px;
	bottom: 16px;
	width: 90px;
}
.photogallery-meta {
	float: left;
	font-size: 15px;
	font-weight: 300;
	position: relative;
	padding: 16px 0 10px 0;
	margin-bottom: 20px;
}
.photogallery-meta:before {
	background: #ddd none repeat scroll 0 0;
	bottom: 0;
	content: " ";
	display: block;
	height: 2px;
	position: absolute;
	width: 40px;
}

#MainCalendar {
	width: 300px;
}

#MainCalendarEvent {
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	width: 528px;
	}
	#MainCalendarEvent ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#MainCalendarEvent li {
		border-bottom: dotted 1px #d8d8d8;
		padding: 10px 0;
	}
	#MainCalendarEvent li:last-child {
		border-bottom: none;
	}
	#MainCalendarEvent .meta {
		font-weight: bold;
		font-size: 14px;
		}
		#MainCalendarEvent .meta > a {
			color: #000000;
			text-decoration: none;
		}
	#MainCalendarEvent .description {
		font-size: 14px;
		font-weight: 300;
	}
	h2.CalendarDayTitle {
		margin-bottom: 0;
	}



/** Site search **/
.search-block {
    border-collapse: separate;
    display: table;
	margin: 10px 0 10px 0;
	width: 100%;
	}
	.search-block input[type="text"] {
		border: solid 1px #dadada;
		border-bottom-left-radius: 4px;
		border-top-left-radius: 4px;
		box-sizing: border-box;
		display: table-cell;
		float: left;
		height: 32px;
		line-height: 32px;
		padding: 0 8px;
		width: 260px;
	}
	.search-block button {
		background-color: #efefef;
		border-left: none;
		border-top: solid 1px #dadada;
		border-bottom: solid 1px #dadada;
		border-right: solid 1px #dadada;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		box-sizing: border-box;
		color: #828282;
		display: table-cell;
		float: left;
		height: 32px;

		transition: background-color 0.3s ease;
		width: 30px;
	}
	.search-block button:hover {
		background-color: #e9e9e9;
	}


/** Useful information **/
.useful-information {
	list-style: none;
	margin: 10px 0 0 10px;
	padding: 0;
	}
	.useful-information li {
		margin-bottom: 6px;
	}
	
	.useful-information span {
		color: #565656 ;
		margin-right: 12px;
	}
	.useful-information a {
		color: #000000;
		font-size: 19px;
		font-weight: 300;
		padding: 0;
		text-decoration: none;
	}
	.useful-information li:hover span {
		color: #000000;
	}

	
.ImportantPages {
	padding: 10px;
	}
	.ImportantPage {
		background-color: #fcfcfc;
		border: solid 1px #eaeaea;
		float: left;
		margin: 9px;
		width: 194px;
		}
		.ImportantPage .photo {
			height: 128px;
			text-align: center;
		}
		.ImportantPage .helper {
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}
		.ImportantPage img {
			vertical-align: middle;
		}
		.ImportantPage span {
			display: block;
			height: 60px;
			padding-top: 14px;
			text-align: center;
		}

.InfoBar {
	 margin: 0 25px;
}



#FontSizer { float: right; padding: 10px 0 0 0; width: 120px; }
.fsizer a { display: block; float: left; margin-right: 5px; text-align: center; color: #9c1c19; text-decoration: none; cursor: pointer; letter-spacing: 0; line-height: 100%; font-family: Arial; width: 20px; }
.fsizer a:hover { text-decoration: none; }
.fsizer a#fs_normal { font-size: 9px; height: 20px; line-height: 20px; }
.fsizer a#fs_size1 { font-size: 11px; height: 20px; line-height: 20px; }
.fsizer a#fs_size2 { font-size: 13px; height: 20px; line-height: 20px; }
.fsizer a#fs_size3 { font-size: 15px; height: 20px; line-height: 20px; }
.fsizer a#fs_size4 { font-size: 17px; height: 20px; line-height: 20px; }
.fsizer a.fsactive { color: #ffffff !important; background: #9c1c19; cursor: default; }

.SlideshowFejlesztesek { margin-top: 15px; }