@charset "utf-8";
/* CSS Document 092E68 */

html, body {
    padding-top: 0px;
    margin-top: 0px;
	background-color: #A8CEF5;
	min-width: 960px;
	color: #FFF;
	height: 100%;
}
blockquote p .linkek-sheet {
    border-style: none;
    margin: auto;
    display: block;
    background-color: #1D50A0;
}

a:link, a:visited, a:hover, a:active {
	color: #CAD6E8;
}
a:link.sotetlink, a:visited.sotetlink, a:hover.sotetlink, a:active.sotetlink {
	color: #1D50A0;
}
a:link.piros, a:visited.piros, a:hover.piros, a:active.piros {
	color: #EA1F26;
}
#page {
	width: 960px;
	margin: 0px auto;
	background-color: #1D50A0;
	background-image: url('../images/bg_v3_4.png');
	background-position: top;
	background-repeat: no-repeat;
	min-height: 100%;
	z-index: 2;
}
h1 {
	font-family: daysone, Helvetica, sans-serif;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
}
h2 {
	text-align: center;
}
h3 {
	text-align: center;
}
#index {
	color: #1D50A0;
}
p {
	text-align: justify;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
#cim {
	text-indent: 250px;
	font-weight: bold;
}
#meccs {
	text-indent: 250px;
	font-size: small;
}
.kisszoveg {
	font-size: 14px;
}
.datum {
	font-size: 12px;
}
.piros {
	color: red;
}
.won {
	color: #3F0;
}
.lost {
	color: #F33;
}
#menu {
	float: left;
	z-index: 30;
	width: 633px;
	height: 53px;
	transform:translate(323px,-9px);
	-ms-transform:translate(323px,-9px); /* IE 9 */
	-moz-transform:translate(323px,-9px); /* Firefox */
	-webkit-transform:translate(323px,-9px); /* Safari and Chrome */
	-o-transform:translate(323px,-9px); /* Opera */
}
#apDivSlideshow {
	float: right;
	width: 184px;
	height: 123px;
	background-color: #000;
	transform:translate(-34px,62px);
	-ms-transform:translate(-34px,64px); /* IE 9 */
	-moz-transform:translate(-34px,62px); /* Firefox */
	-webkit-transform:translate(-34px,62px); /* Safari and Chrome */
	-o-transform:translate(-34px,62px); /* Opera */
}
.fadein { 
	position: relative;
	width: 184px;
	height: 123px;
}
.fadein img {
	position: absolute;
	left: 0;
	top: 0;
	width: 184px;
	height: 123px;
}
@font-face
{
font-family: chau;
src: url(chau.ttf);
}
@font-face
{
font-family: daysone;
src: url(daysone.ttf);
}

.dropdownmenu,
.dropdownmenu ul,
.dropdownmenu li,
.dropdownmenu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.dropdownmenu {
    height: 40px;
    width: 520px;
 
    background: #ea1f26;
    background: -webkit-linear-gradient(top, #ea1f26 0%,#a2151a 100%);
    background: -moz-linear-gradient(top, #ea1f26 0%,#a2151a 100%);
    background: -o-linear-gradient(top, #ea1f26 0%,#a2151a 100%);
    background: -ms-linear-gradient(top, #ea1f26 0%,#a2151a 100%);
    background: linear-gradient(top, #ea1f26 0%,#a2151a 100%);
 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
 
.dropdownmenu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
}

.dropdownmenu li a {
    display: block;
    padding: 0 20px;
    margin: 6px 0;
    line-height: 28px;
    text-decoration: none;
 
    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
 
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
.dropdownmenu li:first-child a { border-left: none; }
.dropdownmenu li:last-child a{ border-right: none; }
 
.dropdownmenu li:hover > a { color: #2460c2; }

.dropdownmenu ul {
    position: absolute;
    top: 40px;
    left: -88px;
 
    opacity: 0;
    background: #1f2024;
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.dropdownmenu li:hover > ul { opacity: 1; }
 
.dropdownmenu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.dropdownmenu li:hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
}

.dropdownmenu ul li a {
    width: 150px;
    padding: 4px 0 4px 40px;
    margin: 0;
 
    border: none;
    border-bottom: 1px solid #353539;
}
 
.dropdownmenu ul li:last-child a { border: none; }
.linkek-sheet {
}
