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

.bg {
	background-image: url(bg.png);
	background-repeat: no-repeat;
}
.fejlec1 {
	background-image: url(lec1.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.fejlec2 {
	background-image: url(lec2.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.link {
	font-family: Calibri;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.shadow_r {
	background-image: url(shadow_r.png);
	background-repeat: repeat-y;
	background-position: left;
}
.shadow_l {
	background-image: url(shadow_l.png);
	background-repeat: repeat-y;
	background-position: right;
}
.bg1 {
	background-image: url(bg1.png);
	background-repeat: repeat-y;
	background-position: center;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bottom {
	background-image: url(lec_also.png);
	background-repeat: repeat-x;
}
.link2 {
	font-family: Calibri;
	font-size: 11px;
	color: #333;
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #666;
}
.link2:hover {
	font-family: Calibri;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #C5A124;
}
.link3 {
	font-family: Calibri;
	font-size: 12px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}