#menu{
	position:fixed;
	right:0;
	top:0;
	margin:10px;
	background-color:white;
	z-index:100;
	}
	
.keret{
	text-decoration:none;
	border-style: solid;
	border-width: 4px;
	-moz-border-image: url(../img/keret.png) 25 repeat;
	-webkit-border-image: url(../img/keret.png) 25 repeat;
	-o-border-image: url(../img/keret.png) 25 repeat;
	border-image: url(../img/keret.png) 25 repeat;
	font-size:1.5em;
	font-family: 'Bohemian-typewriter';
	color:#0c0c0c;

	
}
.keret:hover{color:red;}
.keret:active{color:red;}

.cikk{
	border-style: solid;
	border-width: 10px;
	-moz-border-image: url(../img/-webkit-border-image: url(paper_texture_03.png) 10 30 repeat;
	-o-border-image: url(../img/paper_texture_03.png) 10 30 repeat;
	border-image: url(../img/paper_texture_03.png) 10 30 fill repeat;
	font-size:1.2em;
	font-family: 'Bohemian-typewriter';
	color:#0c0c0c;
	width:70%;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	position:relative;
	left:15%;
	top:15%;
	-ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);}


#elsob{
	background-image:url('../img/logo_609_526_ff.png');
    background-repeat:no-repeat;
    background-position:center center;
	background-position: fixed;
	height:auto;
	min-height:80%;
	width:100%;'
	}
	
#masodb,#harmadb,#negyedb{
	background-image:url('../img/logo_609_526_ff_ures.png');
    background-repeat:no-repeat;
    background-position:center center;
	background-position: fixed;
	height:auto;
	min-height:80%;
	width:100%;'
	}
	
#elsoa,#elsoc,#masoda,#masodc,#harmada,#harmadc,#negyeda,#negyedc{
	height:10%;
	width:100%;
	}

#elsoc,#masodc,#harmadc,#negyedc{
	border-top:solid 1px #0c0c0c;
	}
	
#elso,#masod,#harmad,#negyed{
	height:auto;
	min-height:100%;
	width:100%;
	}

h1,h2,h3,h4,label{font-family: 'Bohemian-typewriter';}

h1,h3{color:red;}
h2,h4,label{color:#0c0c0c;}

@font-face{
    font-family: 'Bohemian-typewriter';
    src:url('../fnt//typewriter/Bohemian-typewriter.ttf.woff') format('woff'),
        url('../fnt//typewriter/Bohemian-typewriter.ttf.svg#Bohemian-typewriter') format('svg'),
        url('../fnt//typewriter/Bohemian-typewriter.ttf.eot'),
        url('../fnt//typewriter/Bohemian-typewriter.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
font-style: normal;}


