BODY {
	background-color: #b43614;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
A {
	color:#570000;
}
A:hover {
	color:#ff6600;
}
.mainTable {
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;
	width: 790px;
	background-position: 0px 50px;
	margin-top: 20px;
}
.leftCol {
	width: 152px !important;
	width: 172px;
	padding-left: 21px;
}
.contentCol {
	padding-right: 43px;
	padding-left: 25px;
	width: 618px;
	padding-bottom: 30px;

}
/* Menü */
UL.menu, UL.menu LI UL {
	margin-left:0px;
	padding:0;
	list-style:none;
}
UL.menu LI {
	border-bottom:dotted 1px #ffba00;
	padding:5px 0px 5px 0px;
	position: relative;
}
UL.menu LI UL {
	position: absolute;
	top:0px;
	left:151px;
	background-color:#c5aa8e;
	width:151px;
	z-index: 1000;
	display: none;
}
UL.menu LI UL LI UL {
	background-color:#efceac;
}
UL.menu LI:hover UL,
UL.menu LI.hover UL {
	display: block;
}	
UL.menu LI:hover UL LI UL,
UL.menu LI.hover UL LI UL {
  display: none;
}
UL.menu LI UL LI:hover UL,
UL.menu LI UL LI.hover UL {
  display: block;
}
UL.menu A {
	color:#ffba00;
	text-decoration:none;
	display:block;
	padding-left:10px;
}
UL.menu A:hover, UL.menu LI:hover {
	background-color:#ffba00;
}
UL.menu A:hover, UL.menu LI:hover, UL.menu LI:hover A {
	color:#570000;
}

/* Tartalom */
H1 {
	color:#ff6600;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}
H2 {
	color:#570000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom:0.5em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	margin-top: 1em;


}
DIV.breadCrumb A {
	color:#666666;
	font-size:10px;
	padding-left: 6px;
	background-image:url(images/bullet_breadCrumb.gif);
	background-repeat: no-repeat;
	background-position:left 4px;
	text-decoration:none;
	margin-right:5px;
}
DIV.breadCrumb A:hover {
	color:#ff6600;
	background-image:url(images/bullet_breadCrumb_hover.gif);
	text-decoration:underline;
}
A.linklist {
	color:#ff6600;
	padding-left: 15px;
	background-image:url(images/bullet_linklist.gif);
	background-repeat: no-repeat;
	background-position:left center;
	text-decoration:none;
	display:block;
	margin-bottom:0.5em;
}
A.linklist:hover {
	text-decoration:underline;
}

/* Footer */
TD.footer {
	background-color:#b43614;
	background-image:url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position:21px top;	
	color:#b43614;
	font-size:10px;
	padding-left:40px;
	padding-right:30px;
	padding-top:12px;
	height:40px;
}

/* Gallery */
.img_topleft{
	border : 0px;
	background-image: url(images/img_topleft.gif);
	background-repeat: no-repeat;
   width:13px;
	height: 13px;
}
.img_top{
	border : 0px;
	background-image: url(images/img_top.gif);
	background-repeat: repeat-x;
	height: 13px;
}
.img_topright{
	border : 0px;
	background-image: url(images/img_topright.gif);
	background-repeat: no-repeat;
   width:13px;
	height: 13px;
}
.img_left{
	border : 0px;
	background-image: url(images/img_left.gif);
	background-repeat: repeat-y;
   width:13px;
}
.img_right{
	border : 0px;
	background-image: url(images/img_right.gif);
	background-repeat: repeat-y;
   width:13px;
}
.img_bottomleft{
	border : 0px;
	background-image: url(images/img_bottomleft.gif);
	background-repeat: no-repeat;
   width: 13px;
	height: 13px;
}
.img_bottom{
	border : 0px;
	background-image: url(images/img_bottom.gif);
	background-repeat: repeat-x;
	height: 13px;
}
.img_bottomright{
	border : 0px;
	background-image: url(images/img_bottomright.gif);
	background-repeat: no-repeat;
   width:13px;
	height: 13px;
}#flags {
	padding-left: 10px;
	padding-top: 5px;

}
.small {
	font-size: 10px;
	color: #666666;
}
