

BODY
{
 margin-left:	0;
 margin-top :	0;
 margin-right:	0;
 margin-bottom: 0;
 margin:	0;
 background-color: #eee;
}


IMG
{
 border:		0;
}


h1
{
	text-align:	left;
	color:		#325e95;
	font-size:	24pt;
	font-style:	italic;
	font-weight:	bold;
	font-family:   'EB Garamond',"Times New Roman",serif;
	margin: 5px 0 20px 0;
}


h2
{
	text-align:	left;
	color:		#325e95;
	font-size:	18pt;
	font-style:	italic;
	font-weight:	bold;
	font-family:   'EB Garamond',"Times New Roman",serif;
	margin: 60px 0 20px 0;
}


P.TXT
{
	text-align:	left;
	color:		#282726;
	font-size:	16pt;
	font-family:  'EB Garamond',"Times New Roman",serif;
	margin: 0 0 20px 0;
	line-height: 1.25em;
 }


 .content
{
	max-width: 960px;
	padding: 20px;
	background-color: #fff;
	margin: 20px auto;
	
}

.shadow {
	-moz-box-shadow: 10px 0px 30px0px #bbb;
	-webkit-box-shadow: 0px 0px 30px #eee;
	box-shadow: 0px 3px 30px #ddd;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=30, Direction=0, Color='#bbb')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=30, Direction=0, Color='#bbb');
	max-width: 360px;
	margin: 30px 0 40px 30px;
	float: right;
}
 
 
#langsel
 {
	align: right;
	float: right;
	margin: 15px 0 0 0;
 }
 
 
HR
{
 align: left;
 height: 1px;
 width: 450px;
 color: #FFFFFF;
 margin-right: 38px;
}

A
{
 text-decoration:none;
 font-weight: bold;
 color:			#325e95;
}

A:Visited,A:LINK,
{
 text-decoration:none;
 font-weight: bold;
 color:			#325e95;
}

A:Active, A:Hover
{
 text-decoration:none;
 color:			#325e95; 
}

<!-- (c) 2014. maroon.hu -->