body {
	margin: 0;
	padding: 0;
	background:#333 url(images/bg.jpg) repeat top left;
	font-family: sans-serif;
	font-size: 14px;
	color: #CFCFCF;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-weight: 400;
	color: green;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h2.news {
	font-size: 20px;
	color: #7ECE05;
	margin: 30px 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #9C9A9A;
}

img {
	max-width:668px;
	height:auto;
}

#szamlalolink a {
	color: #38B449;
	padding: 0 0 2px 10px!important;
}

#szamlalolink a:hover {
	background: #38B449;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	color:white;
}

img.border {
	border: 6px solid #EEE7DF;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

.social-icons {
	background: url(images/content-wrapper-bg.png) repeat;
	position:fixed; top:20px;
}

.social-icons div {
	top: 0;
	position: fixed;
	margin-top: 13px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.social-icons img {
	opacity: 0.75;
	width:48px;
	position:relative;
	height:48px;
	-moz-transition: width 2s, height 2s;
	border:0
}

.social-icons img:hover {
	opacity: 1.0;
}

/* Header */

#header-wrapper {
	height: 130px;
	
}

#header {
	margin-left: 150px;
	margin-top: 20px;
}

/* Logo */

#logo {
	/*width: 980px;
	height: 100px;
	margin: 0px auto;
	padding: 80px 0px 0px 0px;
	color: #7FA72C;*/
	float: left;
}

#logo h1, #logo p {
	display: block;
	margin: 0px;
	padding: 0px;
}

#logo h1 {
	letter-spacing: -5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 80px;
	color: #7FA72C;
}

#logo h1 a {
	color: #7FA72C;
}

#logo p {
	margin-top: -25px;
	text-align: center;
	font-family: sans-serif;
	font-size: 25px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #7FA72C;
}

/* Menu */


#menu-wrapper {
	height: 85px;
	margin: 0px auto;
	padding: 0px;
	color: #000000;
	margin-bottom: 5px;
	background: url(images/content-wrapper-bg.png) repeat;
}
ul.sdt_menu{
	margin-left:140px;
	padding:0;
	list-style: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:14px;
	width:1020px;
}
ul.sdt_menu a{
	text-decoration:none;
	outline:none;
}
ul.sdt_menu li{
	float:left;
	width:170px;
	height:85px;
	position:relative;
	cursor:pointer;
}
ul.sdt_menu li > a{
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
	height:85px;
	z-index:12;
	background:transparent url(images/overlay.png) no-repeat bottom right;
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
}
ul.sdt_menu li a img{
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:85px;
	z-index:100;
	-moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	box-shadow:0px 0px 4px #000;
}
ul.sdt_menu li span.sdt_wrap{
	position:absolute;
	top:25px;
	left:0px;
	width:170px;
	height:60px;
	z-index:15;
}
ul.sdt_menu li span.sdt_active{
	position:absolute;
	background:#111;
	top:85px;
	width:170px;
	height:0px;
	left:0px;
	z-index:14;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
	margin-left:15px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
}
ul.sdt_menu li span span.sdt_link{
	color:#fff;
	font-size:24px;
	float:left;
	clear:both;
}
ul.sdt_menu li span span.sdt_descr{
	color:#7ECE05;
	float:left;
	clear:both;
	width:155px; /*For dumbass IE7*/
	font-size:10px;
	letter-spacing:1px;
}
ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;
	width:170px;
	overflow:hidden;
	height:170px;
	top:85px;
	left:0px;
	display:none;
	background:#000;
}
ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	line-height:30px;
	color:#7ECE05;
}
ul.sdt_menu li div.sdt_box a:first-child{
	margin-top:15px;
}
ul.sdt_menu li div.sdt_box a:hover{
	color:#fff;
}

/* Menu Mobil */

.section1 .main {
	background:-moz-linear-gradient(top, #276637, #3D7C4D, #276637);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#276637), to(#276637));
	background:-webkit-linear-gradient(top, #276637, #3D7C4D, #276637);
	height:40px;
}

.main {
	width:900px;
	border-radius:5px;
	margin:0 auto
}

.fix {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}

.menu {
	padding:0;
}

.menu-item {
	float:left;
	font-size:13px;
	margin:0 0 0 5px;
	line-height:30px;
	padding:5px 0;
	list-style-type:none;
}

.menu-link {
	display:block;
	padding:0 10px;
	border-radius:4px;
	text-decoration:none;
	color:#fff
}

.menu-link:hover {
	color:#111;
	text-decoration: none
}

/* Page */

#page {
	width: 668px;
	background: url(images/content-wrapper-bg.png) repeat;
	padding-bottom: 10px;
}

.page {
	width: 668px;
	background: url(images/content-wrapper-bg.png) repeat;
	padding-bottom: 10px;
}

/* Content */

#content {
	float: right;
	width: 650px;
}

