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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video  {
	margin:0;
	padding:0;
	border:0 none;
	/*font-family:Verdana, Arial, sans-serif;*/
	font-size:100%;
	color:#223e60;
	font-family:'DINPro-Regular';
	}
	
@font-face {
    font-family: 'DINPro-Regular';
    src: url('font/DINPro-Regular.ttf');
}
	
html, body {height:100%}

	
a {
	text-decoration:none;
	color:inherit;
	}
	
img {
	border:0 none;
	height: auto;
	max-width:100%;
	width:auto;
	vertical-align:middle;
	}
	
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {
  display:block;
}

body {
    margin: 0 auto;
    width: 1200px;
}

/* Alapertelmezesek definialasa START */
.text-left {
	text-align:left;
	}
	
.text-right {
	text-align:right;
	}
	
.text-center {
	text-align:center;
	}
	
.float-left {
	float:left;
	}
	
.float-right {
	float:right;
	}
/* Alapertelmezesek definialasa END */

#bg {
	width:1200px;
	margin:0 auto;
	background:url(images/bg.jpg) no-repeat;
	/*min-height:720px;	*/
	/*height:100%*/
}

/* Fejlec START */
header {
	width:100%;
	color:#FFF;
	}
	
#header-container {
	width:100%;
	height:108px;
	/*border:1px green solid;*/
	display:block;
	overflow:hidden;
	color:#FFF;
	}
	
#header-container div, #header-container h1, #header-container p {
	color:#FFF;
	}
	
#header-container .quote-left{
	float:left;
	width:25%;
	font-size:60%;
	padding:1.7% 2%;
	}
	
#header-container .logo-center{
	float:left;
	width:55%;
	padding:3% 0;
	}
/* Fejlec END */
	
/*.logo-center h1 {
	font-size:200%;
	}
	
.logo-center h1 span {
	color:#ef4423;
	}
	
.logo-center h1 b {
	font-weight:normal;
	font-size:40%;
	color:#FFF;
	}*/
	
#header-container .partners-right{
	float:right;
	width:12%;
	padding:0.5% 2%;
	}
	
.partners-right p, .partners-right img {
	padding:3% 0;
	}

/* MENU START */
.menu ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  color:#FFF;
  text-indent:10%;
}
.menu ul {
  position: relative;
  z-index: 597;
  float: left;
}
.menu ul li {
  float: left;
  min-height: 1px;
  /*line-height: 1em;*/
  vertical-align: middle;
}

.menu ul li a {
	width:100%;
	display:block;
	padding:4% 0;
	}

.menu ul li.hover,
.menu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
	color:#ee4224;
	background: rgb(36, 111, 72);
	background: rgba(36, 111, 72, 0.9);
}
.menu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
  	background: rgb(107, 195, 154);
	background: rgba(107, 195, 154, 0.9);
}
.menu ul ul li {
  float: none;
}
.menu ul li:hover > ul {
  visibility: visible;
}
.menu ul ul {
  top: 0;
  left: 100%;
}
.menu ul li {
  float: none;
}

.menu ul,
.menu li {
  width: 100%;
}

.menu ul ul li {
	text-indent:0;
	padding:0 0 0 10%;
	width:90%;
	}

.active {
	color:#ee4224;
	}
/* MENU END */
	
#login {
	text-transform:uppercase;
	padding:1.7% 0;
	}
	
/* Content START */	
#site-wrapper {
	width:100%;
	height:100%;
	/*border:1px red solid;*/
	display:block;
	overflow:hidden;
	}
	
.left {
	width:12.5%;
	float:left;
	}
	
.center {
	width:75%;
	float:left;
	}

.right {
	width:12.5%;
	float:right;
	}
	
.bg-opacity {
	height:100%;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.9);
	}
	
#site-wrapper nav.left, aside.right {
	padding:5% 0 0 0;
	}
	
#content {
	padding:6% 9%;
	overflow:hidden;
	}
	
.content-container .date {
	font-weight:bold;
	color:#ee4224;
	padding:2% 0;
	}
	
.content-container .news-image {
	padding:1% 0;
	}
	
.content-container .news-title {
	text-transform:uppercase;
	padding:0 0 1.5% 0;
	}
/* Content END */

