/* ALAPÉRTÉKEK */

body 
{
	margin: 0; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	background-color: #889767; 
	color: #000; 
}

div, h1, h2, h3, h4, h5, p, img, ul, li
{ 
	margin: 0; 
	padding: 0; 
	border: 0;
}

ul
{
	list-style-type: none;
}
	
a
{
	color: #009;
	text-decoration: none;
}

a:hover
{
	color: #ff0;
}

a sup
{
	color: 
}

/* --------------------------------------------------------------------------------------------- */
/* TÖRDELÉS
/* --------------------------------------------------------------------------------------------- */

h1, h2, h3					/* CÍMSOROK */
{ 
	margin-bottom: 0.5em; 
	font-family: Georgia, Times New Roman, Times, serif; 
}

h1							/* CIKK CÍME */
{ 
	margin: 1em 0 2em; 
	font-size: 24px;
	text-align: center;
}

h2							/* CIKK SZERZŐJE */
{ 
	font-size: 16px;
	text-transform: uppercase; 
}

h3 							/* CIKK ALCÍME */
{
	font-size: 16px; 
	font-weight: normal;
	text-align: center;
}

h1 + h3 
{
	margin: -1.5em 0 3em 0;
}

h4							/* FEJEZETCÍM */
{ 
	margin: 3em 0 1em; 
	font-size: 14px; 
	text-align: center;
}

h5
{
	font-size: 12px;
	line-height: 2em;
}

p							/* NORMÁL BEKEZDÉSSZÖVEG */
{ 
	font-size: 12px; 
	line-height: 2; 
	text-indent: 2em;
	text-align: justify; 
}

p.q							/* INTERJÚBAN A KÉRDÉS */
{
	margin: 1em 0;
	font-weight: bold;
}

blockquote 					/* IDÉZET */
{ 
	margin: 2em; 
	font-style: italic; 
}

blockquote.motto 			/* MOTTO */
{
	margin: 2em 0 2em 200px; 
	text-align: right; 
	font-size: 10px; 
	font-style: normal; 
}

blockquote p 
{ 
	margin: 0; 
	/* a blockquote-tól örökli a betűméretet */
	font-size: inherit;		
}

ul
{
	margin-left: 2em;
}

li
{
	font-size: 12px; 
	line-height: 2; 
}

	ul.toc li
	{
		margin: 2em;
		list-style-type: square;
	}

	ul.toc li p
	{
		text-indent: 0;
	}

/* EGYÉB FORMÁZÁSOK */

.small    { font-size: 10px; }
.noindent { text-indent: 0; }
.lenia    { margin: 2em auto; border-top: 1px solid black; width: 200px; text-align: center; }
.ref      { list-style-type: none; }
.l        { text-align: left; }
.r        { text-align: right; }
.c        { text-align: center; }



/* --------------------------------------------------------------------------------------------- */
/* OLDALSTRUKTÚRA
/* --------------------------------------------------------------------------------------------- */

#container
{ 
	margin: 0 auto; 
	width: 828px; 
}

/* SZABADPART FEJLÉC */

#header
{
	text-align: center;
}


/* A CIKKOLDAL */

#page 
{
	margin: 5px 0 10px; 
	padding: 20px; 
	width: 788px; 
	background-color: #c1c0a5; 
	position: relative; 
}

/* AZ OLDAL LEKEREKÍTETT SARKAI */

.tl, .tr, .bl, .br 
{
	position : absolute; 
	width : 10px; 
	height : 10px;  
	display : block; 
	background-image: url(corners.gif); 
	background-repeat: no-repeat; 
}

.tl { top:    0; left:  0; background-position: top left; }
.tr { top:    0; right: 0; background-position: top right; }
.bl { bottom: 0; left:  0; background-position: bottom left; }
.br { bottom: 0; right: 0; background-position: bottom right; }


/* A CIKK */

#article 
{ 
	margin: 0 auto;
	padding: 10px 25px;
	width: 601px;
	background-color: #a1b7c1; 
}

/* CIKKFEJ - VISSZA LINK ÉS ROVATJELZÉS */

#head
{
	margin: 0 0 20px 0; 
	min-width:0;
} 

/* FLOAT LEZÁRÁSA */

#head:after
{
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
}

	#head a
	{
		display: block;
	}

	a.back    
	{
		width: 50%;
		float: left;
	}

	a.section 
	{
		text-align: right;
	}

/* TARTALOM */

#content
{
	margin: 0 auto 50px;
	width: 551px; 
}

/* CIKKLÁB - VISSZA AZ OLDAL TETEJÉRE */

#foot 
{
	text-align: center; 
}


