
@font-face {
    font-family: 'advent_probold';
    src: url('adventpro-bold-webfont.eot');
    src: url('adventpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('adventpro-bold-webfont.woff') format('woff'),
         url('adventpro-bold-webfont.ttf') format('truetype'),
         url('adventpro-bold-webfont.svg#advent_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'advent_proregular';
    src: url('adventpro-regular-webfont.eot');
    src: url('adventpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('adventpro-regular-webfont.woff') format('woff'),
         url('adventpro-regular-webfont.ttf') format('truetype'),
         url('adventpro-regular-webfont.svg#advent_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exoextralight';
    src: url('exo-extralight-webfont.eot');
    src: url('exo-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('exo-extralight-webfont.woff') format('woff'),
         url('exo-extralight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

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


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	border-top: 3px solid #006;
	background: url(/_standards/bg.jpg) no-repeat center top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}
#logo {
}
#header {
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	border: 0px solid #ccc;
	text-align:center;

}
#wrap {
	margin: 0 auto 0 auto;
	width: 90%;
	padding:20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #e9e9e9;
	background-image:url(/_standards/menu_h_bg.png)
}

.pict {
 	max-width: 100%;
  	max-height: 100%;
	border: 0px solid #ccc;
	margin: 0 auto;
	
}
table tr td {font-size: 0.9em;}
#colcontent01 {float: left; height: auto; border:none;}
#colcontent01 .kapcsolat {
	margin: 8px;
	color:#fff;
}
#colcontent01 a:link {
	text-decoration: none;
	color:#e0ff00;
}
#colcontent01 a:hover {
	text-decoration: none;
	color:#e4e4e4;
}
#colcontent01 a:visited {
	text-decoration: none;
	color:#e0ff00;
}

#col01 {
	float: left; 
	width: 250px;
	margin: 0;
	color: #999;
}
#col02 {
	/*float:left;*/
	width: 96.5%;
	margin: 0 auto 0 auto;
	color: #000;
	background-color:#fff;
	padding:20px;
	border: 3px solid #f9f9f9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#col01 h1 {
	margin: 0px 0px 0px 10px;
	padding: 10px;
	margin-right: 0px;
	font-family:'exoextralight';
	color:#fff000;
	font-size:20px;
	background-color: #390;
	/*transition: border-top .99s ease-in-out;
 	-moz-transition: border-top .99s ease-in-out;
 	-webkit-transition: border-top .99s ease-in-out;*/
}


#col01 h2 {
	margin-top: 0px;
	font-family:'advent_proregular';
	color:#ccc;
	font-size:28px;
	letter-spacing:0.1em;
}
#col01 a:link {
	font-family:'exoextralight';
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	width: auto;
	display:block;
	padding: 5px 0 5px 55px;
	margin: 0 0 0 0;
	background-position: 5px 5px;
	background-repeat:no-repeat;
}
#col01 a:visited {
	color:#fff;
	text-decoration:none;
}
#col01 a:hover {
	color:#ccc;
	text-decoration:none;
	background-position: 8px 5px;
}
#col01 p {margin: 0; text-align:left; line-height:24px; padding:0;}
#col01 p.keret {
	border: 0px solid #efefef;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-position: 0 0;
	background-image: url(/_standards/col01_link_bg.png);
	margin-bottom: 10px;
}
#col01 ul, li {
	padding-left: 30px;
	margin-left: 30px;
	line-height:24px;
	color: #333;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: none;
	text-align: left;
	background-color: ;
	background-image: none;
}
#panel {
	margin: 0 30px 10px auto;
	padding: 10px;
	width: 300px;
	background: rgba(0, 30, 104, 0.8);
	-moz-box-shadow: 0 0 12px 3px #ccc;
	-webkit-box-shadow: 0 0 12px 3px #ccc;
	box-shadow: 0 0 12px 3px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#panel h1 {
	margin: 0px 0px 10px 0;
	font-family:'advent_probold';
	color:#deff00;
	font-size:30px;
}
#panel p {
	color:#fff;
}
#menu_h {
	width: 90%;
	font-family:'exoextralight';
	height:45px;
	margin: 0 auto 0 auto;
	padding: 30px 0 0 10px;
	text-align:center;
	font-size:22px;
	color:#666;
	background-image:url(/_standards/menu_h_bg.png);
}
/*****************************************************************************************************************************************/

#menu_h a:link {											/* ------------------------ felső menü link színek ------------------------ */
	color: #666;
	text-align:center;
	text-decoration:none;
	padding: 5px 6% 0 6%;
}
#menu_h a:visited{
	color: #666;
	text-decoration:none;
}
#menu_h a:hover{
	color: #ccc;
	text-decoration:none;
	border-bottom: 0px solid rgba(255, 255, 255, 0.7);
	
}
/* menu_h */
#index a#index,
#aktualis a#aktualis {
	-moz-box-shadow: 0 0 12px 3px #ccc;
	-webkit-box-shadow: 0 0 12px 3px #ccc;
	box-shadow: 0 0 12px 3px #ccc;
	
	   /*text-shadow:  0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff; */
}
/*****************************************************************************************************************************************/

