@charset "utf-8";
/* CSS Document */

/* --------- */
/* Szerkezet */
/* --------- */

body, ul {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #fff9e2;
	background-image: url(/_standards/background.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#tizeves {
	width: 1090px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FC0;
	border-left-color: #FC0;
}

/*#headimg {
	width: inherit;
	background: url(/_includes/rotate.php) no-repeat;
	height: 216px;
	margin-bottom: 2px;
}*/

#headimg {
	width: 990px;
	background: url(/_includes/rotate.php) no-repeat;
	height: 216px;
	margin: auto;
}


#container {
	width: 990px;
	margin: auto;
	background: #FFF;
}

#keywords h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	text-align: center;
	font-weight: normal;
	margin: 0;
	color: #FFF;
	background-color: #C8C8C8;
}



#logo {
	display: block;
	position: relative;
	top: 25px;
	left: 18px;
	width: 550px;
	height: 132px;
}

#mainmenu {
	position: relative;
	top: 55px;
	height: 29px;
}

#mainmenu ul {
	list-style: none;
	float: left;
}

#mainmenu ul li {
	height: 29px;
	display: inline-block;
	float: left;
}

#mainmenu a {
	text-decoration: none;
	display: block;
	height: 26px;
	background:  url(/_standards/mainmenu-item.png) repeat-x;
	padding: 3px 30px 0 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .90em;
	font-weight: bold;
	color: #925900;
}

#mainmenu a:hover {
	background:  url(/_standards/mainmenu-item.png) repeat-x 0 -29px;
}

#mainmenu-left-bg, #mainmenu-right-bg {
	width: 7px;
	height: 29px;
	float: left;
}

#mainmenu-left-bg {
	background:url(/_standards/mainmenu-left-bg.gif) no-repeat;
}

#mainmenu-right-bg {
	background:url(/_standards/mainmenu-right-bg.gif) no-repeat;
}

#submenu {
	width: inherit;
	height: 24px;
	margin-bottom: 7px;
	background: url(/_standards/submenu-background.png);
}

#submenu ul {
	list-style: none;
	float: left;
}

#submenu ul li {
	height: 24px;
	display: inline-block;
	float: left;
}

#submenu a {
	text-decoration: none;
	display: block;
	height: 21px;
	padding: 3px 15px 0 15px;
	background:  url(/_standards/submenu-item.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #4a4a4a;
}

#submenu a:hover {
	background:  url(/_standards/submenu-item.png) repeat-x 0 -24px;
}

#submenu .submenu-separator {
	display: block;
	width: 1px;
	height: 24px;
	background: url(/_standards/submenu-separator.png);
}

#left, #right {
	width: 200px;
	float: left;
}

#left > :first-child, #right > :first-child {
	margin-top: 0;
}

#center {
	width: 590px;
	float: left;
}

#center_wide {
	width: 790px;
	float: left;
}

#content {
	margin: 0 15px 0 15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}

#content a {
	text-decoration: none;
	color: #d87c00;
	padding-bottom: 1px;
	border-bottom: 1px dashed #d87c00;
}

#content a:hover {
	text-decoration: none;
	border-bottom: 1px solid #d87c00;
}

#content a.namedanchor {
	color: #333;
	border: none
}

#content a.highslide {
	border: none;
}

#content h1 {
	background: #fff9dc;
	border-bottom: 2px solid #ffeab1;
	font-size: 1em;
	padding-bottom: 2px;
	padding-top: 5px;
}

#content h2 {
	font-size: .9em;
	padding-bottom: 1px;
	border-bottom: 1px solid #ddd;
}

#content h3 {
	font-size: .8em;
}
#content h4 {
	font-size: 16px;
	font-weight: bold;
	background-color: #EEE;
	display: block;
	border: 1px solid #CCC;
	height: 16px;
	padding-top: 3px;
}

#content p, #content table, #content li {
	font-size: .75em;
}

#content p {
	line-height: 1.4em;
}

#content h1:first-child, #content p:first-child {
	margin-top: 0;
}

#content hr {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #ddd;
}

#content table {
	margin: 12px auto 12px auto;
	border: 1px solid #ccc;
}

#content th {
	background: #fff7db;
	border: 1px solid #ccc;
	font-size: 1em;
}

