*{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing:border-box;
}
		
html, body{
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/tapeta.png);
	font-family:Verdana, Geneva, sans-serif;
	width: 100%;
	text-align: center;
	font-size: 12px;

    height:100%;
    min-height:100%;

}
table, td{
	font-family:Verdana, Geneva, sans-serif;
}
.bekezdes{
	text-align:justify;
	text-indent: 2em;
	font-weight:bold;
	font-size: 12px;
}

.opacity_40{
	background:#FFFFFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity='40')";
	-ms-filter:"alpha(opacity=40)"; /* IE8 */
	filter: alpha( opacity='40' );  /* IE6/IE7 */
	-moz-opacity: 0.40;
	opacity: .40; /* FX/Opera/Safari/Chrome */
	position:absolute;  
	border:none; 
	width:100%; 
	height:100%;
	z-index:1; 
	top:0;
	left:0;
	bottom:0;
}
.container{
	position:relative;
	width:100%; 
	height: 100%;
	border: 0px solid black;
	margin:0px;
	padding:0px;
}
.content{
	/*position:relative;*/
	border:none; 
	z-index:2; 
	float:left;
	width:100%; 
	height:100%;
	margin: 0px auto;
	}
 div.spacer {
  clear: both;
  }
 
.blackLink{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif
}
.blackLink:hover{
	text-decoration:underline;
}
.redLink{
	color:#F00;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif
}
.redLink:hover{
	text-decoration:underline;
	color:#000;
}

.whiteLink{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
}
.whiteLink:hover{
	text-decoration:underline;
}