#col01 hr {
	clear: both;
	border: none;
	height: 2px;
	background-color:#eaeaea;
	margin-bottom: 30px;
}

#col02 h1 {
	font-family:'exoextralight';
	color:#036;
	font-size:2.7em;
	margin:0 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 3px solid #f4f4f4;
}
#col02 h2 {
	font-family:'exoextralight';
	color:#FC6;
	font-size:2.0em;
	margin:0 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
}
#col02 h3 {
	font-family:'exoextralight';
	color:#333;
	font-size:1.8em;
	margin:0 0 20px 0;
}
#col02 p {
	margin: 0 0 5px 0;
	line-height:24px;
	text-align:justify;
}
#col02 p.tema_cim {
	text-align:center;
}
	
#col02 a:link {
	text-decoration: none;
	color: #F90;
}
#col02 a:visited {
	color: #F90;
}
#col02 a:hover {
	color: #666;
}


/***************************/
#col02_wide h1 {
	font-family:'exoextralight';
	color:#F2CC68;
	font-size:2.7em;
	margin:0 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
}
#col02_wide h2 {
	font-family:'exoextralight';
	color:#FC6;
	font-size:2.0em;
	margin:0 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
}
#col02_wide h3 {
	font-family:'exoextralight';
	color:#333;
	font-size:1.8em;
	margin:0 0 20px 0;
}
#col02_wide p {
	margin: 0 0 5px 0;
	line-height:24px;
	text-align:justify;
}
#col02_wide p.tema_cim {
	text-align:center;
}
	
#col02_wide a:link {
	text-decoration: none;
	color: #F90;
}
#col02_wide a:visited {
	color: #F90;
}
#col02_wide a:hover {
	color: #666;
}

#highlighted {
	border: 4px solid #F0F0B9;
	padding:15px;
	-moz-box-shadow: 0 0 3px 3px #efefef;
	-webkit-box-shadow: 0 0 3px 3px #efefef;
	box-shadow: 0 0 3px 3px #efefef;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#highlighted p {
line-height: 12px;
}


#highlighted02 {
	border: 4px solid #efefef;
	padding:15px;
	-moz-box-shadow: 0 0 3px 3px #E9ECD5;
	-webkit-box-shadow: 0 0 3px 3px #E9ECD5;
	box-shadow: 0 0 3px 3px #E9ECD5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/**************************/

#col03 p {
	padding: 5px 5px 5px 5px;
	margin: 0 0 5px 0;
	line-height:24px;
	text-align:justify;
}
#col03 p.keret {
	border: 1px solid #efefef;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-position: 0 0;
	background-image: url(/_standards/col01_link_bg.png);
	margin-bottom: 10px;
}
#col03 a:link {
	text-decoration: none;
	color:#F90;
}
#col03 a:visited {
	color:#F90;
}
#col03 a:hover {
	color:#ccc;
}
.scroll_link a:link {
	color: #fff;
	padding: 5px 15px 5px 15px;
	background-image:url(/_standards/index_pict_title_bg.png);
}
.scroll_back {font-size: 12px; float:right; padding-top:20px;}

#kiemeles {
	float: left;
	width: 300px;
	border-top: 5px solid #e6e6e6;
	border-bottom: 5px solid #e6e6e6;
	background-color:none;
	line-height:24px;
	margin: 10px 10px 0 0;
	padding: 10px;
	font-size:1.1em;
	font-family: "advent_proregular";
	font-weight:normal;
	color:#999;
	text-align:justify;
}
.att {
	color: #888;
	padding: 10px 0 10px 50px;
	background-image: url(/_standards/att.png);
	background-position: 0 10px;
	background-repeat:no-repeat;
}
.kep {
	width: 260px;
	/*height: 200px;*/
	float:left;
	margin: 0 10px 10px 0;
}
.leiras {
	font-size:0.9em;
	width: 510px;
	height: auto;
	float:left;
	margin: 0;
	margin-bottom: 30px;
}
.piros {color: #f00;}
.narancs {color: #F60;}
.zold {color: #6C0;}
#col02 hr {
	clear: both;
	border: none;
	height: 2px;
	background-color:#eaeaea;
	margin-bottom: 30px;
}

.tema_cim {
	width: 230px;
	height: 32px !important;
	height: 32px;
	margin:0 5px 0 5px;
	padding: 8px 0 0 0;
	font-family:'exoextralight';
	font-size:1.1em;
	color:#fff;
	background-color:#e0ff00;
	text-align:center;
	background-image:url(/_standards/index_pict_title_bg.png);
	background-repeat:repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.sep {clear: both;}
#col02 p.center  {text-align: center;}

#footer {
	margin: 0 auto 0 auto;
	width: 1100px;
	padding:40px 0 20px 0;
	color: #666;
	text-align: center;
	clear:both;

}
#footer a:link {
	text-decoration: none;
	color: #666;
	padding: 0;
}
#footer a:visited {
	text-decoration: none;
	color: #666;
	padding: 0;
}

#colfooter01 {float: left; height: auto; border:none; color:#666; padding: 5px; border-top: 5px solid #e2e2e2;}

/* CrossFade */

#cf {
  position:relative;
  height:250px;
  width:200px;
  margin:0 auto;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}
/* END CrossFade */