BODY {
	background-image: url('img/sky_zold.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-bottom: 0px; 
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

DIV.frame {
	position: relative;
	width: 1000px;
	text-align: left;
	z-index: 1;
}

DIV.bal {
	float: left;
	width: 280px;
	height: 50%;
	border-right: 1px dashed #2B7847;
	font-size: 11px;
	padding-right: 20px;
	text-align: justify;
}

DIV.jobb {
	float: right;
	width: 680px;
	height: 50%;
	z-index: 1;
}

DIV.box {
	position: relative;
	width: 45%;
	background-image: url('img/bg_alpha_white.png');
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #2B7847;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	z-index: 2;
}

* A {
	text-decoration: none;
	color: black;
}
* A:hover {
	text-decoration: underline;
	color: #00A508;
}

DIV.services {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dashed #2B7847;
	border-bottom: 1px dashed #2B7847;
	width: 100%;
	z-index: 1;
}

DIV.menu_magunkrol {
	width: 175px;
	margin-bottom: 10px;
	background-image: url('img/bg_alpha_white.png');
	border: 1px solid gray;
	padding: 6px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
}	DIV.menu_magunkrol:hover {
		background-image: url('img/bg_alpha_green.png');
		border: 1px solid black;
	}	DIV.menu_magunkrol:hover A {
			color: black;
		}

DIV.foot {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px solid gray;
	-moz-box-shadow: 3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
	background-image: url('img/bg_alpha_blue.png');
	font-family: Verdana, sans-serif;
	font-size: 11px;
}	DIV.foot TABLE {
		width: 100%;
	}
	DIV.foot A {
		color: #4C4C4C;
	}

DIV.bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: url('img/grass.png');
	background-position: bottom;
	background-repeat: repeat-x;
}	DIV.bg TABLE {
		width: 100%;
		height: 100%;
	}	DIV.bg TABLE #main {
			background-image: url('img/zold_windturbines.png');
			background-repeat: no-repeat;
			background-position: bottom left;
		}
		DIV.bg TABLE #bal_black {
			background-color: black;
		}
		DIV.bg TABLE #bal_board {
			width: 14px;
			background-image: url('img/cakk_bal.png');
			background-repeat: repeat-y;
		}
		DIV.bg TABLE #jobb_board {
			width: 14px;
			background-image: url('img/cakk_jobb.png');
			background-repeat: repeat-y;
		}
		DIV.bg TABLE #jobb_black {
			background-color: black;
		}

DIV.zold_logo_nagy {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 300px;
	height: 300px;
	z-index: 2;
}
