* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 13px;	
}
th, caption, strong, .galleryTitle, #sidecontent h2 {
	font-weight: bold;
}
body {
	text-align: center;
}
#container {
	width: 964px;
	margin: 0 auto;	
}
#servicescontent, #sidecontent {
	float: left;
}
#servicescontent {
	width: 718px;
	margin-right: 20px;
	text-align: left;
}
#sidecontent {
	width: 226px;
}
#sidecontent h1 {
	text-transform: uppercase;
	margin: 1em 0;
}
#sidecontent h2 {
	font-size: 14px;
}
#fblikebox {
	text-align: center;
	margin: 8px 80px;
}
.fn {
	font-size: 24px;
	font-weight: bolder;
}
.org {
	display: block;
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 32px;
	height: 32px;
	width: 226px;
	border-top: 1px solid gray;
}
abbr {
	cursor: help;
}
/* Referenciák */
#refs, #mdatas {
	text-align: left;	
	border-top: 1px dotted gray;
	margin: 1em 0;
}
#refs li {
	list-style-position: inside;
}
table {
	text-align: left;
}
tr.kozep {
	text-align: center;	
}
/* jQuery Gallery Plugin */
/*.gallery{
	position: relative;
	overflow: hidden;
	height: 539px;
	width: 718px;
}
.galleryBar {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0 7px;
	display:none;
}
.galleryBar li {
	position: relative;
	margin: 0 7px 0 0;
	padding: 0;
	overflow: hidden;
	float: left;
	list-style: none;
}
.galleryScreen, .galleryInfo {
	position: absolute;
}
.galleryScreen {
	background-color: #222;
}
.galleryInfo {
	background-color: transparent;
	color: #fff;
	padding: 12px;
	text-align: left;
}
.galleryTitle {
	font-size: 135%;
	text-align: left;
} */
#s3slider {
	width: 718px;
	height: 539px;
	position: relative;
	overflow: hidden;
}
#s3sliderContent {
	width: 718px;
	position: absolute;
	top: 0;
	margin-left: 0;
}
.s3sliderImage {
	float: left;
	position: relative;
	display: none;
}
.s3sliderImage span {
	position: absolute;
	left: 0;
	text-align: left;
	padding: 10px 13px;
	width: 692px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	bottom: 0;
}
.s3sliderImage strong {
	font-size: 135%;
}
.clear {
	clear: both;
} 