/**
* html div - ie bugra
 */

* {
	margin: 0;
	padding: 0;
}
html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#ebe9d4;
	font-family:arial, sans-serif;
	font-size:small;
	color:#666;
}
ul {
	margin-left: 3em;
	line-height:1.5;
}
ol {
	margin-left: 3em;
}
img {
	border:0px;
}
A, A:link {
	color: #9f3c01;
	font-size: 1em;
	font-weight: bold;	/*minden link jó vastag lesz!*/
	margin-bottom: 0px;
	text-decoration: underline;
}
A:visited {
	color: #be9566;
}
A:hover, A:active, A:focus {
	color: #a97a46;
	text-decoration: underline;
}
tr, td, th {
	font-size: 1em;
	padding: 4px 4px 4px 4px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color:#9f3c01;
}
.left {
	text-align:left;
}
h1 {
	font:1.3em Verdana, sans-serif;
	margin:0 0 1em 0;
}
h2 {
	font:1.1em Verdana, sans-serif;
	margin:0 0 0.5em;
}
h1, h2, a {
	color:#9f3c01;
	font-weight: bold;
}
h3, h4 {
	margin:0 0 0.5em;
	font:1.0em Verdana, sans-serif;
	margin:0 0 0.5em;
	color:#a97a46;
	font-weight: bold;
}
td h3 {
	margin:0;
}
p {
	line-height:1.5;
	margin:0 0 1em;
	text-align:justify;
}
.clearfloat {
	clear:both;
}
.apro {
	font:0.8em arial, sans-serif;
}
/*=========================\[ menu ]/======================*/
 
#sidebar {
	float: left;
	width: 200px;
	margin-top:0;
	padding:0em 0em 7em 0em; /* bottom padding for footer */
}

#menu_top {
	width:209px;
	height:10px;
	background-color:#9f3c01;
	}

#menu {
	width:209px;
	margin-left:0;
	margin-top:0;
	background-color:#9f3c01;
}
#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	width:160px;
	padding: 7px 0 7px 12px;
	margin:0 0 0 20px;
	border-bottom: 1px solid #b26334;
	color: #fff;
	text-decoration:none;
	font-size: 1em;
	font-weight:normal;
	background-image:url(../images/menu_arrow.gif);
	background-repeat:no-repeat;
	background-position:center left;
	
}
#menu a:hover, #menu .active a {
	background: #c3b287;
	text-decoration: none;
	color: #fff;
	background-image:url(../images/menu_arrow_hover.gif);
	background-repeat:no-repeat;
	background-position:center left;
	
}
#menu_bottom {
	width:211px;
	height:204px;
	background-image: url(../images/menu_bottom_bg.gif);
}

/*=========================\[ layout ]/======================*/

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:760px;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#header {

}
#header2 {
}
#content {
	padding:0em 1em 5em 0em; /* bottom padding for footer */
	background-color:#ebe9d4;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-y;
	background-position:top left;
}
#mainContent {
	width:490px;
	margin-left: 220px;
	margin-top:0px;
	padding:0px;
	padding:1em 1em 4em 1em; /* bottom padding for footer */
}
#footer {/* HA ZAVAR A SZERKESZTÉSBEN KIKAPCSOLOM*/
	position:absolute;
	width:100%;
	bottom:-4px; /* stick to bottom *//*	visibility:hidden;
*/}
.vastag {
	font-size: 0.9em;
	font-weight:bold;
}
#mainContent img {
	float:right;
	padding:3px;
	margin: 7px 0px 7px 7px;
}
/*///////// FOTÓALBUM //////////////////
*/
.slideshow { /*CSS for DIV containing each image*/
	float:left;
}
.slideshow img { /*CSS for each image tag*/
	border: 0;
}
#navlinks { /*CSS for DIV containing the navigational links*/
	text-align:center;
}
#navlinks a { /*CSS for each navigational link*/
	margin-right: 8px;
	margin-bottom: 3px;
	font-size: 110%;
}
#navlinks a.current { /*CSS for currently selected navigational link*/
	border-bottom: 1px solid #999
}
#vissza {
	padding-left:10px;
	text-align:left;
	background-image:url(../images/left_arrow.gif);
	background-repeat:no-repeat;
	background-position: 0px;
}
.bevezeto {
	font-size: 12px;
	margin-top:30px;
}
.alairas {
	font-weight:bold;
	text-align:right;
}