#content tbody {
	background: #f6f6f6;
	font-size: 1em;
}

#content td, #content th {
	padding: 6px;
}

#content td {
	vertical-align: top;
}

#content table p, #content table li {
	font-size: 1em;
}

#content table p:first-child {
	margin-top: 0;
}

#content table p:last-child {
	margin-bottom: 0;
}

#content ul {
	margin: 1em 0 1em 40px;
	list-style-image: url(/_standards/bullet.gif);
}

#content li {
	line-height: 1.4em;
}

#footer {
	width: inherit;
	height: 24px;
	clear: both;
	background: url(/_standards/footer-background.png);
}

#footer a {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;	
}
#footer h4 {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	font-weight: normal;
	margin: 0;
	padding-top: 5px;
	color: #999;
}

/* --------- */
/* Osztályok */
/* --------- */

.kozepre {
	text-align: center;
}

.kozeprekiemelt {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F60;
	background-color: #FFEC9D;
}

#content .t1 {
	background-color:#f6fbff;
}

#content .t2 {
	background-color:#fff8de;
}

#content .t3 {
	background-color:#f6feff;
}

#content .front-table {
	line-height: 1.4em;
	font-size: 12px;
	border-color: #ffe0e2;
}

#content .front-table th, .front-table td {
	padding: 12px;
}

#content .front-table th {
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content .front-table .onallo-kepzesek {
	background-color: #F90;
	border-bottom-width: 2px ;
	color: #FFF;
}

#content .front-table .ajanlott-kedvezmenyes-kepzesparok {
	background-color: #c00;
	border-bottom-width: 2px;
	color: #FFF;
}

#content .front-table p, #content .front-table li{
		font-size: 1em;
}

#content .front-table li {
	margin: 0;
}

#content .front-table ul, #content .front-table ol {
	margin: 0 0 0 16px;
}

#content .smalltext {
	margin: 0;
	font-size: .75em;
}

#content .front-table hr {
	border-width: 1px;
	border: 1px solid #fff;
	margin: 5px 0 5px;
}

#content .tanaraink-table {
	padding: 0;
	border: 0;
}

#content .tanaraink-table tbody {
  background: none;
}

#content .tanaraink-table td {
	padding: 0 0 10px 0;
}

#content .tanaraink-table .tt1, #content .tanaraink-table .tt2, #content .tanaraink-table .tt3, #content .tanaraink-table .tt4 {
	text-align: center;
}

#content .tanaraink-table .tt1, #content .tanaraink-table .tt4 {
	width: 128px;
}

#content .tanaraink-table .tt2 {
	padding: 0 16px 0 16px;
	width: 128px;
}

#content .tanaraink-table .tt3 {
	padding: 0 16px 0 0;
	width: 138px;
}

#smalltext-table table{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}


/* HS Üzetemezés */

.draggable-header {
	text-align: left;
}

.draggable-header table {
	border: 1px solid #ccc;
	font-size: .85em;
	background: #000;
}

.draggable-header table tbody {
	padding: 6px;
	background: #f6f6f6;
}

.draggable-header th {
	text-align: center;
}

.draggable-header table th, .draggable-header table td {
	padding: 4px;
	vertical-align: top;
}

/* ------- */
/* Dobozok */
/* ------- */

#kepzesek {
	margin: 10px 0 10px 0;
}

#kepzesek h4 {
	display: block;
	color:#966c08;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.90em;
	letter-spacing: 0.1em;
	margin: 0 0 2px 0;
}

#kepzesek ul {
	list-style: none;
}

#kepzesek ul li {
	height: 20px;
	margin-bottom: 2px;
}

#kepzesek a {
	text-decoration: none;
	display: block;
	height: 17px;
	padding: 3px 0 0 10px;
	margin-bottom: 0px;
	background:  url(/_standards/kepzesek-item.png) no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	color: #966c08;
}

#kepzesek a:hover {
	text-decoration: underline;
	background:  url(/_standards/kepzesek-item.png) no-repeat 0 -20px;
}

/*************************************************************/


#menu_left_01 {
	margin: 10px 0 10px 0;
}

#menu_left_01 h4 {
	display: block;
	color:#675F4B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0 0 2px 2px;
}

#menu_left_01 ul {
	list-style: none;
}

