@charset "iso-8859-2";

body {
    text-align: center;
    background-image: url(keretes.jpg);
	background-repeat: no-repeat;
	background-position: center;
        margin:50px;
	background-color: aliceblue;
}

img.floatright {

    float: right;
    margin: 5px;
}



#content {
    text-align: left;
    font: normal  verdana, tahoma, arial, sans-serif;
    margin: 0 auto;
    width: 465px;
	height: 470px;
    border: 0px solid;
    padding: 1px;
	overflow: auto;
}

#cent {
    text-align: center;
    font: normal  verdana, tahoma, arial, sans-serif;
    margin: 0 auto;
    width: 460px;
	height: 470px;
    border: 0px solid;
    padding: 1px;
	overflow: auto;
}
p:first-letter {
    font-size: 150%;
    font-weight: bold;
    color:blue;
    
	
}

#menu a {
	font: normal  verdana, tahoma, arial, sans-serif;

    	text-decoration: none;
    	background-color: aliceblue;
   	 color: green;
    	padding: 5px 10px;
	
}

#menu {
    list-style-type: none;
    padding: 10px 0;
    margin-top: 50px;
}

#menu li {
    display: inline;
	align:center;
	border-right-style:dotted;
	border-left-style:dotted;
}

#menu a:hover {
    background-color: beige;
}


div.indent {

	text-indent: 35%;
	font-size: 130%;
	  
	
}
	
div.vast {

	
	font-size: 130%;
	  
	
}
div.fej {

	text-indent: 20%;
	font-size: 120%;
	  
	
}

img { border: none; }	



