﻿h1{
	font-family: Arial;
	margin: 0 35% 65px 35%;
	font-size: 20pt;
	font-weight: bold;
	color: rgb(86,48,0);
	text-shadow: 2px 3px 2px rgba(0,16,64,.35);
}
a{color: black}
a:hover{color: rgb(128,0,0)}

table, li{font-size: 10pt;font-family: Arial}
table, table tr, table  td{ border: 1px solid black;}
table.spec{
	-moz-box-shadow: 2px 2px 8px 0 black;
	box-shadow: 2px 2px 8px 0 black;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	float: right;
	width: 390px;
	float:none;
	margin: 40px auto 60px auto
}
table.spec,table.spec tr{border: 0px solid black}
table.spec tr td {padding-top:2px;padding-bottom:2px}
td.bal{
	background-color: rgba(0,0,0,0.2); 
	font-weight: bold; 
	text-align: right; 
	padding-right: 6px;
	border: none;
	width: 160px;
	border-bottom: 1px solid black;
}
td.download{
	border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border: none; 
	text-align: center; 
	background-color: rgba(32,0,0,0.25); 
	padding: 3px; 
	padding-top: 4px;
	font-size: 10.5pt;
	height: 22px;
}
td.jobb{
	background-color: rgba(0,0,0,0.1); 
	padding-left: 6px;
	border: none;
	border-bottom: 1px solid black;
}




.ProgramCim{
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	color: rgb(64,64,192);
	text-shadow: 2px 2px 2px rgba(96,96,224,0.3);
}
.ProgramCim:hover{
	color:rgb(96,96,224);
}
.ProgramText{
	font-size: 12px;
	line-height: 13pt;
	color: rgba(0,0,0,.7);
}

#Tartalom p.programletoltocim{
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
	font-size: 20pt;
	margin-bottom: 48px;
	color: rgb(0,128,0);
}
.show{
	position: absolute;
	background-color: rgba(0,0,0,.7);
	margin-top: -20px;
	left: 210px;
	padding: 4px 15px 4px 15px;
	-moz-box-shadow: 7px 7px 5px 0 rgba(0,0,0,.4);
	-moz-border-radius: 5px;
	box-shadow: 7px 7px 5px 0 rgba(0,0,0,.4);
	border-radius: 5px;
	color: rgb(255,150,150);
	text-align: center;
	display: none;
}
.empty{cursor:default}
.empty:hover .show{display:block}
	 
	 
.showpic{cursor:default}
.showpic:hover #smalpic{
	display: block;
}
#smalpic{
	display: none;
	position: absolute;
	margin-top: -150px;
	margin-left: 80px;
	z-index: 1;
}
img.ico{width: 300px; margin-bottom: 40px; -moz-box-shadow: 0px 0px 10px 7px rgb(128,128,128); box-shadow: 0px 0px 10px 7px rgb(128,128,128)}
img.smp{width: 403px; height: 209px; border-radius: 6px}