@charset "utf-8";
/* CSS Document */

html{
	background:url(elemek/hatter.jpg);
	color:white;
}

a{
	text-decoration:none;
	color:#e4ba3b;
}

hr{
	color:#e4ba3b;
}

#container{
	width:1000px;
	margin:0 auto;
	overflow:auto;
	background: rgba(205, 153, 51, 0.2);
}

#top{
	width:1000px;
	height:210px;
	margin-bottom:-2px;
	background-image:;
	border-bottom:solid 3px #e4ba3b;
}

#left{
	width:279px;
	float:left;
	height:380px;
	padding:10px;
}

#right{
	width:670px;
	float:left;
	min-height:390px;
	border-left:solid 3px #e4ba3b;
}

#right_b{
	width:656px;
	margin-left:2px;
	padding:0px 5px 5px 14px;
	float:left;
	min-height:390px;
	border-left:solid 3px #e4ba3b;
}


#txt{
	padding:15px;
	padding-top:0px;
	margin-top:-10px;
}

#foot{
	width:980px;
	margin-bottom:5px;
	margin:5px auto;
	padding:0px 10px 0px 10px;
	color:#666666;
	font-size:10px;
	float:none;
	border-top:1px solid #666666;
}

ul.gomb, ul.admin_menu{
	list-style:none;
	margin:5px;
	padding:0;
	color:#FFFFFF;
}

ul.gomb li a{
	display:block;
	width:240px;
	height:24px;
	background:url(elemek/gomb.png);
	margin-bottom:10px;
	padding:4px 0px 0px 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#3556B8;
	text-decoration:none;
	color:black;
}

ul.admin_menu li{
	display:inline-block;
}

ul.admin_menu li a{
	display:inline-block;
	width:118px;
	height:22px;
	background:#CCCCCC;
	margin-bottom:10px;
	padding:4px 0px 0px 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#3556B8;
	text-decoration:none;
	color:black;
}

.akcio tr{
	border:1px #e4ba3b;
}

.akcio tr td{
	vertical-align:top;
	padding:5px;
}