#menu_left_01 ul li {
	height: 20px;
	margin-bottom: 2px;
}

#menu_left_01 a {
	text-decoration: none;
	display: block;
	height: 17px;
	padding: 3px 0 0 10px;
	margin-bottom: 0px;
	background:  url(/_standards/bullet02.png) no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	color: #966c08;
}

#menu_left_01 a:hover {
	text-decoration: underline;
	background:  url(/_standards/bullet02.png) no-repeat 0 -20px;
}


/***********************************************************************/







#kedvezmenyek {
	margin: 10px auto 10px auto;
	background: #fdfff3;
	padding: 3px;
	border: 1px solid #ffe0e2;
	border-right: none;
}

#kedvezmenyek h4 {
	color: #b34747;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.90em;
	letter-spacing: 0.1em;
	margin: 0 0 2px 0;
}

#kedvezmenyek ul {
	list-style-image: url(_standards/kedvezmenyek-bullet.png);
	margin: auto 2px auto 1em;
}

#kedvezmenyek ul li {
	margin-bottom: 2px;
	line-height: 1em;
}

#kedvezmenyek a {
	text-decoration: none;
	display: block;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	color: #cc6666;
}

#kedvezmenyek a:hover {
	text-decoration: underline;
	color: #b34747;
}

#aktualis {
	margin: 10px auto 10px auto;
	background: #f7f8ff;
	padding: 3px;
	border: 1px solid #e0e1ff;
	border-right: none;
}

#aktualis h4 {
	color: #476bb3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.90em;
	letter-spacing: 0.1em;
	margin: 0 0 2px 0;
}

#aktualis ul {
	list-style-image: url(/_standards/aktualis-bullet.png);
	margin: auto 2px auto 1em;
}

#aktualis ul li {
	margin-bottom: 2px;
	line-height: 1em;
}

#aktualis a {
	text-decoration: none;
	display: block;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	color: #6688cc;
}

#aktualis a:hover {
	text-decoration: underline;
	color: #476bb3;
}

.fehercenter {
	color: #FFF;
	text-align: center;
}

/*****************

#cegeknek {
	display: block;
	margin: 10px 0 10px 0;
}

#cegeknek ul {
	list-style: none;
}

#cegeknek ul li {
	height: 20px;
	margin-bottom: 2px;
}

#cegeknek a {
	text-decoration: none;
	display: block;
	height: 17px;
	padding: 3px 0 0 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C00;
}

#cegeknek a:hover {
	text-decoration: underline;
}

#cegeknek a {
	background: url(/_standards/cegeknek-item.png) no-repeat;
}

#cegeknek a:hover {
	background: url(/_standards/cegeknek-item.png) no-repeat 0 -20px;
}


*************************************/

#box1, #box2, #box3, #box4 {
	display: block;
	margin: 10px 0 10px 0;
}

#box1 ul, #box2 ul, #box3 ul, #box4 ul {
	list-style: none;
}

#box1 ul li, #box2 ul li, #box3 ul li, #box4 ul li {
	height: 20px;
	margin-bottom: 2px;
}

#box1 a, #box2 a, #box3 a, #box4 a {
	text-decoration: none;
	display: block;
	height: 17px;
	padding: 3px 0 0 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #d3a400;
}

#box1 a:hover, #box2 a:hover, #box3 a:hover, #box4 a:hover {
	text-decoration: underline;
}

#box1 a {
	background: url(/_standards/box1-item.png) no-repeat;
}

#box1 a:hover {
	background: url(/_standards/box1-item.png) no-repeat 0 -20px;
}

#box2 a {
	background: url(/_standards/box2-item.png) no-repeat;
}

#box2 a:hover {
	background: url(/_standards/box2-item.png) no-repeat 0 -20px;
}

#box3 a {
	background: url(/_standards/box3-item.png) no-repeat;
}

#box3 a:hover {
	background: url(/_standards/box3-item.png) no-repeat 0 -20px;
}

#box4 a {
	background: url(/_standards/box4-item.png) no-repeat;
}

#box4 a:hover {
	background: url(/_standards/box4-item.png) no-repeat 0 -20px;
}

#hirlevel {
	margin: 10px auto 10px auto;
	background: #f7f8ff;
	padding: 3px;
	border: 1px solid #e0e1ff;
	border-left: none;
}