#content .contentbg {
	width: 590px;
	padding: 10px 30px 0px 30px;
}

.gallery-item {
	font-size:20pt;
}

.post {
	margin-bottom: 10px;
	float: left;
	width: 668px !important;
	margin-left: 5px;
	margin-right: 5px;
	background: url(images/content-wrapper-bg.png) repeat;
}

.post .title {
	padding-top: 10px;
	letter-spacing: -4px;
	font-size: 50px;
	color: #7FA72C;
}

.contant {
	height: 38px;
	padding: 12px 0 0 0px;
	letter-spacing: -2px;
	font-size: 30px;
	color: green;
	border-bottom: 1px solid #ccc;
}

.cont h2 {
	height: 38px;
	padding: 12px 0 0 0px;
	letter-spacing: -2px;
	font-size: 30px;
	color: green;
	border-bottom: 1px solid #ccc;
}

.cont h3 {
	color: green;
}

.cont a {
	color: #7ECE05;
}

.cont a:hover {
	text-decoration: none;
}

.conta {
	margin:5px;
}

.conta a {
	color: #C6E973;
}

.hirek_szoveg {
	background: url(images/content-wrapper-bg.png) repeat;
}

.contplay a:hover {
	background:transparent url(images/overlay.png) no-repeat bottom right;
	text-decoration: none;
	color: #FFFFFF;
}

.contplay a {
	padding: 10px;
}

#page .title {
	padding-top: 10px;
	letter-spacing: -4px;
	font-size: 50px;
	color: #7FA72C;
}

.page .title {
	padding-top: 10px;
	letter-spacing: -4px;
	font-size: 50px;
	color: #7FA72C;
}

.post .title a {
	border: none;
	color: #7FA72C;
}

#page .title a {
	border: none;
	color: green;
}

.page .title a {
	border: none;
	color: green;
}

.meta {
	padding-bottom: 10px;
	text-align: left;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar-bg {
	float: left;
	width: 330px;
}

#sidebar {
	float: left;
	overflow: hidden;
	width: 278px;
	padding: 30px 30px 20px 30px;
	background: url(images/content-wrapper-bg.png) repeat;
	margin-left: 3px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding: 12px 0 0 0px;
	letter-spacing: -2px;
	font-size: 30px;
	color: green;
	border-bottom: 1px solid #ccc;
}

.titl {
	height: 38px;
	padding: 12px 0 0 0px;
	letter-spacing: -2px;
	font-size: 30px;
	color: green;
	border-bottom: 1px solid #ccc;
	background: url(images/content-wrapper-bg.png) repeat;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: white;
}

#sidebar .datelink a {
	color: white;
}

#sidebar .meccs {
	text-align:left;
	background: url(images/content-wrapper-bg.png) repeat;
	margin-bottom:10px;
	color:#7ECE05;
	padding:10px;
}

#sidebar .meccs:hover {
	opacity: 1.0;
}

.datum {
	background: #3f72a6;
color: #fff;
float: right;
margin: 0 0 5px 7px;
min-width: 50px;
opacity: 0.75;
/*filter: alpha(opacity=75);*/
position: relative;
text-align: center;
text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
-webkit-transition: 0.1s opacity;
-moz-transition: 0.1s opacity;
-ms-transition: 0.1s opacity;
-o-transition: 0.1s opacity;
transition: 0.1s opacity;
z-index: 1;
font-size: 10pt;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 19px;
}

.datum:hover {
	opacity: 1.0;
}

.honap {
	background: rgba(255,255,255,0.2);
font-size: 1.0em;
letter-spacing: 0.2em;
padding: 0 0.4em;
text-transform: uppercase;
}

.ora {
	font-size: 1.5em;
padding: 0.3em 0.2em 0.2em;
font-weight: bold;
}

.nap {
	font-size: 0.7em;
letter-spacing: 0.2em;
line-height: 1.8em;
}

/* Táblázat*/

table.eredmenyek{
	font-family: sans-serif;
	/*border:inset;
	border-bottom-style:inset;*/
}

td.torna{
	text-align:left;
	width:225px;
}

td.ido{
	text-align:center;
	width:85px;
}

#merkozes {
	font-size:14pt;
	color:#7ECE05;
}

#merkozes td {
	background: url(images/content-wrapper-bg.png) repeat;
}

#merkozes td.komment {
	border-bottom: 1px solid gray;
}

#merkozes a {
	float:right;
}

