
html { 
  background: url(images/back.jpg) no-repeat top left fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	margin-left: 40px;
	margin-right: 0px;	
	margin-top: 10px;
	margin-bottom: 0px;
	color:white;
	font-family: 'PT Sans', sans-serif;	
	font-size:16px;
}

a {
	color:#ffffff;
}

.cim {
	text-align:center;
	font-size:46px;
	font-weight:bold;
}

.alcim {
	text-align:center;
	font-size:26px;
}

.tablecim {
	text-align:center;
	font-style:italic;
	font-weight:bold;
	font-size:20px;
}

.belsotable {
    border-bottom:0px;
    border-left:0px;
	background-image:url(images/tableback.png);
	background-repeat:repeat;
}

.belsotable, .belsotable td, .belsotable th {
	border:1px solid #BBB;
}

.belsotable td, .belsotable th {
	border-top:0;
    border-right:0;
    padding-top:1px;
    padding-bottom:1px;	
	padding-left:4px;
	padding-right:4px;
}

.utoszlop {
	width:100px;
}

.promokep {
	margin-right:15px;
}