@charset "iso-8859-2";

/* PAGE & MENU */

body{
	margin:0;
	padding:0;
	background: url(../images/background.jpg) fixed center;
}

img{
	border:none;
}

a{
	text-decoration:none;
}

.footer{
	background:url(../images/berei_logo.png);
	width:205px;
	height:50px;
	position:absolute;
	right:0px;
	bottom:0px;
}

.levelek{
	width:912px;
	height:560px;
	margin:0 auto;
	background:url(../images/levelek.png) no-repeat;
}

.menu_works{
	float:left;
	padding:106px 0 0 15px;
	width:195px;
	height:160px;
}

.menu_about{
	float:left;
	padding:225px 0 0 0;
	width:167px;
	height:140px;
}

.menu_contact{
	float:left;
	padding:185px 0 0 86px;
	width:168px;
	height:150px;
}

#worksButton {
	cursor: pointer;
}

#contactButton {
	cursor: pointer;
}

#aboutButton {
	cursor: pointer;
}

/* ABOUT BOX */

.about{
	width:295px;
	height:288px;
	background:url(../images/doboz1.png) no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	clear:both;
	z-index: 1;
	display: none;
}

.about_close{
	margin:32px 0 0 39px;
	cursor: pointer;
}

.about_text {
	width: 200px;
	margin: 0 0 0 42px;
	cursor: move;
}

.about_text h1 {
	margin: 0 0 5px 20px;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #7BAF50;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px solid #7BAF50;
	width: 100px;
}

.about_text p {
	margin: 0 0 0 5px;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #7BAF50;
	letter-spacing: 2px;
}

.about_text span {
	text-decoration: underline;
}

/* WORKS BOX */

.works{
	width:465px;
	height:261px;
	background:url(../images/doboz2.png) no-repeat;
	position:absolute;
	top:300px;
	left:300px;
	clear:both;
	z-index: 1;  /* IE6 HREF IMAGE BUG */
	display: none;
}

.works_close{
	margin:28px 0 0 32px;
	cursor: pointer;
	cursor: pointer;
}

.works_text {
	margin: 0 0 0 50px;
	cursor: move;
}

.works_text h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #7BAF50;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px solid #7BAF50;
	width: 300px;
}

.works_list {
	float: left;
	width: 200px;
}

.works_list {
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #7BAF50;
	letter-spacing: 2px;
}

.works_list a {
	color: #356934;
	text-decoration: none;
}

.works_list a:hover {
	text-decoration: underline;
}

.works_list span {
	text-decoration: underline;
}

/* CONTACT BOX */

.contact {
	width:321px;
	height:220px;
	background:url(../images/doboz3.png) no-repeat;
	position:absolute;
	right:200px;
	top: 200px;
	clear:both;
	z-index: 1;  /* IE6 HREF IMAGE BUG */
	display: none;
}

.contact_close {
	margin:4px 0 0 270px;
	cursor: pointer;
}

.contact_text {
	margin: 20px 0 0 55px;
	cursor: move;
}

.contact_text p {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #7BAF50;
	letter-spacing: 2px;
}

.contact_text span {
	text-decoration: underline;
}

.contact_text h1 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #7BAF50;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px solid #7BAF50;
	width: 200px;
}
