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,
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;
	font-size: 100%;
	vertical-align: baseline;
}

body{
  background: url(../images/bg.jpg) no-repeat fixed center center;
  font-size:18px;
  height:100%;
  width:100%;
  font-family: 'PT Sans', Trebuchet, sans-serif;
  color:#3D3D3D;
  min-width:200px;
  -webkit-text-size-adjust: none;
}
 /*Masodik ablak*/
#secondary {
        color: #Fd6300;
        padding: 15px 35px;
    }

#pageslide-body-wrap {
    position: relative;
}

#pageslide-slide-wrap {
    position: fixed;
    width: 0;
    top: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0, 0.5);
}

#pageslide-content {
}

#pageslide-content h2 {
    color: #C60;
}
/*Masodik ablak vege*/

.header{
  text-align: center;
  background-color: rgba(119, 119, 119, 0.3);
  padding-top: 15px;
  width: 100%;
  height: 170px;
  z-index: 1000;
}

.head {width:100%; max-width:1024px; margin:0 auto; padding:20px 0; position:relative;}

.header a{
  font-size: 14px;
  font: Georgia;
  padding-right: 10px;
}

.header a:hover{
  font-size: 14px;
  font: Georgia;
  color: #fd6300;
  padding-right: 20px;
}

.header h1{
  font-size: 28px;
  color: #ffffff;
}

#container #main .article_background > div {width:100%; max-width:1024px; margin:0 auto; padding:20px 0; position:relative;}
#container #main .article_background.grey_content {background-color:rgba(61, 61, 61, 0.5); color:#fff; position:relative;}
#container #main .article_background.black_content {background-color:#000000; color:#fff; margin-top: 55px; width: 100%; z-index: 1100;}
#container #main .article_background.white_content {background-color:#fff; position:relative;}
#container #main .article_background.green_content {background:rgba(136, 170, 0, 0.2); color: #ffffff;}
#container #main .article_background.blue_content {background: rgba(102, 255, 255, 0.2)}
#container #main .article_background.blue2_content {background: rgba(112, 6, 120, 0.2)}
#container #main .article_background.yelow_content {background:rgba(255, 204, 0, 0.2);}

#button a{
  float: left;
  width: 124px;
  background: rgba(204, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-left: 10px;
  padding: 10px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

#button a:hover{
  float: left;
  width: 124px;
  background: rgba(255, 102, 0, 1);
  color: rgba(0, 0, 0, 1);
  text-align: center;
  margin-left: 10px;
  padding: 10px;
  cursor: pointer;
}

#button li{
  list-style: none;
}

#button li ul{
  display: none;
}

#button1{
  float: left;
  width: 124px;
  background: rgba(204, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-left: 10px;
  padding: 10px;
}

#button1:hover{
  float: left;
  width: 124px;
  background: rgba(255, 102, 0, 1);
  color: rgba(0, 0, 0, 1);
  text-align: center;
  margin-left: 10px;
  padding: 10px;
  cursor: pointer;
}
#main a.green {
  text-decoration: none;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  margin-left: 100px;
  padding: 5px;
  border: dotted 1px;
}

#main a.green:hover {
  text-decoration: none;
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  margin-left: 100px;
  padding: 5px;
}

#main a.blue {
  text-decoration: none;
  color: #000000;
  font-size: 24px;
  margin-left: 100px;
  padding: 5px;
  background: #0CB9D4;
}

#main a.blue:hover {
  text-decoration: none;
  color: #000000;
  font-size: 24px;
  margin-left: 100px;
  padding: 5px;
  background: #0A8FA4;
}

#main a.yelow {
  text-decoration: none;
  color: #000000;
  font-size: 24px;
  margin-left: 100px;
  padding: 5px;
  background: #FFFC2E;
}

#main a.yelow:hover {
  text-decoration: none;
  color: #000000;
  font-size: 24px;
  margin-left: 100px;
  padding: 5px;
  background: #C7C400;
}

#main a.back {

  text-decoration: none;
  color: #000000;
  font-size: 14px;
  margin-left: 50px;
  padding: 5px;
  background: #CCCCCC;
}

#main a.back:hover {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  margin-left: 50px;
  padding: 5px;
  background: #999999;
}

.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:200px;
	height:300px;
	margin:10px;
	background:#111 url(../img/progress.gif) no-repeat center center;
	border:1px solid #fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background:#111;
	}

	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background-color: rgba(0, 0, 0, 0.5);
	}

.details{
  margin:15px 20px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  }


		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		.circle .mosaic-overlay {
			background:url(../img/hover-magnify.png) no-repeat center center;
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			display:none;
		}

		.fade .mosaic-overlay {
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			background:url(../img/bg-black.png);
		}

		.bar .mosaic-overlay {
			bottom:-100px;
			height:100px;
			background:url(../img/bg-black.png);
		}

		.bar2 .mosaic-overlay {
			bottom:-50px;
			height:100px;
			opacity:0.8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter:alpha(opacity=80);
		}

			.bar2 .mosaic-overlay:hover {
				opacity:1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter:alpha(opacity=100);
			}

		.bar3 .mosaic-overlay {
			top:-100px;
			height:100px;
			background:url(../img/bg-black.png);
		}
td a:hover{
  color: #CC0000;
}

.kiemelt{
  background-color: rgba(34, 34, 34, 0.8);
  color: rgba(0, 170, 212, 1.0);
  border-radius: 16px;
  border: solid 1px;
}

.kiemeltl{
  background-color: rgba(34, 34, 34, 0.8);
  color: rgba(170, 0, 181, 1.0);
  border-radius: 16px;
  border: solid 1px;
}

.kiemeltz{
  background-color: rgba(34, 34, 34, 0.8);
  color: rgba(136, 170, 0, 1.0);
  border-radius: 16px;
  border: solid 1px;
}

.kiemelts{
  background-color: rgba(34, 34, 34, 0.8);
  color: rgba(255, 204, 0, 1.0);
  border-radius: 16px;
  border: solid 1px;
}

.alapeset{
  border-color: transparent;
}