#merkozes a:hover {
	text-decoration:underline;
}

/* Footer */

#footer {
	height: 100px;
	clear: both;
	background: url(images/content-wrapper-bg.png) repeat;
}

#footer p {
	margin: 0;
	padding-top: 18px;
	line-height: normal;
	text-align: center;
	font-size: 12px;
	color: #76716C;
}

#footer a {
	color: #7ECE05;
}

#slider {
	position: relative;
	width: 590px;
	margin: 0px auto 20px auto;
}

#slider .viewer {
	width: 590px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
}

#slider .viewer .reel {
	display: none;
	height: 300px;
}

#slider .viewer .reel .slide {
	position: relative;
	width: 590px;
	height: 300px;
}

#splash {
	width: 980px;
	margin: 30px auto 30px auto;
}

#mobilon {
	display:none;
}

.mobilon {
	display:none;
}

#mobil {
	display:none;
}

#mobilmain {
	float: left;
	margin-left:140px;
}

#mobil h2 {
	height: 38px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 12px 0 0 0px;
	border-bottom: 1px solid #000000;
	letter-spacing: -2px;
	font-size: 30px;
	color: #FFC023;
}

#menu a.mobilon {
			display:none;
			}

#three-column {
	overflow: hidden;
	width: 678px;
	background: url(images/content-wrapper-bg.png) repeat;
}

#three-column a.readmore {
	color: #7ECE05;
}

#three-column h2 {
	color: #7ECE05;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#three-column img {
	width: 329px;
	max-height: 185px;
}

#three-column .column {
overflow: hidden;
	float: left;
	width: 329px;
	height: 355px !important;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	background: url(images/content-wrapper-bg.png) repeat;
}

#three-column .column:hover h2 {
	color:white;
}

#three-column .column:hover a {
	color:white;
}

#three-column .column:hover {
	color:white;
	opacity: 1.0;
}

#three-column2 {
	overflow: hidden;
	width: 678px;
	background: url(images/content-wrapper-bg.png) repeat;
}

#three-column2 a.readmore {
	color: #7ECE05;
}

#three-column2 h2 {
	color: #7ECE05;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#three-column2 img {
	width: 668px;
	max-height: 185px;
}

#three-column2 .column {
	float: left;
	height: 355px !important;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	background: url(images/content-wrapper-bg.png) repeat;
}

#three-column2 .column:hover h2 {
	color:white;
}

#three-column2 .column:hover a {
	color:white;
}

#three-column2 .column:hover {
	color:white;
	opacity: 1.0;
}

#three-column3 {
	overflow: hidden;
	width: 678px;
	background: url(images/content-wrapper-bg.png) repeat;
}

#three-column3 .title {
	padding-top: 10px;
	letter-spacing: -4px;
	font-size: 50px;
	color: #7FA72C;
}

#three-column3 .title a {
	border: none;
	color: green;
}

#three-column3 #column {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 100%;
}

.fb-comments, .fb-comments iframe[style] {width: 100% !important;}
.fb-like, .fb-like iframe[style] {width: 200px;}
.fb-comments span, .fb-comments iframe span[style] {width: 100% !important;}
.fb-like span, .fb-like iframe span[style] {width: 200px;}
/*.fb-comments {height: 100px;}*/

@media all and (max-width:1000px)
		{
		img {
			max-width:100%;
		}
		#header, #sidebar, #header-wrapper {
			display: none;
		}
		#mobiloff {
			display:none;
		}
		.mobiloff {
			display:none;
		}
		#mobilon {
			display:block;
		}
		.mobilon {
			display:block;
		}
		#mobilmain {
			margin-left:0px;
		}
		.social-icons {
			display:none;
		}
		.section1 .main {
			height:auto;
			padding-bottom:3px;
			margin-bottom:10px
					}
		.main {
			width:auto;
			margin-left:5px !important;
			margin-right:5px !important
			}
		.menu-link {
			background:#15381E;
			padding:7px 0;
			margin:4px 4px
				}

		.menu-link:hover {
			background:#eee;
			color:#111
						}
		.menu {

			padding:3px 3px 0}

		.menu-item {
			text-align:center;
			width:33.333333%;
			padding:0;
			margin:0
				}
		#three-column {
			width:100%;
		}
		#three-column img {
			width:100%;
		}
		#three-column .column {
			width:100%;
		}
		#three-column2 {
			display:none;
		}
		.contant {
			display:none;
		}
		#three-column3 {
			width:100%;
		}
		#three-column3 .column {
			width:100%;
		}
		#page {
			width:100%;
		}
		.page {
			width:100%;
		}
		
		}