@charset "UTF-8";

@font-face {
	font-family: 'Gergo';
	src: url('gergo.eot');
	src: local('nyomtatott Regular'), local('Gergnyomtatott'), url('gergo.ttf') format('truetype');
}
@font-face {
	font-family: 'Banda';
	src: url('banda.eot');
	src: url('banda.eot?iefix') format('eot'),
		url('banda.woff') format('woff'),
		url('banda.ttf') format('truetype'),
		url('banda.svg#webfontvhy0SpkX') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: "Banda", "Trebuchet MS", Tahoma, sans-serif;
}
div#top {
	background-color: #eee;
}
div#header {
	height: 200px;
	width: 100%;
	background: transparent url('/header_background.png') top left repeat-x;
}
div#header_content, div#top_content {
	width: 960px;
	margin: 0 auto;
}
div.header_block {
	float: left;
	width: 460px;
	padding: 10px;
}
div.picture {
	float: left;
	width: 140px;
}
div.box_apps div.picture {
	width: 60px;
}
div.box_music div.picture {
	width: 150px;
}
div#header div.picture {
	width: 220px;
}
div.box div.picture img {
	height: 100px;
	border: 0;
}
div.box_apps div.picture img {
	width: 48px;
	border: 0;
}
div.box_music div.picture img {
	border: 0;
}
div#header div.picture img {
	padding: 10px;
	background-color: #fff;
}
div.info {
	float: left;
	width: 310px;
	padding-left: 10px;
	color: #eee;
	font-family: "Banda", "Segoe UI", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
}
div.box_apps  div.info {
	width: 410px;
}
div.box_music  div.info {
	width: 780px;
}
div#header  div.info {
	width: 230px;
}
div#wrapper {
	width: 960px;
	margin: 0 auto;
}

div.box {
	float: left;
	width: 460px;
	height: 150px;
	padding: 10px;
}
div.box_music {
	float: left;
	padding: 10px;
}
div.box_apps {
	float: left;
	height: 100px;
}

p, ul, table, div {
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
.cim, .szinescim {
	font-family: "Gergo", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 30pt;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
}
.szinescim {
	color: #f00;
}
.gergoscript {
	font-family: "Gergo", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 14pt;
}
h2 {
	font-family: "Banda", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 24px;
	border-bottom: 1px dashed #999;
	clear: both;
	}
h3 {
	font-size: 20px;
	font-family: "Banda", "Segoe UI", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #3399CC;
	margin-top: 0px;
	margin-bottom: 0px;
	}
h3 a:link {
	color: inherit;
	text-decoration: none;
	}
h3 a:visited {
	color: inherit;
	text-decoration: none;
	}
h3 a:hover {
	background-color: #39C;
	color: #FFF;
	text-decoration: none;
	}

p.date {
	font-family: Corbel, Tahoma, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0;
}

a:link {
	color: #36f;
	text-decoration: none;
}
a:visited {
	color: #36f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a img {
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