#hirlevel h4 {
	color: #476bb3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.90em;
	letter-spacing: 0.1em;
	margin: 0 0 2px 0;
}

.piros {
	color: #F00;
}

#mktk_menu {
	padding: 5px;
	background-image: url(/_standards/mktk_menu_bg.png);
	background-repeat: repeat-x;
}
#mktk_content #mktk_menu h1 {
	color: #F90;
	font-size: 20px;
	font-weight: bold;
	background: none;
}
#mktk_content #mktk_menu h1 a {
	color: #F90;
	font-size: 20px;
	font-weight: bold;
	background: none;
	border: 0px solid #000;
	text-decoration: underline;
}

#mktk_content {
	border: 1px solid #FC0;
}

#mktk_content h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E1A504;
	padding-left: 10px;
	background: none;
	border: none;
}

#mktk_content h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E1A504;
	padding-left: 10px;
	background: none;
	border: none;
}

#mktk_content p {
	padding-left: 10px;
	padding-right: 5px;
}
/* */
#mktk_menu a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #fc0;
	color: #C00;
	background-image: url(/_standards/mktk_menu_link_bg.jpg);
	line-height: 25px;
}
#mktk_menu a:visited{
	font-size: 11px;
	font-weight: normal;
	color: #960;
	text-decoration: none;
	border: 1px solid #fc0;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #C00;
	background-image: url(/_standards/mktk_menu_link_bg.jpg);
		line-height: 25px;
}
#mktk_menu a:hover{
	font-size: 11px;
	font-weight: normal;
	color: #600;
	text-decoration: none;
	border: 1px solid #fc0;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #C00;
	background-image: url(/_standards/mktk_menu_link_bg.jpg);
	background-position: 0px -7px;
		line-height: 25px;
}
/* */

/* MENU állapot jelzés */

/* Main menu */
#kapcsolat a#kapcsolat, 
#beiratkozas a#beiratkozas {
   background:  url(/_standards/mainmenu-item.png) repeat-x 0 -58px !important;
}

/* Submenu */
#tanaraink a#tanaraink,
#munkalehetoseg a#munkalehetoseg,
#tankonyvek a#tankonyvek,
#taniroda a#taniroda,
#garanciak a#garanciak,
#vizsgagarancia a#vizsgagarancia,
#intezmenyigaranciak a#intezmenyigaranciak {
   background:  url(/_standards/submenu-item.png) repeat-x 0 -48px !important;
}

/* Kepzesek - left */
#index a#index, 
#tb-berugy-tanfolyam a#tb-berugy-tanfolyam,
#logisztikai-ugyintezo a#logisztikai-ugyintezo,
#kereskedo-tanfolyam a#kereskedo-tanfolyam,
#marketing-kepzes a#marketing-kepzes,
#szemelyugyi-kepzes a#szemelyugyi-kepzes,
#informatikai-kepzes a#informatikai-kepzes,
#vam-jovedeki-termekdij a#vam-jovedeki-termekdij,
#konzultacios-oktatas a#konzultacios-oktatas, 
#osszetett-kepzesek a#osszetett-kepzesek {
   background:  url(/_standards/kepzesek-item.png) no-repeat 0 -40px !important;
}

/* Box1 */
#cegeknek a#cegeknek {
	background:  url(/_standards/box1-item.png) no-repeat 0 -40px !important;
}

/* Box2 */
#galeria a#galeria {
	background:  url(/_standards/box2-item.png) no-repeat 0 -40px !important;
}


/* Box4 */
#merlegkepes-tovabbkepzes a#merlegkepes-tovabbkepzes {
	background:  url(/_standards/box2-item.png) no-repeat 0 -40px !important;
}

/* MKTK jelentkezés */
h5 {
    margin-bottom: 5px;
}

.megjegyzes_footer {
    margin-top: 0px;
    margin-left: 5px;
    color: #808080;
    font-weight: normal;
}


/* Szakmai műhely */

#content a {
      border-bottom: none;
}

#content a:hover {
      border-bottom: none;
}

.category_link, .category_link:visited {
    color: black;
    text-decoration: none;
}
.category_link:hover {
    color: #999900;
}

.redstar {
    color: #EE1111;
    font-size: 0.9em;
}