/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background:url(../images/pattern.png) repeat;
	font: 0.85em "Times New Roman", Times, serif;
	color: #410a05;
}

#form {
	padding: 0;
	margin: 0;
}

/*Container
----------------------------------------------*/
#container {
	width: 760px;
	margin:auto;
	margin-top: 10px;
}

#header {
	position: relative;
	width: 760px;
	height: 254px;
	background:url(../images/head1.png) no-repeat;
	*background: none;
}

/*Nyelvválasztás
-----------------------------------------------*/
#changelang {
	position: relative;
	top: 185px;
	*top: 205px;
	left: 35px;
	width: 200px;
}
/* Menu
-----------------------------------------------*/
#content_hatter {
	width: 760px;
	float: left;
	background:url(../images/tartalom_bg1.png) repeat-y;
	/* IE */
	*background: none;
   /* IE */
}

#content_hatter2 {
	width: 760px; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/tartalom_bg1.png');
}

#menu {
	width: 235px;
	float: left;
}

#menu blockquote {
	padding: 0;
	margin: 0 0 270px 17px;
	width: 219px;
	background: url(../images/menu_top1.png) no-repeat top;
}

/*---------------------- IE7 hack kezdete -----------------------*/

*+html #menu blockquote {
	padding: 0;
	margin: 20px 0 0 17px;
	width: 219px;
	background: url(../images/menu_top1.png) no-repeat top;
}

/*---------------------- IE7 hack vege -----------------------*/

#menu blockquote ul {
	display: block;
	position: relative;
	top: 63px;
	left: 5px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu blockquote ul li {
	display: block;
	height: 1%;
}

#menu blockquote ul li a {
	display: block;
	background: url(../images/menu_out.png) no-repeat;
	color: #ffe9c5;
	padding: 5px 0 8px 30px;
	text-decoration: none;
	font-size: 1em;
	width: 175px;
}
#menu blockquote ul li a:hover {
	background: url(../images/menu_over.png) no-repeat;
	color: #ffe9c5;
}

#flashdiv {
	width: 120px;
	height: 240px;	
	margin: -200px 0 180px 65px;
	background: red;
}

*+html #flashdiv  {
	margin-top: 100px;
}

/*Menu alatti minta
---------------------------------------------------*/
#menu_footer {
	background: url(../images/menu_footer.png) no-repeat;
	position: absolute;
	width: 216px;
	height: 300px;
	float: left;
	margin: -160px 0 0 17px;
	padding: 0;

}

/* Tartalom
---------------------------------------------------*/
#content {
	width: 500px;
	float: left;
	text-align: inherit;
	font-size: 0.85em;
	color: #410a05;
	min-height: 650px;
}

*html #content {
	height: 750px;
}

#content blockquote {
	margin:0px;
	padding: 5px;	
}

/*---------------------- IE7 hack kezdete -----------------------*/

*+html #content blockquote {
	margin-top: 20px;
	padding: 5px;	
} 
/*---------------------- IE7 hack kezdete -----------------------*/

#content h1 {
	font-size: 1.7em;
	color: #410a05;
	margin-left: 30px;
	margin-top: -25px;
}

.szamozas {
	background: #5D2D28;
	
	color: white;
}

#minta {
	background:url(../images/minta.png) no-repeat;
	width: 34px;
	height: 32px;
	margin-top: 0px;
	margin-left: -5px;
}


/* Lablec
----------------------------------------------------*/
#footer {
	background:url(../images/footer1.png) no-repeat;
	/* IE */
	*background: none;
  /* IE */
	clear:both;
	height: 49px;
}

#footer2 {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/footer1.png');
	width: 760px;
	height: 49px;
}

#copyright {
	font-size: 0.85em;
	color: #410a05;
	text-align: center;
	padding-top: 5px;
}

#copyright a {
	color: #410a05;
	text-decoration: none;
}

#copyright a:hover {
	color: #410a05;
	text-decoration: underline;
}