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

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

A {
	text-decoration: none;
	font-weight: bold;
	color: #a69a4f;
}

A:hover {
	text-decoration: none;
	font-weight: bold;
	color:#3e3d3c;
}

A.menu_link {
	text-decoration: none;
	font-weight: bold;
	color: #c2c2c2;
}

A:hover.menu_link {
	text-decoration: none;
	font-weight: bold;
	color:#a69a4f;
}
html, body {
	background-color: #848484;
}


/* SZERKEZET */

#Container {
	height: 650px;
	width: 1000px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

#Left {
	width: 160px;
	height: 576px;
	padding-left: 3px;
	background-image: url(images/leftbg.gif);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}

#Right {
	width: 807px;
	height: 576px;
	float: left;
}

#End {
	width: 5px;
	height: 576px;
	float: right;
	background-image: url(images/rightend.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#sec1 {position: absolute; visibility:hidden; z-index: 100; }

#Content {
	width: 807px;
	height: 386px;
	overflow: hidden;
	background-color: #d7c9bb;
	border: 0px;
	border-left: 0px;
	border-bottom: 0px;
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#menu {
	background-repeat: no-repeat;
	background-image:url(images/menu_bg.jpg);
	width:286px;
	height:115px;
padding-top: 10px;

}

#menu li {
list-style-image: url(images/li.gif);
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #c2c2c2;
font-size: 12px;
line-height: 22px;
}

UL {
margin-left: 115px;
}


#kiskep_bg {
	background-repeat: no-repeat;
	background-image:url(images/kiskep_bg.jpg);
	width: 305px;
	height: 408px;
	text-align: center;
}

.kiskep_div {
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 7px 0px 0px;
}
.nagykep {
	margin-top: 0px;
}
.nagykep_bg {
	
	background-repeat: no-repeat;
	background-image:url(images/text_bg.jpg);
	width: 695px;
	height: 437px;
}
.myStyle {
	position: absolute;
	visibility: hidden;
	width: 650px;
	height: 435px;
	padding: 1px;
	background-color: #FFFFFF;
	text-align: center;
}

.szoveg {
	color:#3e3d3c;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin-top: 15px;
	margin-left: 25px;
	width: 590px;
}
.cim {
	color:#3e3d3c;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding-top: 30px;
	margin-left: 25px;
	width: 590px;
}

IFRAME {
	border: 1px solid #6B6B6B;
}

HR {
	color: #a69a4f;
	background-color: #a69a4f;
	height: 1px;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
}