/******************************************************************************** MÉK - Tanfolyamok és Képzések Online rendszere - TAKO* Simonszoft - By Simon Nándor <simon.nandor@simonszoft.hu>* css/stilus.php*******************************************************************************/
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
body {
	font-family: Arial, sans-serif;
	font-size: 13px;
}
header .logo, nav, nav li {
	display: inline-block;
}
header {
	background-color: #669900;
	height: 50px;
	width: 100%;
	min-width: 980px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	z-index: 100;
	border-bottom: 0px solid #C10021;
}
header .logo {
	position: absolute;
	top: 1px;
	left: 6%;
}
/* MENU */
nav {
	position: absolute;
	top: 32.8%;
	left: 12.5%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	color: #FFFFFF;
	background-color: #669900;
}
nav ul, nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
nav li a:link, nav li a:visited, nav li a:hover {
	display: block;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-radius: 3px;
	color: #FFFFFF;
	background-color: #669900;
	text-decoration: none;
}
nav ul ul li a:link, nav ul ul li a:visited {
	border: none;
	box-shadow: 0px 12px 8px 0px rgba(50, 50, 50, 0.58);
}
nav li.last a {
	margin-right: 0;
}
nav li a:hover, nav ul li.active a {
	color: #FFFFFF;
	background-color: #3d7600;
}
nav li li a:link, nav li li a:visited {
	width: 120px;
	float: none;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	font-size: 12px;
	border-radius: 0;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #669900;
	text-decoration: none;
}
nav li li a:hover {
	color: #000000;
	background-color: #669900;
	text-decoration: underline;
}
nav li ul {
	z-index: 100;
	position: absolute;
	left: -999em;
	height: auto;
	width: 120px;
}
nav li ul a {
	width: 120px;
}
nav li ul ul {
	margin: -32px 0 0 0;
}
nav li:hover ul ul {
	left: -999em;
}
nav li:hover ul, #topnav li li:hover ul {
	left: auto;
}
nav li:hover {
	position: static;
}
nav li.last a {
	margin-right: 0;
}
#current {
	color: #000000;
}
/*tako banner*/
#adbanner {
	margin-top: 50px;
	height: 124px;
	background-color: #dbdbdb;
	border-bottom: 1px solid #c3c3c3;
}
#ad {
	width: 728px;
	margin: auto;
}
#adbanner a {
	display: inline-block;
	border: 1px solid #c3c3c3;
	height: 90px;
	width: 728px;
	margin: 16px auto;
	color: #6b6b6b;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background-color: #d1d1d1;
}
#adbanner a:hover {
	border: 1px solid #a7a7a7;
	color: #3f3f3f;
	background-color: #cacaca;
}
#adbanner a p {
	text-align: center;
	margin-top: 35px;
}
/*tako bejelentkezés*/
#tako_box {
	margin-top: 50px;
	height: 48px;
	background-color: #dbdbdb;
	border-bottom: 1px solid #c3c3c3;
	color: #3f3f3f;
}
#bb {
	margin: auto;
	padding-top: 10px;
	padding-left: 6%;
	font-weight: bold;
}
#bb a {
	color: #dc0004;
	text-decoration: none;
}
#bb a:hover {
	color: #dc0004;
	text-decoration: underline;
}
section {
	width: 88%;
	min-width: 950px;
	margin: auto;
}
#tako_oldal {
	background: url('media/images/tako/bg.jpg') fixed;
	padding-top: 20px;
}
#simple_tako_oldal {
	background: url('media/images/tako/bg.jpg') fixed;
	height: 95%;
	width: 100%;
}
#articles {
	display: block;
	width: 100%;
	margin 0;
}
article {
	width: 28%;
	max-width: 220px;
	margin-right: 1%;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #c8c8c8;
	margin-bottom: 1%;
	padding: 7px;
	border-radius: 5px;
	box-shadow: 0 3px 4px #494949;
	background-color: white;
	*display: inline;
	zoom: 1;
}
article p {
	margin-bottom: 7px;
}
article .kezdolapon_kep {
	width: 100%;
	max-width: 220px;
	height: 150px;
	background-color: #F2F2F2;
	overflow: hidden;
	display: block;
}
article .kezdolapon_megjeleno_leiras {
	width: 100%;
	max-width: 220px;
	height: 100px;
	overflow: auto;
	display: block;
	margin-bottom: 7px;
}
article .kep {
	max-width: 100%;
	width: 100%;
}
article .kepj {
	width: 30%;
	max-width: 320px;
	float: right;
	border: 2px solid #c8c8c8;
	margin: 5px;
}
article h1 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	display: inline-block;
	color: #535353;
	padding-top: 5px;
	padding-bottom: 5px;
}
#fullpage {
	width: 97%;
	max-width: 97%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	position: relative;
}
#fullpage h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	display: inline-block;
	color: #535353;
	margin: 5px;
	text-align: center;
	width: 100%;
}
#fullpage p {
	color: #535353;
}
#content {
	color: #535353;
	margin: 5px;
}
#content .grid {
	padding-right: 15px;
}
#content .grid small {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #535353;
}
#content a {
	color: #669900;
	text-decoration: none;
}
#content a:hover {
	color: #669900;
	text-decoration: underline;
}
#content ul {
	padding-left: 40px;
}
#content .readmore {
	color: #FFFFFF;
}
#content .readmore:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#nh .readmore {
	min-width: 110px;
}
.readmore {
	background-color: #669900;
	padding: 5px 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	color: white;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	min-width: 29%;
	text-align: center;
}
.readmore:hover {
	background-color: #3d7600;
	color: white;
	text-decoration: none;
}
.inaktivgomb {
	background-color: #C5C5C5;
	padding: 5px 10px;
	color: white;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	min-width: 80px;
	text-align: center;
}
.inaktivgomb2 {
	background-color: #DC0004;
	padding: 5px 10px;
	color: white;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	min-width: 80px;
	text-align: center;
}
.inaktivgomb3 {
	background-color: #4300FF;
	padding: 5px 10px;
	color: white;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	min-width: 80px;
	text-align: center;
}
.inaktivgomb9 {
	background-color: #5D2F7B;
	padding: 5px 10px;
	color: white;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	min-width: 80px;
	text-align: center;
}
#photobox img {
	margin: 5px 4px 6px 6.5px;
	border: 1px solid black;
}
#sponsors a {
	color: #6b6b6b;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background-color: #d1d1d1;
	width: 125px;
	height: 125px;
	display: inline-block;
	margin: 5px 4px 6px 7px;
	border: 1px solid #c3c3c3;
}
#sponsors a p {
	margin: 50px auto;
	width: 125px;
	text-align: center;
}
#sponsors a:hover {
	border: 1px solid #a7a7a7;
	/*text-decoration: underline;
*/
	color: #3f3f3f;
	background-color: #cacaca;
}
#featured {
	position: relative;
	margin-top: 5px;
}
#featuredico {
	position: absolute;
	top: 0;
	left: 0;
}
footer {
	width: 100%;
}
footer .fekete {
	min-width: 950px;
	background-color: black;
	color: white;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
}
footer .feher {
	min-width: 950px;
	background-color: white;
	color: black;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 7px;
}
footer p {
	margin-left: 6%;
	padding-top: 5px;
	padding-bottom: 5px;
}
footer p img {
	margin-top: -4px;
}
footer hr {
	border: 1px white;
}
footer .fekete a {
	text-decoration: none;
	color: #ffffff;
}
footer .fekete a:hover {
	text-decoration: underline;
	color: #ffffff;
}
footer .feher a {
	text-decoration: none;
	color: #000000;
}
footer .feher a:hover {
	text-decoration: none;
	color: #000000;
}
footer .simple {
	color: #2C3884;
}
footer .simple a {
	color: #009DE0;
}
.old_ie header h1, .old_ie nav, .old_ie nav li, .old_ie #adbanner a, .old_ie article, .old_ie articles, .old_ie .readmore, .old_ie #sponsors a {
	display: inline;
	zoom: 1;
}
/* Ürlapokhoz */
.cimke {
	color: #000000;
	font-size: 12px;
	font-weight: 700;
}
.cimke1 {
	color: #669900;
	font-size: 12px;
	font-weight: 700;
}
.cimke2 {
	color: #3D7600;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
}
.cimke3 {
	color: purple;
	font-size: 12px;
	font-weight: 700;
}
.cimke_zold {
	color: #669900;
}
.cimke_piros {
	color: #990000;
}
.cimke_kek {
	color: #000099;
}
.cimke_sargas {
	color: #B3AA00;
}
label {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}
legend {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: underline;
	color: #3d7600;
	font-size: 13px;
	font-weight: 700;
}
input {
	background: none repeat scroll 0 0 #F1FFFF;
	border: 1px solid #777777;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
textarea {
	background: none repeat scroll 0 0 #F1FFFF;
	border: 1px solid #777777;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
select {
	background: none repeat scroll 0 0 #F1FFFF;
	border: 1px solid #777777;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.kiemelt {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2C3884;
}
input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus {
	background: none repeat scroll 0 0 #99FFFF;
	border: 1px solid #669900;
	color: #000000;
}
.gomb {
	background-color: #669900;
	margin-top: 5px;
	margin-bottom: 5px;
}
.gomb:hover, .gomb:focus {
	background-color: #3d7600;
}
button {
	background-color: #009de0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	width: 100px;
	color: white;
	text-align: center;
}
button:hover, button:focus {
	background-color: #2C3884;
}
.figyelem_box {
	display: block;
	background-color: #CCCCCC;
	border: 1px solid #c8c8c8;
	padding: 5px;
	border-radius: 5px;
}
.figyelem_box2 {
	display: block;
	color: #DC0004;
	background-color: #CCCCCC;
	border: 1px solid #c8c8c8;
	padding: 5px;
	border-radius: 5px;
}
.figyelem_box3 {
	display: block;
	color: #4300FF;
	background-color: #CCCCCC;
	border: 1px solid #c8c8c8;
	padding: 5px;
	border-radius: 5px;
}
.figyelem_box9 {
	display: block;
	color: #5D2F7B;
	background-color: #CCCCCC;
	border: 1px solid #c8c8c8;
	padding: 5px;
	border-radius: 5px;
}
.figyelem {
	color: #CE0019;
	font-size: 13px;
	font-weight: 700;
}
.figyelem2 {
	color: #DC0004;
	font-size: 13px;
	font-weight: 700;
}
.figyelem3 {
	color: #4300FF;
	font-size: 13px;
	font-weight: 700;
}
.figyelem9 {
	color: #5D2F7B;
	font-size: 13px;
	font-weight: 700;
}
.kiemel {
	color: #CE0019;
}
.kiemel2 {
	color: #DC0004;
}
.kiemel3 {
	color: #4300FF;
}
.kiemel9 {
	color: #5D2F7B;
}
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 10000;
	padding-top: 300px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 40px;
	color: #CE0019;
}
#DOKUMENTUMOK {
	display: block;
}
#DOKUMENTUMOK a {
	display: inline-block;
	vertical-align: top;
}
#MUVELETEK {
	display: block;
}
#MUVELETEK a {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 5px;
}
.al {
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #bbb;
	width: 100%;
	margin-bottom: 20px;
}
.al td {
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 10px 5px;
	border-style: solid;
	border-width: 0px;
	overflow: hidden;
	word-break: normal;
	border-color: #bbb;
	color: #594F4F;
	background-color: #E0FFEB;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.al th {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 5px;
	border-style: solid;
	border-width: 0px;
	overflow: hidden;
	word-break: normal;
	border-color: #bbb;
	color: #FFFFFF;
	background-color: #669900;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.al th .kep {
	max-width: 200px;
	height: 200px;
	background-color: #F2F2F2;
	overflow: hidden;
	display: block;
}
.tablazatok {
	margin: 5px;
}
.tablazatok table {
	color: #000000;
	width: 99%;
	border-width: 1px;
	border-color: #000000;
	border-collapse: collapse;
	border-spacing: 0;
}
.tablazatok th {
	font-weight: bold;
	background-color: #C8C8C8;
	color: #000000;
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #000000;
	text-align: center;
	vertical-align: middle;
	word-break: normal;
}
.tablazatok tr {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
.tablazatok td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #000000;
	line-height: 110%;
	text-align: left;
	vertical-align: middle;
	word-break: normal;
}
.tablazatok a {
	text-decoration: none;
	color: #669900;
}
.tablazatok a:hover {
	text-decoration: none;
	color: #222222;
}
#lapozosor {
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#lapozosor a {
	display: inline-block;
	padding: 2px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
background: #FFFF69 url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
}