body
{
	margin: 0;
	padding: 0;
	border: 0;
	color: #4e0300;
	background: #f5ead6 url(../kepek/hatter-body.jpg) no-repeat top left;
	text-align: center;
}

html, body
{
	height: 100%;
}

#container
{
    width: 100%;
    max-width: 1200px;
    width: expression(document.body.clientWidth > 1200? "1200px" : "auto");
    height: 100%;
    margin: 0 auto;
}

img
{
	border: 0;
}

div.center
{
	text-align: center;
}

.visibility-hidden {
    visibility: hidden;
}

.framecontent
{
	vertical-align: top;
	width: 170px;
	background: url(../kepek/menu_hatter.jpg);
	color: white;
	padding: 0px;
}

.maincontent
{
	vertical-align: top;
	background: url(../kepek/hatter.jpg);
	text-align: justify;
	font-size: 15px;
    font-family: serif;
	line-height: 140%;
}

div.loginbox
{
	width: 300px;
	margin: 0 auto;
	border: 1px solid black;
	background-color: white;
	padding: 0.5em;
    margin-top: 5em;
    margin-bottom: 25em;
}

#lapcim
{
    text-align: left;
    margin-bottom: 0.5em;
    width: 404px;
    height: 46px;
    background-image: url(../kepek/lapcim_hatter.jpg);
}

#lapcim_szoveg
{
    padding-left: 25px;
    padding-top: 16px;
    color: black;
    font-size: 16px;
    font-weight: bold;
    font-family: serif;
}

#mentes_allapot
{
    width: 50%;
    border: 1px solid black;
    padding: 3px;
    color: white;
    font-weight: bold;
}

.ekonyvtar_kategoria
{
	font-size: 20px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	clear: both;
}

.ekonyvtar_konyv
{
	overflow: hidden;
	position: relative;
	width: 152px;
	height: 198px;
	float: left;

	margin-right: 20px;
	margin-bottom: 5px;
}

.konyv_0
{
	background-image: url(../kepek/konyv_kek.png);
}

.konyv_1
{
	background-image: url(../kepek/konyv_zold.png);
}

.konyv_2
{
	background-image: url(../kepek/konyv_piros.png);
}

.ekonyvtar_konyv[class]
{
	display: table;
	position: static;
}

.ekonyvtar_konyv .middle
{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}

.ekonyvtar_konyv .middle[class]
{
	vertical-align: middle;
	position: static;
	display: table-cell;
}

.ekonyvtar_konyv .konyv_cim
{
	position: relative;
	top: -50%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	color: white;
	width: 120px;
}

.ekonyvtar_konyv .konyv_cim a
{
	color: white;
	text-decoration: none;
}

.ekonyvtar_konyv .konyv_cim a:hover
{
	color: white;
	text-decoration: underline;
}

/* általános célú stílusok */

a
{
	color: #4e0300;
	text-decoration: none;
}

a:hover
{
	color: #4e0300;
	text-decoration: underline;
}

a:visited
{
	color: #4e0300;
}

.highlight { background-color: yellow }

#idezet
{
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(../kepek/menu_kozepe.jpg);
	background-repeat: repeat-y;
	text-align: center;
	color: black;
	font-size: 12px;
}

#idezet p
{
	padding: 0;
	margin: 0;
}

#idezet img
{
	border: 0;
	max-width: 120px;
}

#also-elerhetosegek
{
    margin: 0 auto;
    width: 90%;
    border-spacing: 0px;

}

#also-elerhetosegek td.fejlec
{
    height: 1em;
    background-color: #e8d0a4;
}

#also-elerhetosegek td.cella
{
    background-color: #c2874b;
    color: white;
    line-height: 130%;
    padding: 0.5em;
    font-size: 80%; 
}

#also-elerhetosegek td.cella span
{
    text-transform: uppercase;
    font-weight: bold;
    line-height: 150%;
    font-size: 120%;
}

#also-elerhetosegek td.bal-cella
{
    text-align: right;
    padding-right: 1em;
}

#also-elerhetosegek td.jobb-cella
{
    text-align: left;
    padding-left: 1em;
}

/* Blog module */

.blog_entry
{
    padding-bottom: 1em;
    border-bottom: 1px dashed #6e4900;
    margin-bottom: 1em;
}

.blog_entry_header
{
    background-color: #e8d0a4;
    border: 1px dashed #deb887;
    padding: 0.5em;
    margin-bottom: 0.5em;
}

.blog_entry_title
{
    font-size: 20px;
    font-weight: bold;
}

.blog_entry_title
{
    margin-bottom: 0.2em;
}

span.blog_entry_author
{
    margin-left: 3em;
}

.blog_entry_admin_tools {
}

.blog_entry_footer
{
    margin-top: 1em;
    font-size: 90%;
}

.blog_comment
{
    border-left: 4px solid #d2691e;
    padding-left: 10px;
    margin-bottom: 1em;
}

.blog_comment_author
{
    font-weight: bold;
    font-size: 110%;
}

.blog_comment_date
{
    font-size: 80%;
    margin-bottom: 0.5em;
}

hr
{
    height: 0px;
    border: 0;
    border-bottom: 1px dashed black;
    width: 95%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.form {
    width: 100%;
}

.form input[type="text"] {
    width: 80%;
}

.form input[type="date"] {
    width: 15em;
}

.form textarea {
    width: 100%;
}