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

html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif; background-color:#CCC }
p{margin:0 10px 10px;  text-decoration:none; font-size:16px;}
.en{color:#6E6CA0; margin:0 10px 10px; height:100%; text-decoration:none; }
a{ font-family: Arial, Helvetica, sans-serif; font-size:36px; color:#000; text-decoration:none;}

div#lap {
	background-image:url(IMG/bg.JPG);
	background-size: 100%;
	margin-left:2%;
	margin-top:1%;
	min-width:1240px;
	position: absolute;
	min-height: 680px;
	margin-right: 2%;
	margin-bottom: 3%;
	width:95%;
	height:96%;
	z-index:-1;
	max-height:96%;
	max-width:95%;
}

div#menu:hover { 
	background-color:#CCC;
	animation:cubic-bezier();
	animation-play-state:paused;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	opacity:0.4;
	-ms-filter: "alpha(opacity=40)";
	filter: alpha(opacity=40);
}
div#menu { 
	background-color:#999;
	animation:cubic-bezier();
	animation-play-state:running;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	opacity:0.6;
	-ms-filter: "alpha(opacity=60)";
	filter: alpha(opacity=60);
}

div#tartalom {
	overflow: auto;
    overflow-y: scroll;
	width:auto;
	height:79%;
}
div#cim {
	background-image:url(IMG/nept3.jpg);
	background-size:cover;
	opacity:0.8;
	margin-top:0;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	position:relative;
	width:100%;
	height:20%;
	z-index:0;
}
#kep{ 
	opacity:0.8;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	width:15%;
	height:80%;
}

table.sn {
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    empty-cells: show;
    background-color: white;
    width: 90%;
	margin:0 10px 10px;
	ext-decoration:none;
	font-size:16px;
}
div#tartalom2 {
	margin:2% 2% 2% 2%;
}

td.sn-title {
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	font-family: sans-serif;
    background-color: gray;
    color: black;
    font-weight: bold;
	margin:0 10px 10px;
	ext-decoration:none;
	font-size:17px;
}
td.sn-date {
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	font-style: italic;
    font-family: sans-serif;
    background-color: white;
    color: black;
	margin:0 10px 10px;
	ext-decoration:none;
	font-size:15px;
}
td.sn-post {
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    font-weight: bold;
    color: black;
	margin:0 10px 10px;
	ext-decoration:none;
	font-size:16px;
}