body {
	background-color: #D8D8D8;
	text-align: center;
   font-family: "Times New Roman", Times, serif;
}
/* 
806 px széles árnyékkal
801 px széles árnyék nélkül
*/

div#header {
	width: 808px;
	background-image: url(img/header3b-2.jpg);
	height: 135px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;

	background-color: black;
}

div#shadow {
	width: 808px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/main_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;

	
	
}
div#main {
	width: 801px;
	text-align: left;
	/*background-color: black;*/
	padding:0;
	margin:0;
	margin-left:3px;
	background-image: url(img/leftbg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#left {
	margin:0;
	padding:0;
	width: 154px;
	float: left;

	min-height: 380px;
	_height: 380px;
	/*background-color: red;*/
}
div#menu_container {
	text-align: left;
}
ul#menu {
	
	color: white;
	margin: 20px 0 0 15px;
	padding: 0;
	list-style-type: none;
}
ul#menu a, ul#menu a:link, ul#menu a:visited {
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	
}
ul#menu a:active, ul#menu a:hover {
	color: #dddddd;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
}
ul#menu li {
	padding-left: 10px;
}
ul#menu li.active {
	padding-left: 10px;
	background-image: url(/img/redbox.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
}
div#center {
	margin:0;
	padding:0px;
	border: 0;
	float: left;
	text-align: left;
	width: 526px;
	/*min-height: 463px;
	_height: 463px;*/
	
	font-size: 14px;
	/*background-image: url(img/centerbg.jpg);*/


}
div#txt {
	margin: 15px;
	font-size: 14px;
	
}
div#right {
	margin:0;
	padding:0;
	border: 0;
	width: 121px;
	float: left;
	text-align: left;
	/*background-image: url(img/rightbg.jpg);*/
	/*min-height: 463px;
	_height: 463px; */

}
div#footer {
	clear: both;
	background-color: #E98D0E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top:3px;
	padding-bottom:3px;
	height: 15px;
}
div#shadow_footer {
	width: 808px;
	height: 12px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/shadow_bottom3.jpg);
	background-repeat: no-repeat;
}

a, a:link, a:visited {
	color: #5E1321;
	text-decoration: none;
}
a:hover, a:active {
	color: #5E1321;
	text-decoration: underline;
}
