@import url("layout3.css");

body { text-align: left}
h1 {
	font-size: 190%;
	color: #CC6600;
}
h2 {
	font-size: 170%;
	color: #0180CA;
}
h3 {
	font-size: 150%;
	color: #CC6600;
}
h4 {
	font-size: 130%;
	color: #0180CA;
}
h5 {
	font-size: 110%;
	color: #CC6600;
}
h6 {
	font-size: 100%;
	color: #0180CA;
}
.kerets {
	margin: 8px 16px;
	background-color: #FFFFBF;
	padding: 6px;
	border: 1px solid Silver;
	text-align: left;
}
.keret {
	margin: 8px 16px;
	background-color: #CCE7F0;
	padding: 6px;
	border: 1px solid #0180CA;
	text-align: left;
	overflow: hidden
}
.absztrakt {
	font-weight: bold;
	font-style: italic;
	color: #696969;
	padding-left: 6px;
	border-left: 4px solid #CCE7F0;
}
.drama {
	margin: 8px 16px;
	background-color: transparent;
	text-align: left;
}
.drama strong {
	font-variant: small-caps;
}
.drama p {
	margin: 3px 0;
}
.novella p {
	margin: 3px 0;
	text-indent: 16px;
}
p {
	font-size: 120%;
}
li {
	font-size: 110%;
}
.szerzo {
	text-align: right;
}
div.motto p {
	font: italic 100% "Courier New", Courier, monospace;
	text-align: right;
}
div.motto p.szerzo {
	font-style: normal;
}
div.motto p em {
	font-style: normal;
}
ul {
	list-style-image: url("images/dot.png");
}
div.bigtable {
	width: 520px;
	overflow: auto;
}
img.doc {
	float: none;
	display: block;
	margin: 2px auto 2px auto;
	border: 1px solid #ADD8E6;
	padding: 1px;
	text-align: center;
}
dt {
	margin-top: 5px;
	font-weight: bold;
}
p.kepala {
	font-style: italic;
	font-size: 100%;
	text-align: center;
}
table.normal, table.lite {
	border-collapse: collapse;
	border: 1px solid white;
	width: 510px;
	margin: 4px 0 8px 0;
}
caption {
	font-weight: bold;
	text-align: left;
}
td.szam {
	text-align: right;
	vertical-align: bottom;
}

table.normal th, table.lite th {
	background-color: #CCE7F0;
	border: 1px solid white;
	text-align: center;
}
table.normal td, table.lite td {
	background-color: #FFFFBF;
	border: 1px solid white;
	vertical-align: top;
}
table.normal td, table.normal th {
	font-size: 100%;
		padding: 4px;
}
table.lite td, table.lite th {
	font-size: 90%;
		padding: 2px;
}
.jegyzetek p {
	font-size: 100%;
}
table.normal td.szines, table.lite td.szines {
	background-color: #F8E5C3;
}
ol.roman-u {
	list-style-type: upper-roman;
}
ol.roman-l {
	list-style-type: lower-roman;
}

#kommentform { display: none }
#kommentform label { font-weight: normal; display: block; width: 100px; float: left }
#kommentform div { margin-bottom: 3px }
#preview { display: none }
div.odd, div.even { margin-bottom: 6px }
.odd div, .even div { padding: 4px }
.caller { font-size: 120%; color: navy; cursor: pointer }