* {
	margin: 0px;
	padding: 0px;
}

body {
	width:1000px;
	margin:auto;
	font-family: arial;
	font-size: 12px;
}

a img {
	border:0px;	
}

table {
	border-collapse:collapse;	
}

table td {
	border: 2px solid #6d941e;
	padding:3px;	
}

h1,h2,h3,h4,h5,h6, .green {
	color: #6d941e;	
}

a {
	color: black;	
}
/*************************   MENU **************************/
div.top {
	float:left;
	clear:both;
	width:1000px;
	height:275px;
	background-image: url('../images/top.jpg');
	background-repeat:no-repeat;
}

div.top div.menu_felso {
	position:relative;
	top:75px;
	left:325px;
	padding-top:22px;
	width:600px;
	height:38px;
	text-align:right;
}

div.top div.menu_felso ul li {
	display:block;
	float:right;
	padding-right:50px;
	font-size:14px;
	color:white;
	font-weight:bold;
}

div.top div.menu_felso ul li a {
	color: white;
	text-decoration:none;
}

div.top div.menu_felso ul li a:hover {
	color: white;
	text-decoration:underline;
}


div.top div.menu_also {
	position:relative;
	top:75px;
	left:350px;
	padding-top:22px;
	width:525px;
	height:38px;
	text-align:right;
}

div.top div.menu_also ul li {
	display:block;
	float:right;
	padding-right:50px;
	font-size:14px;
	color:white;
	font-weight:bold;
}

div.top div.menu_also ul li a {
	color: white;
	text-decoration:none;
}

div.top div.menu_also ul li a:hover {
	color: white;
	text-decoration:underline;
}

/************************** OLDAL HÁTTEREK ***************************/

div.bal_hatter {
	width:1000px;
	float:left;
	background-image: url('../images/left_background.gif');
	background-repeat:repeat-y;

}

div.jobb_hatter {
	width:1000px;
	float:left;
	background-image: url('../images/right_background.gif');
	background-repeat:repeat-y;
	background-position: right top;
}

/************************** OLDAL KÉPEK *******************************/

div.bal_oldal {
	width:780px;
	float:right;
}

div.jobb_oldal {
	float:right;
	background-image: url('../images/jobb_hatter.jpg');
	background-repeat:no-repeat;
	background-position: right top;
	width:171px;
	height:362px;
}

div.footer {
	width:1000px;
	float:left;
	clear:both;
	background-image: url('../images/footer.gif');
	background-repeat:no-repeat;
	height:134px;
}

div.tartalom {
	width:600px;
	float:left;
}

div.bal_menu {
	float:left;
	width:210px;
	padding-top:270px;
	background-image: url('../images/left.jpg');
	background-repeat:no-repeat;
	
}


div.bal_menu li {
	background-color:white;	
	height: 25px;
	list-style: none;
	padding-left: 45px;
	margin-bottom:10px;
	font-weight: bold;
	padding-top:10px;
	background-image: url('../images/left_menu.gif');
	background-repeat: no-repeat;
}

div.bal_menu li a {
	color: black;
	text-decoration: none;
}

div.bal_menu li a:hover {
	text-decoration: underline;
}


