/*
háttérszín: #ffffec
betűszín: #624e43
címszín: #947e51
fleckszín: #f5ecc8
vonal: #c6a86c
*/


*, html
{
	margin: 0px;
	padding: 0px;
}


body
{
	background-color: #ffffec;
	text-align: left;
	font-family: Tahoma, Arial, Sanserif;
	font-size: 10pt;
	color: #624e43;
}


body.nyito
{
	overflow: hidden;
}


#nyitodoboz
{
	text-align: center;
	width: 990px;
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: -242px;
	margin-left: -495px;
}


h1
{
	text-align: center;
	color: #947e51;
	font-size: 1.5em;
	margin-bottom: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}


h1.nyito
{
	font-size: 2em;
}


#nyitodoboz table
{
	border: 0;
	width: 990px;
}


#nyitodoboz table tr td
{
	text-align: center;
}

#nyitodoboz table tr td a img
{
	border: 0;
}


#nyitodoboz table tr td a
{
	text-decoration: none;
	color: #624e43;
}

#fejlec
{
	/* border-bottom: 1px solid #c6a86c;*/
	/* background-image: url('../img/Huttentag-logo_kicsi.jpg'); 
	background-position: 10px 10px;
	background-repeat: no-repeat; */
	height: 95px;
	padding-top: 15px;
	/* width: 620px; */
	margin: 0 auto;	
}

#fejlec-bal
{
	/* border-bottom: 1px solid #c6a86c;*/
	height: 95px;
	padding-top: 15px;
	width: 10px;
	margin: -5px 0 0 10px;
	float: left;
}

#fejlec-jobb
{
	/* border-bottom: 1px solid #c6a86c;*/
	width: 90px;
	margin: -100px 0 0 0;
 	float: right;
}

.div_clear {
            clear:both;
            border-bottom: 1px solid #c6a86c;
        }

#menu
{
	padding: 20px 10px 20px 10px;
	width: 200px;
	text-align: left;
	background-color: #f5ecc8;
	border-right: 1px solid #c6a86c;
	border-bottom: 1px solid #c6a86c;
	line-height: 1.5em;
}


#menu a
{
	text-decoration: none;
	color: #624e43;
	font-weight: bold;
}

#menu a.aktualis
{
	color: #9e4e28;
}

#menu a:hover
{
	color: #9e4e28;
}

#tartalom
{
	border-left: 1px solid #c6a86c;
	text-align: justify;
	position: absolute;
	top: 110px;
	left: 220px;
	right: 0px;
	padding: 20px 10px 20px 10px;
	line-height: 1.5em;
}


#tartalom a
{
	color: #624e43;
}

#tartalom a:hover
{
	text-decoration: underline;
}

#tartalom h2
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.7em;
}

#tartalom ul
{
	margin-left: 2em;;
}