/* Jobb oldali oldalsav START */	
aside.right {
	color:#FFF;
	/*padding:0 2%;*/
	font-size:70%;
	}
	
aside.right section {
	padding:5%;
	}
	
aside.right section, aside.right address, aside.right h6, aside.right p {
	color:#FFF;
	font-style:normal;
	}
/* Jobb oldali oldalsav END */

#feladatok div, #feladatok h1, #feladatok h2, #feladatok h3, #feladatok h4, #feladatok h5, #feladatok h6, #feladatok section, #feladatok p {
	color:#00a69c;
	}
	
#feladatok {
	overflow:hidden;
	text-align:center;
	}
	
.evfolyam-text {
	font-weight:bold;
	padding:5% 0 0 0;
	}
	
.fordulok {
	padding:0 6% 5% 0;
	}
	
.fordulok img{
  box-shadow: 3px 3px 5px #000;
  -webkit-box-shadow: 3px 3px 5px #000;
  -moz-box-shadow: 3px 3px 5px #000;
	}
	
.fordulok:nth-child(4n+4) { padding:0 0 5% 0; }

.fletoltese {font-size:90%}

#responsive-table tr th {
	color:#ee4224;
	}
	
#responsive-table, th, td{
	border: 1px solid #00a69c;
	}
	
#responsive-table th, td {
	padding: 0.3rem;
	}
	
#responsive-table tr {
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	}
	
.user-active {
	background-color:#49bcb4;
	}
	
.text-content h2 {
	color:#ef4225;
	font-size:150%;
	}
	
.text-content h3 {
	color:#ef4225;
	}
	
/* Kapcsolati formula START */

#cform {
	width:62%;
	}

#csidebar {
	width:35%;
	padding:2% 0 0 3%;
	}
	
#kapcsolat h6, #kapcsolat p, #kapcsolat input, #kapcsolat label, #kapcsolat b {
	color: #00a69c;
	}
	
.einput {
	width:73%;
	}
	
.sinput {
	width:83%;
	}
	
.textfield {
	height:30px;
	border:3px solid #00a69c;
	background-color:transparent;
	padding:0 4%;
	}	
	
.input-text {
	width:50%;
	padding:0 0 2% 0;
	}
	
.cmessage {
	width:100%;
	padding:0 0 3% 0;
	}
	
.textarea {
	width:95%;
	height:295px;
	border:3px solid #00a69c;
	background-color:transparent;
	}
	
#cform .button {
	cursor:pointer;
	text-transform:uppercase;
	background-color:#00a79d;
	border:none;
	color:#FFF;
	padding:2% 6%;
	font-weight:bold;
	margin:0 5% 0 0;
	width:50%;
	box-shadow: 3px 3px 5px #000;
	}
	
#cform .button:hover {
	color:#ef4225;
	}

/* Kapcsolati formula END */

/* belepes START */

#belepes {
	background:#62bc91;
	}
	
#belepes input, #belepes p, #belepes label, #belepes form, #belepes b {
	color:#FFF;
	}
	
#belepes form {
	width:36%;
	margin:0 auto;
	padding:5% 0;
	}
	
.btextfield {
	width:91%;
	background-color:transparent;
	border:1px solid #FFF;
	height:15px;
	padding:2% 4%;
	font-size:110%;
	}
	
.belepes-megjegyzes {
	font-size:75%;
	padding:2% 0 0 0;
	}
	
.belepes-megjegyzes a:hover {
	color:#ee4224;
	}
	
#belepes .button {
	width:100%;
	padding:4%;
	cursor:pointer;
	text-transform:uppercase;
	background-color:#45a674;
	border:none;
	color:#FFF;
	font-weight:bold;
	box-shadow: 3px 3px 5px #fff;
	margin:5% 0 0 0;
	}
	
#belepes .button:hover {
	background-color:#ee4224;
	}

.reg-hiv {
	padding:5% 0;
	}
	
#belepes .reg-button {
	width:100%;
	padding:1.5% 10%;
	cursor:pointer;
	text-transform:uppercase;
	background-color:#377564;
	border:none;
	color:#FFF;
	font-weight:bold;
	box-shadow: 3px 3px 5px #fff;
	margin:5% 0 0 0;
	}
	
#belepes .reg-button:hover {
	background-color:#ee4224;
	}

/* belepes END */